-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
456 lines (354 loc) · 17 KB
/
index.html
File metadata and controls
456 lines (354 loc) · 17 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
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
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!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="">
<title>GMSS</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- 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]-->
<!-- Custom styles for this template -->
<link href="css/carousel.css" rel="stylesheet">
</head>
<!-- NAVBAR
================================================== -->
<body id="bodyTop">
<div class="navbar-wrapper">
<div class="container">
<nav class="navbar navbar-inverse navbar-static-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="#">GMSS</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="#">General Mills Secret Service</a></li>
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li> -->
</ul>
</div>
</div>
</nav>
</div>
</div>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<!-- Slide one -->
<div class="item active">
<img class="first-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="First slide">
<div class="container">
<div class="carousel-caption">
<h1>In a world of average joes..</h1>
<p>The members of the General Mills Secret Service stand out among the rest. We truly are #AwesomePeople</p>
<p><a class="btn btn-lg btn-primary" href="#" role="button">Sign up today</a></p>
</div>
</div>
</div>
<!-- Slide two -->
<div class="item">
<img class="second-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<h1>Another example headline.</h1>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p><a class="btn btn-lg btn-primary" href="#" role="button">Learn more</a></p>
</div>
</div>
</div>
<!-- Slide Three -->
<div class="item">
<img class="third-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Third slide">
<div class="container">
<div class="carousel-caption">
<h1>One more for good measure.</h1>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p><a class="btn btn-lg btn-primary" href="#" role="button">Browse gallery</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="container marketing">
<!-- Users row 1 -->
<div class="row">
<!-- Secret Service Agent Info Section -->
<div class="col-lg-4">
<img class="img-circle" src="http://www.fillmurray.com/200/200" alt="Bill Murray" width="140" height="140">
<h2>Bill Murray</h2>
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Service Agent Info Section -->
<div class="col-lg-4">
<img class="img-circle" src="http://www.fillmurray.com/200/200" alt="Bill Murray" width="140" height="140">
<h2>Paul Gerlich</h2>
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Service Agent Info Section -->
<div class="col-lg-4">
<img class="img-circle" src="https://pbs.twimg.com/profile_images/550870464055095297/nlFFc8pa_200x200.png" alt="Noah Hines" width="140" height="140">
<h2>Noah Hines</h2>
<p>Arguably the best intern in App Dev, Noah spends his free time programming, working out, and playing guitar.</p>
</div>
</div>
<!-- Users row 2 -->
<div class="row">
<!-- Secret Agent #4 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=4" alt="Secret agent #4" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 4</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Agent #5 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=5" alt="Secret agent #5" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 5</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Agent #6 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=6" alt="Secret agent #6" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 6</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
</div>
<!-- Users row 3 -->
<div class="row">
<!-- Secret Agent #7 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=7" alt="Secret agent #7" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 7</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Agent #8 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=8" alt="Secret agent #8" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 8</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Agent #9 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=9" alt="Secret agent #9" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 9</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
</div>
<!-- Users row 4 -->
<div class="row">
<!-- Secret Agent #10 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=10" alt="Secret agent #10" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 10</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Agent #11 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=11" alt="Secret agent #11" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 11</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Agent #12 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=12" alt="Secret agent #12" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 12</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
</div>
<!-- Users row 5 -->
<div class="row">
<!-- Secret Agent #13 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=13" alt="Secret agent #13" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 13</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Agent #14 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=14" alt="Secret agent #14" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 14</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Agent #15 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=15" alt="Secret agent #15" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 15</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
</div>
<!-- Users row 6 -->
<div class="row">
<!-- Secret Agent #16 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=16" alt="Secret agent #16" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 16</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Agent #17 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=17" alt="Secret agent #17" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 17</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Agent #18 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=18" alt="Secret agent #18" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 18</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
</div>
<!-- Users row 7 -->
<div class="row">
<!-- Secret Agent #20 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=20" alt="Secret agent #20" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 20</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Agent #21 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=21" alt="Secret agent #21" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 21</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Agent #22 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=22" alt="Secret agent #22" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 22</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
</div>
<!-- Users row 8 -->
<div class="row">
<!-- Secret Agent #23 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=23" alt="Secret agent #23" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 23</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Agent #24 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=24" alt="Secret agent #24" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 24</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
<!-- Secret Agent #24 -->
<div class="col-lg-4">
<!-- Replace the img src with a public photo -->
<img class="img-circle" src="http://placehold.it/200?text=24" alt="Secret agent #24" width="140" height="140">
<!-- Fill in your name -->
<h2>Secret Agent 24</h2>
<!-- A short bio or story -->
<p>Bill Murray is well known for taking things from or hugging strangers simply because he is Bill Murray.</p>
</div>
</div>
<!-- FOOTER -->
<footer>
<p class="pull-right"><button class="btn btn-default" id="backToTop">Back to top</button></p>
<p>© 2015 General Mills, Inc. · <a onClick="alert('You has no privacy')">Privacy</a> · <a onClick="alert('We has no terms')">Terms</a></p>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="js/codecamp.js"></script>
</body>
</html>