Skip to content

Commit 45a918c

Browse files
authored
Merge pull request #17 from Krilivye/main
Ajout sponsor Argent
2 parents fa131f3 + 79ab75c commit 45a918c

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

static/images/partners/Botify.svg

Lines changed: 25 additions & 0 deletions
Loading

static/images/partners/nilleb.png

395 KB
Loading

templates/_sponsors.jinja2

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,12 @@
226226
<li>Pour accompagner vos équipes de développement (Formation, Accompagnement technique)</li>
227227
<li>Pour vous conseiller dans les choix stratégiques de votre système d'information (Architecture réseau, Architecture logicielle)</li>
228228
</ul>
229+
{% elif company == 'Botify' %}
230+
<p>
231+
Chez Botify, nous concevons les technologies qui permettent aux plus grands sites web du monde d'être trouvés sur Google, Bing, ChatGPT, Perplexity, et bien d'autres. Notre plateforme d'IA agentique explore, indexe et calcule le rendu de millions de pages quotidiennement, alimentant des recommandations et des optimisations automatisées qui maximisent la visibilité.</br>
232+
Notre <a href="https://medium.com/botify-labs">équipe d'ingénierie</a> s'attaque à des défis: de données, de performance et d'infrastructure à grande échelle en utilisant Python, Go, sur une infra hybride Docker, cloud et bare-metal. Nous cultivons une culture d'autonomie, de collaboration et d'apprentissage continu.</br>
233+
Si vous recherchez des défis techniques qui ont du sens et une voix qui compte vraiment, <a href="https://jobs.botify.com/jobs?country=France" >rejoignez-nous !</a>
234+
</p>
229235
{% endif %}
230236
{% elif lang == 'en' %}
231237
{% if company == 'Campus René Cassin' %}
@@ -426,6 +432,12 @@ With an intuitive interface and powerful features, you can easily manage MySQL,
426432
<li>Supporting your development teams (training, technical support)</li>
427433
<li>To advise you on strategic choices for your information system (network architecture, software architecture)</li>
428434
</ul>
435+
{% elif company == 'Botify' %}
436+
<p>
437+
At Botify, we build the technology that helps the world’s largest websites get found across Google, Bing, ChatGPT, Perplexity, and more. Our agentic AI platform crawls, renders, and indexes millions of pages daily, powering automated recommendations and optimizations that maximize visibility.</br>
438+
Our <a href="https://medium.com/botify-labs">Engineering team</a> tackles large-scale data, performance, and infrastructure challenges using Python, Go, on a hybrid Docker, cloud and bare-metal infrastructure. We foster a culture of autonomy, collaboration, and continuous learning.</br>
439+
If you’re looking for meaningful technical challenges and a voice that truly matters, <a href="https://jobs.botify.com/jobs?country=France">come join us!</a>
440+
</p>
429441
{% endif %}
430442
{% endif %}
431443
</div>
@@ -453,6 +465,7 @@ With an intuitive interface and powerful features, you can easily manage MySQL,
453465
'Entr\'ouvert': 'http://www.entrouvert.com/',
454466
'Kobalt': 'https://www.kobalt.fr/',
455467
'Alma': 'https://almapay.com/',
468+
'Botify': 'https://www.botify.com/',
456469
},
457470
458471
'Bronze': {
@@ -462,7 +475,8 @@ With an intuitive interface and powerful features, you can easily manage MySQL,
462475
},
463476
464477
'Cœur' if lang == 'fr' else 'Heart': {
465-
'WeasyPrint': 'https://weasyprint.org/'
478+
'WeasyPrint': 'https://weasyprint.org/',
479+
'nilleb': 'https://nilleb.co'
466480
},
467481
468482
'Partenaires' if lang == 'fr' else 'Partners': {
@@ -477,7 +491,7 @@ With an intuitive interface and powerful features, you can easily manage MySQL,
477491
},
478492
} %}
479493
480-
{% set png_logos = ('Campus René Cassin', 'IPI', 'EPSI', 'Octopuce', 'Elastic', 'Kraken', 'Kobalt', 'itarverne', 'Galactée', 'LeBureau', 'April', 'Navicat', 'majerti', 'StickerApp') %}
494+
{% set png_logos = ('Campus René Cassin', 'IPI', 'EPSI', 'Octopuce', 'Elastic', 'Kraken', 'Kobalt', 'itarverne', 'Galactée', 'LeBureau', 'April', 'Navicat', 'majerti', 'StickerApp', 'nilleb') %}
481495
482496
{% if lang == 'fr' %}
483497
<p>

0 commit comments

Comments
 (0)