-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
328 lines (247 loc) · 11.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="images/logo.png">
<title>The Pizza Maker</title>
</head>
<body>
<section id="introduction"></section>
<h1 class="intro">WELCOME!</h1>
<button id="pickupBtn">Pickup</button>
<button id="deliveryBtn">Delivery</button>
<br>
<br>
<div id="pickupForm">
<h2>PICKUP OREDER FORM:</h2>
<form>
<label for="Pizzasize">Pizza Size:</label>
<select id="Pizzasize" name="Pizzasize">
<option value="">...</option>
<option value="Pizzasize">Small</option>
<option value="Pizzasize">Medium</option>
<option value="Pizzasize">Large</option>
<option value="Pizzasize">Extra Large</option>
</select> <br>
<br>
<label for="Crust">Crust Type:</label>
<select id="Crust" name="Crust">
<option value="">...</option>
<option value="Crust">Thin Crust</option>
<option value="Crust">Hand-Tossed Crust</option>
<option value="Crust">Pan Crust</option>
<option value="Crust">Stuffed Crust</option>
</select> <br>
<br>
<label for="Sauce">Sauce Options:</label>
<select id="Sauce" name="Sauce">
<option value="">...</option>
<option value="Sauce">Marinara</option>
<option value="Sauce"> Alfredo</option>
<option value="Sauce">Barbecue</option>
<option value="Sauce">Pesto</option>
</select> <br>
<br>
<label for="Cheese">Cheese Options:</label>
<select id="Cheese" name="Cheese">
<option value="">...</option>
<option value="Cheese">Mozzarella</option>
<option value="Cheese">Cheddar</option>
<option value="Cheese">Parmesan</option>
<option value="Cheese">Feta</option>
</select> <br>
<br>
<label for="Toppings">Toppings:</label>
<input type="checkbox" id="Toppings" name="Pepperoni">
<label>Pepperoni</label>
<input type="checkbox" id="Toppings" name="Mushrooms">
<label>Mushrooms</label>
<input type="checkbox" id="Toppings" name="Onions">
<label>Onions</label>
<input type="checkbox" id="Toppings" name="Bell">
<label>Bell Peppers</label>
<input type="checkbox" id="Toppings" name="Sausage">
<label>Sausage</label>
<h4>Additional Ingredients:</h4>
<input type="checkbox" id="Garlic" name="Garlic">
<label> Add Garlic</label>
<input type="checkbox" id="Garlic" name="Garlic">
<label> Add Basil</label>
<input type="checkbox" id="Garlic" name="Garlic">
<label>Add Spinach</label>
<input type="checkbox" id="Garlic" name="Garlic">
<label>Add Artichokes</label>
<input type="checkbox" id="Garlic" name="Garlic">
<label>Add Tomatoes</label>
<input type="checkbox" id="Garlic" name="Garlic">
<label>Add Chicken</label>
<input type="checkbox" id="Garlic" name="Garlic">
<label>Add Steak</label>
<input type="checkbox" id="Garlic" name="Garlic">
<label>Add Anchovies</label>
<br>
<br>
<label for="Quantity">Number of pizzas to order:</label>
<input type="number" id="Quantity" name="Quantity" min="1"
max="50" value="."> <br>
<br>
<div>
<h2>Special Instructions:</h2>
<p> Any additional instructions or preferences for the order</p>
<textarea id="specialInstructions" placeholder="Special Instructions"></textarea>
</div>
<h4>Pickup Options:</h4>
<label for="Location">Pickup Location:</label>
<input type="text" id="Location" name="Location" value="">
<label for="Time">Pickup Time:</label>
<input type="time" id="Time" name="Time" value=".">
<br>
<h4>Contact Information:</h4>
<label for="fname">Name:</label>
<input type="text" id="fname" name="fname" placeholder="Benedict Itua-Obaitua">
<label for="Phone">Phone Number:</label>
<input type="tel" id="Phone" name="Phone" placeholder="1220702">
<label for="Address">Email Address:</label>
<input type="email" id="Address" name="Address" placeholder="[email protected]">
<br>
<h4>Payment:</h4>
<label for="ccnumber">Credit Card Number:</label>
<input type="text" id="ccnumber" name="ccnumber">
<label for="Expiry">Expiry Date:</label>
<input type="text" id="Expiry" name="Expiry">
<label for="CVC">CVV/CVC Code:</label>
<input type="text" id="CVC" name="CVC">
<label for="Code">Coupon Code:</label>
<input type="text" id="Code" name="Code">
<br>
<h4>Subscription Options:</h4>
Subscribe for regular pizza deliveries with special discounts or offers
<input type="checkbox" id="Sub" name="Sub">
<label>Subscribe!</label>
<br>
<br>
<button id="submitOrderBtn">Submit Order</button>
<img src="images/pizzayolo.png" alt="mini" class="pizza-img" id="pizzaImg">
</form>
</div>
<div id="deliveryForm">
<h2>DELIVERY ORDER FORM:</h2>
<form>
<label for="Pizzasize">Pizza Size:</label>
<select id="Pizzasize" name="Pizzasize">
<option value="">...</option>
<option value="Pizzasize">Small</option>
<option value="Pizzasize">Medium</option>
<option value="Pizzasize">Large</option>
<option value="Pizzasize">Extra Large</option>
</select> <br>
<br>
<label for="Crust">Crust Type:</label>
<select id="Crust" name="Crust">
<option value="">...</option>
<option value="Crust">Thin Crust</option>
<option value="Crust">Hand-Tossed Crust</option>
<option value="Crust">Pan Crust</option>
<option value="Crust">Stuffed Crust</option>
</select> <br>
<br>
<label for="Sauce">Sauce Options:</label>
<select id="Sauce" name="Sauce">
<option value="">...</option>
<option value="Sauce">Marinara</option>
<option value="Sauce"> Alfredo</option>
<option value="Sauce">Barbecue</option>
<option value="Sauce">Pesto</option>
</select> <br>
<br>
<label for="Cheese">Cheese Options:</label>
<select id="Cheese" name="Cheese">
<option value="">...</option>
<option value="Cheese">Mozzarella</option>
<option value="Cheese">Cheddar</option>
<option value="Cheese">Parmesan</option>
<option value="Cheese">Feta</option>
</select> <br>
<br>
<label for="Toppings">Toppings:</label>
<input type="checkbox" id="Toppings" name="Pepperoni">
<label>Pepperoni</label>
<input type="checkbox" id="Toppings" name="Mushrooms">
<label>Mushrooms</label>
<input type="checkbox" id="Toppings" name="Onions">
<label>Onions</label>
<input type="checkbox" id="Toppings" name="Bell">
<label>Bell Peppers</label>
<input type="checkbox" id="Toppings" name="Sausage">
<label>Sausage</label>
<h4>Additional Ingredients:</h4>
<input type="checkbox" id="Garlic" name="Garlic">
<label> Add Garlic</label>
<input type="checkbox" id="Garlic" name="Garlic">
<label> Add Basil</label>
<input type="checkbox" id="Garlic" name="Garlic">
<label>Add Spinach</label>
<input type="checkbox" id="Garlic" name="Garlic">
<label>Add Artichokes</label>
<input type="checkbox" id="Garlic" name="Garlic">
<label>Add Tomatoes</label>
<input type="checkbox" id="Garlic" name="Garlic">
<label>Add Chicken</label>
<input type="checkbox" id="Garlic" name="Garlic">
<label>Add Steak</label>
<input type="checkbox" id="Garlic" name="Garlic">
<label>Add Anchovies</label>
<br>
<br>
<label for="Quantity">Number of pizzas to order:</label>
<input type="number" id="Quantity" name="Quantity" min="1"
max="50" value="."> <br>
<br>
<div>
<h2>Special Instructions:</h2>
<p> Any additional instructions or preferences for the order</p>
<textarea id="specialInstructions" placeholder="Special Instructions"></textarea>
</div>
<h4>Delivery Options:</h4>
<label for="Location">Delivery Location:</label>
<input type="text" id="Location" name="Location" value="">
<label for="Time">Delivery Time:</label>
<input type="time" id="Time" name="Time" value=".">
<br>
<h4>Contact Information:</h4>
<label for="fname">Name:</label>
<input type="text" id="fname" name="fname" placeholder="Benedict Itua-Obaitua">
<label for="Phone">Phone Number:</label>
<input type="tel" id="Phone" name="Phone" placeholder="1220702">
<label for="Address">Email Address:</label>
<input type="email" id="Address" name="Address" placeholder="[email protected]">
<br>
<h4>Payment:</h4>
<label for="ccnumber">Credit Card Number:</label>
<input type="text" id="ccnumber" name="ccnumber">
<label for="Expiry">Expiry Date:</label>
<input type="text" id="Expiry" name="Expiry">
<label for="CVC">CVV/CVC Code:</label>
<input type="text" id="CVC" name="CVC">
<label for="Code">Coupon Code:</label>
<input type="text" id="Code" name="Code">
<br>
<h4>Subscription Options:</h4>
Subscribe for regular pizza deliveries with special discounts or offers
<input type="checkbox" id="Sub" name="Sub">
<label>Subscribe!</label>
<br>
<br>
<button id="submitOrderBtn">Submit Order</button>
<img src="images/pizzayolo.png" alt="mini" class="pizza-img" id="pizzaImg">
</form>
</div>
<script src="scripts.js"></script>
<div id="orderConfirmation" class="order-form">
<h2>Order Confirmation</h2>
<p>Thanks for ordering!</p>
</div>
</body>
</html>