arq-front_image-dithered/index.html

52 lines
1.5 KiB
HTML
Raw Normal View History

2025-08-12 13:46:49 +02:00
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Test</title>
<meta charset="utf-8">
<meta name="description" content="Page de test">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Une page pour tester le dithering des images</h1>
2025-08-12 16:24:16 +02:00
<p>Fortement inspiré par <a href="https://site.sarahgarcin.com/web-frugal/#images">le site "web frugal" de Sarah Garcin</a>.</p>
2025-08-12 13:46:49 +02:00
<section>
<div>
<img src="/img/dither_interlope_logo.jpg" alt="">
<p>Interlope</p>
</div>
<div>
<img src="/img/dither_gouinementLundi_logo.jpg" alt="">
2025-08-12 16:24:16 +02:00
<p>Gouinement Lundi</p>
2025-08-12 13:46:49 +02:00
</div>
<div>
<img src="/img/dither_categorieTrans_logo.jpg" alt="">
<p>Catégorie : Trans</p>
</div>
<div>
<img src="/img/dither_chroniquesMutantes_logo.jpg" alt="">
<p>Chroniques Mutantes</p>
</div>
<div>
<img src="/img/dither_ingenrables_logo.jpg" alt="">
<p>Ingenrables</p>
</div>
<div>
<img src="/img/dither_1PCT_logo.jpg" alt="" class="fig">
<p>Un podcast trans</p>
</div>
<div>
<img src="/img/dither_leFeuLaRageLOrage_logo.jpg" alt="">
<p>Le Feu la Rage lOrage</p>
</div>
<div>
<img src="/img/dither_meufsATeubs_logo.jpg" alt="">
<p>Meufs à teubs</p>
</div>
<div>
<img src="/img/dither_nosVoixTrans_logo.jpg" alt="">
<p>Nos voix trans</p>
</div>
</section>
</body>
</html>