refactor: migrer les partials vers le contenu localisé
This commit is contained in:
@@ -3,17 +3,17 @@
|
||||
<h1>ORGANISATION KA</h1>
|
||||
<h2 class="hero-subtitle">INTERNATIONALE</h2>
|
||||
<p class="hero-tagline">
|
||||
{{ site.tagline }}
|
||||
{{ t.site.tagline }}
|
||||
</p>
|
||||
<div class="hero-tags">
|
||||
<span class="tag">✊🏿 Applications web pour vos associations</span>
|
||||
<span class="tag">💸 Tarifs préférentiels pour les organisations militantes</span>
|
||||
<span class="tag">🔓 Indépendant des GAFAM</span>
|
||||
{% for tag in t.hero.tags %}
|
||||
<span class="tag">{{ tag }}</span>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<p>{{ site.description }}</p>
|
||||
<p>{{ t.site.description }}</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="#solutions" class="btn btn-primary">Nos Solutions</a>
|
||||
<a href="#mission" class="btn btn-secondary">Notre Mission</a>
|
||||
<a href="#solutions" class="btn btn-primary">{{ t.hero.cta_primary }}</a>
|
||||
<a href="#mission" class="btn btn-secondary">{{ t.hero.cta_secondary }}</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user