Ajoute deux visuels libres de droits (Delgrès, drapeau UPLG)
- Proclamation de Louis Delgrès « À l'univers entier » (1802), CC BY-SA 3.0, optimisée WebP 198 Ko → page Histoire (précurseurs), avec crédit. - Drapeau UPLG (domaine public) → page Héritage (carte UPLG). - Section « Crédits iconographiques » ajoutée à la page Sources. Portraits de Sartre/Césaire écartés (licences non libres). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
cd9b9b093c
commit
9669edf8bc
@@ -67,6 +67,9 @@
|
||||
<ul class="grille">
|
||||
{#each h.mouvements as m, i (m.nom)}
|
||||
<li class="card card--vert" use:reveal={i}>
|
||||
{#if m.nom.startsWith('UPLG')}
|
||||
<img class="flag-illus" src="/images/drapeau-uplg.svg" alt="Drapeau proposé par l'UPLG pour une Guadeloupe indépendante : bandes vertes, rouge, blanche et jaune avec une étoile." width="120" height="60" loading="lazy" />
|
||||
{/if}
|
||||
<span class="date">{m.dateCreation}</span>
|
||||
<h3>{m.nom}</h3>
|
||||
<p>{m.description}</p>
|
||||
@@ -115,6 +118,13 @@
|
||||
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
|
||||
gap: var(--space-2);
|
||||
}
|
||||
.flag-illus {
|
||||
width: 120px;
|
||||
height: auto;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 2px;
|
||||
margin-bottom: 0.6rem;
|
||||
}
|
||||
.date {
|
||||
font-family: var(--font-display);
|
||||
font-weight: 700;
|
||||
|
||||
@@ -65,6 +65,21 @@
|
||||
</ul>
|
||||
|
||||
<h3>Les précurseurs</h3>
|
||||
<figure class="illus">
|
||||
<img
|
||||
src="/images/delgres-vivre-libres.webp"
|
||||
alt="Reproduction de la proclamation de Louis Delgrès « À l'univers entier, le dernier cri de l'innocence et du désespoir » (Basse-Terre, 1802)."
|
||||
width="560"
|
||||
height="603"
|
||||
loading="lazy"
|
||||
decoding="async"
|
||||
/>
|
||||
<figcaption>
|
||||
Proclamation de Louis Delgrès (1766-1802), « À l'univers entier, le dernier cri de
|
||||
l'innocence et du désespoir » (1802) — figure tutélaire du GONG.
|
||||
<span class="credit">Source : Ambre Troizat, <a href="https://commons.wikimedia.org/wiki/File:Delgres_Monnereau_Vivre_libres_ou_mourir.png" rel="external noopener noreferrer" target="_blank">Wikimedia Commons</a>, CC BY-SA 3.0.</span>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<ul>
|
||||
{#each ctx.precurseurs as p (p)}
|
||||
<li>{p}</li>
|
||||
@@ -106,6 +121,28 @@
|
||||
.muted {
|
||||
color: var(--muted);
|
||||
}
|
||||
.illus {
|
||||
margin: var(--space-3) 0;
|
||||
max-width: 340px;
|
||||
}
|
||||
.illus img {
|
||||
width: 100%;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: var(--radius-md);
|
||||
background: var(--noir-profond);
|
||||
}
|
||||
.illus figcaption {
|
||||
margin-top: 0.5rem;
|
||||
font-size: 0.82rem;
|
||||
color: var(--muted);
|
||||
line-height: 1.4;
|
||||
}
|
||||
.illus .credit {
|
||||
display: block;
|
||||
color: var(--muted-fort);
|
||||
font-size: 0.76rem;
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
.suite {
|
||||
display: flex;
|
||||
gap: 0.6rem;
|
||||
|
||||
@@ -46,6 +46,19 @@
|
||||
{/each}
|
||||
</ol>
|
||||
|
||||
<h2 class="credits-titre">Crédits iconographiques</h2>
|
||||
<ul class="credits lecture">
|
||||
<li>
|
||||
<strong>Proclamation de Louis Delgrès</strong> (« À l'univers entier », 1802) —
|
||||
Ambre Troizat, <a href="https://commons.wikimedia.org/wiki/File:Delgres_Monnereau_Vivre_libres_ou_mourir.png" rel="external noopener noreferrer" target="_blank">Wikimedia Commons</a>, licence CC BY-SA 3.0.
|
||||
</li>
|
||||
<li>
|
||||
<strong>Drapeau de l'UPLG</strong> (proposition de drapeau national) —
|
||||
<a href="https://commons.wikimedia.org/wiki/File:Flag_of_Guadeloupe_(UPLG).svg" rel="external noopener noreferrer" target="_blank">Wikimedia Commons</a>, domaine public.
|
||||
</li>
|
||||
<li><strong>Logo et drapeau du GONG</strong> — Organisation Ka Internationale.</li>
|
||||
</ul>
|
||||
|
||||
<p class="lecture note">
|
||||
Ce site est un travail de documentation à but non lucratif et pédagogique. Les extraits de
|
||||
textes historiques sont reproduits à des fins de mémoire et de recherche, avec mention de leur
|
||||
@@ -95,6 +108,17 @@
|
||||
.ref__type {
|
||||
font-style: italic;
|
||||
}
|
||||
.credits-titre {
|
||||
margin-top: var(--space-5);
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
.credits {
|
||||
display: grid;
|
||||
gap: 0.5rem;
|
||||
padding-left: 1.1rem;
|
||||
color: var(--muted);
|
||||
font-size: 0.92rem;
|
||||
}
|
||||
.note {
|
||||
margin-top: var(--space-4);
|
||||
color: var(--muted-fort);
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 198 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 80 40" width="800" height="400">
|
||||
<rect width="80" height="40" fill="#078930"/>
|
||||
<rect width="80" height="30" y="5" fill="white"/>
|
||||
<rect width="80" height="26" y="7" fill="#da121a" />
|
||||
<path fill="#fcdd09" transform="translate(14.372449,20.686225) scale(7.186225)" d="M0,-1 L0.58779,0.80902 L-0.95106,-0.30902 L0.95106,-0.30902 L-0.58779,0.80902z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 482 B |
Reference in New Issue
Block a user