feat: both english and french versions
This commit is contained in:
parent
1703b80353
commit
770c75593e
10 changed files with 743 additions and 341 deletions
48
fish.en.html
Normal file
48
fish.en.html
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<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">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<div id="pride-banner">
|
||||
<div class="color yellow"></div>
|
||||
<div class="color white"></div>
|
||||
<div class="color purple"></div>
|
||||
<div class="color black"></div>
|
||||
</div>
|
||||
<header>THE FISH ><></header>
|
||||
<main>
|
||||
<div>
|
||||
<img src="./img/fish/bands.avif" alt="Picture of a drawn fish">
|
||||
</div>
|
||||
<div>
|
||||
<img src="./img/fish/bubbles.avif" alt="Picture of a drawn fish">
|
||||
</div>
|
||||
<div>
|
||||
<img src="./img/fish/spike.avif" alt="Picture of a drawn fish">
|
||||
</div>
|
||||
<div>
|
||||
<img src="./img/fish/squid.avif" alt="Picture of a drawn fish">
|
||||
</div>
|
||||
<div>
|
||||
<img src="./img/fish/sus.avif" alt="Picture of a drawn fish">
|
||||
</div>
|
||||
<div>
|
||||
<img src="./img/fish/thin.avif" alt="Picture of a drawn fish">
|
||||
</div>
|
||||
<div>
|
||||
<img src="./img/fish/whale.avif" alt="Picture of a drawn fish">
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="./fish.html">Lire cette page en français</a>
|
||||
<br/>
|
||||
<a href="./index.en.html">GO BACK</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue