-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathla-note-enchantee.html
267 lines (250 loc) · 11.2 KB
/
la-note-enchantee.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<!-- Bloquer google ads -->
<meta name="AdsBot-Google" content="noindex" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- FontAwesome CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<meta name="description" content="ohmyfood, your new favourite restaurant !">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<!-- GoogleFonts CDN -->
<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=Raleway:wght@200;300;400;500;600;700&family=Shrikhand&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,500;0,700;1,100;1,300&family=Shrikhand&display=swap" rel="stylesheet">
<!-- FAVICON -->
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- STYLE CDN -->
<link rel="stylesheet" href="css/style.css">
<title>ohmyfood - La note enchantée</title>
</head>
<body>
<header>
<nav class="container-all-other-pages">
<i class="fa-solid fa-arrow-left"></i>
<a href="index.html" class="logo-all-other-pages">
<img src="img/ohmyfoodblack@2x.svg" alt="Logo for ohmyfood">
</a>
</nav>
</header>
<main class='wrap-la-note-enchantee'>
<div class='intro-la-note-enchantee'></div>
<section class='entrees'>
<div class='title description'>
<h1>La note enchantée</h1>
</div>
<h2>Entrées</h2>
<article class='check-hover'>
<a href="#" class="card-image-vertical"></a>
<div class='card-title menu-category'>
<div class='menu-item'>
<div class='menu-item_description'>
<h3 class='card-title'>Ravioles de foie gras</h3>
<p>Accompagnés de leur crème à la truffe</p>
</div>
<span class='price'>
<strong>25€</strong>
</span>
<div class='menu-item_check'>
<i class='fas fa-check'></i>
</div>
</div>
</div>
</article>
<article class='check-hover'>
<a href="#" class="card-image-vertical"></a>
<div class='card-title menu-category'>
<div class='menu-item'>
<div class='menu-item_description'>
<h3 class='card-title'>Caviar osciètre</h3>
<p>Sur blini à la farine de blé noir</p>
</div>
<span class='price'>
<strong>35€</strong>
</span>
<div class='menu-item_check'>
<i class='fas fa-check'></i>
</div>
</div>
</div>
</article>
<article class='check-hover'>
<a href="#" class="card-image-vertical"></a>
<div class='card-title menu-category'>
<div class='menu-item'>
<div class='menu-item_description'>
<h3 class='card-title'>Homard et espuma de potiron</h3>
<p>Mariné aux zestes d'orange</p>
</div>
<span class='price'>
<strong>20€</strong>
</span>
<div class='menu-item_check'>
<i class='fas fa-check'></i>
</div>
</div>
</div>
</article>
<article class='check-hover'>
<a href="#" class="card-image-vertical"></a>
<div class='card-title menu-category'>
<div class='menu-item'>
<div class='menu-item_description'>
<h3 class='card-title'>Foie gras de canard cuit entier</h3>
<p>Confiture de figue et pain toasté</p>
</div>
<span class='price'>
<strong>35€</strong>
</span>
<div class='menu-item_check'>
<i class='fas fa-check'></i>
</div>
</div>
</div>
</article>
</section>
<section class='plats'>
<h2>Plats</h2>
<article class='check-hover'>
<a href="#" class="card-image-vertical"></a>
<div class='card-title menu-category'>
<div class='menu-item'>
<div class='menu-item_description'>
<h3 class='card-title'>Noix de coquilles Saint-Jacques</h3>
<p>Sur lit de purée de céleri-rave</p>
</div>
<span class='price'>
<strong>40€</strong>
</span>
<div class='menu-item_check'>
<i class='fas fa-check'></i>
</div>
</div>
</div>
</article>
<article class='check-hover'>
<a href="#" class="card-image-vertical"></a>
<div class='card-title menu-category'>
<div class='menu-item'>
<div class='menu-item_description'>
<h3 class='card-title'>Langoustine poêlée</h3>
<p>Purée de patate douce</p>
</div>
<span class='price'>
<strong>35€</strong>
</span>
<div class='menu-item_check'>
<i class='fas fa-check'></i>
</div>
</div>
</div>
</article>
<article class='check-hover'>
<a href="#" class="card-image-vertical"></a>
<div class='card-title menu-category'>
<div class='menu-item'>
<div class='menu-item_description'>
<h3 class='card-title'>Mijoté de queue de boeuf </h3>
<p>Et riz sauvage aux zestes de citron</p>
</div>
<span class='price'>
<strong>44€</strong>
</span>
<div class='menu-item_check'>
<i class='fas fa-check'></i>
</div>
</div>
</div>
</article>
</section>
<section class='desserts'>
<h2>Desserts</h2>
<article class='check-hover'>
<a href="#" class="card-image-vertical"></a>
<div class='card-title menu-category'>
<div class='menu-item'>
<div class='menu-item_description'>
<h3 class='card-title'>Macaron noisette et chocolat</h3>
<p>Glace au caramel brun et sel de Guérande</p>
</div>
<span class='price'>
<strong>18€</strong>
</span>
<div class='menu-item_check'>
<i class='fas fa-check'></i>
</div>
</div>
</div>
</article>
<article class='check-hover'>
<a href="#" class="card-image-vertical"></a>
<div class='card-title menu-category'>
<div class='menu-item'>
<div class='menu-item_description'>
<h3 class='card-title'>Baba au rhum revisité</h3>
<p>Avec son coulis de citron</p>
</div>
<span class='price'>
<strong>22€</strong>
</span>
<div class='menu-item_check'>
<i class='fas fa-check'></i>
</div>
</div>
</div>
</article>
<article class='check-hover'>
<a href="#" class="card-image-vertical"></a>
<div class='card-title menu-category'>
<div class='menu-item'>
<div class='menu-item_description'>
<h3 class='card-title'>Tarte au citron meringuée</h3>
<p>Déstructurée</p>
</div>
<span class='price'>
<strong>23€</strong>
</span>
<div class='menu-item_check'>
<i class='fas fa-check'></i>
</div>
</div>
</div>
</article>
</section>
<div class='button'>
<button class='btn btn-primary'>Commander</button>
</div>
</main>
<footer>
<nav>
<a href="accueil.html" class="logo">
<img src="img/ohmyfood@2x.svg" alt="Logo for ohmyfood">
</a>
<ul>
<li>
<i class="fa-solid fa-utensils"></i>
<a href="#">Proposer un restaurant</a>
</li>
<li>
<i class="fa-solid fa-handshake-angle"></i>
<a href="#">Devenir partenaire</a>
</li>
<li>
<a href="#">Mentions legales</a>
</li>
<li>
<a href="mailto:test@test.com">Contact</a>
</li>
</ul>
</nav>
</footer>
</body>
</html>