feat: both english and french versions
This commit is contained in:
parent
1703b80353
commit
770c75593e
10 changed files with 743 additions and 341 deletions
22
index.html
22
index.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/index.css?version=3">
|
||||
<title>Henri Saudubray</title>
|
||||
<meta name="description" content="Henri Saudubray's personal website">
|
||||
<meta name="description" content="Site personnel d'Henri Saudubray">
|
||||
<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>
|
||||
|
|
@ -16,22 +16,26 @@
|
|||
<div class="color purple"></div>
|
||||
<div class="color black"></div>
|
||||
</div>
|
||||
<header>HELLO THERE :)</header>
|
||||
<header>BONJOUR :)</header>
|
||||
<main>
|
||||
<div class="section">
|
||||
Serious stuff
|
||||
Choses sérieuses
|
||||
<ul>
|
||||
<li>[<a href="./man.html">man</a>]: the man page</li>
|
||||
<li>[<a href="./man.html">man</a>]: le manuel</li>
|
||||
<li>[<a href="./teaching.html">tea</a>]: les enseignements</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section">
|
||||
Not serious stuff
|
||||
Choses pas sérieuses
|
||||
<ul>
|
||||
<li>[<a href="./fish.html">fsh</a>]: the fish</li>
|
||||
<li>[<a href="./tiles.html">tls</a>]: the tiles</li>
|
||||
<li>[<a href="./links.html">lnk</a>]: the links</li>
|
||||
<li>[<a href="./fish.html">fsh</a>]: les poissons</li>
|
||||
<li>[<a href="./tiles.html">tls</a>]: les carrelages</li>
|
||||
<li>[<a href="./links.html">lnk</a>]: les liens</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section">
|
||||
<a href="./index.en.html">Read this page in english</a>
|
||||
</div>
|
||||
<div class="section">
|
||||
<span><a href="https://danael_carbonneau.codeberg.page">←</a></span>
|
||||
<span>🍩 Webring des délices 🍩</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue