generated from Templates_CodeFirst/templateHtmlCss
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.
45 lines
1.5 KiB
45 lines
1.5 KiB
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Planning</title>
|
|
<link rel="stylesheet" href="site.css">
|
|
</head>
|
|
<body>
|
|
<header class="bandeau">
|
|
<div class="photo_titre_bandeau">
|
|
<img src="image/user_arpoulain.jpeg" alt="photo" class="image_accueil">
|
|
<h1 style="margin-left: 10px; margin-top: 40px; margin-right : 10px; text-decoration: underline;">
|
|
<a href="index.html">Poulain <br> Arsène </a>
|
|
</h1>
|
|
</div>
|
|
<nav id="bouttons_liens_nav">
|
|
<a href="Projets.html" >
|
|
<div class="bouttons_liens"> <strong>Projets</strong>
|
|
</div>
|
|
</a>
|
|
<a href="Apropos.html" >
|
|
<div class="bouttons_liens"><strong>A propos</strong>
|
|
</div>
|
|
</a>
|
|
<a href="Competences.html">
|
|
<div class="bouttons_liens"><strong>Compétences</strong>
|
|
</div>
|
|
</a>
|
|
<a href="contact.html">
|
|
<div class="bouttons_liens"><strong>Contact</strong>
|
|
</div>
|
|
</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<div class="background">
|
|
|
|
</div>
|
|
|
|
<footer class="basPage">
|
|
<p>
|
|
Poulain Arsène, 1ère année, G5 | 6 Septembre 2024
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</html> |