This repository has been archived by the owner on Apr 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
244 lines (239 loc) · 8.2 KB
/
index.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
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Khyonn" />
<meta
name="title"
content="Ohmyfood! Site de composition de menu et de réservations de restaurants"
/>
<meta
name="description"
content="Intégration d'une maquette avec animations, troisième projet du parcous Développeur Front-end d'OpenClassrooms"
/>
<link rel="stylesheet" href="assets/styles/vendors.css" />
<link rel="stylesheet" href="assets/styles/common.css" />
<link rel="stylesheet" href="assets/styles/home.css" />
<link
rel="icon"
href="assets/images/logo/[email protected]"
type="image/svg+xml"
/>
<title>Ohmyfood!</title>
</head>
<body>
<header>
<nav class="main-nav">
<a class="main-nav__brand-link" href="./">
<img
src="assets/images/logo/ohmyfood.png"
srcset="assets/images/logo/[email protected]"
alt="Logo Ohmyfood"
/>
</a>
</nav>
</header>
<main>
<form id="location">
<span><i class="fas fa-map-marker-alt"></i></span>
<input
id="location__field"
type="text"
value="Paris, Belleville"
aria-label="Location"
disabled
/>
</form>
<section id="introduction" class="introduction">
<h1>Réservez le menu qui vous convient</h1>
<p>
Découvrez des restaurants d'exception, séléctionnés par nos soins.
</p>
<a href="#restaurants" role="button" class="button"
>Explorer nos restaurants</a
>
</section>
<section id="usage-process">
<h1>Fonctionnement</h1>
<ul class="step-list">
<li class="step-list__item">
<span class="step-list__item-icon">
<i class="fas fa-mobile-alt"></i>
</span>
Choississez un restaurant
</li>
<li class="step-list__item">
<span class="step-list__item-icon">
<i class="fas fa-list-ul"></i>
</span>
Composez votre menu
</li>
<li class="step-list__item step-list__item--active">
<span class="step-list__item-icon">
<i class="fas fa-store"></i>
</span>
Dégustez au restaurant
</li>
</ul>
</section>
<section id="restaurants">
<h1>Restaurants</h1>
<div class="cards-container">
<article class="card">
<a class="card__link" href="la-palette-du-gout.html">
<div class="card__image-container">
<img
class="card__image"
src="assets/images/restaurants/small/la-palette-du-gout.jpg"
alt="Plat de La palette du goût"
/>
</div>
<div class="card__description-container">
<h2>La palette du goût</h2>
<p>Ménilmontant</p>
</div>
<span class="badge badge--success badge--blinking">Nouveau</span>
</a>
<span class="heart-button">
<input
aria-label="Ajouter La palettedu goût aux restaurants favoris"
type="checkbox"
name="like-button"
id="restaurant_1"
/>
<label for="restaurant_1">
<span class="heart-button__empty">
<i class="far fa-heart"></i>
</span>
<span class="heart-button__filled">
<i class="fas fa-heart"></i> </span
></label>
</span>
</article>
<article class="card">
<a class="card__link" href="la-note-enchantee.html">
<div class="card__image-container">
<img
class="card__image"
src="assets/images/restaurants/small/la-note-enchantee.jpg"
alt="Plat de La note enchantée"
/>
</div>
<div class="card__description-container">
<h2>La note enchantée</h2>
<p>Charonne</p>
</div>
<span class="badge badge--success badge--blinking">Nouveau</span>
</a>
<span class="heart-button">
<input
aria-label="Ajouter La note enchantée aux restaurants favoris"
type="checkbox"
name="like-button"
id="restaurant_2"
/>
<label for="restaurant_2">
<span class="heart-button__empty">
<i class="far fa-heart"></i>
</span>
<span class="heart-button__filled">
<i class="fas fa-heart"></i> </span
></label>
</span>
</article>
<article class="card">
<a class="card__link" href="a-la-francaise.html">
<div class="card__image-container">
<img
src="assets/images/restaurants/small/a-la-francaise.jpg"
alt="Plat de A la française"
class="card__image"
/>
</div>
<div class="card__description-container">
<h2>A la française</h2>
<p>Cité Rouge</p>
</div>
</a>
<span class="heart-button">
<input
aria-label="Ajouter A la française aux restaurants favoris"
type="checkbox"
name="like-button"
id="restaurant_3"
/>
<label for="restaurant_3">
<span class="heart-button__empty">
<i class="far fa-heart"></i>
</span>
<span class="heart-button__filled">
<i class="fas fa-heart"></i>
</span>
</label>
</span>
</article>
<article class="card">
<a class="card__link" href="le-delice-des-sens.html">
<div class="card__image-container">
<img
src="assets/images/restaurants/small/le-delice-des-sens.jpg"
alt="Plat de Le délice des sens"
class="card__image"
/>
</div>
<div class="card__description-container">
<h2>Le délice des sens</h2>
<p>Folie-Méricourt</p>
</div>
</a>
<span class="heart-button">
<input
aria-label="Ajouter Le délice des sens aux restaurants favoris"
type="checkbox"
name="like-button"
id="restaurant_4"
/>
<label for="restaurant_4">
<span class="heart-button__empty">
<i class="far fa-heart"></i>
</span>
<span class="heart-button__filled">
<i class="fas fa-heart"></i> </span
></label>
</span>
</article>
</div>
</section>
</main>
<footer>
<h1 class="title-text">Ohmyfood</h1>
<ul class="util-links">
<li class="util-links__item">
<a href="#">
<span class="util-links__item-icon">
<i class="fas fa-utensils"></i>
</span>
<span>Proposer un restaurant</span>
</a>
</li>
<li class="util-links__item">
<a href="#">
<span class="util-links__item-icon">
<i class="fas fa-hands-helping"></i>
</span>
<span>Devenir partenaire</span>
</a>
</li>
<li class="util-links__item"><a href="#">Mentions légales</a></li>
<li class="util-links__item">
<a href="mailto:[email protected]">Contact</a>
</li>
</ul>
</footer>
<div class="spinner__container spinner__container--fixed">
<div class="spinner"></div>
</div>
</body>
</html>