refactor: migrer les partials vers le contenu localisé
This commit is contained in:
@@ -1,31 +1,19 @@
|
||||
<section id="engagement" class="engagement">
|
||||
<div class="section-container">
|
||||
<h2>Votre projet <span class="accent-text">commence ici</span></h2>
|
||||
<h2>{{ t.engagement.section_title }} <span class="accent-text">{{ t.engagement.section_title_accent }}</span></h2>
|
||||
<p class="section-subtitle">
|
||||
Parce que chaque organisation mérite des outils numériques à la hauteur de ses ambitions
|
||||
{{ t.engagement.section_subtitle }}
|
||||
</p>
|
||||
|
||||
<div class="engagement-options">
|
||||
{% for card in t.engagement.cards %}
|
||||
<div class="engagement-card">
|
||||
<div class="engagement-icon">✊🏿</div>
|
||||
<h3>Associations Militantes</h3>
|
||||
<p>Une application web sur mesure avec tarifs préférentiels pour vos luttes</p>
|
||||
<a href="#contact" class="btn btn-primary">Contactez-nous</a>
|
||||
</div>
|
||||
|
||||
<div class="engagement-card">
|
||||
<div class="engagement-icon">🏛️</div>
|
||||
<h3>Associations & Collectifs</h3>
|
||||
<p>Site vitrine, gestion de membres, agenda, développé pour vous</p>
|
||||
<a href="#contact" class="btn btn-primary">Contactez-nous</a>
|
||||
</div>
|
||||
|
||||
<div class="engagement-card">
|
||||
<div class="engagement-icon">💼</div>
|
||||
<h3>Entreprises Responsables</h3>
|
||||
<p>Présence numérique éthique, hébergement indépendant des GAFAM</p>
|
||||
<a href="#contact" class="btn btn-primary">Contactez-nous</a>
|
||||
<div class="engagement-icon">{{ card.icon }}</div>
|
||||
<h3>{{ card.title }}</h3>
|
||||
<p>{{ card.text }}</p>
|
||||
<a href="#contact" class="btn btn-primary">{{ card.cta }}</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user