-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
181 lines (169 loc) · 7.83 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>ohmyfood</title>
<meta name="description" content="Commandez votre repas en ligne dans des restaurants d'exception à Paris">
<meta name="author" content="rocode" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Roboto:wght@300;400;500;700&family=Shrikhand&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./public/css/main.css" media="all" />
</head>
<body>
<div class="preloader">
<div class="text-top">
<div>
<span>ohmyfood</span>
<span>votre repas d'exception en ligne</span>
</div>
</div>
<div class="text-bottom">
<div>chargement</div>
</div>
<div class="fade-out"></div>
</div>
<div id="wrapper">
<!-- HEADER -->
<header class="head-logo">
<a href="index.html">
<img src="./public/pic/logo/ohmyfood.png" alt="logo ohmyfood" />
</a>
</header>
<!-- MAIN -->
<main class="flexmain">
<!-- main header -->
<section class="home-head">
<div class="home-head__loc">
<i class="fas fa-map-marker-alt"></i>Paris, Belleville
</div>
<div class="home-head__titles">
<h1 class="home-head__title">Réservez le menu qui vous convient</h1>
<div class="home-head__subtitle">Découvrez des restaurants d'exception, sélectionnés par nos soins.</div>
<a class="btn--gradient" href="#rest">Explorez nos restaurants</a>
</div>
</section>
<!-- main nav -->
<section class="home-nav inner">
<h2>Fonctionnement</h2>
<nav>
<ul>
<li>
<a href="#">
<span class="home-nav__num">1</span>
<i class="fas fa-mobile-alt home-nav__icon"></i>
<span>Choisissez un restaurant</span>
</a>
</li>
<li>
<a href="#">
<span class="home-nav__num">2</span>
<i class="fas fa-list-ul home-nav__icon"></i>
<span>Composez votre menu</span>
</a>
</li>
<li>
<a href="#">
<span class="home-nav__num">3</span>
<i class="fas fa-store home-nav__icon"></i>
<span>Dégustez au restaurant</span>
</a>
</li>
</ul>
</nav>
</section>
<!-- main nav -->
<section id="rest">
<div class="home-rest inner">
<h2>Restaurants</h2>
<div class="home-rest__block">
<a href="omf_rest1.html">
<figure class="home-rest__box">
<img src="./public/pic/restaurants/small/rest_1_lapalette.jpg" alt="restaurant La palette du goût" />
<div class="rest-new"></div>
<figcaption>
<div class="home-rest__boxlib">
<h3>La palette du goût</h3>
<h6>Ménilmontant</h6>
</div>
<div class="home-rest__boxicon">
<div class="icon-heart--fill"><div class="icon-heart--empty"></div></div>
</div>
</figcaption>
</figure>
</a>
<a href="omf_rest2.html">
<figure class="home-rest__box">
<img src="./public/pic/restaurants/small/rest_2_lanote.jpg" alt="restaurant La note enchantée" />
<div class="rest-new"></div>
<figcaption>
<div class="home-rest__boxlib">
<h3>La note enchantée</h3>
<h6>Charonne</h6>
</div>
<div class="home-rest__boxicon">
<div class="icon-heart--fill"><div class="icon-heart--empty"></div></div>
</div>
</figcaption>
</figure>
</a>
<a href="omf_rest3.html">
<figure class="home-rest__box">
<img src="./public/pic/restaurants/small/rest_3_alafrancaise.jpg" alt="restaurant A la française" />
<figcaption>
<div class="home-rest__boxlib">
<h3>À la française</h3>
<h6>Cité rouge</h6>
</div>
<div class="home-rest__boxicon">
<div class="icon-heart--fill"><div class="icon-heart--empty"></div></div>
</div>
</figcaption>
</figure>
</a>
<a href="omf_rest4.html">
<figure class="home-rest__box">
<img src="./public/pic/restaurants/small/rest_4_ledelice.jpg" alt="restaurant Le délice des sens" />
<figcaption>
<div class="home-rest__boxlib">
<h3>Le délice des sens</h3>
<h6>Folie-Méricourt</h6>
</div>
<div class="home-rest__boxicon">
<div class="icon-heart--fill"><div class="icon-heart--empty"></div></div>
</div>
</figcaption>
</figure>
</a>
</div>
</div>
</section>
</main>
<!-- FOOTER -->
<footer>
<div class="foot-title inner">
<a href="index.html">ohmyfood</a>
</div>
<nav class="inner">
<ul>
<li>
<i class="fas fa-utensils"></i>
<a href="">Proposer un restaurant</a>
</li>
<li>
<i class="fas fa-hands-helping"></i>
<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>
</nav>
</footer>
</div>
</body>
</html>