2025-11-05 17:32:17 +04:00
|
|
|
<section class="hero">
|
|
|
|
|
<div class="hero-content">
|
|
|
|
|
<h1>ORGANISATION KA</h1>
|
|
|
|
|
<h2 class="hero-subtitle">INTERNATIONALE</h2>
|
2026-07-06 01:23:33 +04:00
|
|
|
<p class="hero-tagline">
|
2026-07-06 08:14:52 +04:00
|
|
|
{{ t.site.tagline }}
|
2025-11-05 20:39:19 +04:00
|
|
|
</p>
|
2025-11-05 17:32:17 +04:00
|
|
|
<div class="hero-tags">
|
2026-07-06 08:14:52 +04:00
|
|
|
{% for tag in t.hero.tags %}
|
|
|
|
|
<span class="tag">{{ tag }}</span>
|
|
|
|
|
{% endfor %}
|
2025-11-05 17:32:17 +04:00
|
|
|
</div>
|
2026-07-06 08:14:52 +04:00
|
|
|
<p>{{ t.site.description }}</p>
|
2025-11-05 17:32:17 +04:00
|
|
|
<div class="cta-buttons">
|
2026-07-06 08:14:52 +04:00
|
|
|
<a href="#solutions" class="btn btn-primary">{{ t.hero.cta_primary }}</a>
|
|
|
|
|
<a href="#mission" class="btn btn-secondary">{{ t.hero.cta_secondary }}</a>
|
2025-11-05 17:32:17 +04:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|