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.2 KiB
45 lines
1.2 KiB
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Portfolio</title>
|
|
<link rel="stylesheet" href="enzojolys-Portfolio/mycoolstyle.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<header>
|
|
<nav>
|
|
<ul>
|
|
<li><p>Enzo Jolys</p></li>
|
|
<li><a href="#home">Accueil</a></li>
|
|
<li><a href="#about">À propos</a></li>
|
|
<li><a href="#"> Mes projets</a></li>
|
|
<li><a href="#"> x</a></li>
|
|
<li><a href="#contact">Contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<section id="home">
|
|
<!--
|
|
<div class="imageDiv">
|
|
<img src="images/baniere.jpeg" alt="Description de l'image" >
|
|
</div>-->
|
|
<p>Enzo Jolys</p>
|
|
<h1>Développeur</h1>
|
|
</section>
|
|
|
|
|
|
<section id="services">
|
|
<h2>Nos Services</h2>
|
|
<p>Mettez en valeur vos services sur la page d'accueil et utilisez notre système de réservation.</p>
|
|
</section>
|
|
<section id="contact">
|
|
<h2>Contactez-nous</h2>
|
|
<p>Pour toute question ou réservation, contactez-nous dès aujourd'hui.</p>
|
|
</section>
|
|
</body>
|
|
</html>
|