-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
185 lines (174 loc) · 8.99 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ohmyfood</title>
<link rel="stylesheet" href="src/style/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&family=Shrikhand&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/5a93e2b840.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Loader -->
<div class="loader__section">
<div class="loader__wrapper">
<div class="loader__item loader__item--1"></div>
<div class="loader__item loader__item--2"></div>
<div class="loader__item loader__item--3"></div>
</div>
</div>
<!-- Header -->
<div class="header__section">
<div class="header__wrapper">
<img class="header__logo" src="src/img/logo/Ohmyfood.svg" alt="Logo Ohmyfood">
</div>
</div>
<!-- Location -->
<div class="location__section">
<div class="location__wrapper">
<div class="location__result">
<div class="location__result__wrapper-icon">
<i class="fas fa-map-marker-alt"></i>
</div>
<p class="location__result__address">Paris, Belleville</p>
</div>
</div>
</div>
<!-- Hero -->
<div class="hero__section">
<div class="hero__wrapper">
<div class="hero__header">
<h1 class="hero__header__title">Réservez le menu qui vous convient</h1>
<p class="hero__header__subtitle">Découvrez des restaurants d'exception, sélectionnés par nos soins.</p>
</div>
<button class="btn hero__btn">Explorer nos restaurants</button>
</div>
</div>
<!-- Functioning -->
<div class="functioning__section">
<div class="functioning__wrapper">
<div class="functioning__header">
<h2 class="functioning__header__title">Fonctionnement</h2>
</div>
<div class="functioning__cards">
<div class="functioning__card">
<span class="functioning__card__number">1</span>
<div class="functioning__card__wrapper-icon">
<i class="fas fa-mobile-alt"></i>
</div>
<p class="functioning__card__title">Choisissez un restaurant</p>
</div>
<div class="functioning__card">
<span class="functioning__card__number">2</span>
<div class="functioning__card__wrapper-icon">
<i class="fas fa-list-ul"></i>
</div>
<p class="functioning__card__title">Composez votre menu</p>
</div>
<div class="functioning__card">
<span class="functioning__card__number">3</span>
<div class="functioning__card__wrapper-icon">
<i class="fas fa-store"></i>
</div>
<p class="functioning__card__title">Dégustez au restaurant</p>
</div>
</div>
</div>
</div>
<!-- Restaurants -->
<main class="restaurants__section">
<div class="restaurants__wrapper">
<div class="restaurants__header">
<h2 class="restaurants__header__title">Restaurants</h2>
</div>
<div class="restaurants__cards">
<a class="restaurants__link" href="./restaurants/la-palette-du-gout.html">
<div class="restaurants__card">
<img class="restaurants__card__img restaurants__card__img--1" src="src/img/restaurants/jay-wennington-N_Y88TWmGwA-unsplash.jpg" alt="Image du restaurant La palette du goût">
<span class="restaurants__card__tag">Nouveau</span>
<div class="restaurants__card__main">
<h3 class="restaurants__card__title">La palette du goût</h3>
<p class="restaurants__card__subtitle">Ménilmontant</p>
<span class="restaurants__card__wrapper-icon restaurants__card__wrapper-icon--1">
<i class="fas fa-heart"></i>
</span>
<span class="restaurants__card__wrapper-icon restaurants__card__wrapper-icon--2">
<i class="far fa-heart"></i>
</span>
</div>
</div>
</a>
<a class="restaurants__link" href="./restaurants/la-note-enchantee.html">
<div class="restaurants__card">
<img class="restaurants__card__img restaurants__card__img--2" src="src/img/restaurants/stil-u2Lp8tXIcjw-unsplash.jpg" alt="Image du restaurant La palette du goût">
<span class="restaurants__card__tag">Nouveau</span>
<div class="restaurants__card__main">
<h3 class="restaurants__card__title">La note enchantée</h3>
<p class="restaurants__card__subtitle">Charonne</p>
<span class="restaurants__card__wrapper-icon restaurants__card__wrapper-icon--1">
<i class="fas fa-heart"></i>
</span>
<span class="restaurants__card__wrapper-icon restaurants__card__wrapper-icon--2">
<i class="far fa-heart"></i>
</span>
</div>
</div>
</a>
<a class="restaurants__link" href="./restaurants/a-la-francaise.html">
<div class="restaurants__card">
<img class="restaurants__card__img restaurants__card__img--3" src="src/img/restaurants/toa-heftiba-DQKerTsQwi0-unsplash.jpg" alt="Image du restaurant La palette du goût">
<div class="restaurants__card__main">
<h3 class="restaurants__card__title">À la française</h3>
<p class="restaurants__card__subtitle">Cité Rouge</p>
<span class="restaurants__card__wrapper-icon restaurants__card__wrapper-icon--1">
<i class="fas fa-heart"></i>
</span>
<span class="restaurants__card__wrapper-icon restaurants__card__wrapper-icon--2">
<i class="far fa-heart"></i>
</span>
</div>
</div>
</a>
<a class="restaurants__link" href="./restaurants/le-delice-des-sens.html">
<div class="restaurants__card">
<img class="restaurants__card__img restaurants__card__img--4" src="src/img/restaurants/louis-hansel-shotsoflouis-qNBGVyOCY8Q-unsplash.jpg" alt="Image du restaurant La palette du goût">
<div class="restaurants__card__main">
<h3 class="restaurants__card__title">Le délice des sens</h3>
<p class="restaurants__card__subtitle">Folie-Méricourt</p>
<span class="restaurants__card__wrapper-icon restaurants__card__wrapper-icon--1">
<i class="fas fa-heart"></i>
</span>
<span class="restaurants__card__wrapper-icon restaurants__card__wrapper-icon--2">
<i class="far fa-heart"></i>
</span>
</div>
</div>
</a>
</div>
</div>
</main>
<!-- Footer -->
<footer class="footer__section">
<div class="footer__wrapper">
<span class="footer__logo">ohmyfood</span>
<div class="footer__column">
<ul class="footer__column__list">
<li class="footer__column__item">
<a class="footer__column__link" href="#"><i class="fas fa-utensils"></i>Proposer un restaurant</a>
</li>
<li class="footer__column__item">
<a class="footer__column__link" href="#"><i class="fas fa-hands-helping"></i>Devenir partenaire</a>
</li>
<li class="footer__column__item">
<a class="footer__column__link" href="#">Mention légales</a>
</li>
<li class="footer__column__item">
<a class="footer__column__link" href="mailto:contact@ohmyfood.com">Contact</a>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>