-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
364 lines (358 loc) · 13.9 KB
/
Copy pathindex.html
File metadata and controls
364 lines (358 loc) · 13.9 KB
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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>D-fDelivery</title>
<link rel="stylesheet" href="styles.css" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<script
src="https://kit.fontawesome.com/5390e558d9.js"
crossorigin="anonymous"
></script>
</head>
<body>
<!-- cdn -->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<!-- Hero / Header-->
<div class="header">
<div class="header-container d-flex flex-column flex-wrap">
<!-- NavBar -->
<nav class="d-flex flex-wrap justify-content-between my-4">
<div class="nav-left-div mx-1">
<img
src="./resources/Group 1000002588.png"
class="logo"
alt="err-img"
/>
</div>
<div
class="nav-mid-div d-flex flex-wrap justify-content-between mt-1"
>
<h6>Home</h6>
<h6>About</h6>
<h6>Food</h6>
<h6>Shop</h6>
<h6>Recepies</h6>
<h6>Contact</h6>
</div>
<div class="nav-right-div d-flex justify-content-between">
<div
class="nav-search-bar d-flex align-items-center justify-content-center"
>
<input type="text" name="" id="" placeholder="Search your item" />
<i
class="nav-search-icon fa-solid fa-magnifying-glass mb-3 me-1 mt-3"
></i>
</div>
<i class="nav-cart-icon fa-solid fa-cart-shopping mt-2 mx-3"></i>
<button class="nav-btn-signin">Sign in</button>
</div>
</nav>
<!-- Hero info -->
<div class="hero-info d-flex flex-wrap flex-column align-items-start">
<div
class="hero-info-label d-flex flex-wrap align-items-center justify-content-around"
>
<p class="label-text my-2 mx-3">More than faster</p>
<img class="label-img" src="./resources/img (6).png" />
</div>
<h1 class="hero-info-h1-1">Get your cuisine</h1>
<h1 class="hero-info-h1-1">delivered right to</h1>
<h1 class="hero-info-h1-2">your door</h1>
<p class="hero-info-p my-3">
Food that is delivered at the right time. The trendy food
</p>
<p class="hero-info-p">
delivery partner. Good food is what we deliver. your
</p>
<p class="hero-info-p">hunger companion.</p>
<button class="hero-info-btn mt-3">Explore Food</button>
</div>
</div>
</div>
<!-- Catalogue -->
<div
class="catl-container-main d-flex flex-wrap flex-column align-items-center py-4"
>
<div class="why-we-div d-flex flex-wrap">
<div class="why-we-text d-flex flex-column flex-wrap">
<h2 class="why-we-text-bold">Why we are</h2>
<h2 class="why-we-text-bold">Best in our</h2>
<h2 class="why-we-text-bold">Town</h2>
<p class="why-we-text-para mt-3">
whole grains and low-fat dairy can
</p>
<p class="why-we-text-para">help to reduce your risk of heart</p>
<p class="why-we-text-para">disease by maintaining blood</p>
<p class="why-we-text-para">pressure and</p>
</div>
<div class="why-we-cards-div d-flex flex-wrap align-items-center">
<div
class="why-we-cards d-flex flex-column align-items-center justify-content-between"
>
<div class="why-we-cards-images">
<img
class="why-we-cards-pic1"
src="./resources/Ellipse 2525.png"
alt="ellipse2525"
/>
<img
class="why-we-cards-pic2"
src="./resources/Frame (6).png"
alt="frame6"
/>
</div>
<h3 class="mt-3">Choose your favorite food</h3>
</div>
<div
class="why-we-cards d-flex flex-column align-items-center justify-content-between"
>
<div class="why-we-cards-images">
<img
class="why-we-cards-pic1"
src="./resources/Ellipse 2525.png"
alt="ellipse2525"
/>
<img
class="why-we-cards-pic2"
src="./resources/Group.png"
alt="frame6"
/>
</div>
<h3 class="mt-3">Get delivery at your doorstep</h3>
</div>
<div
class="why-we-cards d-flex flex-column align-items-center justify-content-between"
>
<div class="why-we-cards-images">
<img
class="why-we-cards-pic1"
src="./resources/Ellipse 2525.png"
alt="ellipse2525"
/>
<img
class="why-we-cards-pic2"
src="./resources/Frame (5).png"
alt="frame6"
/>
</div>
<h3 class="mt-3">We have 400+ Review On our app</h3>
</div>
</div>
</div>
<div class="menu-div d-flex flex-column align-items-center flex-wrap">
<h1 class="menu-heading">Try Our Special Recipes</h1>
<ul class="menu-list d-flex flex-wrap justify-content-evenly">
<li>fast Food</li>
<li>rice menu</li>
<li>deserts</li>
<li>cofee</li>
<li>pizza</li>
<li>see all products</li>
</ul>
</div>
<div class="menu-cards-div d-flex flex-wrap">
<div class="menu-cards-container d-flex flex-wrap">
<div class="menu-card d-flex flex-column align-items-center">
<img src="./resources/Frame (4).png" alt="img err" />
<div class="menu-card-ratings d-flex justify-content-center">
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
</div>
<h4>Crispy Fried Chicken</h4>
<p>Price <span>$ 13.00</span></p>
<button type="button" class="menu-card-btn">Add To Cart+</button>
</div>
<div class="menu-card d-flex flex-column align-items-center">
<img src="./resources/Frame (3).png" alt="img err" />
<div class="menu-card-ratings d-flex justify-content-center">
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
</div>
<h4>Burger Patty Recipe</h4>
<p>Price <span>$ 15.00</span></p>
<button type="button" class="menu-card-btn">Add To Cart+</button>
</div>
<div class="menu-card d-flex flex-column align-items-center">
<img src="./resources/Frame (1).png" alt="img err" />
<div class="menu-card-ratings d-flex justify-content-center">
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
</div>
<h4>Must-Try Dishes</h4>
<p>Price <span>$ 12.00</span></p>
<button type="button" class="menu-card-btn">Add To Cart+</button>
</div>
<div class="menu-card d-flex flex-column align-items-center">
<img src="./resources/Frame (2).png" alt="img err" />
<div class="menu-card-ratings d-flex justify-content-center">
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
<img src="./resources/Star 20.png" alt="rating" />
</div>
<h4>Tasty French Fries</h4>
<p>Price <span>$ 17.00</span></p>
<button type="button" class="menu-card-btn">Add To Cart+</button>
</div>
</div>
</div>
<img src="./resources/Scroll Group 1000002719.png" alt="" />
</div>
<!-- Testimony -->
<div class="testimony">
<div
class="testi-container-main d-flex flex-wrap justify-content-between"
>
<div class="testi-users-list-div">
<div class="testi-user-card d-flex align-items-center">
<img src="./resources/Ellipse 2518 (3).png" alt="" />
<div class="testi-user-card-text d-flex flex-column pt-3">
<h5>Rosele Desoza</h5>
<p>Marketing coordinator</p>
</div>
</div>
<div class="testi-user-card d-flex align-items-center">
<img src="./resources/Ellipse 2518 (1).png" alt="" />
<div class="testi-user-card-text d-flex flex-column pt-3">
<h5>Marvin McKinney</h5>
<p>Web Designer</p>
</div>
</div>
<div class="testi-user-card d-flex align-items-center">
<img src="./resources/Ellipse 2518 (2).png" alt="" />
<div class="testi-user-card-text d-flex flex-column pt-3">
<h5>Guy Hawkins</h5>
<p>Sales Executive</p>
</div>
</div>
<div class="testi-user-card d-flex align-items-center">
<img src="./resources/Ellipse 2518.png" alt="" />
<div class="testi-user-card-text d-flex flex-column pt-3">
<h5>Kathryn Murphy</h5>
<p>Event Manager</p>
</div>
</div>
</div>
<img
class="testi-vscroll-bar-img"
src="./resources/scroll vertical.png"
alt=""
/>
<div class="testi-user-review-container">
<h1 class="testi-user-review-heading-1">What our Customers</h1>
<h1 class="testi-user-review-heading-2">are saying</h1>
<div
class="testi-user-review-user-card d-flex flex-column justify-content-center"
>
<h5>Rosele Desoza</h5>
<div
class="testi-user-review-user-card-row-2 d-flex justify-content-between"
>
<p>Marketing Coordinator</p>
<div class="testi-user-review-user-card-row-2-stars">
<img src="./resources/Star 20.png" alt="" />
<img src="./resources/Star 20.png" alt="" />
<img src="./resources/Star 20.png" alt="" />
<img src="./resources/Star 20.png" alt="" />
<img src="./resources/Star 20.png" alt="" />
</div>
</div>
</div>
<p class="testi-user-review-sayings">
"Having good restaurant reviews is crucial these days. It is not
just making our decision to pick one easier, it is also helping the
restaurant be more successful. You can quickly copy and paste these
good restaurant review examples, publish them on Facebook"
</p>
</div>
</div>
</div>
<!-- Apps Available -->
<div class="available-paltform">
<div
class="available-paltform-container d-flex align-items-center justify-content-center"
>
<img src="./resources/Group 1000002779 - Copy.png" alt="" />
</div>
</div>
<!-- Footer -->
<div class="footer d-flex flex-wrap justify-content-between align-items-center">
<div
class="footer-left d-flex flex-wrap flex-column justify-content-between"
>
<img class="footer-left-logo" src="./resources/img (5).png" alt="" />
<p>
Retail food delivery is a courier service in which a restaurant,
store, or independent food-delivery.
</p>
<div class="social-div">
<img src="./resources/Facebook (1).png" alt="" />
<img src="./resources/Twitter.png" alt="" />
<img src="./resources/Linkedin.png" alt="" />
</div>
</div>
<table class="footer-right">
<thead>
<tr>
<th>Company</th>
<th>Services</th>
<th>Support</th>
<th>Contact</th>
</tr>
</thead>
<tbody>
<tr>
<td>About Us</td>
<td>Blog</td>
<td>All products</td>
<td>Locations map</td>
</tr>
<tr>
<td>About Us</td>
<td>Order tracking</td>
<td>FAQ</td>
<td>WhatsApp</td>
</tr>
<tr>
<td>Blog</td>
<td>Wish List</td>
<td>Policy</td>
<td>Support 24</td>
</tr>
<tr>
<td>All Products</td>
<td>My account</td>
<td>Business</td>
<td>Quick Chat</td>
</tr>
<tr>
<td>Locations Map</td>
<td>Blog</td>
<td>Terms & Conditions</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>