-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
210 lines (205 loc) · 7.12 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
<!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" />
<link rel="stylesheet" href="./sass/style.css" />
<!-- Icons Library -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css"
/>
<!-- Google Fonts-->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Shrikhand&display=swap"
rel="stylesheet"
/>
<title>OhMyFood</title>
</head>
<body>
<!--=============LOADER==========-->
<section class="loader">
<div class="container_loader">
<div class="container_loader__text">
<h1>Loading...</h1>
</div>
<div class="container_loader__loading">
<div class="line_box">
<div class="line"></div>
</div>
</div>
</div>
</section>
<!--==========Header=======-->
<header class="header">
<img
class="header__Logo"
src="images/logo/ohmyfood.png"
height="30"
width="173"
alt="Ohmyfood logo"
/>
</header>
<main>
<!--===============Section Localisation===========-->
<div class="locations">
<div class="location">
<i
class="fa-map-marker-alt fas location__icon"
aria-hidden="true"
></i>
<span class="location__text">Paris, Belleville</span>
</div>
</div>
<!--===============Section Hero============-->
<section class="hero">
<h2 class="hero__titre">
Réservez le menu qui<br />
vous convient
</h2>
<p class="hero__text">
Découvrez des restaurants d'exception, séléctionnés par nos soins
</p>
<button class="btn" type="button">Explorer nos restaurants</button>
</section>
<!--=============Section Fonctionnement===============-->
<section class="tuto">
<div class="tuto-container">
<h2 class="tuto__titre">Fonctionnement</h2>
<ol class="tuto__steps">
<li class="tuto__steps__card">
<i class="tuto__steps__card__icon fas fa-mobile-alt"></i>
<span class="tuto__steps__card__text"
>Choisissez un restaurant</span
>
</li>
<li class="tuto__steps__card">
<i class="tuto__steps__card__icon fas fa-list-ul"></i>
<span class="tuto__steps__card__text">Composez votre menu</span>
</li>
<li class="tuto__steps__card">
<i class="tuto__steps__card__icon fas fa-store"></i>
<span class="tuto__steps__card__text"
>Dégustez au restaurant</span
>
</li>
</ol>
</div>
</section>
<!--==========Section Restaurant============-->
<section class="restaurants">
<h2 class="restaurants__title">Restaurants</h2>
<div class="restaurants__container">
<div class="card">
<a href="./pages_resto_html/menu_la_palette_du_gout.html">
<figure class="restaurants__card">
<span class="badge_nouveau">Nouveau</span>
<img
class="restaurants__card__img"
src="images/restaurants/jay-wennington-N_Y88TWmGwA-unsplash.jpg"
alt="Photo du restaurant La palette du goût"
/>
<figcaption class="restaurants__card__txt">
<div>
<h3>La palette du goût</h3>
<p>Ménilmontant</p>
</div>
<div>
<i class="heart far fa-heart"></i>
</div>
</figcaption>
</figure>
</a>
</div>
<div class="card">
<a href="./pages_resto_html/menu_la_note_enchantee.html">
<figure class="restaurants__card">
<span class="badge_nouveau">Nouveau</span>
<img
class="restaurants__card__img"
src="images/restaurants/stil-u2Lp8tXIcjw-unsplash.jpg"
alt="Photo du restaurant La note enchantée"
/>
<figcaption class="restaurants__card__txt">
<div>
<h3>La note enchantée</h3>
<p>Charonne</p>
</div>
<div>
<i class="heart far fa-heart"></i>
</div>
</figcaption>
</figure>
</a>
</div>
<div class="card">
<a href="./pages_resto_html/menu_a_la_francaise.html">
<figure class="restaurants__card">
<img
class="restaurants__card__img"
src="images/restaurants/toa-heftiba-DQKerTsQwi0-unsplash.jpg"
alt="Photo du restaurant À la française"
/>
<figcaption class="restaurants__card__txt">
<div>
<h3>À la française</h3>
<p>Cité rouge</p>
</div>
<div>
<i class="heart far fa-heart"></i>
</div>
</figcaption>
</figure>
</a>
</div>
<div class="card">
<a href="./pages_resto_html/menu_le_delice_des_sens.html">
<figure class="restaurants__card">
<img
class="restaurants__card__img"
src="images/restaurants/louis-hansel-shotsoflouis-qNBGVyOCY8Q-unsplash.jpg"
alt="Photo du restaurant Le délice des sens"
/>
<figcaption class="restaurants__card__txt">
<div>
<h3>Le délice des sens</h3>
<p>Folie-Méricourt</p>
</div>
<div>
<i class="heart far fa-heart"></i>
</div>
</figcaption>
</figure>
</a>
</div>
</div>
</section>
</main>
<!--==============Footer=================-->
<footer class="footer">
<a href="#"><h3 class="footer__logo">ohmyfood</h3></a>
<ul>
<li class="footer__list">
<a class="footer__txt" href="#"
><i class="footer__icons fas fa-utensils"></i>Proposer un
restaurant</a
>
</li>
<li class="footer__list">
<a class="footer__txt" href="#"
><i class="footer__icons fas fa-hands-helping"></i>Devenir
partenaire</a
>
</li>
<li class="footer__list">
<a class="footer__txt" href="#">Mentions légales</a>
</li>
<li class="footer__list">
<a class="footer__txt" href="[email protected]">Contact</a>
</li>
</ul>
</footer>
</body>
</html>