-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
308 lines (302 loc) · 14.2 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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
</link>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/query.css">
<title>Document</title>
</head>
<body>
<header>
<div class="showcase">
<h1 class="main-heading">GOODBYE JUNK FOOD.<br>HELLO SUPER HEALTHY MEALS</h1>
<div class="btns">
<a href="" class="btn">I'm hungry</a>
<a href="" class="btn btn-empty">Show me more</a>
</div>
</div>
<nav class="sticky">
<div class="mobile-icon"><i class="fas fa-bars"></i></div>
<ul class="navigation active">
<li class="nav-line"><a class="white-anchors" href="">HOW IT WORKS</a></li>
<li class="nav-line"><a class="white-anchors" href="">FOOD DELIVERY</a></li>
<li class="nav-line"><a class="white-anchors" href="">OUR CITIES</a></li>
<li class="nav-line"><a class="white-anchors" href="">SIGN UP</a></li>
</ul>
</nav>
</header>
<section class="sfeatures">
<div class="overview">
<h2>GET FOOD FAST - NOT FAST FOOD</h2>
<p class="heading-para ">Hello we're Omnifood, your new premium food delivery service. We know you're always
busy. No time for
cooking. So let us take care of that, we're really good at it, we promise!</p>
</div>
<div class="details">
<div class="container">
<i class="fas fa-bell icon"></i>
<h3>UP TO 365 DAYS/YEAR</h3>
<p class="details-para">Never cook again! We really mean that. Our subscription plans include up to 365
days/year coverage.
You can also choose to order more flexibly if that's your style.</p>
</div>
<div class="container">
<i class="fas fa-taxi icon"></i>
<h3>READY IN 20 MINUTES</h3>
<p class="details-para">You're only twenty minutes away from your delicious and super healthy meals
delivered right to your
home. We work with the best chefs in each town to ensure that you're 100% happy.</p>
</div>
<div class="container">
<i class="fas fa-carrot icon"></i>
<h3>100% ORGANIC</h3>
<p class="details-para">All our vegetables are fresh, organic and local. Animals are raised without
added hormones or
antibiotics. Good for your health, the environment, and it also tastes better!</p>
</div>
<div class="container">
<i class="fas fa-cocktail icon"></i>
<h3>ORDER ANYTHING</h3>
<p class="details-para">We don't limit your creativity which means you can order whatever you feel like.
You can also choose
from our menu containing over 100 delicious meals. It's up to you!</p>
</div>
</div>
</section>
<section class="how-to">
<h2>HOW IT WORKS - SIMPLE AS 1, 2, 3</h2>
<div class="how-to-container">
<img class="iphone" src="./img/phone.jpeg" alt="iphone.jpeg">
<div class="steps-container">
<div class="step-container clear-fix">
<div class="step-val ">1</div>
<p class="how-to-para">Choose the subscription plan that best fits your needs and sign up today.</p>
</div>
<div class="step-container clear-fix">
<div class="step-val">2</div>
<p class="how-to-para">Order your delicious meal using our mobile app or website. Or you can even
call us!</p>
</div>
<div class="step-container clear-fix">
<div class="step-val">3</div>
<p class="how-to-para">Enjoy your meal after less than 20 minutes. See you the next time!</p>
</div>
<div class="play">
<img class="iplay" src="img/googleplay.jpeg">
<img class="iplay" src="img/googleplay.jpeg">
</div>
</div>
</div>
</section>
<section>
<h2>WE'RE CURRENTLY IN THESE CITIES</h2>
<div class="cities-container">
<div class="city-container">
<img class="citypic p1" src="./img/lisbon.jpg" alt="Lisbon">
<h3 class="cityh3">LISBON</h3>
<div class="city-infos">
<cdiv class="city-info">
<div><i class="fas fa-users icon2"></i></div>
<p>1600+ happy eaters</p>
</div>
<div class="city-info">
<div><i class="fas fa-user-tie icon2"></i></div>
<p>60+ top chefs</p>
</div>
<div class="city-info">
<div><i class="fas fa-dove icon2"></i></div>
<a href="" class="citylink">@omnifood_lx</a>
</div>
</div>
<div class="city-container">
<img class="citypic p2" src="./img/san francisco.jpg" alt="San Francisco">
<h3 class="cityh3">SAN FRANCISCO</h3>
<div class="city-infos">
<div class="city-info">
<div><i class="fas fa-users icon2"></i></div>
<p>3700+ happy eaters</p>
</div>
<div class="city-info">
<div><i class="fas fa-user-tie icon2"></i></div>
<p>160+ top chefs</p>
</div>
<div class="city-info">
<div><i class="fas fa-dove icon2"></i></div>
<a href="" class="citylink">@omnifood_sf</a>
</div>
</div>
</div>
<div class="city-container">
<img class="citypic p3" src="./img/berlin.jpg" alt="Berlin">
<h3 class="cityh3">BERLIN</h3>
<div class="city-infos">
<div class="city-info">
<div><i class="fas fa-users icon2"></i></div>
<p>1600+ happy eaters</p>
</div>
<div class="city-info">
<div><i class="fas fa-user-tie icon2"></i></div>
<p>110+ top chefs</p>
</div>
<div class="city-info">
<div><i class="fas fa-dove icon2"></i></div>
<a href="" class="citylink">@omnifood_berlin</a>
</div>
</div>
</div>
<div class="city-container">
<img class="citypic p4" src="./img/london.jpg" alt="London">
<h3 class="cityh3">LONDON</h3>
<div class="city-infos">
<div class="city-info">
<div><i class="fas fa-users icon2"></i></div>
<p>1200+ happy eaters</p>
</div>
<div class="city-info">
<div><i class="fas fa-user-tie icon2"></i></div>
<p>50+ top chefs</p>
</div>
<div class="city-info">
<div><i class="fas fa-dove icon2"></i></div>
<a href="" class="citylink">@omnifood_london</a>
</div>
</div>
</div>
</div>
</section>
<section class="comments">
<h2 class="comments-heading">OUR CUSTOMERS CAN'T LIVE WITHOUT US</h2>
<div class="customers-parent">
<div class="customer">
<blockquote>Omnifood is just awesome! I just launched a startup which leaves me with no time for
cooking, so
Omnifood is a life-saver. Now that I got used to it, I could'nt live without my daily meals!
</blockquote>
<cite>
<img class="customer-img" src="img/duncan.jpg" alt="">
Alberto Duncan
</cite>
</div>
<div class="customer">
<blockquote>
Inexpensive, healthy and great-tasting meals, delivered right to my home. We have lots of food
delivery here in Lisbon, but no one comes even close to omnifood. Me and my family are so in love!
</blockquote>
<cite>
<img class="customer-img" src="img/Joana.jpg" alt="">
Joana Silva
</cite>
</div>
<div class="customer">
<blockquote>
I was looking for a quick and easy food delivery service in San Francisco. I tried a lot of them and
ended up Omnifood. Best food delivery service in the Bay Area. Keep up the great work!
</blockquote>
<cite>
<img class="customer-img" src="img/milton.jpg" alt="">
Milton Chapman
</cite>
</div>
</div>
</section>
<section class="cost">
<h2 class="cost-heading">START EATING HEALTHY TODAY</h2>
<div class="cost-parent">
<div class="cost-container">
<h4>PREMIUM</h4>
<h3 class="costh3">399$ /month</h3>
<p>
That's only 13.30$ per meal
</p>
<div class="cost-child">
<ul>
<li><i class="fas fa-check-circle icon2"></i>1 meal every day</li>
<li><i class="fas fa-check-circle icon2"></i>Order 24/7</li>
<li><i class="fas fa-check-circle icon2"></i>Access to newest creations</li>
<li><i class="fas fa-check-circle icon2"></i>Free delivery</li>
</ul>
</div>
<a class="abtns abtn">Sign up now</a>
</div>
<div class="cost-container">
<h4>PRO</h4>
<h3 class="costh3">149$ /month</h3 class="costh3">
<p>
That's only 14.90$ per meal
</p>
<div class="cost-child">
<ul>
<li><i class="fas fa-check-circle icon2"></i>1 meal 10 days/month</li>
<li><i class="fas fa-check-circle icon2"></i>Order 24/7</li>
<li><i class="fas fa-check-circle icon2"></i>Access to newest creations</li>
<li><i class="fas fa-check-circle icon2"></i>Free delivery</li>
</ul>
</div>
<a class="abtns abtn-empty">Sign up now</a>
</div>
<div class="cost-container">
<h4>STARTER</h4>
<h3 class="costh3">19$ /meal</h3 class="costh3">
<div class="cost-child">
<ul>
<li><i class="fas fa-check-circle icon2"></i>1 meal</li>
<li><i class="fas fa-check-circle icon2"></i>Order from 8 am to 12 pm</li>
<li><i class="fas fa-check-circle icon2"></i>Free delivery</li>
</ul>
</div>
<a class="abtns abtn-empty">Sign up now</a class="abtn-empty">
</div>
</div>
</section>
<section class="signup">
<h2>WE'RE HAPPY TO HEAR FROM YOU</h2>
<form>
<div class="form-group row">
<label for="Name" class="col-3 col-form-label">Name</label>
<div class="col-9">
<input type="text" style ="width: 100%" id="Name" placeholder="Your name">
</div>
</div>
<div class="form-group row">
<label for="Email" class="col-3 col-form-label">Email</label>
<div class="col-9">
<input type="text" style ="width: 100%" name="" id="Email" placeholder="Your email">
</div>
</div>
<div class="form-group row">
<label for="find" class="col-3 col-form-label">How did you find us</label>
<div class="col-9">
<select name="" id="find" style ="width: 100%" >
<option value="friends">friends</option>
<option value=""></option>
</select>
</div>
</div>
<div class="form-group row">
<label for="" class="col-3 col-form-label">Newsletter?</label>
<div class="col-4">
<input type="checkbox" name="Yes, please" id="">Yes, please
</div>
</div>
<div class="form-group row">
<label for="comment" class="col-3 col-form-label">Drop us a line</label>
<div class="col-9">
<textarea name="" style ="width: 100% " style="margin-left: 3rem" id="comment" cols="30" rows="4" placeholder="Your message"></textarea>
</div>
</div>
<div class="form-group">
<button class="abtns abtn" type="submit">Send it!</button>
</div>
</form>
</section>
<script src="./js/script.js"></script>
</body>
</html>