-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
214 lines (196 loc) · 11 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>ohmyfood</title>
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<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=Shrikhand&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap"
rel="stylesheet">
<script src="https://kit.fontawesome.com/5ec21c71bc.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="loader overlay">
<span class="loader__rings"></span>
</div>
<!-- Définition du linear gradient pour les coeurs, ce svg est invisible -->
<div class="svg__gradient">
<svg>
<defs>
<linearGradient id="heartGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="5%" stop-color="#9356dc" />
<stop offset="95%" stop-color="#ff79da" />
</linearGradient>
</defs>
</svg>
</div>
<header class="header homepage">
<i class="header__arrowback fa fa-solid fa-arrow-left"></i>
<div class="header__banner">
<a href="./index.html"><img class="header__banner__logo" src="./assets/images/logo/ohmyfood@2x.svg"
alt="Logo ohmyfood"></a>
</div>
<div class="header__location">
<i class="header__location__icon fa fa-map-marker" aria-hidden="true"></i>
<p>Paris, Belleville</p>
</div>
</header>
<main class="main">
<section class="intro">
<h2 class="intro__title">Réservez le menu qui vous convient</h2>
<p class="intro__text">Découvrez des restaurants d'exception, sélectionnés par nos soins</p>
<a class="intro__btn" href="#restaurants">Explorer nos restaurants</a>
</section>
<section class="tutorial">
<h2 class="tutorial__title">Fonctionnement</h2>
<div class="tutorial__container">
<div class="tutorial__container__step">
<div class="tutorial__container__step__nb">1</div>
<i class="tutorial__container__step__icon phone fas fa-mobile-alt" aria-hidden="true"></i>
<p>Choisissez un restaurant</p>
</div>
<div class="tutorial__container__step">
<div class="tutorial__container__step__nb">2</div>
<i class="tutorial__container__step__icon fa fa-list-ul"></i>
<p>Composez votre menu</p>
</div>
<div class="tutorial__container__step">
<div class="tutorial__container__step__nb">3</div>
<i class="tutorial__container__step__icon purple fas fa-store"></i>
<p>Dégustez au restaurant</p>
</div>
</div>
</section>
<section id="restaurants" class="restaurants">
<h2 class="restaurants__title">Restaurants</h2>
<div class="restaurants__container">
<article class="restaurants__card">
<p class="restaurant__new-badge">Nouveau</p>
<a href="src/restaurants/la_palette_du_gout.html">
<div class="restaurants__photo">
<img class="restaurants__img" alt="La Palette du Goût"
src="assets/images/restaurants/lapalettedugout.jpg">
</div>
</a>
<div class="restaurants__description">
<div class="restaurants__description__text">
<h3 class="restaurants__description__name">La palette du goût</h3>
<p>Ménilmontant</p>
</div>
<div class="restaurants__description__fav">
<input type="checkbox" class="checkbox" id="myCheckbox">
<label for="myCheckbox">
<svg class="heart-svg" viewBox="0 0 58 57" xmlns="http://www.w3.org/2000/svg">
<path
d="M29.144 20.773c-.063-.13-4.227-8.67-11.44-2.59C7.63 28.795 28.94 43.256 29.143 43.394c.204-.138 21.513-14.6 11.44-25.213-7.214-6.08-11.377 2.46-11.44 2.59z"
class="heart" fill="none" stroke="#000000" fill-rule="evenodd" />
</svg>
</label>
</div>
</div>
</article>
<article class="restaurants__card">
<p class="restaurant__new-badge">Nouveau</p>
<a href="src/restaurants/la_note_enchantee.html">
<div class="restaurants__photo">
<img class="restaurants__img" alt="La Note Enchantée"
src="assets/images/restaurants/lanoteenchantee.jpg">
</div>
</a>
<div class="restaurants__description">
<div class="restaurants__description__text">
<h3 class="restaurants__description__name">La note enchantée</h3>
<p>Charonne</p>
</div>
<div class="restaurants__description__fav">
<input type="checkbox" class="checkbox" id="myCheckbox2">
<label for="myCheckbox2">
<svg class="heart-svg" viewBox="0 0 58 57" xmlns="http://www.w3.org/2000/svg">
<path
d="M29.144 20.773c-.063-.13-4.227-8.67-11.44-2.59C7.63 28.795 28.94 43.256 29.143 43.394c.204-.138 21.513-14.6 11.44-25.213-7.214-6.08-11.377 2.46-11.44 2.59z"
class="heart" fill="none" stroke="#000000" fill-rule="evenodd" />
</svg>
</label>
</div>
</div>
</article>
<article class="restaurants__card">
<a href="src/restaurants/a_la_francaise.html">
<div class="restaurants__photo">
<img class="restaurants__img" alt="A la Française"
src="assets/images/restaurants/alafrancaise.jpg">
</div>
</a>
<div class="restaurants__description">
<div class="restaurants__description__text">
<h3 class="restaurants__description__name">A la française</h3>
<p>Cité Rouge</p>
</div>
<div class="restaurants__description__fav">
<input type="checkbox" class="checkbox" id="myCheckbox3">
<label for="myCheckbox3">
<svg class="heart-svg" viewBox="0 0 58 57" xmlns="http://www.w3.org/2000/svg">
<path
d="M29.144 20.773c-.063-.13-4.227-8.67-11.44-2.59C7.63 28.795 28.94 43.256 29.143 43.394c.204-.138 21.513-14.6 11.44-25.213-7.214-6.08-11.377 2.46-11.44 2.59z"
class="heart" fill="none" stroke="#000000" fill-rule="evenodd" />
</svg>
</label>
</div>
</div>
</article>
<article class="restaurants__card">
<a href="src/restaurants/le_delice_des_sens.html">
<div class="restaurants__photo">
<img class="restaurants__img" alt="Le Délice des Sens"
src="assets/images/restaurants/ledelicedessens.jpg">
</div>
</a>
<div class="restaurants__description">
<div class="restaurants__description__text">
<h3 class="restaurants__description__name">Le délice des sens</h3>
<p>Folie-Méricourt</p>
</div>
<div class="restaurants__description__fav">
<input type="checkbox" class="checkbox" id="myCheckbox4">
<label for="myCheckbox4">
<svg class="heart-svg" viewBox="0 0 58 57" xmlns="http://www.w3.org/2000/svg">
<path
d="M29.144 20.773c-.063-.13-4.227-8.67-11.44-2.59C7.63 28.795 28.94 43.256 29.143 43.394c.204-.138 21.513-14.6 11.44-25.213-7.214-6.08-11.377 2.46-11.44 2.59z"
class="heart" fill="none" stroke="#000000" fill-rule="evenodd" />
</svg>
</label>
</div>
</div>
</article>
</div>
</section>
</main>
<footer class="footer">
<h3 class="footer__title">ohmyfood</h3>
<ul class="footer__list">
<li>
<i class="footer__icon fa fa-cutlery"></i>
<a href="#">Proposer un restaurant</a>
</li>
<li>
<svg class="footer__icon" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 640 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
d="M544 248v3.3l69.7-69.7c21.9-21.9 21.9-57.3 0-79.2L535.6 24.4c-21.9-21.9-57.3-21.9-79.2 0L416.3 64.5c-2.7-.3-5.5-.5-8.3-.5H296c-37.1 0-67.6 28-71.6 64H224V248c0 22.1 17.9 40 40 40s40-17.9 40-40V176c0 0 0-.1 0-.1V160l16 0 136 0c0 0 0 0 .1 0H464c44.2 0 80 35.8 80 80v8zM336 192v56c0 39.8-32.2 72-72 72s-72-32.2-72-72V129.4c-35.9 6.2-65.8 32.3-76 68.2L99.5 255.2 26.3 328.4c-21.9 21.9-21.9 57.3 0 79.2l78.1 78.1c21.9 21.9 57.3 21.9 79.2 0l37.7-37.7c.9 0 1.8 .1 2.7 .1H384c26.5 0 48-21.5 48-48c0-5.6-1-11-2.7-16H432c26.5 0 48-21.5 48-48c0-12.8-5-24.4-13.2-33c25.7-5 45.1-27.6 45.2-54.8v-.4c-.1-30.8-25.1-55.8-56-55.8c0 0 0 0 0 0l-120 0z" />
</svg>
<a href="#">Devenir partenaire</a>
</li>
<li>
<a href="#">Mentions légales</a>
</li>
<li>
<a href="mailto:contact@ohmyfood.com">Contact</a>
</li>
</ul>
</footer>
</body>
</html>