1
0
Fork 0

feat: both english and french versions

This commit is contained in:
Henri Saudubray 2025-10-20 10:50:54 +02:00
parent 1703b80353
commit 770c75593e
Signed by: hms
GPG key ID: 7065F57ED8856128
10 changed files with 743 additions and 341 deletions

View file

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="./css/base.css?version=3">
<link rel="stylesheet" type="text/css" href="./css/imgs.css?version=3">
<title>FISH</title>
<meta name="description" content="The fish">
<title>POISSONS</title>
<meta name="description" content="Les poissons">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
@ -15,32 +15,34 @@
<div class="color purple"></div>
<div class="color black"></div>
</div>
<header>THE FISH &gt;&lt;&gt;</header>
<header>LES POISSONS &gt;&lt;&gt;</header>
<main>
<div>
<img src="./img/fish/bands.avif" alt="Picture of a drawn fish">
<img src="./img/fish/bands.avif" alt="Image d'un dessin de poisson">
</div>
<div>
<img src="./img/fish/bubbles.avif" alt="Picture of a drawn fish">
<img src="./img/fish/bubbles.avif" alt="Image d'un dessin de poisson">
</div>
<div>
<img src="./img/fish/spike.avif" alt="Picture of a drawn fish">
<img src="./img/fish/spike.avif" alt="Image d'un dessin de poisson">
</div>
<div>
<img src="./img/fish/squid.avif" alt="Picture of a drawn fish">
<img src="./img/fish/squid.avif" alt="Image d'un dessin de poisson">
</div>
<div>
<img src="./img/fish/sus.avif" alt="Picture of a drawn fish">
<img src="./img/fish/sus.avif" alt="Image d'un dessin de poisson">
</div>
<div>
<img src="./img/fish/thin.avif" alt="Picture of a drawn fish">
<img src="./img/fish/thin.avif" alt="Image d'un dessin de poisson">
</div>
<div>
<img src="./img/fish/whale.avif" alt="Picture of a drawn fish">
<img src="./img/fish/whale.avif" alt="Image d'un dessin de poisson">
</div>
</main>
<footer>
<a href="./index.html">GO BACK</a>
<a href="./fish.en.html">Read this page in english</a>
<br/>
<a href="./index.html">RETOUR</a>
</footer>
</body>
</html>