Getting Started
This commit is contained in:
parent
43910299b5
commit
da801b9b87
13 changed files with 169 additions and 0 deletions
52
index.html
Normal file
52
index.html
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
<!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>
|
||||
<p>Fortement inspiré par https://site.sarahgarcin.com/web-frugal/#images</p>
|
||||
<section>
|
||||
<div>
|
||||
<img src="/img/dither_interlope_logo.jpg" alt="">
|
||||
<p>Interlope</p>
|
||||
</div>
|
||||
<div>
|
||||
<img src="/img/dither_gouinementLundi_logo.jpg" alt="">
|
||||
<p>Goinement Lundi</p>
|
||||
</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 l’Orage</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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue