-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
303 lines (291 loc) · 14.3 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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<script
src="https://kit.fontawesome.com/a9faad54a1.js"
crossorigin="anonymous"
></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500&family=Shrikhand&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="CSS/normalizer.css" />
<link rel="stylesheet" href="SASS/main.css" />
<title>Oh My Food - Accueil</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
</html>
<body>
<img
class="loading_wheel"
src="./ressources/icons/load-icon.png"
alt="loading wheel"
/>
<header>
<a href="index.html">
<h1>ohmyfood</h1>
</a>
</header>
<div class="loading-screen_white">
<form class="header_menus-home">
<label for="location">
<i class="fa-solid fa-location-dot"></i>
</label>
<input type="text" id="location" value="Paris, Belleville" />
</form>
<section class="intro">
<h2>Réservez le menu qui vous convient</h2>
<p>
Découvrez des restaurants d'exception, sélectionnés par nos
soins.
</p>
<button class="button-discover">Explorer nos restaurants</button>
</section>
<section class="howTo">
<h2>Fonctionnement</h2>
<ol class="howTo_steps">
<li class="list">
<i class="fa-solid fa-mobile-screen-button icon"></i>
<h4 class="title">Choisissez un restaurant</h4>
</li>
<li class="list list--1">
<i class="fa-solid fa-list-ul icon icon--1"></i>
<h4 class="title title--1">Composez votre menu</h4>
</li>
<li id="howTo_steps-store" class="list list--2">
<i class="fa-sharp fa-solid fa-store icon icon--2"></i>
<h4 class="title title--2">Dégustez au restaurant</h4>
</li>
</ol>
</section>
<main class="restaurants">
<h2 class="menu menu--1">Restaurants</h2>
<div>
<a
href="restaurants/palette_du_gout.html "
class="cards-home menu menu--2"
>
<span class="display_new">Nouveau</span>
<figure>
<img
src="ressources/images/Medium/la_palette_du_gout.png"
alt="photo du restaurant la palette du goût"
/>
<figcaption>
<h3>La palette du goût</h3>
<p>Ménilmontant</p>
<label for="heart-1" class="heartbox">
<input type="checkbox" id="heart-1" />
<svg
viewBox="0 0 512 512"
height="40"
width="50"
class="heart-empty"
>
<path
width="50px"
height="50px"
d="M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"
></path>
</svg>
<svg
viewBox="0 0 512 512"
height="40"
width="50"
class="heart-checked"
>
<defs>
<linearGradient
id="gradient"
x1="0%"
y1="0%"
x2="0%"
y2="1"
>
<stop
offset="0"
style="
stop-color: #ff79da;
stop-opacity: 1;
"
></stop>
<stop
offset="1"
style="
stop-color: #9356dc;
stop-opacity: 1;
"
></stop>
</linearGradient>
</defs>
<path
width="50px"
height="50px"
d="M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"
></path>
</svg>
</label>
</figcaption>
</figure>
</a>
<a
href="./restaurants/note_enchantee.html"
class="cards-home menu menu--3"
>
<span class="display_new">Nouveau</span>
<figure>
<img
src="ressources/images/Medium/la_note_enchantee.png"
alt="photo du restaurant la note enchantée"
/>
<figcaption>
<h3>La note enchantée</h3>
<p>Charonne</p>
<label for="heart-2" class="heartbox">
<input type="checkbox" id="heart-2" />
<svg
viewBox="0 0 512 512"
height="40"
width="50"
class="heart-empty"
>
<path
width="50px"
height="50px"
d="M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"
></path>
</svg>
<svg
viewBox="0 0 512 512"
height="40"
width="50"
class="heart-checked"
>
<path
width="50px"
height="50px"
d="M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"
></path>
</svg>
</label>
</figcaption>
</figure>
</a>
<a
href="./restaurants/a_la_francaise.html"
class="cards-home menu menu--4"
>
<figure>
<img
src="ressources/images/Medium/a_la_francaise.png"
alt="photo du restaurant à la française"
/>
<figcaption>
<h3>À la française</h3>
<p>Cité Rouge</p>
<label for="heart-3" class="heartbox">
<input type="checkbox" id="heart-3" />
<svg
viewBox="0 0 512 512"
height="40"
width="50"
class="heart-empty"
>
<path
width="50px"
height="50px"
d="M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"
></path>
</svg>
<svg
viewBox="0 0 512 512"
height="40"
width="50"
class="heart-checked"
>
<path
width="50px"
height="50px"
d="M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"
></path>
</svg>
</label>
</figcaption>
</figure>
</a>
<a
href="./restaurants/le_delice_des_sens.html"
class="cards-home menu menu--5"
>
<figure>
<img
src="ressources/images/Medium/le_delice_des_sens.png"
alt="photo du restaurant le délice des sens"
/>
<figcaption>
<h3>Le délice des sens</h3>
<p>Folie-Méricourt</p>
<label for="heart-4" class="heartbox">
<input type="checkbox" id="heart-4" />
<svg
viewBox="0 0 512 512"
height="40"
width="50"
class="heart-empty"
>
<path
width="50px"
height="50px"
d="M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"
></path>
</svg>
<svg
viewBox="0 0 512 512"
height="40"
width="50"
class="heart-checked"
>
<path
width="50px"
height="50px"
d="M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"
></path>
</svg>
</label>
</figcaption>
</figure>
</a>
</div>
</main>
</div>
<footer>
<h1>ohmyfood</h1>
<ul>
<li>
<a href="#">
<i class="fa-solid fa-utensils"></i>
<h4>Proposer un restaurant</h4>
</a>
</li>
<li>
<a href="#">
<i class="fa-solid fa-handshake-angle"></i>
<h4>Devenir partenaire</h4>
</a>
</li>
<li>
<a href="#">
<h4>Mentions légales</h4>
</a>
</li>
<li>
<a href="mailto:[email protected]">
<h4>Contact</h4>
</a>
</li>
</ul>
</footer>
</body>