feat: both english and french versions
This commit is contained in:
parent
1703b80353
commit
770c75593e
10 changed files with 743 additions and 341 deletions
26
fish.html
26
fish.html
|
|
@ -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 ><></header>
|
||||
<header>LES POISSONS ><></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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue