-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html.old
58 lines (55 loc) · 2.23 KB
/
index.html.old
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/css/style.css">
</head>
<body>
<div class="container">
<div class="nav">
<nav>
<button class="btn-nav active-page">Acceuil</button>
·
<button class="btn-nav">Contact</button>
</nav>
<div class="buttons">
<button class="btn-login">Se connecter</button>
↔
<button class="btn-register">S'inscrire</button>
</div>
</div>
<div class="header">
<span id="logo">BookShelf</span>
<div class="action-buttons-bar">
<a href="pages/collection.html">
<button> <div> +</div>Créer une collection</button>
</a>
</div>
</div>
<main>
<img src="static/image/illustration.jpg" alt="bookshef-image">
<h1>Chaque livre a une histoire, collectionnez-les toutes sur <span>BookShelf</span></h1>
</main>
<div class="description">
<div class="why">
<h2 class="title">Pourquoi BookShelf ?</h2>
</div>
<div>
<ul>
<li><small><span class="icon-check">🔎</span> Gardez une Trace de Votre Collection de Livres</small></li>
<li><small><span class="icon-check">🤞</span> Votre Bibliothèque Personnelle à Portée de Main</small></li>
<li><small><span class="icon-check">💯</span> Découvrez une experience unique de la bibliophilie</small></li>
</ul>
</div>
</div>
</div>
<footer>
© 2024 - Tous droits réservés
</footer>
<script src="/static/js/script.js" async defer></script>
</body>
</html>