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.

34 lines
1.4 KiB

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>site de Louis GERMAIN</title>
<link rel="stylesheet" type="text/css" href="https://codefirst.iut.uca.fr/containers/louisgermain-portfolio/css/style.css">
<link rel="stylesheet" type="text/css" href="https://codefirst.iut.uca.fr/containers/louisgermain-portfolio/css/contact.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<header>
<nav>
<a href="accueil.html" class="navbar_link">Accueil</a>
<a href="../docs/CV.pdf" target="_blank" class="navbar_link">CV</a>
<a href="projets.html" class="navbar_link">Mes projets</a>
<a href="cursus.html" class="navbar_link">Mon cursus</a>
<a href="contact.html" class="navbar_link" id="current_page">Contact</a>
</nav>
</header>
<body>
<div id="main_div">
<section>
<h2> Comment me contacter </h2>
<div class="description">
<ul>
<li>Adresse email: <a href="mailto:louis.germain.63.1@gmail.com">louis.germain.63.1@gmail.com</a></li>
<li>numero de téléphone: <a href="tel:+33695766932">06 95 76 69 32</a></li>
</ul>
</div>
</section>
</div>
</body>
</html>