-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
172 lines (168 loc) · 8.6 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/png" href="images/logo/favicon-32x32.png"/>
<link rel="stylesheet" href="styles/css/main.css"/>
<script src="https://kit.fontawesome.com/1e8b216979.js" crossorigin="anonymous"></script>
<title>Oh my food!</title>
</head>
<body>
<div class="main-wrapper main-in-animation">
<!--loading area-->
<div class="bouncer">
<span>oh</span>
<span>my</span>
<span>food</span>
</div>
<!--header with logo only-->
<header class="header">
<!--no need to put a link on image because there will be a return link on secondary pages-->
<img class="header__logo" src="images/logo/[email protected]" alt="Logo ohmyfood"/>
</header>
<!--presentation section. 1st div = heading, a paragraph and a button. 2nd div = heading + div with 3 buttons-->
<section class="intro">
<button class="intro__btn">
<span class="intro__btn-wrap">
<span class="fas fa-map-marker-alt intro__btn-loc"></span>
<span class="intro__btn-txt">Paris, Belleville</span>
</span>
</button>
<div class="discription">
<div class="discription__wrap">
<h1 class="discription__h1">Réservez le menu qui vous convient</h1>
<p class="discription__p">Découvrez des restaurants d'exception, séléctionnés par nos soins.</p>
<button class="discription__btn">Explorer nos restaurants</button>
</div>
</div>
<nav class="nav">
<div class="nav__wrap">
<h2 class="nav__h2">Fonctionnement</h2>
<div class="nav__list">
<button class="nav__btn">
<span class="nav__nmb">1</span>
<span class="nav__btn-content">
<span class="fas fa-mobile-alt nav__i"></span>
<span class="nav__btn-txt">Choisissez un restaurant</span>
</span>
</button>
<button class="nav__btn">
<span class="nav__nmb">2</span>
<span class="nav__btn-content">
<span class="fas fa-list-ul nav__i"></span>
<span class="nav__btn-txt">Composez votre menu</span>
</span>
</button>
<button class="nav__btn">
<span class="nav__nmb">3</span>
<span class="nav__btn-content">
<span class="fas fa-store nav__i"></span>
<span class="nav__btn-txt">Dégustez au restaurant</span>
</span>
</button>
</div>
</div>
</nav>
</section>
<!--restaurants section three cards links = image (with span for 2) + h3 + p + icon-->
<section class="food-section">
<h2 class="food-section__h2">Restaurants</h2>
<div class="cards-wrap">
<div class="card">
<a class="card__lk" href="pages/palette_du_gout.html">
<span class="card__tag">Nouveau</span>
<img class="card__img" src="images/restaurants/jay-wennington-N_Y88TWmGwA-unsplash.jpg" alt="Palette du goût"/>
<div class="card__label">
<div class="card__txt">
<h3 class="card__name">La palette du goût</h3>
<p class="card__location">Ménilmontant</p>
</div>
<span class="fa-stack card__i-wrap">
<span class="far fa-heart fa-stack-1x card__i"></span>
<span class="fas fa-heart fa-stack-1x card__i-fill"></span>
</span>
</div>
</a>
</div>
<div class="card">
<a class="card__lk" href="pages/note_enchante.html">
<span class="card__tag">Nouveau</span>
<img class="card__img" src="images/restaurants/stil-u2Lp8tXIcjw-unsplash.jpg" alt="Note enchantée"/>
<div class="card__label">
<div class="card__txt">
<h3 class="card__name">La note enchantée</h3>
<p class="card__location">Charonne</p>
</div>
<span class="fa-stack card__i-wrap">
<span class="far fa-heart fa-stack-1x card__i"></span>
<span class="fas fa-heart fa-stack-1x card__i-fill"></span>
</span>
</div>
</a>
</div>
<div class="card">
<a class="card__lk" href="pages/a_la_francaise.html">
<img class="card__img" src="images/restaurants/toa-heftiba-DQKerTsQwi0-unsplash.jpg" alt="A la française"/>
<div class="card__label">
<div class="card__txt">
<h3 class="card__name">À la française</h3>
<p class="card__location">Cité Rouge</p>
</div>
<span class="fa-stack card__i-wrap">
<span class="far fa-heart fa-stack-1x card__i"></span>
<span class="fas fa-heart fa-stack-1x card__i-fill"></span>
</span>
</div>
</a>
</div>
<div class="card">
<a class="card__lk" href="pages/delice_sens.html">
<img class="card__img" src="images/restaurants/louis-hansel-shotsoflouis-qNBGVyOCY8Q-unsplash.jpg" alt="Délice des sens"/>
<div class="card__label">
<div class="card__txt">
<h3 class="card__name">Le délice des sens</h3>
<p class="card__location">Folie-Méricourt</p>
</div>
<span class="fa-stack card__i-wrap">
<span class="far fa-heart fa-stack-1x card__i"></span>
<span class="fas fa-heart fa-stack-1x card__i-fill"></span>
</span>
</div>
</a>
</div>
</div>
</section>
<!--footer section with h2 and site map list (contact link to email address)-->
<footer class="footer">
<div class="footer__wrap">
<h2 class="footer__h2">ohmyfood</h2>
<ul class="footer__ul">
<li class="footer__li">
<a class="footer__lk" href="#">
<span class="fas fa-utensils footer__i footer__i-s"></span>
<span class="footer__bld-lk">Proposer un restaurant</span>
</a>
</li>
<li class="footer__li">
<a class="footer__lk" href="#">
<span class="fas fa-hands-helping footer__i footer__i-xs"></span>
<span class="footer__bld-lk">Devenir partenaire</span>
</a>
</li>
<li class="footer__li">
<a class="footer__lk" href="#">
<span class="footer__nrml-lk">Mentions légales</span>
</a>
</li>
<li class="footer__li">
<a class="footer__lk" href="mailto:[email protected]">
<span class=" footer__nrml-lk">Contact</span>
</a>
</li>
</ul>
</div>
</footer>
</div>
</body>
</html>