-
Notifications
You must be signed in to change notification settings - Fork 0
/
VCR.html
440 lines (377 loc) · 20.1 KB
/
VCR.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
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
<!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="images/Icon.ico">
<title>Data Visualization and Creative Reporting</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/main.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="/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]-->
<!-- Custom styles for this template -->
<link href="carousel.css" rel="stylesheet">
</head>
<!-- NAVBAR
================================================== -->
<body>
<div class="navbar-wrapper">
<div class="container">
<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="#"><img style="height:1.3em" src="images/Icon.svg" alt=""/></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Data Visualization and Creative Reporting</a></li>
<!--<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</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>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="first-slide" src="images/portfolio/Net Earning.png" width="1316" height="824" alt="First slide">
<div class="container">
<div class="carousel-caption">
<h1>Example headline.</h1>
<p>Note: If you're viewing this page via a <code>file://</code> URL, the "next" and "previous" Glyphicon buttons on the left and right might not load/display properly due to web browser security rules.</p>
<p><a class="btn btn-lg btn-primary" href="#" role="button">Sign up today</a></p>
</div>
</div>
</div>
<div class="item">
<img class="second-slide" src="data:images/portfolio/Why I am Deaf.png" 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>
<div class="item">
<img class="third-slide" src="images/portfolio/Where I Spend My Time.png" 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 class="item">
<img class="fourth-slide" src="images/portfolio/You look Just Like.png" 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 class="item">
<img class="fith-slide" src="images/portfolio/Tour.png" 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--><!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="jumbotron">
<div class="container">
<h1>Data Vis</h1>
<p class="lead">This project site is dedicated to the display and presentaion of visualizations created during my time in the Data Visuization and Createive Reporting cource and Full Sail University</p>
<!--p><a class="btn btn-primary btn-lg" href="pages/introduction.html" role="button">Learn more »</a></p-->
</div>
</div>
<br>
<br>
<br>
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-3">
<img class="img-circle" src="images/HeadShot.png" alt="Generic placeholder image" width="140" height="140">
<h2>Week 1</h2>
<p>The idea of this assignment is to make a brief biography. Tell us about yourself, BUT you need to use visuals to do it. Answer the question; What makes you unique? How will you collect the data?</p>
<p><a class="btn btn-default" href="#vis-1" role="button">View details »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<img class="img-circle" src="images/portfolio/the-princess-bride-poster.jpg" alt="Generic placeholder image" width="140" height="140">
<h2>Week 2</h2>
<p>This week’s assignment is to tell the story of a movie using only visualizations. Gather data for each visualization. Decide what visualizations would be most appropriate for the data and sketch them out.</p>
<p><a class="btn btn-default" href="#vis-6" role="button">View details »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<img class="img-circle" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Generic placeholder image" width="140" height="140">
<h2>Week 3</h2>
<p>Comming Soon</p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<img class="img-circle" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Generic placeholder image" width="140" height="140">
<h2>Week 4</h2>
<p>Comming Soon.</p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div> <!--Continer-->
<!-- START THE FEATURETTES -->
<!--h3 id="week-1">Week 1</h3-->
<div class="jumbotron" id="vis-1">
<div class="container">
<h3>Week 1</h3>
</div>
</div>
<div class="container marketing">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Net Earnings</h2>
<p class="lead">A graph showing the change in net earnings through the different phases of my life.</p>
<p>Software: MS Excel</p>
<p>Source: Personal Financial History</p>
</div>
<div class="col-md-5">
<a href="#vis-1" id="vis-a-1"><img id="vis-img-1" class="featurette-image img-responsive center-block" src="images/portfolio/Net Earning.png" alt="Generic placeholder image"></a>
<!--button type="button" class="btn btn-primary" data-toggle="modal" data-target=".bs-example-modal-lg">Large modal</button-->
</div>
</div>
<hr class="featurette-divider" id="vis-2">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">Why I am Deaf…or Close to it</h2>
<p class="lead">A graph showing the relative volume of each of my children under different conditions.</p>
<p>Software: Google Sheets</p>
<p>Source: Personal Ranking</p>
</div>
<div class="col-md-5 col-md-pull-7">
<a href="#vis-2" id="vis-a-2"><img id="vis-img-2" class="featurette-image img-responsive center-block" src="images/portfolio/Why I am Deaf.png" alt="Generic placeholder image"></a>
</div>
</div>
<hr class="featurette-divider" id="vis-3">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Where I Spend My Time</h2>
<p class="lead">A graph showing where I dedicate my time.</p>
<p>Software: Tableau</p>
<p>Source: Personal Calender</p>
</div>
<div class="col-md-5">
<a href="#vis-3" id="vis-a-3"><img id="vis-img-3" class="featurette-image img-responsive center-block" src="images/portfolio/Where I Spend My Time.png" alt="Generic placeholder image"></a>
</div>
</div>
<hr class="featurette-divider" id="vis-4">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">You Look Just Like</h2>
<p class="lead">A visualization depicting who others think I look like.</p>
<p>Software: MS Visio</p>
<p>Source: Personal Experiance</p>
</div>
<div class="col-md-5 col-md-pull-7">
<a href="#vis-4" id="vis-a-4"><img id="vis-img-4" class="featurette-image img-responsive center-block" src="images/portfolio/You look Just Like.png" alt="Generic placeholder image"></a>
</div>
</div>
<hr class="featurette-divider" id="vis-5">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">How I Spent My Summer After Graduation</h2>
<p class="lead">An infographic depicting the 2001 Seattle Cascades tour. I marched Baritone as the Cascades went on to earn 2nd place in Division II.</p>
<p>Software: Adobe Illustrator</p>
<p>Source: Personal History & <a href="http://www.soundmachine.org/dci/dciscores-a01.htm">www.soundmachine.org/dci/dciscores-a01.htm</a></p>
</div>
<div class="col-md-5">
<a href="#vis-5" id="vis-a-5"><img id="vis-img-5" class="featurette-image img-responsive center-block" src="images/portfolio/Tour.png" alt="Generic placeholder image"></a>
</div>
</div>
<br>
<br>
<br>
</div>
<div class="jumbotron" id="vis-6">
<div class="container">
<h3>Week 2</h3>
</div>
</div>
<div class="container marketing">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">Vizzini’s Timeline</h2>
<p class="lead">The timeline Vizzini made for starting the war between Guilder and Florin</p>
<p>Software: MS Visio and Adobe Illustrator</p>
<p>Source: The Princess Bride Film</p>
</div>
<div class="col-md-5 col-md-pull-7">
<a href="#vis-6" id="vis-a-6"><img id="vis-img-6" class="featurette-image img-responsive center-block" src="images/portfolio/VizziniTimeline-01.png" alt="Generic placeholder image"></a>
</div>
</div>
<hr class="featurette-divider" id="vis-7">
<div class="row featurette">
<div class="col-md-7 ">
<h2 class="featurette-heading">Humperdinck’s Map</h2>
<p class="lead">The map Prince Humperkinck used wile tracking the kidnapers</p>
<p>Software: Adobe Illustrator</p>
<p>Source: The Princess Bride Film</p>
</div>
<div class="col-md-5 ">
<a href="#vis-7" id="vis-a-7"><img id="vis-img-7" class="featurette-image img-responsive center-block" src="images/portfolio/HumperdinkMap-01.png" alt="Generic placeholder image"></a>
</div>
</div>
<hr class="featurette-divider" id="vis-8">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">Count Rugen’s Notes</h2>
<p class="lead">The notes from Count Rugen’s experiments on Westley</p>
<p>Software: MS Excel and Adobe Illustrator</p>
<p>Source: The Princess Bride Film and self generated</p>
</div>
<div class="col-md-5 col-md-pull-7">
<a href="#vis-8" id="vis-a-8"><img id="vis-img-8" class="featurette-image img-responsive center-block" src="images/portfolio/CountRugon-01.png" alt="Generic placeholder image"></a>
</div>
</div>
<hr class="featurette-divider" id="vis-9">
<div class="row featurette">
<div class="col-md-7 ">
<h2 class="featurette-heading">Yellin’s Dashboard</h2>
<p class="lead">A dashboard that would have been helpful to Yellin when clearing the Thieves Forest</p>
<p>Software: Adobe Illustrator</p>
<p>Source: The Princess Bride Film and self generated</p>
</div>
<div class="col-md-5 ">
<a href="#vis-9" id="vis-a-9"><img id="vis-img-9" class="featurette-image img-responsive center-block" src="images/portfolio/YellinDashboard-01.png" alt="Generic placeholder image"></a>
</div>
</div>
<hr class="featurette-divider" id="vis-10">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">Miracle 1372</h2>
<p class="lead">Miracle Max’s file on the miracle perfumed on Wesley</p>
<p>Software: MS Excel and Adobe Illustrator</p>
<p>Source: The Princess Bride Film</p>
</div>
<div class="col-md-5 col-md-pull-7">
<a href="#vis-10" id="vis-a-10"><img id="vis-img-10" class="featurette-image img-responsive center-block" src="images/portfolio/MiricalMax-01.png" alt="Generic placeholder image"></a>
</div>
</div>
<hr class="featurette-divider" id="vis-11">
<div class="row featurette">
<div class="col-md-7 ">
<h2 class="featurette-heading">The Greatest Kiss</h2>
<p class="lead">A comparison between Westly and Buttercup’s kiss and the other five greatest kisses</p>
<p>Software: MS Excel and Adobe Illustrator</p>
<p>Source: The Princess Bride Film</p>
</div>
<div class="col-md-5">
<a href="#vis-11" id="vis-a-11"><img id="vis-img-11" class="featurette-image img-responsive center-block" src="images/portfolio/KissRaiting-01.png" alt="Generic placeholder image"></a>
</div>
</div>
<hr class="featurette-divider" id="vis-12">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">Where in the World</h2>
<p class="lead">A map of the real world places named during the movie</p>
<p>Software: Adobe Illustrator</p>
<p>Source: The Princess Bride Film</p>
</div>
<div class="col-md-5 col-md-pull-7">
<a href="#vis-12" id="vis-a-12"><img id="vis-img-12" class="featurette-image img-responsive center-block" src="images/portfolio/WhereInTheWorld-01.png" alt="Generic placeholder image"></a>
</div>
</div>
<hr class="featurette-divider" id="vis-13">
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<p class="pull-right">Full Sail University | BIN-630</p>
<p>© Peter Empey 2015</p>
</footer>
</div><!-- /.container -->
<!-- Modal -->
<div class="modal fade " id="imagemodal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="myModalLabel">Image preview</h4>
</div>
<div class="modal-body">
<img class="img-responsive" src="" id="imagepreview" >
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- 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>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="js/portflo.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>