-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (156 loc) · 8.48 KB
/
index.html
File metadata and controls
161 lines (156 loc) · 8.48 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>OhMyFood</title>
<script crossorigin="anonymous" src="https://kit.fontawesome.com/a12ba4674f.js"></script>
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Shrikhand&display=swap"
rel="stylesheet">
<link href="build/styles.css" rel="stylesheet">
</head>
<body>
<div class="progress">
<div class="progress__bar">
</div>
</div>
<main class="homepage">
<header>
<div class="logo">
<img alt="logo" src="assets/images/logo/ohmyfood@2x.svg">
</div>
<label class="searchbar" for="searchbar">
<i class="fa-solid fa-location-dot fa-xl"></i>
<input id="searchbar" name="searchbar" placeholder="Paris, Belleville" type="text">
</label>
</header>
<section class="explorer">
<h1 class="font-xl">Réservez le menu qui vous convient</h1>
<h2 class="font-l">Découvrez des restaurants d'exception, sélectionnés par nos soins.</h2>
<button class="btn-primary">Explorer nos restaurants</button>
</section>
<section class="function">
<div class="function__wrapper">
<h1 class="font-xl">Fonctionnement</h1>
<ul class="function__list">
<li class="function-card">
<span class="function-card__number">1</span>
<i class="function-card__icon fa-solid fa-mobile-screen-button fa-lg"></i>
<p class="function-card__title font-s">Choisissez un restaurant</p>
</li>
<li class="function-card">
<span class="function-card__number">2</span>
<i class="function-card__icon fa-solid fa-list-ul fa-lg"></i>
<p class="function-card__title font-s">Composez votre menu</p>
</li>
<li class="function-card">
<span class="function-card__number">3</span>
<i class="function-card__icon fa-solid fa-store fa-lg"></i>
<p class="function-card__title font-s">Dégustez au restaurant</p>
</li>
</ul>
</div>
</section>
<section class="restaurant">
<div class="restaurant__wrapper">
<h1 class="font-xl restaurant__title">Restaurants</h1>
<div class="restaurant__list">
<div class="restaurant-card">
<a href="pages/la-palette-du-gout.html">
<div class="restaurant-card__header">
<span class="restaurant-card__tag">Nouveau</span>
<img alt="assiette contenant de la nourriture" class="restaurant-card__img"
src="assets/images/restaurants/jay-wennington-N_Y88TWmGwA-unsplash.jpg">
</div>
<div class="restaurant-card__content">
<div class="restaurant-card__details">
<h2 class="restaurant-card__title">La palette du goût</h2>
<h3 class="font-md">Ménilmontant</h3>
</div>
<div class="like-wrapper">
<img alt="pas like" class="like-wrapper__not-liked" id="not-liked"
src="assets/images/icons/not-liked.svg">
<img alt="like" class="like-wrapper__liked" src="assets/images/icons/like.svg">
</div>
</div>
</a>
</div>
<div class="restaurant-card">
<a href="pages/la-note-enchantee.html">
<div class="restaurant-card__header">
<span class="restaurant-card__tag">Nouveau</span>
<img alt="assiette contenant de la nourriture" class="restaurant-card__img"
src="assets/images/restaurants/stil-u2Lp8tXIcjw-unsplash.jpg">
</div>
<div class="restaurant-card__content">
<div class="restaurant-card__details">
<h2 class="restaurant-card__title">La note enchantée</h2>
<h3 class="font-md">Charonne</h3>
</div>
<div class="like-wrapper">
<img alt="pas like" class="like-wrapper__not-liked"
src="assets/images/icons/not-liked.svg">
<img alt="like" class="like-wrapper__liked" src="assets/images/icons/like.svg">
</div>
</div>
</a>
</div>
<div class="restaurant-card">
<a href="pages/a-la-francaise.html">
<div class="restaurant-card__header">
<img alt="assiette contenant de la nourriture" class="restaurant-card__img"
src="assets/images/restaurants/toa-heftiba-DQKerTsQwi0-unsplash.jpg">
</div>
<div class="restaurant-card__content">
<div class="restaurant-card__details">
<h2 class="restaurant-card__title">À la française</h2>
<h3 class="font-md">Cité Rouge</h3>
</div>
<div class="like-wrapper">
<img alt="pas like" class="like-wrapper__not-liked"
src="assets/images/icons/not-liked.svg">
<img alt="like" class="like-wrapper__liked" src="assets/images/icons/like.svg">
</div>
</div>
</a>
</div>
<div class="restaurant-card">
<a href="pages/le-delice-des-sens.html">
<div class="restaurant-card__header">
<img alt="assiette contenant de la nourriture" class="restaurant-card__img"
src="assets/images/restaurants/louis-hansel-shotsoflouis-qNBGVyOCY8Q-unsplash.jpg">
</div>
<div class="restaurant-card__content">
<div class="restaurant-card__details">
<h2 class="restaurant-card__title">Le délice des sens</h2>
<h3 class="font-md">Folie-Méricourt</h3>
</div>
<div class="like-wrapper">
<img alt="pas like" class="like-wrapper__not-liked"
src="assets/images/icons/not-liked.svg">
<img alt="like" class="like-wrapper__liked" src="assets/images/icons/like.svg">
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<footer>
<div class="footer__list">
<h1 class="font-brand">ohmyfood</h1>
<ul>
<li><a href="#"><i class="fa-solid fa-utensils"></i>Proposer un restaurant</a>
<a href="#"><i class="fa-solid fa-handshake-angle"></i>Devenir partenaire</a>
</li>
<li><a href="#">Mentions légales</a>
<a href="mailto:email@example.com">Contact</a>
</li>
</ul>
</div>
</footer>
</main>
</body>
</html>