diff options
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/static/index.html b/static/index.html index 9a2cb4b..48cf469 100644 --- a/static/index.html +++ b/static/index.html @@ -38,7 +38,8 @@ <title>Deuxfleurs : fabriquons un internet convivial</title>
<!-- liens vers style css et favicon-->
- <link rel="stylesheet" type="text/css" href="style-bon.css">
+ <link rel="stylesheet" type="text/css" href="css/layout.css">
+ <link rel="stylesheet" type="text/css" href="css/home.css">
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon">
</head>
@@ -98,10 +99,14 @@ </nav>
<div id="container">
- <main class="home" aria-label="contenu de la page web">
- <h1 id="deuxfleurs"><span role="img" aria-label="2 emojis fleur blanche">💮💮 </span>deuxfleurs</h1>
- <div id="jardin">
- <div id="illustration-accueil" class="noscroll" role="img" aria-label="deux fleurs dessinées en ascii animées">
+
+ <header>
+ <h1 id="deuxfleurs"><span role="img" aria-label="2 emojis fleur blanche">💮💮 </span>deuxfleurs</h1>
+ </header>
+
+ <main aria-label="contenu de la page web">
+ <div id="jardin">
+ <div id="illustration-accueil" class="noscroll" role="img" aria-label="deux fleurs dessinées en ascii animées">
<!-- séquences de l'animation qui est lancée grâce à l'avant avant dernière ligne -->
<pre class="center">
'\ ; /'
@@ -484,7 +489,6 @@ </div>
<p>Fabriquons un internet convivial ⤵</p>
</div>
- <h1 id="deuxfleurs"><span role="img" aria-label="2 emojis fleur blanche">💮💮 </span>deuxfleurs</h1>
<h2 id="infras">Avec nos propres infrastructures</h2>
<div id="rennes" role="img" aria-label="illustration de trois serveurs informatiques rangés dans la bibliothèque d'un salon">
<!--diode qui clignote ?-->
@@ -1593,7 +1597,7 @@ _ ` ^ ¨ · _ - " ` * - ; - _ </pre>
</div>
<div id="liens">
- <a href="./CGU.html">CGU</a><span role="separator"> · </span><a href="./Gestion%20des%20risques.html">Gestion des risques</a><span role="separator"> · </span><a href="./Mentions%20légales.html">Mentions légales</a><span role="separator"> · </span><a href="./Sources.html">Sources</a>
+ <a href="./cgu.html">CGU</a><span role="separator"> · </span><a href="./risques.html">Gestion des risques</a><span role="separator"> · </span><a href="./mentions.html">Mentions légales</a><span role="separator"> · </span><a href="./sources.html">Sources</a>
</div>
</footer>
</div>
|