Skip to content

Commit

Permalink
Add Sponsor Viva Translate
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaureir committed Nov 30, 2023
1 parent e45d02e commit 12ced67
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions generate_site/sponsors.csv
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ name,type,image,url
"Kraken Technologies","Supporter","supporter_kraken.png","https://kraken.tech/"
"EuroPython Society","Booster","booster_eps.png","https://europython.eu"
"Posit","Booster","booster_posit.png","https://posit.co"
"Viva Translate","Translation","translation_viva.png","https://www.vivatranslate.com"
13 changes: 13 additions & 0 deletions generate_site/templates/index-base.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,19 @@ <h4 class="special-font pink">Supporter</h4>
</div>
{% endif %}

{% if SPONSORS['Translation'] %}
<h4 class="special-font pink">Translation</h4>
<div class="row row-cols-2 text-center align-items-center">
{% for sponsor in SPONSORS['Translation'] %}
<div class="col d-flex align-items-center">
<a href="{{ sponsor['url'] }}">
<img class="w-60" src="img/sponsors/{{ sponsor['image']}}" alt="{{ sponsor['name'] }} logo" />
</a>
</div>
{% endfor %}
</div>
{% endif %}

{% if SPONSORS['Booster'] %}
<h4 class="special-font pink">Booster</h4>
<div class="row row-cols-3 text-center align-items-center">
Expand Down
Binary file added img/sponsors/translation_viva.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 12ced67

Please sign in to comment.