refactor: nouvelle identité visuelle, design plat et affirmé
Remplace les codes visuels generiques (degrades animes, icones flottantes, cartes glassmorphiques, coins organiques) par un systeme graphique sobre et institutionnel : aplats de couleur, bandeau 'drapeau' OKI, typographie Archivo/Inter, cartes a bordure d'accent. Les couleurs de marque sont inchangees.
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
|
||||
<div class="project-cards">
|
||||
{% for project in projects %}
|
||||
<a href="{{ project.url }}" target="_blank" rel="noopener noreferrer" class="project-card" style="text-decoration: none; color: inherit;">
|
||||
<a href="{{ project.url }}" target="_blank" rel="noopener noreferrer" class="project-card">
|
||||
<div class="project-icon">{{ project.icon }}</div>
|
||||
<h3>{{ project.name }}</h3>
|
||||
<p class="project-domain">{{ project.domain }}</p>
|
||||
<p>{{ project.description }}</p>
|
||||
<span class="service-link" style="margin-top: 1rem;">
|
||||
<span class="service-link project-card-link">
|
||||
Visiter le site →
|
||||
</span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user