-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
393 lines (390 loc) · 14.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pizza Hut</title>
<link href="style.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Aladin&family=Handjet:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Press+Start+2P&family=Rye&family=Silkscreen:wght@400;700&display=swap"
rel="stylesheet"
/>
<script src="script.js"></script>
<link
href="https://db.onlinewebfonts.com/c/f42d110e131b1f8ec266f78bb548971f?family=Squickt+W01+Plain"
rel="stylesheet"
/>
</head>
<body>
<div class="mainContainer">
<div class="leftHeader pixel-border" style="border-radius: 50px 50px 0 0">
<br />
<center>
<img
src="assets/pizzaHutLogo-removebg-preview.png"
alt="logo"
width="200px"
/>
</center>
<br />
<div class="options">
<div class="innerOption" style="z-index: 1">
<b>Our Services</b>
<div
class="innerOption"
style="background-color: rgb(232, 186, 60); z-index: 2"
>
<b>Order Online</b>
<div class="innerOption" style="z-index: 3">
<b> Get Coupons</b>
<div
class="innerOption"
style="background-color: rgb(232, 186, 60); z-index: 4"
>
<b>Store Locator</b>
<div class="innerOption" style="z-index: 5; height: 80px">
<b> VIP</b>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="toppings" style="border-radius: 50px 50px 0 0">
<center>
<p style="width: 250px; font-family: Rye; color: rgb(15, 11, 0)">
Why settle for one topping when you can get more?
</p>
</center>
<div style="position: relative; bottom: 15px;font-family: Aladin;color: red;font-size: 40px;"><b>Just For</b></div>
<center>
<img
src="assets/cent.png"
alt="cent"
width="120px"
style="position: relative; bottom: 25px"
/>
<div
id="addToppings"
class="pixel-border"
style="cursor: pointer;
font-family: Aladin;"
onclick="addTopping()"
>
Add extra Toppings
</div>
</center>
<br />
</div>
</div>
<center>
<!-- bgcolor="#faebce" -->
<div class="container pixel-border" style="background-color: #f6d86c">
<div class="upper"></div>
<img src="assets/Group 8.png" height="200px" id="logo" />
<center>
<h2
style="
font-family: 'Squickt W01 Plain';
color: red;
font-size: 40px;
"
>
The Best Pizza Under One Roof!
</h2>
<p>
Welcome to <b>Pizza Hut!</b> This Electronic Storefront is brought
to you by Pizza Hut and The Santa Cruz Operation. You may click on
the Pizza Hut logo on any page to submit comments regarding this
service to <b> webmaster@pizzahut.com.</b>
</p>
<marquee style="font-size: large;font-family: Aladin;"
>Use Coupon Code <b>'DARSHANC07'</b> and get 10% off</marquee
>
<br /><br />
<div id="search-tab">
<b><label for="search">Search Your Favourite Pizza</label></b>
<input type="text" id="search" />
</div>
<br />
<div class="main pixel-border">
<div class="item pixel-border" id="one">
<img
src="assets/pizza1.jpg"
alt=""
height="180px"
width="180px"
/>
<div id="temp">
<div class="buy pixel-border" onclick="purchase(0)">BUY</div>
<img src="assets/like.png" width="50px" height="50px" />
</div>
</div>
<div class="item pixel-border">
<img
src="assets/pizza2.jpg"
alt=""
height="180px"
width="180px"
/>
<div id="temp">
<div class="buy pixel-border" onclick="purchase(1)">BUY</div>
<img src="assets/like.png" width="50px" height="50px" />
</div>
</div>
<div class="item pixel-border">
<img
src="assets/pizza3.jpg"
alt=""
height="180px"
width="180px"
/>
<div id="temp">
<div class="buy pixel-border" onclick="purchase(2)">BUY</div>
<img src="assets/like.png" width="50px" height="50px" />
</div>
</div>
<div class="item pixel-border">
<img
src="assets/pizza4.jpg"
alt=""
height="180px"
width="180px"
/>
<div id="temp">
<div class="buy pixel-border" onclick="purchase(3)">BUY</div>
<img src="assets/like.png" width="50px" height="50px" />
</div>
</div>
<div class="item pixel-border">
<img
src="assets/pizza5.jpg"
alt=""
height="180px"
width="180px"
/>
<div id="temp">
<div class="buy pixel-border" onclick="purchase(4)">BUY</div>
<img src="assets/like.png" width="50px" height="50px" />
</div>
</div>
<div class="item pixel-border">
<img
src="assets/pizza6.jpg"
alt=""
height="180px"
width="180px"
/>
<div id="temp">
<div class="buy pixel-border" onclick="purchase(5)">BUY</div>
<img src="assets/like.png" width="50px" height="50px" />
</div>
</div>
<div class="item pixel-border">
<img
src="assets/pizza7.jpg"
alt=""
height="180px"
width="180px"
/>
<div id="temp">
<div class="buy pixel-border" onclick="purchase(6)">BUY</div>
<img src="assets/like.png" width="50px" height="50px" />
</div>
</div>
<div class="item pixel-border">
<img
src="assets/pizza8.jpg"
alt=""
height="180px"
width="180px"
/>
<div id="temp">
<div class="buy pixel-border" onclick="purchase(7)">BUY</div>
<img src="assets/like.png" width="50px" height="50px" />
</div>
</div>
<div class="item pixel-border">
<img
src="assets/pizza9.jpg"
alt=""
height="180px"
width="180px"
/>
<div id="temp">
<div class="buy pixel-border" onclick="purchase(8)">BUY</div>
<img src="assets/like.png" width="50px" height="50px" />
</div>
</div>
</div>
<br /><br />
<footer style="font-family: Handjet;font-size: large;"><b>
Order a delicious pizza on the go, anywhere, anytime. Pizza Hut is
happy to assist you with your home delivery. Every time you order,
you get a hot and fresh pizza delivered at your doorstep in less
than thirty minutes. <br />*T&C Apply. Hurry up and place your
order now! <br />
<br />© 2024 Pizza Hut India. All rights reserved. License Number:
10017011004220</b>
</footer><br>
</center>
<div id="" class="overlay hidden">
<div class="backdrop"></div>
<div class="order pixel-border" style="--pixel-bg:#f0b13d;">
<h2 id="heading">Confirm Your Order</h2>
<img
id="orderedPizza"
src="assets/pizza1.jpg"
alt=""
width="150px"
height="150px"
/>
<div class="details">
<div class="nameQuantity">
<h2 style="font-family: Aladin;position: relative;right: 10px;">Margherita Pizza</h2>
<div class="quantity pixel-border">
<img
src="assets/plus-symbol-button.png"
alt="add"
width="15px"
height="15px"
/>
<h2>2</h2>
<img
src="assets/minus.png"
alt="minus"
width="15px"
height="15px"
/>
</div>
</div>
<div class="amount">
<h2 style="font-family: Aladin;">Amount</h2>
<div class="totalAmount pixel-border" style="--pixel-bg:white;">
<h2>2 X 199 = 398</h2>
</div>
</div>
<div class="address">
<h2 id="addressDetails" style="font-family: Aladin;">Address</h2>
<br />
<div class="deliveryAddress pixel-border" style="--pixel-bg:white;">
<p id="text"><b>
325/2, Khrwa Chawl, S V Rd, Amboli Naka, Andheri,Mumbai,Maharashtra</b>
</p>
</div>
</div>
</div>
<br /><br />
<div class="button">
<div id="cancel" class="pixel-border" onclick="close()" style="--pixel-bg:rgb(235, 58, 58);font-family: Handjet;">
<b>Cancel</b>
</div>
<div class="confirm pixel-border" style="--pixel-bg:rgb(76, 226, 76);font-family: Handjet;"><b>Confirm</b></div>
</div>
</div>
</div>
</div>
</center>
<!-- this is container for adding topping -->
<div id="" class="overlay hidden">
<div class="backdrop"></div>
<div class="toppingContainer pixel-border">
<center>
<h2 class="title" style="font-family: Aladin; font-size: 40px">
Customize Your Perfect Pizza!
</h2>
</center>
<h3
class="subheading"
style="font-family: 'Press Start 2P'; font-size: medium"
>
Instructions
</h3>
<ol class="instructions" style="font-family: 'Handjet'">
<b
><li>Choose your favorite extra toppings.</li>
<li>Watch your pizza dreams come true.</li>
<li>Add it to your order and get ready to enjoy!</li></b
>
</ol>
<h3
class="subheading"
style="font-family: 'Press Start 2P'; font-size: medium"
>
Toppings List
</h3>
<div class="top">
<div class="imgText">
<img src="assets/pepperoni.png" alt="pepperoni" width="60px" />
<h4 class="topping-name">Pepperoni</h4>
</div>
<div class="quantity pixel-border">
<img src="assets/plus-symbol-button.png" alt="add" width="15px" />
<h2>2</h2>
<img src="assets/minus.png" alt="minus" width="15px" />
</div>
</div>
<div class="top">
<div class="imgText">
<img src="assets/mushroom.png" alt="mushroom" width="60px" />
<h4 class="topping-name">Mushroom</h4>
</div>
<div class="quantity pixel-border">
<img src="assets/plus-symbol-button.png" alt="add" width="15px" />
<h2>2</h2>
<img src="assets/minus.png" alt="minus" width="15px" />
</div>
</div>
<div class="top">
<div class="imgText">
<img src="assets/onion.png" alt="onion" width="60px" />
<h4 class="topping-name">Onion</h4>
</div>
<div class="quantity pixel-border">
<img src="assets/plus-symbol-button.png" alt="add" width="15px" />
<h2>2</h2>
<img src="assets/minus.png" alt="minus" width="15px" />
</div>
</div>
<div class="top">
<div class="imgText">
<img src="assets/cheese.png" alt="cheese" width="60px" />
<h4 class="topping-name">Mozzarella Cheese</h4>
</div>
<div class="cheeseOptions">
<div class="cheese-quantity pixel-border"><b>Extra</b></div>
<div class="cheese-quantity pixel-border"><b>Double</b></div>
<div class="cheese-quantity pixel-border" style="width: 60px">
<b>Blast</b>
</div>
</div>
</div><br>
<center><div class="confirmTopping pixel-border" onclick="confirmTopping()"><b>Confirm</b></div></center>
<footer class="footer">
Your pizza, your way—just like the good old days!
</footer>
</div>
</div>
<div id="" class="overlay hidden">
<div class="backdrop"></div>
<div class="order-card pixel-border">
<img src="assets/cross.png" alt="" width="20px" style="cursor: pointer;position: relative;left: 45%;" onclick="orderClose()">
<h2>We've Got Your Order!</h2>
<center><p>Thank you for choosing Pizza Hut!</p></center>
<div class="order-details">
Your order is being prepared and will be delivered shortly.
</div>
<div class="time-frame">
<h2 id="timer">45:00</h2>
<h6>Estimated Delivery: 30-45 Minutes</h6>
</div><br><br><br>
<div class="footer">
<p>Want to track your order? <a href="#">Click here</a></p>
</div>
</div>
</div>
</div>
</body>
</html>