-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
283 lines (242 loc) · 16.6 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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Document</title>
<!-- CSS -->
<link rel="stylesheet" href="css/main.css">
<!-- Fonts -->
<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@300;400;500&display=swap" rel="stylesheet">
<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&family=Shrikhand&display=swap" rel="stylesheet">
<!-- FontAwesome - icons -->
<script src="https://kit.fontawesome.com/0902388030.js" crossorigin="anonymous"></script>
</head>
<body class="body">
<div class="loading-screen">
<div class="loading-screen__logo-wrapper">
<span class="loading-screen__logo"><span class="loading-screen__inner-logo"></span></span>
</div>
</div>
<header class="header header--with-box-shadow">
<h1 class="logo">ohmyfood</h1>
</header>
<main class="main">
<div class="short-presentation-section">
<div class="short-presentation-section__location"><i class="fas fa-map-marker-alt"></i> Paris,
Belleville</div>
<div class="short-presentation-section__text">
<div class="short-presentation-section__title">Réservez le menu qui vous convient</div>
<div class="short-presentation-section__description">
Découvrez des restaurants d'exception, sélectionnés
par nos soins.
</div>
<div><a href="#restaurants" class="call-to-action-btn">Explorer nos restaurants</a></div>
</div>
</div>
<section class="list-items-section">
<h2 class="list-items-section__title">Fonctionnement</h2>
<ul class="list-items-wrapper">
<li class="how-it-works-item"><span>1</span><i class="fas fa-mobile-alt how-it-works-item__icon"></i>
Choississez un restaurant
</li>
<li class="how-it-works-item"><span>2</span><i class="fas fa-list-ul how-it-works-item__icon"></i>
Composez votre menu</li>
<li class="how-it-works-item how-it-works-item--purpleish-bg"><span>3</span><i
class="fas fa-store how-it-works-item__icon how-it-works-item__icon--purple "></i>
Dégustez au
restaurant</li>
</ul>
</section>
<section class="list-items-section list-items-section--background-color" id="restaurants">
<h2 class="list-items-section__title">Restaurants</h2>
<ul class="list-items-wrapper">
<li class="product">
<div class="product__top-content-wrapper">
<a href="la-palette-du-gout-menu-page.html">
<div class="product__flag">Nouveau</div>
<div>
<img src="images/jay-wennington-N_Y88TWmGwA-unsplash.jpg"
alt="Photo d'un plat de chez La palette du goût" class="product__image">
</div>
</a>
</div>
<div class="product__info-block">
<a href="la-palette-du-gout-menu-page.html">
<div class="product__text">
<h2 class="product__title">La palette du goût</h2>
<h3 class="product__description">Ménilmontant</h3>
</div>
</a>
<div class="product__add-to-favorite-btn-wrapper">
<button type="button" class="product__add-to-favorite-btn animated-heart">
<svg class=" product__add-to-favorite-logo animated-heart__static-heart"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="10 10 24 24">
<defs>
<linearGradient id="linear-gradient-heart">
<stop class="animated-heart__gradient-stop-1" offset="0">
</stop>
<stop class="animated-heart__gradient-stop-2" offset="1">
</stop>
</linearGradient>
</defs>
<path fill="url(#linear-gradient-heart)"
d="M20,31 C15.4189994,27.2225585 12.5023327,24.2225585 11.25,22 C10.2743515,20.6156479 10,19.6181623 10,18.1428571 C10,15.5113854 12.4883456,13 15,13 C17.3176009,13 18.9621484,13.8491346 20,15.5714286 C21.0382977,13.8491346 22.6828452,13 25,13 C27.5116544,13 30,15.5113854 30,18.1428571 C30,19.6181623 29.7256485,20.6156479 28.75,22 C27.497816,24.2225585 24.5811493,27.2225585 20,31 Z" />
</svg>
<svg class="animated-heart__translating-heart" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="10 10 24 24">
<path
d="M20,31 C15.4189994,27.2225585 12.5023327,24.2225585 11.25,22 C10.2743515,20.6156479 10,19.6181623 10,18.1428571 C10,15.5113854 12.4883456,13 15,13 C17.3176009,13 18.9621484,13.8491346 20,15.5714286 C21.0382977,13.8491346 22.6828452,13 25,13 C27.5116544,13 30,15.5113854 30,18.1428571 C30,19.6181623 29.7256485,20.6156479 28.75,22 C27.497816,24.2225585 24.5811493,27.2225585 20,31 Z" />
</svg>
</button>
</div>
</div>
</li>
<li class="product">
<div class="product__top-content-wrapper">
<a href="la-note-enchantee-menu-page.html">
<div class="product__flag">Nouveau</div>
<div>
<img src="images/stil-u2Lp8tXIcjw-unsplash.jpg"
alt="Photo d'un plat de chez La note enchantée" class="product__image">
</div>
</a>
</div>
<div class="product__info-block">
<a href="la-note-enchantee-menu-page.html">
<div class="product__text">
<h2 class="product__title">La note enchantée</h2>
<h3 class="product__description">Charonne</h3>
</div>
</a>
<div class="product__add-to-favorite-btn-wrapper">
<button type="button" class="product__add-to-favorite-btn animated-heart">
<svg class=" product__add-to-favorite-logo animated-heart__static-heart"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="10 10 24 24">
<defs>
<linearGradient id="linear-gradient">
<stop class="animated-heart__gradient-stop-1" offset="0">
</stop>
<stop class="animated-heart__gradient-stop-2" offset="1">
</stop>
</linearGradient>
</defs>
<path fill="url(#linear-gradient)"
d="M20,31 C15.4189994,27.2225585 12.5023327,24.2225585 11.25,22 C10.2743515,20.6156479 10,19.6181623 10,18.1428571 C10,15.5113854 12.4883456,13 15,13 C17.3176009,13 18.9621484,13.8491346 20,15.5714286 C21.0382977,13.8491346 22.6828452,13 25,13 C27.5116544,13 30,15.5113854 30,18.1428571 C30,19.6181623 29.7256485,20.6156479 28.75,22 C27.497816,24.2225585 24.5811493,27.2225585 20,31 Z" />
</svg>
<svg class="animated-heart__translating-heart" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="10 10 24 24">
<path
d="M20,31 C15.4189994,27.2225585 12.5023327,24.2225585 11.25,22 C10.2743515,20.6156479 10,19.6181623 10,18.1428571 C10,15.5113854 12.4883456,13 15,13 C17.3176009,13 18.9621484,13.8491346 20,15.5714286 C21.0382977,13.8491346 22.6828452,13 25,13 C27.5116544,13 30,15.5113854 30,18.1428571 C30,19.6181623 29.7256485,20.6156479 28.75,22 C27.497816,24.2225585 24.5811493,27.2225585 20,31 Z" />
</svg>
</button>
</div>
</div>
</li>
<li class="product">
<div class="product__top-content-wrapper">
<a href="a-la-francaise-menu-page.html">
<div>
<img src="images/toa-heftiba-DQKerTsQwi0-unsplash.jpg"
alt="Photo d'un plat de chez  la française" class="product__image">
</div>
</a>
</div>
<div class="product__info-block">
<a href="a-la-francaise-menu-page.html">
<div class="product__text">
<h2 class="product__title">Â la française</h2>
<h3 class="product__description">Cité Rouge</h3>
</div>
</a>
<div class="product__add-to-favorite-btn-wrapper">
<button type="button" class="product__add-to-favorite-btn animated-heart">
<svg class=" product__add-to-favorite-logo animated-heart__static-heart"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="10 10 24 24">
<defs>
<linearGradient id="linear-gradient-heart2">
<stop class="animated-heart__gradient-stop-1" offset="0">
</stop>
<stop class="animated-heart__gradient-stop-2" offset="1">
</stop>
</linearGradient>
</defs>
<path fill="url(#linear-gradient-heart2)"
d="M20,31 C15.4189994,27.2225585 12.5023327,24.2225585 11.25,22 C10.2743515,20.6156479 10,19.6181623 10,18.1428571 C10,15.5113854 12.4883456,13 15,13 C17.3176009,13 18.9621484,13.8491346 20,15.5714286 C21.0382977,13.8491346 22.6828452,13 25,13 C27.5116544,13 30,15.5113854 30,18.1428571 C30,19.6181623 29.7256485,20.6156479 28.75,22 C27.497816,24.2225585 24.5811493,27.2225585 20,31 Z" />
</svg>
<svg class="animated-heart__translating-heart" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="10 10 24 24">
<path
d="M20,31 C15.4189994,27.2225585 12.5023327,24.2225585 11.25,22 C10.2743515,20.6156479 10,19.6181623 10,18.1428571 C10,15.5113854 12.4883456,13 15,13 C17.3176009,13 18.9621484,13.8491346 20,15.5714286 C21.0382977,13.8491346 22.6828452,13 25,13 C27.5116544,13 30,15.5113854 30,18.1428571 C30,19.6181623 29.7256485,20.6156479 28.75,22 C27.497816,24.2225585 24.5811493,27.2225585 20,31 Z" />
</svg>
</button>
</div>
</div>
</li>
<li class="product">
<div class="product__top-content-wrapper">
<a href="le-delice-des-sens-menu-page.html">
<div>
<img src="images/louis-hansel-shotsoflouis-qNBGVyOCY8Q-unsplash.jpg"
alt="Photo d'un plat de chez Le délice des sens" class="product__image">
</div>
</a>
</div>
<div class="product__info-block">
<a href="le-delice-des-sens-menu-page.html">
<div class="product__text">
<h2 class="product__title">Le délice des sens</h2>
<h3 class="product__description">Folie-Méricourt</h3>
</div>
</a>
<div class="product__add-to-favorite-btn-wrapper">
<button type="button" class="product__add-to-favorite-btn animated-heart">
<svg class=" product__add-to-favorite-logo animated-heart__static-heart"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="10 10 24 24">
<defs>
<linearGradient id="linear-gradient-heart3">
<stop class="animated-heart__gradient-stop-1" offset="0">
</stop>
<stop class="animated-heart__gradient-stop-2" offset="1">
</stop>
</linearGradient>
</defs>
<path fill="url(#linear-gradient-heart3)"
d="M20,31 C15.4189994,27.2225585 12.5023327,24.2225585 11.25,22 C10.2743515,20.6156479 10,19.6181623 10,18.1428571 C10,15.5113854 12.4883456,13 15,13 C17.3176009,13 18.9621484,13.8491346 20,15.5714286 C21.0382977,13.8491346 22.6828452,13 25,13 C27.5116544,13 30,15.5113854 30,18.1428571 C30,19.6181623 29.7256485,20.6156479 28.75,22 C27.497816,24.2225585 24.5811493,27.2225585 20,31 Z" />
</svg>
<svg class="animated-heart__translating-heart" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="10 10 24 24">
<path
d="M20,31 C15.4189994,27.2225585 12.5023327,24.2225585 11.25,22 C10.2743515,20.6156479 10,19.6181623 10,18.1428571 C10,15.5113854 12.4883456,13 15,13 C17.3176009,13 18.9621484,13.8491346 20,15.5714286 C21.0382977,13.8491346 22.6828452,13 25,13 C27.5116544,13 30,15.5113854 30,18.1428571 C30,19.6181623 29.7256485,20.6156479 28.75,22 C27.497816,24.2225585 24.5811493,27.2225585 20,31 Z" />
</svg>
</button>
</div>
</div>
</li>
</ul>
</section>
</main>
<footer class="footer">
<div class="footer__center-wrapper">
<h3 class="logo footer__logo">ohmyfood</h3>
<ul>
<li class="footer__list-item--medium-font"><a href="#"><i class="fas fa-utensils"></i>Proposer un
restaurant</a></li>
<li class="footer__list-item--medium-font"><a href="#"><i class="fas fa-hands-helping"></i>Devenir
partenaire</a></li>
<li><a href="#">Mention légales</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
</ul>
</div>
</footer>
</body>
</html>