-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
543 lines (399 loc) · 17.3 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
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
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>flip'n'pizza</title>
<!-- <link rel="stylesheet" href="css/bootstrap.css"> -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- LANDING PAGE -->
<!-- navbar section -->
<header>
<a href="#home" class="logo"><i class="fas fa-utensils"></i>Flip<span style="color: var(--red)
;">'n'</span>Pizza</a>
<div id="menu-bar" class="fas fa-bars"></div>
<nav class="navbar">
<a href="#home">home</a>
<a href="#speciality">our pizza</a>
<a href="#popular">our menu</a>
<a href="#gallery">toppings</a>
<a href="#review">reviews</a>
<a href="#order">order</a>
</nav>
</header>
<!-- landing page section starts -->
<section class="home" id="home">
<!-- hero text -->
<div class="content">
<h3>Pizza made with <span style="color: var(--red);">love</span></h3>
<p>The homemade pizza dough is produced in-house daily and is another reason why the pizza at Flip'n'pizza always tastes better. The Twisty Bread, the signature toppings and the delicious Double cheese are additional value-for-money options that keep our satisfied customers coming back time after time. </p>
<a href="#order" class="btn">order now</a>
</div>
<!-- hero image -->
<div class="image">
<img src="images/pizzafloat-removebg-preview.png" alt="pizza">
</div>
</section>
<!-- our flip'n'pizza section -->
<section class="speciality" id="speciality">
<h1 class="heading"> our <span>Flip'n'</span> Pizza</h1>
<div class="box-container">
<!-- cheese pizza -->
<div class="box">
<img class="image" src="images/cheesep.jpeg" alt="cheese pizza">
<div class="content">
<img src="images/s-2.png" alt="">
<h3>tasty cheese pizza</h3>
<p>Cheese pizza is one of the most popular choices. It will always be a simple, unadorned masterpiece on its own.</p>
</div>
</div>
<!-- veggie pizza -->
<div class="box">
<img class="image" src="images/veg.jpg" alt="">
<div class="content">
<img src="images/s-2.png" alt="">
<h3>tasty veggie pizza</h3>
<p>When you want to jazz up your cheese pizza with color and texture, veggies are the perfect topping. And you’re only limited by your imagination.</p>
</div>
</div>
<!-- pepperoni pizza -->
<div class="box">
<img class="image" src="images/chicken.jpg" alt="">
<div class="content">
<img src="images/s-2.png" alt="">
<h3>tasty pepperoni pizza</h3>
<p>There’s a reason this is one of the most popular types of pizza. Who doesn’t love biting into a crispy, salty round of pepperoni?</p>
</div>
</div>
<!-- buffalo pizza -->
<div class="box">
<img class="image" src="images/buffalopizza.jpeg" alt="">
<div class="content">
<img src="images/s-2.png" alt="">
<h3>tasty buffalo pizza</h3>
<p>Who says your pizza has to be strictly tomato-sauce based? Branch out with some buffalo sauce on your pie. All its spicy, salty, buttery goodness is a natural pairing for pizza.</p>
</div>
</div>
<!-- BBQ Pizza -->
<div class="box">
<img class="image" src="images/bbq.jpeg" alt="">
<div class="content">
<img src="images/s-2.png" alt="">
<h3>tasty bbq chicken pizza</h3>
<p>If you love BBQ chicken and you love pizza, why not put them together?</p>
</div>
</div>
<!-- hawaiian pizza -->
<div class="box">
<img class="image" src="images/hawaiian.jpg" alt="">
<div class="content">
<img src="images/s-2.png" alt="">
<h3>tasty hawaiian pizza</h3>
<p>Pineapple might not be the first thing that comes to mind when you think pizza. But add in some ham and it creates an unexpectedly solid sweet and salty combination for this type of pizza.</p>
</div>
</div>
</div>
</section>
<!-- OUR flip'n'menu SECTION -->
<section class="popular" id="popular">
<h1 class="heading"> our <span>Flip'n'</span> Menu </h1>
<div class="box-container">
<!-- cheese -->
<div class="box">
<span class="price"> ksh.400-2k/= </span>
<img src="images/cheesep.jpeg" alt="">
<h3>Cheese pizza</h3>
<a href="#order" class="btn">order now</a>
</div>
<!-- veggie -->
<div class="box">
<span class="price"> ksh.400-2k </span>
<img src="images/veg.jpg" alt="">
<h3>Veggie pizza</h3>
<a href="#order" class="btn">order now</a>
</div>
<!-- pepperoni -->
<div class="box">
<span class="price"> ksh.600-2k</span>
<img src="images/chicken.jpg" alt="">
<h3>Pepperoni pizza</h3>
<a href="#order" class="btn">order now</a>
</div>
<!-- buffalo -->
<div class="box">
<span class="price"> ksh.500-2k </span>
<img src="images/buffalopizza.jpeg" alt="">
<h3>buffalo pizza</h3>
<a href="#order" class="btn">order now</a>
</div>
<!-- bbq chicken -->
<div class="box">
<span class="price"> ksh.650-2k </span>
<img src="images/bbq.jpeg" alt="">
<h3>bbq chicken pizza</h3>
<a href="#order" class="btn">order now</a>
</div>
<!-- hawaiian -->
<div class="box">
<span class="price"> ksh.600-2k</span>
<img src="images/hawaiian.jpg" alt="">
<h3>Hawaiian Pizza</h3>
<a href="#order" class="btn">order now</a>
</div>
</div>
</section>
<!-- HOW IT WORKS STEPS -->
<div class="step-container">
<h1 class="heading">how we <span>flip'n'</span>work</h1>
<section class="steps">
<!-- choose -->
<div class="box">
<img src="images/choosepizza.png" alt="">
<h3>choose your favorite pizza</h3>
</div>
<!-- delivery -->
<div class="box">
<img src="images/fast.png" alt="">
<h3>free and fast delivery</h3>
</div>
<!-- payment -->
<div class="box">
<img src="images/easypayment.png" alt="">
<h3>easy payments methods</h3>
</div>
<!-- enjoy -->
<div class="box">
<img src="images/enjoy.png" alt="">
<h3>and finally, enjoy your food</h3>
</div>
</section>
</div>
<!-- Flip'N'Toppings SECTION -->
<section class="gallery" id="gallery">
<h1 class="heading"> Our <span> flip'n' </span>Toppings</h1>
<div class="box-container">
<!-- pepperoni -->
<div class="box">
<span class="price"> 150ksh </span>
<img src="images/pepperoni.jpeg" alt="">
<div class="content">
<h3>tasty pepperoni</h3>
<p>Pepperoni is a raw sausage made from beef and pork or pork only.</p>
<a href="#order" class="btn">ordern now</a>
</div>
</div>
<!-- mushroom -->
<div class="box">
<span class="price"> 100ksh </span>
<img src="images/mushroom.jpeg" alt="">
<div class="content">
<h3>tasty mushroom</h3>
<p>
Portobello Mushrooms are a native to North America grasslands, these are one of the most commonly consumed mushrooms in the world.</p>
<a href="#order" class="btn">order now</a>
</div>
</div>
<!-- cheese -->
<div class="box">
<span class="price"> 100ksh </span>
<img src="images/cheesee.jpeg" alt="">
<div class="content">
<h3>tasty extra cheese</h3>
<p>a food made from the pressed curds of milk, firm and elastic or soft and semi-liquid in texture.</p>
<a href="#order" class="btn">order now</a>
</div>
</div>
<!-- sausage -->
<div class="box">
<span class="price"> 150ksh </span>
<img src="images/sausage.jpeg" alt="">
<div class="content">
<h3>tasty sausage</h3>
<p>minced pork or other meat encased in a skin, typically sold raw to be grilled or fried before eating.</p>
<a href="#order" class="btn">order now</a>
</div>
</div>
<!-- onion -->
<div class="box">
<span class="price"> 50ksh </span>
<img src="images/onion.jpeg" alt="">
<div class="content">
<h3>tasty onion</h3>
<p>A swollen edible bulb used as a vegetable composed of several concentric layers.</p>
<a href="#order" class="btn">order now</a>
</div>
</div>
<!-- pepper -->
<div class="box">
<span class="price"> 50ksh </span>
<img src="images/greenpepper.jpeg" alt="">
<div class="content">
<h3>tasty green pepper</h3>
<p>The mild-flavoured unripe fruit of a sweet pepper, which may be eaten raw or cooked.</p>
<a href="#order" class="btn">order now</a>
</div>
</div>
<!-- tomato -->
<div class="box">
<span class="price"> 70ksh </span>
<img src="images/tomato.jpeg" alt="">
<div class="content">
<h3>tasty tomato</h3>
<p>A glossy red, or occasionally yellow, pulpy edible fruit that is eaten as a vegetable or in salad.</p>
<a href="#order" class="btn">order now</a>
</div>
</div>
<!-- basil -->
<div class="box">
<span class="price"> 50ksh </span>
<img src="images/basil.jpeg" alt="">
<div class="content">
<h3>tasty fresh basil</h3>
<p>An aromatic plant of the mint family,The leaves are used as a culinary herb.</p>
<a href="#order" class="btn">order now</a>
</div>
</div>
<!-- garlic -->
<div class="box">
<span class="price"> 50ksh </span>
<img src="images/garlic.jpeg" alt="">
<div class="content">
<h3>tasty fresh garlic</h3>
<p>A strong-smelling-tasting bulb, used as a flavouring in cooking and in herbal medicine.</p>
<a href="#order" class="btn">order now</a>
</div>
</div>
</div>
</section>
<!-- CUSTOMER REVIEWS -->
<section class="review" id="review">
<h1 class="heading"> our customers <span>reviews</span> </h1>
<div class="box-container">
<!-- person one -->
<div class="box">
<img src="images/person1.jpeg" alt="">
<h3>Imi deo</h3>
<p>I ordered a Pizza last Friday and got it on time, they have the best customer services.</p>
</div>
<!-- person two -->
<div class="box">
<img src="images/person2.jpeg" alt="">
<h3>John Mbai</h3>
<p>Pizza from flip'n'pizza is flip'n'delicious!! love ittt! and i'd like to recommend this place to get tasty pizza on time.</p>
</div>
<!-- person three -->
<div class="box">
<img src="images/person3.jpeg" alt="">
<h3>Halima Hassan</h3>
<p> I took one bite and felt like i was in Italy,great quality pizza!</p>
</div>
</div>
</section>
<!-- ORDER SECTION -->
<section class="order" id="order">
<h1 class="heading"> <span>order</span> now </h1>
<div class="row">
<!-- order image -->
<div class="image">
<img src="images/delivery.jpeg" alt="">
</div>
<!-- form -->
<form action="" name="form">
<!-- name and phone number -->
<div class="inputBox">
<input id="Name" type=text name=Name placeholder="name.." required>
<input id="phonenumber" type=phonenumber name=phonenumber value="254" size=12 maxlength=12>
</div>
<div class="inputBox">
<!-- pizza type -->
<p id="ptype" type=checkbox style="border: 1px solid grey; padding: 1em; margin-bottom: 1em; width: 32.9em;" required>
<select name="ptype" >
<option value="" selected> pizza type
<option value="400">small Cheese 400/=
<option value="400"> small Veggie 400/=
<option value="600">small Chicken 600/=
<option value="500">small Buffalo 500/=
<option value="650">small BBQ Chicken 650/=
<option value="600">small Hawaiian 600/=
<option value="1000">medium Cheese 1000/=
<option value="1000">medium Veggie 1000/=
<option value="1300">medium Chicken 1300/=
<option value="1350">medium Buffalo 1350/=
<option value="1450">medium BBQ Chicken 1450/=
<option value="1400">medium Hawaiian 1400/=
<option value="1500">large Cheese 1500/=
<option value="1500">large Veggie 1500/=
<option value="1800">large Chicken 1800/=
<option value="1850">large Buffalo 1850/=
<option value="1950">large BBQ Chicken 1950/=
<option value="1900">large Hawaiian 1900/=
</select>
</p>
<!-- pizza size input -->
<p id="crusttype" type="number" style="border: 1px solid grey; padding: 1em; margin-bottom: 1em; width: 32.9em;" required>
<select name="crusttype">
<option value="" selected>crust type
<option value="100"> crispy 100/=
<option value="200"> stuffed 200/=
<option value="200"> glutten free 200/=
</select>
</p>
</div>
<div class="inputBox">
<!-- toppings type input -->
<p id="toppings" type="number" style="border: 1px solid grey; padding: 1em; margin-bottom: 1em; width: 32.9em;" required>
<select name="toppings">
<option value="" selected>Toppings
<option value="150"> Pepperoni 150/=
<option value="100"> Mushroom 100/=
<option value="100"> Extra Cheese 100/=
<option value="150" >Sausage 150/=
<option value="50"> Onion 50/=
<option value="50"> Green Pepper 50/=
<option value="70"> Tomato 70/=
<option value="50"> Fresh Basil 50/=
<option value="50"> Fresh Garlic 50/=
</select>
</p>
<!-- delivery input -->
<p id="delivery" type="number" style="border: 1px solid grey; padding: 1em; margin-bottom: 1em; width: 32.9em;" required>
<select name="delivery">
<option value="" selected> Delivery
<option value="250"> Deliver 250/=
<option value="0"> No Delivery FREE
</select>
</p>
</div>
<!-- location input -->
<input placeholder="location" name="location" id="location" cols="30" rows="10" style="border: 1px solid grey; padding: 1em; margin-bottom: 1em; width: 55em;" >
<!-- checkout button -->
<input type=button id="checkout" value="check out" onClick="calculate()">
</form>
</div>
</section>
<!-- FOOTER SECTION -->
<section class="footer">
<div class="share">
<a href="#" class="btn">facebook</a>
<a href="#" class="btn">twitter</a>
<a href="#" class="btn">instagram</a>
<a href="#" class="btn">pinterest</a>
<a href="#" class="btn">linkedin</a>
</div>
<h1 class="credit"> created by <span> Venesa Atieno with love. </span> | all rights reserved! </h1>
</section>
<!-- SCROLL ICON -->
<!-- scroll top button -->
<a href="#home" class="fas fa-angle-up" id="scroll-top"></a>
<!-- loader -->
<div class="loader-container">
<img src="images/loader.gif" alt="">
</div>
<!-- JAVASCRIPT LINK -->
<script src="js/script.js"></script>
</body>
</html>
</html>