-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheaderEtfooter.html
63 lines (62 loc) · 2.55 KB
/
headerEtfooter.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="headerEtfooter.css">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="page3.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">
<title>Ehope</title>
</head>
<body>
<header class="headerEhope">
<nav>
<div class="navbarEhope">
<a id="navLogo" href="./index.html">
<img src="image/header&footer/logobleu.png" alt="Ehope">
</a>
<button id="hamburger" class="hamburger">
<i class="fas fa-bars"></i>
</button>
<div class="navbarLinksEhope" id="navbarLinksEhope">
<a class="clickNavEhope" href="../">Accueil</a>
<a class="clickNavEhope" href="../">L'Histoire d'Ehope</a>
<a class="clickNavEhope" href="../">Vision</a>
<a href="" class="buttonLinkEhope">Télécharger l'application</a>
</div>
</div>
</nav>
</header>
<main>
</main>
<footer>
<div class="footerContainer">
<a class="footLogo" href="./index.html"><img src="image/header&footer/logobleu.png" alt="Ehope"></a>
<div class="infoFooter">
<ul class="info-footer footer-list">
<h4 class="h4footer">À propos</h4>
<li>Politique de confidentialité</li>
<li>Conditions d'utilisation</li>
<h4 class="h4footer">Rejoignez nous </h4>
</ul>
</div>
<div class="footerLinks">
<ul class="socialLinks">
<li><i class="fa-brands fa-x-twitter"></i></li>
<li><i class="fa-brands fa-instagram"></i></li>
<li><i class="fa-brands fa-facebook-f"></i></li>
<li><i class="fa-brands fa-tiktok"></i></li>
</ul>
</div>
<div class="copyright">
<p>© 2024 Ehope. Tous droits réservés. Création de Abou, Emmy, Rebecca & Nacera.</p>
</div>
<svg width=100% height="40" style="margin: 0; padding: 0; display: block;">
<rect y="10" width=100% height=100% fill="#1A365E" />
</svg>
</div>
</footer>
<script src="headerEtfooter.js"></script>
</body>
</html>