-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
416 lines (377 loc) · 15.5 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
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>My Pizza Profile | Pizzafy</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Dashboard theme CSS-->
<link href="css/dashboard.css" rel="stylesheet">
<!--Flat UI CSS-->
<link href="flat-ui/dist/css/flat-ui.css" rel="stylesheet">
<!-- Alicia's custom CSS-->
<link href="css/custom.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="../../assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- need to replace logo here -->
<a class="navbar-brand" href="#"><img src="assets/pizzafylogo2.svg" alt="Pizzafy.me"/ ><h1>Pizzafy</h1></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">My Pizza Profile</a></li>
<!-- <li><a href="#">Settings</a></li>-->
<!-- Need modal here -->
<li><a href="#" data-toggle="modal" data-target="#myModal">About</a></li>
<li><a href="#">Log Out</a></li>
</ul>
</div>
</div>
</nav>
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">About Pizzafy</h4>
</div>
<div class="modal-body">
<p>Stuff here!</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1 main">
<div class="row page-header">
<img src="assets/profilepicture.jpg" class="profile-pic" alt="{{Username}} | Pizzafy" />
<h1 class="page-title">{{Name}}'s Pizza Profile</h1>
<!-- Not using this for now <button type="button" class="badge pizza-number" data-toggle="tooltip" data-placement="top" title="Your Pizza Number: How many slices of pizza you eat">2</button> -->
</div>
<a href="#" class="edit_profile-pic"><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Update your profile picture</a>
<!-- Note: Profile picture requirements: Must be able to crop to square -->
<!-- Need to be able to replace your photo here -->
<form class="form-horizontal">
<h3>Basics</h3>
<p>Tell us a little more about you, so we can better optimize your pizza experience!</p>
<fieldset>
<!-- Date of birth -->
<div class="row dob">
<label class="group-title control-label">Date of Birth</label>
<div class="control-group">
<label class="control-label" for="month">Month</label>
<div class="controls">
<input id="month" name="month" type="text" placeholder="MM" class="input-mini">
</div>
</div> <span class="dob-spacer">/</span>
<div class="control-group">
<label class="control-label" for="day">Day</label>
<div class="controls">
<input id="day" name="day" type="text" placeholder="DD" class="input-mini">
</div>
</div><span class="dob-spacer">/</span>
<div class="control-group">
<label class="control-label" for="year">Year</label>
<div class="controls">
<input id="year" name="year" type="text" placeholder="YY" class="input-mini">
</div>
</div>
</div>
<!-- Gender -->
<div class="row gender">
<label class="group-title control-label" for="gender">Gender</label>
<div class="control-group">
<div class="controls">
<label class="radio" for="gender-0">
<input type="radio" name="gender" id="gender-0" value="Male" checked="checked">
Male
</label>
<label class="radio" for="gender-1">
<input type="radio" name="gender" id="gender-1" value="Female">
Female
</label>
<label class="radio" for="gender-2">
<input type="radio" name="gender" id="gender-2" value="Other">
<input id="other" name="other" type="text" placeholder="Other" class="input-xlarge">
</label>
</div>
</div>
</div>
<!-- Pizza Number -->
<h3>Pizza Number</h3>
<p>How many slices of pizza do you eat at the typical pizza party?</p>
<div class="pizza-number-group row">
<div class="control-group">
<label class="control-label" for="pizza-number">Slices</label>
<div class="controls">
<input id="pizza-number" name="pizza-number" type="text" placeholder="" class="input-mini" required="">
</div>
</div>
</div>
<!-- Toppings Love -->
<!-- This needs to be reorganized majorly, by type of topping -->
<h3> Toppings</h3>
<p>Tell us about the toppings you love and hate!</p>
<div class="toppings-love row">
<div class="control-group">
<label class="control-label" for="checkboxes">Loves</label>
<div class="controls">
<label class="checkbox inline" for="checkboxes-0">
<input type="checkbox" name="checkboxes" id="checkboxes-0" value="Spinach">
Spinach
</label>
<label class="checkbox inline" for="checkboxes-1">
<input type="checkbox" name="checkboxes" id="checkboxes-1" value="Sliced Italian Sausage">
Sliced Italian Sausage
</label>
<label class="checkbox inline" for="checkboxes-2">
<input type="checkbox" name="checkboxes" id="checkboxes-2" value="Shredded Provolone Cheese">
Shredded Provolone Cheese
</label>
<label class="checkbox inline" for="checkboxes-3">
<input type="checkbox" name="checkboxes" id="checkboxes-3" value="Shredded Parmesan Asiago">
Shredded Parmesan Asiago
</label>
<label class="checkbox inline" for="checkboxes-4">
<input type="checkbox" name="checkboxes" id="checkboxes-4" value="Salami">
Salami
</label>
<label class="checkbox inline" for="checkboxes-5">
<input type="checkbox" name="checkboxes" id="checkboxes-5" value="Roasted Red Peppers">
Roasted Red Peppers
</label>
<label class="checkbox inline" for="checkboxes-6">
<input type="checkbox" name="checkboxes" id="checkboxes-6" value="Premium Chicken">
Premium Chicken
</label>
<label class="checkbox inline" for="checkboxes-7">
<input type="checkbox" name="checkboxes" id="checkboxes-7" value="Pineapple">
Pineapple
</label>
<label class="checkbox inline" for="checkboxes-8">
<input type="checkbox" name="checkboxes" id="checkboxes-8" value="Philly Steak">
Philly Steak
</label>
<label class="checkbox inline" for="checkboxes-9">
<input type="checkbox" name="checkboxes" id="checkboxes-9" value="Pepperoni">
Pepperoni
</label>
<label class="checkbox inline" for="checkboxes-10">
<input type="checkbox" name="checkboxes" id="checkboxes-10" value="Onions">
Onions
</label>
<label class="checkbox inline" for="checkboxes-11">
<input type="checkbox" name="checkboxes" id="checkboxes-11" value="Mushrooms">
Mushrooms
</label>
<label class="checkbox inline" for="checkboxes-12">
<input type="checkbox" name="checkboxes" id="checkboxes-12" value="Jalapeno Peppers">
Jalapeno Peppers
</label>
<label class="checkbox inline" for="checkboxes-13">
<input type="checkbox" name="checkboxes" id="checkboxes-13" value="Italian Sausage">
Italian Sausage
</label>
<label class="checkbox inline" for="checkboxes-14">
<input type="checkbox" name="checkboxes" id="checkboxes-14" value="Hot Sauce">
Hot Sauce
</label>
<label class="checkbox inline" for="checkboxes-15">
<input type="checkbox" name="checkboxes" id="checkboxes-15" value="Ham">
Ham
</label>
<label class="checkbox inline" for="checkboxes-16">
<input type="checkbox" name="checkboxes" id="checkboxes-16" value="Grilled Chicken">
Grilled Chicken
</label>
<label class="checkbox inline" for="checkboxes-17">
<input type="checkbox" name="checkboxes" id="checkboxes-17" value="Green Peppers">
Green Peppers
</label>
<label class="checkbox inline" for="checkboxes-18">
<input type="checkbox" name="checkboxes" id="checkboxes-18" value="Green Olives">
Green Olives
</label>
<label class="checkbox inline" for="checkboxes-19">
<input type="checkbox" name="checkboxes" id="checkboxes-19" value="Feta Cheese">
Feta Cheese
</label>
<label class="checkbox inline" for="checkboxes-20">
<input type="checkbox" name="checkboxes" id="checkboxes-20" value="Feta">
Feta
</label>
<label class="checkbox inline" for="checkboxes-21">
<input type="checkbox" name="checkboxes" id="checkboxes-21" value="Extra cheese">
Extra cheese
</label>
<label class="checkbox inline" for="checkboxes-22">
<input type="checkbox" name="checkboxes" id="checkboxes-22" value="Diced Tomatoes">
Diced Tomatoes
</label>
<label class="checkbox inline" for="checkboxes-23">
<input type="checkbox" name="checkboxes" id="checkboxes-23" value="Cheddar Cheese">
Cheddar Cheese
</label>
<label class="checkbox inline" for="checkboxes-24">
<input type="checkbox" name="checkboxes" id="checkboxes-24" value="Canadian Bacon">
Canadian Bacon
</label>
<label class="checkbox inline" for="checkboxes-25">
<input type="checkbox" name="checkboxes" id="checkboxes-25" value="Black Olives">
Black Olives
</label>
<label class="checkbox inline" for="checkboxes-26">
<input type="checkbox" name="checkboxes" id="checkboxes-26" value="Beef">
Beef
</label>
<label class="checkbox inline" for="checkboxes-27">
<input type="checkbox" name="checkboxes" id="checkboxes-27" value="Banana Peppers">
Banana Peppers
</label>
<label class="checkbox inline" for="checkboxes-28">
<input type="checkbox" name="checkboxes" id="checkboxes-28" value="Bacon">
Bacon
</label>
<label class="checkbox inline" for="checkboxes-29">
<input type="checkbox" name="checkboxes" id="checkboxes-29" value="Baby Portabella Mushrooms">
Baby Portabella Mushrooms
</label>
<label class="checkbox inline" for="checkboxes-30">
<input type="checkbox" name="checkboxes" id="checkboxes-30" value="Anchovies">
Anchovies
</label>
<label class="checkbox inline" for="checkboxes-31">
<input type="checkbox" name="checkboxes" id="checkboxes-31" value="3-Cheese Blend">
3-Cheese Blend
</label>
</div>
</div>
</div>
<!-- Toppings Hate -->
<!-- Predictive text tokens based on the same above inputs -->
<div class="toppings-hate row">
<div class="control-group">
<label class="control-label" for="hates">Hates</label>
<div class="controls">
<input id="hates" name="hates" type="text" placeholder="" class="input-xlarge">
<p class="help-block">Which toppings will you not eat, no matter what?</p>
</div>
</div>
</div>
<!-- Crust preferences -->
<!-- Multiple Radios (inline) -->
<h3>Crust</h3>
<div class="crust-prefs row">
<div class="control-group">
<div class="controls">
<label class="radio inline" for="radios-0">
<input type="radio" name="radios" id="radios-0" value="Thin crust" checked="checked">
Thin crust
</label>
<label class="radio inline" for="radios-1">
<input type="radio" name="radios" id="radios-1" value="Regular crust">
Regular crust
</label>
<label class="radio inline" for="radios-2">
<input type="radio" name="radios" id="radios-2" value="Deep dish">
Deep dish
</label>
<label class="radio inline" for="radios-3">
<input type="radio" name="radios" id="radios-3" value="Neapolitan">
Neapolitan
</label>
<label class="radio inline" for="radios-4">
<input type="radio" name="radios" id="radios-4" value="Sicilian">
Sicilian
</label>
<label class="radio inline" for="radios-5">
<input type="radio" name="radios" id="radios-5" value="No preference">
No preference
</label>
</div>
</div>
</div>
<!-- Dietary restrictions -->
<h3>Dietary Restrictions</h3>
<p>Got dietary restrictions? We got you covered!</p>
<div class="dietary row">
<div class="control-group">
<div class="controls">
<label class="checkbox" for="Dietary-0">
<input type="checkbox" name="Dietary" id="Dietary-0" value="Vegan">
Vegan
</label>
<label class="checkbox" for="Dietary-1">
<input type="checkbox" name="Dietary" id="Dietary-1" value="Vegetarian">
Vegetarian
</label>
<label class="checkbox" for="Dietary-2">
<input type="checkbox" name="Dietary" id="Dietary-2" value="Gluten-Free">
Gluten-Free
</label>
</div>
</div>
</div>
<!-- Notes -->
<h3>Notes</h3>
<p>Do you have any additional comments about your pizza preferences that you would want the organizer of any party to attend to know? Allergies? Requests? Something we didn't cover here?</p>
<div class="notes row">
<div class="control-group">
<label class="control-label" for="notes"></label>
<div class="controls">
<textarea id="notes" name="notes"></textarea>
</div>
</div>
</div>
<!-- submit -->
<div class="control-group submit-div">
<label class="control-label" for="submit"></label>
<div class="controls">
<button id="submit" name="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</fieldset>
</form>
</div> <!--cols main-->
<!-- EDDIE!!! getting to 404s on the scripts below because I haven't downloaded them arghhh -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
<script src="/flat-ui/dist/js/flat-ui.min.js"></script>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
$(':checkbox').radiocheck();
$(':radio').radiocheck();
})
</script>
</body>
</html>