feat: both english and french versions
This commit is contained in:
parent
1703b80353
commit
770c75593e
10 changed files with 743 additions and 341 deletions
49
index.en.html
Normal file
49
index.en.html
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
<!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/index.css?version=3">
|
||||
<title>Henri Saudubray</title>
|
||||
<meta name="description" content="Henri Saudubray's personal website">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="Henri Saudubray, Saudubray, PhD, computer science, informatique, doctorat, formal methods, méthodes formelles">
|
||||
</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>HELLO THERE :)</header>
|
||||
<main>
|
||||
<div class="section">
|
||||
Serious stuff
|
||||
<ul>
|
||||
<li>[<a href="./man.en.html">man</a>]: the man page</li>
|
||||
<li>[<a href="./teaching.en.html">tea</a>]: the teaching</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section">
|
||||
Not serious stuff
|
||||
<ul>
|
||||
<li>[<a href="./fish.en.html">fsh</a>]: the fish</li>
|
||||
<li>[<a href="./tiles.en.html">tls</a>]: the tiles</li>
|
||||
<li>[<a href="./links.en.html">lnk</a>]: the links</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section">
|
||||
<a href="./index.html">Lire cette page en français</a>
|
||||
</div>
|
||||
<div class="section">
|
||||
<span><a href="https://danael_carbonneau.codeberg.page">←</a></span>
|
||||
<span>🍩 Webring of delights 🍩</span>
|
||||
<span><a href="https://eloicampagne.fr">→</a></span>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
<span class="copyleft">©</span> Henri Saudubray.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue