-
Notifications
You must be signed in to change notification settings - Fork 0
/
rb_build.html
244 lines (237 loc) · 8.45 KB
/
rb_build.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
<!DOCTYPE html>
<html lang="en">
<head>
<!--
New Perspectives on HTML5 and CSS3, 7th Edition
Tutorial 7
Review Assignment
Red Ball Pizza Building Form
Author: Hesbon Osoro
Date: 12/9/22
Filename: rb_build.html
-->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Red Ball Pizza Build a Pizza</title>
<link href="rb_base.css" rel="stylesheet" />
<link href="rb_styles2.css" rel="stylesheet" />
<link href="rb_forms2.css" rel="stylesheet" />
<script src="rb_formsubmit2.js"></script>
</head>
<body>
<header>
<img src="rb_logo2.png" alt="Red Ball Pizza" id="logoimg" />
<nav>
<a id="navicon" href="#"><img src="rb_navicon2.png" alt="" /></a>
<ul>
<li><a href="#">home</a></li>
<li><a href="#">menu</a></li>
<li><a href="#">directions</a></li>
<li><a href="#">coupons</a></li>
<li><a href="#">orders</a></li>
<li><a href="#">catering</a></li>
<li><a href="#">reviews</a></li>
</ul>
</nav>
</header>
<section>
<h1>Build your Pizza</h1>
<p>
Everyone has their own pizza preferences. Build your special pizza by
selecting from the ingredients below. You can divide your pizza into two
regions to give your friends a wide choice of toppings and flavors.
</p>
<form action="http://www.example.com/redball/build" method="post">
<div>
<label for="quantityBox">Quantity</label>
<input
type="number"
id="quantityBox"
name="pizzaQuantity"
min="1"
max="10"
value="1"
/>
</div>
<div>
<img src="rb_sizes.png" alt="Pizza Sizes" />
<label for="sizeBox">Pizza Size</label>
<input
type="range"
id="sizeBox"
name="pizzaSize"
min="10"
max="16"
step="2"
value="14"
/>
</div>
<div>
<label for="crustBox">Pizza Crust</label>
<select id="crustBox" name="pizzaCrust">
<option value="Thin">Thin</option>
<option value="Thick">Thick</option>
<option value="Stuffed">Stuffed</option>
<option value="Pan">Pan</option>
</select>
</div>
<div>
<input type="checkbox" id="cheeseBox" name="doubleCheese" />
<label for="cheeseBox">Double Cheese</label>
</div>
<fieldset>
<legend>Meat Toppings</legend>
<div>
<label>Location</label>
<img src="rb_full.png" alt="full" />
<img src="rb_left.png" alt="left" />
<img src="rb_right.png" alt="right" />
<img src="rb_none.png" alt="none" />
</div>
<div>
<label for="pepperoniBox">Pepperoni</label>
<input
type="radio"
id="pepperoniBox"
name="pepperoni"
value="full"
/>
<input
type="radio"
id="pepperoniBox"
name="pepperoni"
value="left"
/>
<input
type="radio"
id="pepperoniBox"
name="pepperoni"
value="right"
/>
<input
type="radio"
id="pepperoniBox"
name="pepperoni"
value="none"
checked
/>
</div>
<div>
<label for="hamBox">Ham</label>
<input type="radio" id="hamBox" name="ham" value="full" />
<input type="radio" id="hamBox" name="ham" value="left" />
<input type="radio" id="hamBox" name="ham" value="right" />
<input type="radio" id="hamBox" name="ham" value="none" checked />
</div>
<div>
<label for="porkBox">Pork</label>
<input type="radio" id="porkBox" name="pork" value="full" />
<input type="radio" id="porkBox" name="pork" value="left" />
<input type="radio" id="porkBox" name="pork" value="right" />
<input type="radio" id="porkBox" name="pork" value="none" checked />
</div>
<div>
<label for="sausageBox">Sausage</label>
<input type="radio" id="sausageBox" name="sausage" value="full" />
<input type="radio" id="sausageBox" name="sausage" value="left" />
<input type="radio" id="sausageBox" name="sausage" value="right" />
<input
type="radio"
id="sausageBox"
name="sausage"
value="none"
checked
/>
</div>
<div>
<label for="chickenBox">Chicken</label>
<input type="radio" id="chickenBox" name="chicken" value="full" />
<input type="radio" id="chickenBox" name="chicken" value="left" />
<input type="radio" id="chickenBox" name="chicken" value="right" />
<input
type="radio"
id="chickenBox"
name="chicken"
value="none"
checked
/>
</div>
</fieldset>
<fieldset>
<legend>Vegetable Toppings</legend>
<div>
<label for="">Location</label>
<img src="rb_full.png" alt="full" />
<img src="rb_left.png" alt="left" />
<img src="rb_right.png" alt="right" />
<img src="rb_none.png" alt="none" />
</div>
<div>
<label for="">Mushrooms</label>
<input type="radio" value="full" name="mushrooms" />
<input type="radio" value="left" name="mushrooms" />
<input type="radio" value="right" name="mushrooms" />
<input type="radio" value="none" name="mushrooms" checked />
</div>
<div>
<label for="">Peppers</label>
<input type="radio" value="full" name="peppers" />
<input type="radio" value="left" name="peppers" />
<input type="radio" value="right" name="peppers" />
<input type="radio" value="none" name="peppers" checked />
</div>
<div>
<label for="">Onions</label>
<input type="radio" value="full" name="onions" />
<input type="radio" value="left" name="onions" />
<input type="radio" value="right" name="onions" />
<input type="radio" value="none" name="onions" checked />
</div>
<div>
<label for="">Tomatoes</label>
<input type="radio" value="full" name="tomatoes" />
<input type="radio" value="left" name="tomatoes" />
<input type="radio" value="right" name="tomatoes" />
<input type="radio" value="none" name="tomatoes" checked />
</div>
<div>
<label for="">Jalapenos</label>
<input type="radio" value="full" name="jalapenos" />
<input type="radio" value="left" name="jalapenos" />
<input type="radio" value="right" name="jalapenos" />
<input type="radio" value="none" name="jalapenos" checked />
</div>
</fieldset>
<div>
<input type="submit" value="Add to your Order" />
</div>
</form>
</section>
<footer>
<h1>ORDER</h1>
<a href="#">Specials</a> <a href="#">Pizza</a> <a href="#">Pasta</a>
<a href="#">Wings</a> <a href="#">Sides</a> <a href="#">Salads</a>
<a href="#">Drinks</a> <a href="#">Desserts</a>
<h1>ABOUT US</h1>
<a href="#">Our Story</a> <a href="#">Blog</a> <a href="#">Catering</a>
<a href="#">School Lunches</a>
<h1>CUSTOMER SERVICE</h1>
<a href="#">Gluten Free Crusts</a> <a href="#">Contact Us</a>
<a href="#">FAQs</a>
<h1>MY ACCOUNT</h1>
<a href="#">Create an Account</a> <a href="#">Sign In</a>
<a href="#">Order Status</a>
<h1>NUTRITION</h1>
<a href="#">Nutrition Information</a> <a href="#">Food Allergen</a>
<a href="#">Gluten Free Pizza</a>
<h1>POLICIES</h1>
<a href="#">Privacy Policy</a> <a href="#">Terms of Use</a>
<address>
Red Ball Pizza <br />
811 Beach Drive <br />
Ormond Beach, FL 32175 <br />
(386) 555 - 7499
</address>
</footer>
</body>
</html>