Remplace le fichier .png du drapeau par un .svg

This commit is contained in:
2026-07-27 19:11:59 +04:00
parent b917a6259c
commit 39d4ecaab7
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
<section class="hero">
<div class="container hero__inner">
<img class="hero__logo" src="/img/gong.png" alt="Logo du GONG" width="132" height="132" />
<img class="hero__flag" src="/img/gong-drapeau.png" alt="Drapo Gwadlup (GONG)" width="220" height="147" />
<img class="hero__flag" src="/img/gong-drapeau.svg" alt="Drapo Gwadlup (GONG)" width="220" height="147" />
<h1 class="hero__title">GONG</h1>
<p class="hero__full">{presentation.nomComplet}</p>
<p class="hero__slogan">« Briser les urnes colonialistes.<br />Conquérir l'indépendance nationale. »</p>
+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600" fill="#FFF">
<path d="m0,0h900v600H0"/>
<path stroke="#078930" stroke-width="120" d="m0,60h900m0,240H0m0,240h900"/>
<path fill="#da121a" d="m0,0v600l520-300"/>
<path d="m114,382 59-183 59,183-155-113h192"/>
<script xmlns=""/></svg>

After

Width:  |  Height:  |  Size: 335 B