-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.html
47 lines (46 loc) · 1.88 KB
/
Main.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<link href="public/css/styles.css" rel="stylesheet">
<title>DONDADA.FR</title>
</head>
<body>
<header>
<nav class="header-nav-bar">
<h1 class="header-nav-bar__title"><a href="#" class="header-nav-bar__title-a">DONDADA.FR</a></h1>
<h2 class="header-nav-bar__panier">
<a href="#" class="header-nav-bar__panier-title">
ATHLETICS
</a>
<a href="#" class="header-nav-bar__panier-icon">
<img src="public/img/icons/cart.png" alt="Panier" title="Panier">
</a>
</h2>
</nav>
</header>
<div class="content-page">
<h3 class="content-page__title"><a href="#">DISPONIBLE</a></h3>
</div>
<footer class="footer-page">
<div class="top-footer">
<h2 class="top-footer__title">DONDADA.FR</h2>
<div class="top-footer__list-social-media">
<a href="#"><img src="public/img/icons/email.png" alt="email" title="email" width="14"></a>
<a href="#"><img src="public/img/icons/twitter.png" alt="twitter" title="twitter" width="14"></a>
<a href="#"><img src="public/img/icons/instagram.png" alt="instagram" title="instagram" width="14"></a>
</div>
</div>
<nav class="nav-footer">
<ol class="nav-footer__list">
<li><a href="#">ACCUEIL</a></li>
<li><a href="#">ATHLETICS</a></li>
<li><a href="#">CONDITIONS</a></li>
<li><a href="#">CONTACT</a></li>
</ol>
</nav>
<div class="bottom-footer"> <p class="bottom-footer__copyright">©2018-2020 DON DADA RECORDS</p>
<p class="bottom-footer__editor">WEBSITE : <a href="#"> RÆGULAR </a></p> </div>
</footer>
</body>
</html>