-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
318 lines (228 loc) · 10.5 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
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="description" content="food resturant">
<title>Omnifood</title>
<!--include bootstrap-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,700,100,300' rel='stylesheet' type='text/css'>
<!--include Style-->
<link rel="stylesheet" href="css/css/style.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<!--include Respond js-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
</head>
<body>
<section class="hero-section container-fluid">
<!-- this is header-->
<header class="container-fluid">
<div class="row">
<!--Starts of logo-->
<div class="logo col-md-2">
<img src="images/logo-white.png" alt="">
</div>
<!--Ends of logo-->
<!--Starts of Menu-->
<nav class="menu col-md-10">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">About US</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<!--Ends of Menu-->
</div>
</header>
<!-- Ends of header-->
<!--this is slider-->
<section class="slider-section container-fluid">
<h1>GOODBYE JUNK FOOD. HELLO SUPER HEALTHY MEALS.</h1>
<button class="btn">I’m hungry</button>
<button class="btn btn2">Show me more</button>
</section>
<!-- Ends Of slider-->
</section>
<!--Why us section-->
<section class="whyus-section container-fluid">
<h2 class="heading">GET FOOD FAST — NOT FAST FOOD</h2>
<div class="services">
<div class="service">
<i class="fa fa-heart" aria-hidden="true"></i>
<h3>UP TO 365 DAYS/YEAR</h3>
<p>
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="service">
<i class="fa fa-clock-o" aria-hidden="true"></i>
<h3>READY IN 20 MINUTES</h3>
<p>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="service">
<i class="fa fa-check" aria-hidden="true"></i>
<h3>100% ORGANIC</h3>
<p>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="service">
<i class="fa fa-cart-arrow-down" aria-hidden="true"></i>
<h3>ORDER ANYTHING</h3>
<p>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>
<!--Ends of Why us section-->
<!--food Images section-->
<section class="foodImages container-fluid">
<div class="row">
<div class="image">
<img src="images/1.jpg" alt="">
</div>
<div class="image">
<img src="images/2.jpg" alt="">
</div>
<div class="image">
<img src="images/3.jpg" alt="">
</div>
<div class="image">
<img src="images/4.jpg" alt="">
</div>
<div class="image">
<img src="images/5.jpg" alt="">
</div>
<div class="image">
<img src="images/6.jpg" alt="">
</div>
<div class="image">
<img src="images/7.jpg" alt="">
</div>
<div class="image">
<img src="images/8.jpg" alt="">
</div>
</div>
</section>
<!--food Images section-->
<!--how It Work section-->
<section class="howItWork container-fluid">
<h2>HOW IT WORKS — SIMPLE AS 1, 2, 3</h2>
<div class="howWork">
<div class="phoneImg">
<img src="images/app-iPhone.png" alt="">
</div>
<div class="steps-box">
<ul>
<li>Choose the subscription plan that best fits your needs and sign up today!</li>
<li>Order your delicious meal using our mobile app or website. Or you can even call us!</li>
<li>Enjoy your meal after less than 20 minutes. See you the next time!</li>
</ul>
</div>
</div>
</section>
<!--how It Work section-->
<!--Cities section-->
<section class="Cities container">
<h2>WE’RE CURRENTLY IN THESE CITIES</h2>
<div class="multiyCities">
<div class="city">
<img src="images/lisbon-3.jpg" alt="">
<h3>LISBON</h3>
<span><i class="fa fa-user" aria-hidden="true"></i>1600+ happy eaters</span>
<span><i class="fa fa-star" aria-hidden="true"></i>60+ top chefs</span>
<span><i class="fa fa-twitter" aria-hidden="true"></i> @omnifood_lx</span>
</div>
<div class="city">
<img src="images/berlin.jpg" alt="">
<h3>berlin</h3>
<span><i class="fa fa-user" aria-hidden="true"></i>650+ happy eaters</span>
<span><i class="fa fa-star" aria-hidden="true"></i>40+ top chefs</span>
<span><i class="fa fa-twitter" aria-hidden="true"></i> @omnifood_lx</span>
</div>
<div class="city">
<img src="images/london.jpg" alt="">
<h3>london</h3>
<span><i class="fa fa-user" aria-hidden="true"></i>110+ happy eaters</span>
<span><i class="fa fa-star" aria-hidden="true"></i> 45+ top chefs</span>
<span><i class="fa fa-twitter" aria-hidden="true"></i> @omnifood_lx</span>
</div>
<div class="city">
<img src="images/san-francisco.jpg" alt="">
<h3>san-francisco</h3>
<span><i class="fa fa-user" aria-hidden="true"></i>110+ happy eaters</span>
<span><i class="fa fa-star" aria-hidden="true"></i> 45+ top chefs</span>
<span><i class="fa fa-twitter" aria-hidden="true"></i> @omnifood_lx</span>
</div>
</div>
</section>
<!--Cities section-->
<!--Testmonials section-->
<section class="container-fluid">
<div class="row Testmonials">
<div class="testmonial-details">
<h2>OUR CUSTOMERS CAN’T LIVE WITHOUT US</h2>
<div class="clients">
<div class="client">
<p>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 couldn’t live without my daily meals!
</p>
<div class="client-info">
<img src="images/customer-1.jpg" alt="">
<span>Alberto Duncan</span>
</div>
</div>
<div class="client">
<p>
nexpensive, 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 Omifood. Me and my family are so in love!
</p>
<div class="client-info">
<img src="images/customer-2.jpg" alt="">
<span> Joana Silva</span>
</div>
</div>
<div class="client">
<p>
was looking for a quick and easy food delivery service in San Franciso. I tried a lot of them and ended up with Omnifood. Best food delivery service in the Bay Area. Keep up the great work!
</p>
<div class="client-info">
<img src="images/customer-3.jpg" alt="">
<span> Milton Chapman</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Testmonials section-->
<!--Healthyfood section-->
<section class="Contactform container-fluid">
<h2>WE’RE HAPPY TO HEAR FROM YOU</h2>
<form action="post">
<input type="text" value="user.name" placeholder="Your Name" required>
<input type="email" value="user.email" placeholder="Your email" required>
<div class="select-find">
<label for="now">How did you find us? </label>
<select id="now" required>
<option value="">Friends</option>
<option value="">Internet</option>
<option value="">TV</option>
</select>
</div>
<div class="check-newsletter">
<label for="check">NewsLetter?</label>
<input id="check" type="checkbox"> Yes, please
</div>
<textarea placeholder="Your Message" required></textarea>
<button class="btn">Send</button>
</form>
</section>
<!--Healthy food section-->
<!--Healthyfood section-->
<footer class="footer container-fluid">
<p>All Right Reserved 2016 <span>Omniffod. All rights reserved.</span></p>
</footer>
<!--Healthy food section-->
</body>
</html>