-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProfile1.html
More file actions
214 lines (194 loc) · 7.14 KB
/
Copy pathProfile1.html
File metadata and controls
214 lines (194 loc) · 7.14 KB
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
<!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>FitnessSnob</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/MyCss.css" rel="stylesheet">
<link href="css/bootstrap-slider.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="jumbotron.css" rel="stylesheet">
<!-- 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-inverse navbar-fixed-top">
<div class="container">
<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>
<a class="navbar-brand" href="#">FitnessSnob</a>
</div>
</div>
</nav>
<hr>
<!-- Main questions -->
<br>
<br>
<div class="alert alert-questions text-center vcenter" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="vcenter"><strong>Welcome to FitnessSnob!</strong> You are just a few questions away from finding the perfect class!</h4>
</div>
<h2 class="profileheading" style="margin-left:50px">First, let's talk about you...</h2>
<div class="panel panel-questions">
<div class="panel-body">
<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-default" type="button">E-mail</button>
</span>
<input type="text" class="form-control surveyfont" placeholder="E-mail...">
</div><!-- /input-group -->
</div>
</div>
<div class="panel panel-questions">
<div class="panel-heading">
<h3 class="panel-title surveyfont">What type of exercise classes do you enjoy?</h3>
</div>
<div class="panel-body">
<ul class="surveyfont">
<div class="row text-center-left">
<div class="col-md-4">
<input type="checkbox" aria-label="..."> Barre<br>
<input type="checkbox" aria-label="..."> Core<br>
<input type="checkbox" aria-label="..."> Kickboxing<br>
</div>
<div class="col-md-4">
<input type="checkbox" aria-label="..."> High Intensity Interval Training<br>
<input type="checkbox" aria-label="..."> Spin<br>
<input type="checkbox" aria-label="..."> Weight-lifting<br>
</div>
<div class="col-md-4">
<input type="checkbox" aria-label="..."> Yoga<br>
<input type="checkbox" aria-label="..."> Kickboxing<br>
</div>
</div>
</ul>
</div>
</div>
<div class="panel panel-questions">
<div class="panel-heading">
<h3 class="panel-title surveyfont">How many times per week do you work out?</h3>
</div>
<div class="panel-body">
<ul class="surveyfont">
<div class="row">
<div class="col-md-4">
<input type="radio" name="group1" aria-label="..."> 1-2<br>
</div>
<div class="col-md-4">
<input type="radio" name="group1" aria-label="..."> 3-4<br>
</div>
<div class="col-md-4">
<input type="radio" name="group1" aria-label="..."> 5-7<br>
</div>
</div>
</ul>
</div>
</div>
<div class="panel panel-questions">
<div class="panel-heading">
<h3 class="panel-title surveyfont">What time of day do you prefer to work out?</h3>
</div>
<div class="panel-body">
<ul class="surveyfont">
<div class="row">
<div class="col-md-4">
<input type="radio" name="group1" aria-label="..."> Early morning - 5 AM to 7 AM <br>
<input type="radio" name="group1" aria-label="..."> Morning - 7 AM to 11 AM<br>
</div>
<div class="col-md-4">
<input type="radio" name="group1" aria-label="..."> Afternoon - 11 AM to 4 PM<br>
<input type="radio" name="group1" aria-label="..."> Evening - 4 PM to 8 PM<br>
</div>
<div class="col-md-4">
<input type="radio" name="group1" aria-label="..."> Night - 8 PM onwards<br>
</div>
</ul>
</div>
</div>
<div class="panel panel-questions">
<div class="panel-heading">
<h3 class="panel-title surveyfont">How long do you like your workouts to be?</h3>
</div>
<div class="panel-body">
<ul class="surveyfont">
<div class="col-md-3">
<input type="radio" name="group2" aria-label="..."> 30 mins
</div>
<div class="col-md-3">
<input type="radio" name="group2" aria-label="..."> 45 mins
</div>
<div class="col-md-3">
<input type="radio" name="group2" aria-label="..."> 1 hour
</div>
<div class="col-md-3">
<input type="radio" name="group2" aria-label="..."> 1+ hour
</div>
</ul>
</div>
</div>
<div class="panel panel-questions">
<div class="panel-heading">
<h3 class="panel-title surveyfont">How intense do you want your workouts?</h3>
</div>
<div class="panel-body">
<ul class="surveyfont">
<input type="radio" name="group3" aria-label="..."> Light sweat<br>
<input type="radio" name="group3" aria-label="..."> Moderate sweat<br>
<input type="radio" name="group3" aria-label="..."> Drenched!<br>
</ul>
</div>
</div>
<div class="newcontainer">
<div class="panel panel-questions">
<div class="panel-heading">
<h3 class="panel-title surveyfont">What are your fitness goals?</h3>
</div>
<div class="panel-body surveyfont">
<!-- Example row of columns -->
<ul class="surveyfont">
<div class="col-md-4">
<input type="radio" name="group4" aria-label="..."> Lose weight<br>
</div>
<div class="col-md-4">
<input type="radio" name="group4" aria-label="..."> Tone<br>
</div>
<div class="col-md-4">
<input type="radio" name="group4" aria-label="..."> Maintain weight<br>
</div>
</ul>
</div>
</div>
<a class="btn mybtn btn-default pull-right" href="./Profile2.html">Next</a>
</div>
<br>
<hr>
<div class="container">
<footer>
<p>© 2016 FitnessSnob, Inc.</p>
</footer>
</div> <!-- /container -->
<!-- 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.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>