-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
181 lines (173 loc) · 6.65 KB
/
index.html
File metadata and controls
181 lines (173 loc) · 6.65 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bienvenue chez Orinoco furnitures</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header>
<div class="px-3 py-2 bg-light text-dark">
<div class="">
<div class="
d-flex
flex-wrap
align-items-center
justify-content-center justify-content-lg-start
">
<a class="
navbar-brand
d-flex
align-items-center
my-2 my-lg-0
me-lg-auto
text-dark text-decoration-none
col-5 col-md-3
order-md-0
" href="index.html">
<img src="images/logo-noir.png" height="60" alt="Logo d'Orinoco" />ORINOCO
</a>
<a href="panier.html" id="lienIconePanier" class="order-md-2 order-lg-3 col-lg-1">
<div id="affichageIconePanier">
<i class="bi bi-cart-fill" id="iconePanier"></i>
<span id="nombreArticlesPanier"></span>
</div>
</a>
<form class="col-12 col-md-5 col-lg-3 mb-2 mb-lg-0 me-lg-auto order-md-1">
<input type="search" class="form-control" placeholder="Recherche..." aria-label="Search" />
</form>
<nav
class="order-md-3 order-lg-2 col-12 col-lg-4 navbar navbar-expand-lg navbar-light bg-light px-3 py-2 mb-3 justify-content-center">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="
nav
col-lg-auto
my-2
justify-content-center
my-md-0
text-small text-end
">
<li>
<a href="#" class="nav-link text-secondary mt-3"> Accueil </a>
</li>
<li>
<a href="#" class="nav-link text-dark mt-3"> Connexion </a>
</li>
<li>
<a href="#" class="nav-link text-white btn btn-primary mt-3">
Création de compte
</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<div class="container">
<main>
<div>
<h2>Bienvenue chez Orinoco furnitures</h2>
<p>
Choisissez parmi nos différents meubles pour personnaliser votre
intérieur et le rendre unique.
</p>
</div>
<div class="row" id="affichageDesFurnitures"></div>
</main>
<footer class="pt-4 my-md-5 pt-md-5 border-top">
<div class="row">
<div class="col-12 col-md">
<img class="mb-2" src="images/logo_aser.png" alt="" width="100" height="120" />
<small class="d-block mb-3 text-muted">© Nicolas Alphonso 2021</small>
</div>
<div class="col-6 col-md">
<h5>Conditions générales</h5>
<ul class="list-unstyled text-small">
<li class="mb-1">
<a class="link-secondary text-decoration-none" href="#">Conditions de vente</a>
</li>
<li class="mb-1">
<a class="link-secondary text-decoration-none" href="#">Conditions d'utilisation</a>
</li>
<li class="mb-1">
<a class="link-secondary text-decoration-none" href="#">Conditions des offres</a>
</li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Service Client</h5>
<ul class="list-unstyled text-small">
<li class="mb-1">
<a class="link-secondary text-decoration-none" href="#">
Livraison
</a>
</li>
<li class="mb-1">
<a class="link-secondary text-decoration-none" href="#">Retour et échange
</a>
</li>
<li class="mb-1">
<a class="link-secondary text-decoration-none" href="#">Questions fréquentes
</a>
</li>
<li class="mb-1">
<a class="link-secondary text-decoration-none" href="#">Contact</a>
</li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Nous découvrir</h5>
<ul class="list-unstyled text-small">
<li class="mb-1">
<a class="link-secondary text-decoration-none" href="#">La marque</a>
</li>
<li class="mb-1">
<a class="link-secondary text-decoration-none" href="#">Nos catalogues</a>
</li>
<li class="mb-1">
<a class="link-secondary text-decoration-none" href="#">Guides d'achats</a>
</li>
<li class="mb-1">
<a class="link-secondary text-decoration-none" href="#">Recrutement</a>
</li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Informations légales</h5>
<ul class="list-unstyled text-small">
<li class="mb-1">
<a class="link-secondary text-decoration-none" href="#">Mentions légales</a>
</li>
<li class="mb-1">
<a class="link-secondary text-decoration-none" href="#">Politique de confidentialité</a>
</li>
<li class="mb-1">
<a class="link-secondary text-decoration-none" href="#">Utilisation des cookies</a>
</li>
<li class="mb-1">
<a class="link-secondary text-decoration-none" href="#">Plan du site</a>
</li>
</ul>
</div>
</div>
</footer>
</div>
<script src="main.js"></script>
<script src="iconePanier.js"></script>
<!-- Script pour bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>
</body>
</html>