2023-01-05 13:05:09 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
2023-01-06 21:38:09 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Elite Solar</title>
|
|
|
|
<link rel="stylesheet" href="assets/css/style.css">
|
|
|
|
<link rel="stylesheet" href="assets/css/header.css">
|
|
|
|
<link rel="stylesheet" href="assets/css/footer.css">
|
|
|
|
<script type="text/javascript" src="assets/js/header.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<h1>Elite Solar</h1>
|
|
|
|
<img id="burger-menu" onclick="burgerMenu()" src="assets/img/open-menu.svg"></svg>
|
|
|
|
<ul id="menu" class="invisible">
|
|
|
|
<li class="active"><a href="./">Accueil</a></li>
|
|
|
|
<li><a href="about">Qui sommes-nous ?</a></li>
|
|
|
|
<li><a href="product">Nos produits</a></li>
|
|
|
|
<li><a href="contact">Contact</a></li>
|
|
|
|
<li><a href="faq">FAQ</a></li>
|
|
|
|
</ul>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
<div>
|
|
|
|
<h2>Suivez-Nous</h2>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<a href="https://instagram.com/elitesolar77?igshid=YmMyMTA2M2Y="><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Instagram_logo_2016.svg/1024px-Instagram_logo_2016.svg.png" width="50" height="50" alt="Instagram Logo" /></a>
|
|
|
|
     
|
|
|
|
<a href="https://www.facebook.com/profile.php?id=100089005817681"><img src="https://upload.wikimedia.org/wikipedia/commons/5/51/Facebook_f_logo_%282019%29.svg" width="50" height="50" alt="Facebook Logo" /></a>
|
|
|
|
     
|
|
|
|
<a href="https://twitter.com/EliteSolar77?ref_src=twsrc%5Etfw"><img
|
|
|
|
src="https://www.cmonsite.fr/site/wp-content/uploads/2021/06/2021-Twitter-logo-blue.png" width="50" height="50" alt="Twitter Logo" /></a>
|
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<ol>
|
|
|
|
Politique de confidentialité <br>
|
|
|
|
Mentions légales <br>
|
|
|
|
Politique de cookies <br>
|
|
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
<p>© 2022 EliteSolar. Créé avec   <u>Lyanis Souidi</u>, <u>Tom Moguljak</u>,  <u>Romain Journeau</u> </p>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|