You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.4 KiB

<!DOCTYPE html> <!-- Doctype HTML5 -->
<html lang="fr">
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="style.css">
<title>Corentin</title>
<nav class = "navbar">
<ul class="navbar-list">
<li><a href="index.html">Accueil</a></li>
<li><a href="cursus.html">Cursus</a></li>
<li><a href="planning.html">Planning</a></li>
<li><a href="images.html">Images</a></li>
<li><a href="videos.html">Videos</a></li>
</ul>
</nav>
</head>
<body>
<header>
<h1>Cursus scolaire</h1>
</header>
<h3>Maternelle</h3>
<p><strong>Archignat</strong></p>
<img src="img/Archignat.png" heigh="300px" width ="300px"></img>
<h3>Primaire</h3>
<p><strong>Saint Sauvier</strong></p>
<p><mark>cp -> ce1</mark></p>
<img src="">saint_sauvier.jpeg</img>
<p><strong>Treignat</strong></p>
<p><mark>ce2 -> cm2</mark></p>
<img src="img/treignat.jpeg" heigh="300px" width ="300px"></imgs>
<h3>Collège</h3>
<p><strong>Huriel</strong></p>
<p><em>Collège George-Sand</em></p>
<img src="img/huriel.jpeg" heigh="300px" width ="300px"></img>
<h3>Lycée</h3>
<p><strong>Montluçon</strong></p>
<p><em>Lycée madame de Staël</em></p>
<img src="img/montluçon.jpeg" heigh="300px" width ="300px"></img>
<h3>Maintenant</h3>
<p><strong>Aubière</strong></p>
<img src="img/aubière.jpg" heigh="300px" width ="300px"></img>
</body>
<footer>
<p>
Pied de page
</p>
</footer>
</html>