-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
158 lines (153 loc) · 6.93 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
<!Doctype HTML>
<html lang="fr">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width" />
<title>Oh my food</title>
<link rel="stylesheet" href="./style/style_prefixed.css"/>
<!-- Appel des fichiers pour les icônes -->
<link rel="stylesheet" href="./icons/css/all.min.css"/>
<link rel="stylesheet" href="./icons/css/v4-shims.min.css"/>
<!-- Ajout des Metatags -->
<!-- Données pour Open Graph de Facebook -->
<meta property="og:title" content="Oh my food"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="assets/images/logo/ohmyfood.png"/>
<meta property="og:description" content="Commandez vos repas dans le restaurant de votre choix !"/>
<!-- Données pour Twitter Card -->
<meta name="twitter:site" content="@publisher_handle">
<meta name="twitter:title" content="Oh my food">
<meta name="twitter:description" content="Commandez vos repas dans le restaurant de votre choix !">
<!-- Twitter Summary card images must be at least 200x200px -->
<meta name="twitter:image" content="assets/images/logo/ohmyfood.png">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Shrikhand&display=swap" rel="stylesheet">
</head>
<body>
<header>
<img class="logo" src="./assets/images/logo/ohmyfood@2x.svg" alt="logo du site"/>
</header>
<!-- Loading page -->
<div class="loading_page">
<img class="logo" src="./assets/images/logo/ohmyfood@2x.svg" alt="logo du site"/>
<span class="spinner">
<i class="fa fa-spinner" aria-hidden="true"></i>
</span>
</div>
<main class="page__center">
<div id="localisation">
<span><i class="fa fa-map-marker" aria-hidden="true"></i></span>
<p>Paris, Belleville</p>
</div>
<div id="courte_presentation">
<div class="presentation">
<h1 class="presentation__titre">Réservez le menu qui vous convient</h1>
<p>Découvrez des restaurants d'exception, sélectionnés par nos soins.</p>
<div class="presentation__btn">
<p class="presentation__btn__texte">Explorer nos restaurants</p>
</div>
</div>
<div class="fonctionnement"><h1 class="fonctionnement__title">Fonctionnement</h1>
<nav class="fonctionnement__option">
<ul>
<li class="fonctionnement__option__1">
<a href="#">
<span class="num">1</span>
<i class="fas fa-mobile-alt" aria-hidden="true"></i>
<p>Choisissez un restaurant</p>
</a>
</li>
<li class="fonctionnement__option__2">
<a href="#">
<span class="num">2</span>
<i class="fas fa-list" aria-hidden="true"></i>
<p>Composez votre menu</p>
</a>
</li>
<li class="fonctionnement__option__3">
<a href="#">
<span class="num">3</span>
<i class="fas fa-store" aria-hidden="true"></i>
<p>Dégustez au restaurant</p>
</a>
</li>
</ul>
</nav>
</div>
</div>
<section class="restaurants">
<h1 class="restaurants__title">Restaurants</h1>
<div class="diff__restaurants">
<!-- La Palette du goût -->
<a href="./menus/la_palette_du_gout.html" class="restaurants__menu__1">
<span class="restaurants__menu__nouveau">Nouveau</span>
<div class="restaurants__menu__description">
<div class="menu__restau">
<h2 class="nom__de__menu">la palette du goût</h2>
<p class="restau">ménilmontant</p>
</div>
<span class="restaurant__menu__like">
<i class="far fa-heart" aria-hidden="true"></i>
<i class="fas fa-heart" aria-hidden="true"></i>
</span>
</div>
</a>
<!-- la note enchantée -->
<a href="./menus/la_note_enchantee.html" class="restaurants__menu__2">
<span class="restaurants__menu__nouveau">Nouveau</span>
<div class="restaurants__menu__description">
<div class="menu__restau">
<h2 class="nom__de__menu">La note enchantée</h2>
<p class="restau">charonne</p>
</div>
<span class="restaurant__menu__like">
<i class="far fa-heart" aria-hidden="true"></i>
<i class="fas fa-heart" aria-hidden="true"></i>
</span>
</div>
</a>
<!-- A la française -->
<a href="./menus/a_la_francaise.html" class="restaurants__menu__3">
<!--<span class="restaurants__menu__nouveau">Nouveau</span>-->
<div class="restaurants__menu__description">
<div class="menu__restau">
<h2 class="nom__de__menu">à la française</h2>
<p class="restau">cité Rouge</p>
</div>
<span class="restaurant__menu__like">
<i class="far fa-heart" aria-hidden="true"></i>
<i class="fas fa-heart" aria-hidden="true"></i>
</span>
</div>
</a>
<!-- Le délice des sens -->
<a href="./menus/le_delice_des_sens.html" class="restaurants__menu__4">
<!--<span class="restaurants__menu__nouveau">Nouveau</span>-->
<div class="restaurants__menu__description">
<div class="menu__restau">
<h2 class="nom__de__menu">le délice des sens</h2>
<p class="restau">folie-Méricourt</p>
</div>
<span class="restaurant__menu__like">
<i class="far fa-heart" aria-hidden="true"></i>
<i class="fas fa-heart" aria-hidden="true"></i>
</span>
</div>
</a>
</div>
</section>
</main>
<footer>
<!--<img class="footer__title" src="./assets/images/logo/ohmyfood@2x.svg" alt="nom de l'entreprise"/>-->
<h1 class="footer__title">ohmyfood</h1>
<nav class="footer__nav">
<ul>
<li><a href="#"><i class="fas fa-utensils" aria-hidden="true"></i>Proposer un restaurant</a></li>
<li><a href="#"><i class="fas fa-hands-helping" aria-hidden="true"></i>Devenir partenaire</a></li>
<li><a href="#">Mentions légales</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</footer>
</body>
</html>