Skip to content

Commit

Permalink
Grant logos (#430)
Browse files Browse the repository at this point in the history
* Add logos to the 'Projekt podporili' page

* Add disclaimer statement to the 'Projekt podporili' page

* Refactor partners footer snippet

* Add logos to the footer snippet and change color scheme to white

According to the docs, these logos should be preferably used in RGB variant on a white background.

* Add horizontal rule before footer

The rule visually separates the content and the footer.

* Deduplicate partner logos
  • Loading branch information
karol-bujacek authored Oct 11, 2023
1 parent 945cb89 commit f8f88e4
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 30 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions chcemvediet/static/main/images/partners/pontis.svg

This file was deleted.

11 changes: 3 additions & 8 deletions chcemvediet/templates/main/snippets/footer/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,15 @@


<div class="chv-above-1"></div>
<div class="chv-scheme-gray chv-bellow-1-half">
<hr>
<div class="chv-scheme-white chv-bellow-1-half">
<div class="container">
<div class="row">
<div class="col-md-7 chv-above-1">
<h3 id="{% trans 'main:footer:partners:anchor' %}">
{% trans 'main:footer:partners:heading' %}
</h3>
<div class="chv-height-3">
<div class="chv-aspect chv-aspect-parners">
<div class="chv-aspect-inner chv-justify-all">
{% include "main/snippets/footer/partners.html" %}
</div>
</div>
</div>
{% include "main/snippets/footer/partners.html" %}
</div>
<div class="col-md-4 col-md-offset-1 chv-above-1">
<h3 id="{% trans 'main:footer:donors:anchor' %}">
Expand Down
36 changes: 21 additions & 15 deletions chcemvediet/templates/main/snippets/footer/partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,24 @@
%
{% endcomment %}

<a href="https://www.governance.sk/" target="_blank">
<img class="chv-height-full" src="{% static 'main/images/partners/sgi.svg' %}">
</a>
<a href="https://www.nadaciapontis.sk/" target="_blank">
<img class="chv-height-full" src="{% static 'main/images/partners/pontis.svg' %}">
</a>
<a href="http://www.cpf.sk/" target="_blank">
<img class="chv-height-full" src="{% static 'main/images/partners/cpf.svg' %}">
</a>
<a href="https://slovakia.taylorwessing.com/" target="_blank">
<img class="chv-height-full" src="{% static 'main/images/partners/tw.svg' %}">
</a>
<a href="https://www.startlab.sk/" target="_blank">
<img class="chv-height-full" src="{% static 'main/images/partners/startlab.svg' %}">
</a>
<div class="chv-bellow-2">
<img class="chv-width-full" src="{% static 'main/images/partners/eu_pontis_impact_lab.svg' %}">
</div>
<div class="chv-height-3">
<div class="chv-aspect chv-aspect-parners">
<div class="chv-aspect-inner chv-justify-all">
<a href="https://www.governance.sk/" target="_blank">
<img class="chv-height-full" src="{% static 'main/images/partners/sgi.svg' %}">
</a>
<a href="http://www.cpf.sk/" target="_blank">
<img class="chv-height-full" src="{% static 'main/images/partners/cpf.svg' %}">
</a>
<a href="https://slovakia.taylorwessing.com/" target="_blank">
<img class="chv-height-full" src="{% static 'main/images/partners/tw.svg' %}">
</a>
<a href="https://www.startlab.sk/" target="_blank">
<img class="chv-height-full" src="{% static 'main/images/partners/startlab.svg' %}">
</a>
</div>
</div>
</div>
17 changes: 13 additions & 4 deletions media/pages/sk/projekt-podporili/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@


<h1>Projekt podporili</h1>

<div class="chv-above-1 chv-bellow-1">
<img src="{% static 'main/images/partners/eu_pontis_impact_lab.svg' %}">
</div>

<p>
Spolufinancované Európskou úniou v rámci projektu č.101091634 – Impact Acceleration of Slovak CSOs.
Vyjadrené názory a stanoviská sú názormi a stanoviskami autora/-ov a nemusia nevyhnutne odrážať názory Európskej únie alebo Európskej výkonnej agentúry pre vzdelávanie a kultúru (EACEA).
Európska únia ani Európska výkonná agentúra pre vzdelávanie a kultúru za ne nezodpovedá.
</p>

<h2 id="dalsi-partneri">Ďalší partneri</h2>

<div>
<a href="http://www.nadaciapontis.sk/">
<img class="chv-height-4" src="{% static 'main/images/partners/pontis.svg' %}">
</a>
&emsp;&emsp;
<a href="http://www.cpf.sk/">
<img class="chv-height-2" src="{% static 'main/images/partners/cpf.svg' %}">
</a>
Expand Down

0 comments on commit f8f88e4

Please sign in to comment.