Skip to content

Commit 8b645ba

Browse files
authored
Merge pull request #33 from Krilivye/main
Ajout Women Techmakers as heart sponsor
2 parents ad1087f + 81ebef8 commit 8b645ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
28 KB
Loading

templates/_sponsors.jinja2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ En complément, nous proposons notre expertise pour la mise en place de deux sol
445445
446446
'Cœur' if lang == 'fr' else 'Heart': {
447447
'PauLLA': 'https://www.paulla.asso.fr/',
448+
'Women Techmakers': 'https://www.linkedin.com/company/women-techmakers-paris-and-global-friends'
448449
},
449450
450451
'Partenaires' if lang == 'fr' else 'Partners':
@@ -454,7 +455,7 @@ En complément, nous proposons notre expertise pour la mise en place de deux sol
454455
},
455456
} %}
456457
457-
{% set png_logos = ('Université de Strasbourg', 'Alsace Digitale', 'AIUS', 'API Society', 'PauLLA', 'Kraken', 'PSF', 'Julien Lenormand') %}
458+
{% set png_logos = ('Université de Strasbourg', 'Alsace Digitale', 'AIUS', 'API Society', 'PauLLA', 'Kraken', 'PSF', 'Julien Lenormand', 'Women Techmakers') %}
458459
459460
460461
{% if lang == 'fr' %}

0 commit comments

Comments
 (0)