-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_withvideo.html
691 lines (630 loc) · 43 KB
/
index_withvideo.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
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Chris Gilbert</title>
<meta property="og:image" content="images/bg.jpg" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="google-site-verification" content="gBmU3RrJO0EJM2ZK92nWp1mKEWWL5MvmJLVxTDAgF-c" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-82880034-1', 'auto');
ga('send', 'pageview');
</script>
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body id="top">
<!-- Header -->
<header id="header">
<a class="image avatar" target="_blank">
<img src="images/avatar.jpg" alt="" />
</a>
<h2><strong>Chris Gilbert</strong></h2>
<h1><a href="http://www.colorado.edu/aps/chris-gilbert" target="_blank">Graduate Student</a></h1>
<h1><a href="http://www.colorado.edu/aps/" target="_blank">University of Colorado Boulder</a></h1>
<h1><a href="http://lasp.colorado.edu/home/" target="_blank">Laboratory for Atmospheric and Space Physics</a></h1>
<img src="images/main/lasplogo.png" width="250" height="50" />
<!--<img src="images/main/gtlogo.png" width="50" height="43" />-->
</header>
<a name="Top"></a>
<!-- Main -->
<div id="main">
<h1>The Sun affects the rest of the Solar System more than you might think.</h1>
<!-- One -->
<section id="one">
<header class="major"></header>
<p>
Welcome to my page! If you are trying to learn more about what I do for a living,
find out what I have done in the past, or if you just want to get in touch with me, you're in the right place! <br />
<a href="#Work">Click here</a> to see my work. <a href="#Contact">Click here</a> to contact me. <br /><br />
My friends call me Gilly, and I am a fourth year Graduate Research Assistant at the University of Colorado Boulder.
I work for <a href="http://lasp.colorado.edu/~cranmer/index.html" target="_blank">Dr. Steven Cranmer</a> in the LASP Space Sciences Building.
I study the atmosphere of the sun and the way that it affects the rest of the solar system.
I hope to be involved in space missions such as NASA's
<a href="http://solarprobe.jhuapl.edu/" target="_blank">Parker Solar Probe</a>
and ESA's <a href="http://sci.esa.int/solar-orbiter/" target="_blank">Solar Orbiter</a>,
as well as the <a href="http://dkist.nso.edu/" target="_blank">DKIST</a> ground based solar telescope.
These instruments will all be coming online in the next few years.
</p>
</section>
<section id="oneb">
<h3>A lot of people are taught that space is mostly empty. And for most of the history of astronomy, scientists thought that too.</h3>
<blockquote>
"To devote the greater part of one's adult life to
the lonely recording of the terrible emptiness between the stars is more than can be
asked of someone entirely normal. It is perhaps with some realization of this that
the Spatio-analytic Institute has adopted as its official slogan the somewhat
wry statement, 'We Analyze Nothing.'"-<i>The Currents of Space</i>, Issac Asimov (1952)
</blockquote>
<p>Many people picture our solar system like this: </p>
<figure>
<img src="images/main/SS1.jpg" width="100%" />
<figcaption><i>A few planets and some rocks floating around through empty space.</i></figcaption>
<!-- https://i.ytimg.com/vi/LWMHIkIFwEQ/maxresdefault.jpg -->
</figure>
<p>
<br />But this is such a barren picture of our home! (No offense to planetary scientists.) While it is true that the density in space
is quite low compared to on Earth, we have discovered that the solar system is in fact
filled with dynamic processes!
<blockquote>
In 1958, [Only 6 years after Asimov wrote <i>The Currents of Space</i>], Eugene Parker discovered that a stiff wind blows incessantly from the sun,
filling local interstellar space with ionized gas. The discovery forever changed how scientists perceive space and helped explain many phenomena,
from geomagnetic storms that knock out power grids on Earth to the formation of distant stars.
<sup><a href="http://news.nationalgeographic.com/news/2003/08/0827_030827_kyotoprizeparker.html" target="_blank">[National Geographic]</a></sup>
</blockquote>
We have discovered gigantic magnetic force fields, shielding the Earth and some other planets from the Sun's wind.
An even bigger field, generated by the Sun, shields the entire solar system
from the vast ocean of cold plasma that exists between the stars: the interstellar medium!
</p>
<p>
When I think of our solar system, this is what I see:
</p>
<figure>
<figcaption>The Solar Wind impinging on the Earth's magnetosphere.</figcaption>
<a href="images/main/SS2.jpg">
<img src="images/main/SS2.jpg" width="100%"
alt="http://sci.esa.int/jump.cfm?oid=41473">
</a>
</figure>
<figure>
<figcaption>The complex, dynamic magnetosphere of the Earth.</figcaption>
<a href="images/main/earthMs1.png">
<img src="images/main/earthMs1.png" width="100%"
alt="https://www.researchgate.net/figure/226991880_fig1_Figure-1-Schematic-illustration-of-Earth's-magnetosphere-illustrating-major-distinct">
</a>
</figure>
<figure>
<figcaption>The whole solar system plowing through the galaxy.</figcaption>
<a href="images/main/heliosphere2.jpg">
<img src="images/main/heliosphere2.jpg" width="100%"
alt="https://sunearthday.nasa.gov/2008/TTT/62_heliopause.php" />
</a>
</figure>
<figure>
<figcaption width="50%">A more detailed view of the Heliosphere.</figcaption>
<a href="images/main/heliosphere1.png">
<img src="images/main/heliosphere1.png" width="100%"
alt="https://science.gsfc.nasa.gov/670/images/aboutheliophysics_fig5.png" />
</a>
</figure>
<br />
<br />
I think it is important for people to discover that there is more than just "empty space" up there. Things are happening every day!
We call all of these variable processes "Space Weather," and humanity is still in the process of understanding them well enough to make predictions that will keep our infrastructure safe, like we do for normal weather.
That line of inquiry is what motivates me to be a scientist.
<a name="Work"></a>
<br /><a href="#Top">Return to Top</a><br />
</section>
<!-- Two -->
<section id="two">
<h2>My Work</h2>
<div class="row">
<article class="6u 12u$(xsmall) work-item">
<a href="files/CV.pdf" class="image fit thumb" data-poptrox="ignore" target="_blank"><img src="images/thumbs/CV.png" alt="" /></a>
<h3>Curriculum Vitae</h3>
<ul class="actions">
<li>
What have I been up to all these years?
</li>
</ul>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="Research.html" class="image fit thumb" data-poptrox="ignore"><img src="images/thumbs/shinePoster.png" alt="" /></a>
<h3>Current Research (Summer 2016 - Present)</h3>
<ul class="actions">
<li>
Researching Alfvén wave power in the corona to study coronal heating.
</li>
</ul>
</article>
</div>
<div class="row">
<article class="6u 12u$(xsmall) work-item">
<a href="https://youtu.be/eAaEPp1ZgHc?t=154" class="image fit thumb" data-poptrox="ignore" target="_blank"><img src="images/thumbs/fiskeinterview.png" alt="" /></a>
<h3>NASA Explorations Interview 2018</h3>
<ul class="actions">
<li>
Outreach Video shown at Planetaria across the country!
</li>
</ul>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="Kelvin.html" class="image fit thumb" data-poptrox="ignore"><img src="images/thumbs/khsnap3.png" alt="" /></a>
<h3>Kelvin Helmholtz Instability (Fall 2015/Spring 2017)</h3>
<ul class="actions">
<li>
Final Project for two different classes. Click to explore!
</li>
</ul>
</article>
</div>
<div class="row">
<article class="6u 12u$(xsmall) work-item">
<a href="files/DEM_Reconstruction.pdf" class="image fit thumb" data-poptrox="ignore" target="_blank"><img src="images/thumbs/DEM.png" alt="" /></a>
<h3>DEM Measurements of the Sun (Spring 2016)</h3>
<ul class="actions">
<li>
Using Spectroscopy to Determine Temperatures
</li>
</ul>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="files/reptar.pdf" class="image fit thumb" data-poptrox="ignore" target="_blank"><img src="images/thumbs/reptar.png" alt="" /></a>
<h3>Mock Cubesat Proposal (Fall 2015)</h3>
<ul class="actions">
<li>
Designs for a cubesat to measure electron precipitation on Earth
</li>
</ul>
<ul class="actions">
<li><a href="files/ReptarPresentation.pdf" class="button" target="_blank">Click Here for Presentation</a></li>
</ul>
</article>
</div>
<div class="row">
<article class="6u 12u$(xsmall) work-item">
<a href="files/VoyagerPoster.pdf" class="image fit thumb" data-poptrox="ignore" target="_blank"><img src="images/thumbs/VoyagerPoster.png" alt="" /></a>
<h3>Reduction of Voyager UVS Data (Summer 2014)</h3>
<ul class="actions">
<li>
Using spectroscopy to measure Hydrogen Density
</li>
</ul>
<ul class="actions">
<li><a href="files/VoyagerPaper.pdf" class="button" target="_blank">Click Here for Paper</a></li>
</ul>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="files/Titan.pdf" class="image fit thumb" data-poptrox="ignore" target="_blank"><img src="images/thumbs/Titan.png" alt="" /></a>
<h3>Mock Space Mission Proposal (Fall 2014)</h3>
<ul class="actions">
<li>
Looking for lightning on Titan, Saturn's moon
</li>
</ul>
</article>
</div>
<div class="row">
<article class="6u 12u$(xsmall) work-item">
<a href="files/SparkSpinandFreeze.pdf" class="image fit thumb" data-poptrox="ignore" target="_blank"><img src="images/thumbs/SSF.png" alt="" /></a>
<h3>Spark, Spin, and Freeze (2013 - 2015)</h3>
<ul class="actions">
<li>
Physics demonstration show for all ages
</li>
</ul>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="skitPage.html" class="image fit thumb" data-poptrox="ignore" target="_blank"><img src="images/thumbs/skit.png" alt="" /></a>
<h3>Class Skit (Fall 2015)</h3>
<ul class="actions">
<li>
Project done by incoming class of 2015 at CU
</li>
</ul>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="files/Plays.pdf" class="image fit thumb" data-poptrox="ignore" target="_blank"><img src="images/thumbs/plays.png" alt="" /></a>
<h3>Theatrical Resume</h3>
<ul class="actions">
<li>
I have been in theater for over a decade!
</li>
</ul>
</article>
</div>
<br /><a href="#Top">Return to Top</a><br />
<!--<ul class="actions">
<li><a href="#" class="button">Full Portfolio</a></li>
</ul>-->
</section>
<!-- Three -->
<section id="three">
<a name="Contact"></a>
<h2>Get In Touch</h2>
<p>Want to collaborate? The best way to get in touch with me is by email.</p>
<div class="row">
<div class="8u 12u$(small)">
<form method="POST" action="https://formspree.io/[email protected]">
<div class="row uniform 50%">
<div class="6u 12u$(xsmall)"><input type="text" name="name" id="name" placeholder="Name" /></div>
<div class="6u$ 12u$(xsmall)"><input type="email" name="email" id="email" placeholder="Email" /></div>
<div class="12u$"><textarea name="message" id="message" placeholder="Message" rows="4"></textarea></div>
</div>
<br />
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</form>
</div>
<div class="4u$ 12u$(small)">
<ul class="labeled-icons">
<li>
<h3 class="icon fa-home"><span class="label">Address</span></h3>
Space Science,<br />
3665 Discovery Drive<br />
Boulder, C0 80303<br />
United States
</li>
<!-- <li> -->
<!-- <h3 class="icon fa-mobile"><span class="label">Phone</span></h3> -->
<!-- 706-974-3987 -->
<!-- </li> -->
<li>
<h3 class="icon fa-envelope-o"><span class="label">Email</span></h3>
Chris.Gilbert 'at' colorado.edu
</li>
</ul>
</div>
</div>
</section>
<!-- Four -->
<!--
<section id="four">
<h2>Elements</h2>
<section>
<h4>Text</h4>
<p>This is <b>bold</b> and this is <strong>strong</strong>. This is <i>italic</i> and this is <em>emphasized</em>.
This is <sup>superscript</sup> text and this is <sub>subscript</sub> text.
This is <u>underlined</u> and this is code: <code>for (;;) { ... }</code>. Finally, <a href="#">this is a link</a>.</p>
<hr />
<header>
<h4>Heading with a Subtitle</h4>
<p>Lorem ipsum dolor sit amet nullam id egestas urna aliquam</p>
</header>
<p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.</p>
<header>
<h5>Heading with a Subtitle</h5>
<p>Lorem ipsum dolor sit amet nullam id egestas urna aliquam</p>
</header>
<p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.</p>
<hr />
<h2>Heading Level 2</h2>
<h3>Heading Level 3</h3>
<h4>Heading Level 4</h4>
<h5>Heading Level 5</h5>
<h6>Heading Level 6</h6>
<hr />
<h5>Blockquote</h5>
<blockquote>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.</blockquote>
<h5>Preformatted</h5>
<pre><code>i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';</code></pre>
</section>
<section>
<h4>Lists</h4>
<div class="row">
<div class="6u 12u$(xsmall)">
<h5>Unordered</h5>
<ul>
<li>Dolor pulvinar etiam magna etiam.</li>
<li>Sagittis adipiscing lorem eleifend.</li>
<li>Felis enim feugiat dolore viverra.</li>
</ul>
<h5>Alternate</h5>
<ul class="alt">
<li>Dolor pulvinar etiam magna etiam.</li>
<li>Sagittis adipiscing lorem eleifend.</li>
<li>Felis enim feugiat dolore viverra.</li>
</ul>
</div>
<div class="6u$ 12u$(xsmall)">
<h5>Ordered</h5>
<ol>
<li>Dolor pulvinar etiam magna etiam.</li>
<li>Etiam vel felis at lorem sed viverra.</li>
<li>Felis enim feugiat dolore viverra.</li>
<li>Dolor pulvinar etiam magna etiam.</li>
<li>Etiam vel felis at lorem sed viverra.</li>
<li>Felis enim feugiat dolore viverra.</li>
</ol>
<h5>Icons</h5>
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon fa-tumblr"><span class="label">Tumblr</span></a></li>
</ul>
</div>
</div>
<h5>Actions</h5>
<ul class="actions">
<li><a href="#" class="button special">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions small">
<li><a href="#" class="button special small">Small</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<div class="row">
<div class="6u 12u$(small)">
<ul class="actions vertical">
<li><a href="#" class="button special">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
</div>
<div class="6u$ 12u$(small)">
<ul class="actions vertical small">
<li><a href="#" class="button special small">Small</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
</div>
<div class="6u 12u$(small)">
<ul class="actions vertical">
<li><a href="#" class="button special fit">Default</a></li>
<li><a href="#" class="button fit">Default</a></li>
</ul>
</div>
<div class="6u$ 12u$(small)">
<ul class="actions vertical small">
<li><a href="#" class="button special small fit">Small</a></li>
<li><a href="#" class="button small fit">Small</a></li>
</ul>
</div>
</div>
</section>
<section>
<h4>Table</h4>
<h5>Default</h5>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
<h5>Alternate</h5>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
</section>
<section>
<h4>Buttons</h4>
<ul class="actions">
<li><a href="#" class="button special">Special</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button big">Big</a></li>
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions fit">
<li><a href="#" class="button special fit">Fit</a></li>
<li><a href="#" class="button fit">Fit</a></li>
</ul>
<ul class="actions fit small">
<li><a href="#" class="button special fit small">Fit + Small</a></li>
<li><a href="#" class="button fit small">Fit + Small</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button special icon fa-download">Icon</a></li>
<li><a href="#" class="button icon fa-download">Icon</a></li>
</ul>
<ul class="actions">
<li><span class="button special disabled">Special</span></li>
<li><span class="button disabled">Default</span></li>
</ul>
</section>
<section>
<h4>Form</h4>
<form method="post" action="#">
<div class="row uniform 50%">
<div class="6u 12u$(xsmall)">
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Name" />
</div>
<div class="6u$ 12u$(xsmall)">
<input type="email" name="demo-email" id="demo-email" value="" placeholder="Email" />
</div>
<div class="12u$">
<div class="select-wrapper">
<select name="demo-category" id="demo-category">
<option value="">- Category -</option>
<option value="1">Manufacturing</option>
<option value="1">Shipping</option>
<option value="1">Administration</option>
<option value="1">Human Resources</option>
</select>
</div>
</div>
<div class="4u 12u$(small)">
<input type="radio" id="demo-priority-low" name="demo-priority" checked>
<label for="demo-priority-low">Low Priority</label>
</div>
<div class="4u 12u$(small)">
<input type="radio" id="demo-priority-normal" name="demo-priority">
<label for="demo-priority-normal">Normal Priority</label>
</div>
<div class="4u$ 12u(small)">
<input type="radio" id="demo-priority-high" name="demo-priority">
<label for="demo-priority-high">High Priority</label>
</div>
<div class="6u 12u$(small)">
<input type="checkbox" id="demo-copy" name="demo-copy">
<label for="demo-copy">Email me a copy of this message</label>
</div>
<div class="6u$ 12u$(small)">
<input type="checkbox" id="demo-human" name="demo-human" checked>
<label for="demo-human">I am a human and not a robot</label>
</div>
<div class="12u$">
<textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
</div>
<div class="12u$">
<ul class="actions">
<li><input type="submit" value="Send Message" class="special" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</div>
</div>
</form>
</section>
<section>
<h4>Image</h4>
<h5>Fit</h5>
<div class="box alt">
<div class="row 50% uniform">
<div class="12u$"><span class="image fit"><img src="images/fulls/05.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/thumbs/01.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/thumbs/02.jpg" alt="" /></span></div>
<div class="4u$"><span class="image fit"><img src="images/thumbs/03.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/thumbs/04.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/thumbs/05.jpg" alt="" /></span></div>
<div class="4u$"><span class="image fit"><img src="images/thumbs/06.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/thumbs/03.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/thumbs/02.jpg" alt="" /></span></div>
<div class="4u$"><span class="image fit"><img src="images/thumbs/01.jpg" alt="" /></span></div>
</div>
</div>
<h5>Left & Right</h5>
<p><span class="image left"><img src="images/avatar.jpg" alt="" /></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.</p>
<p><span class="image right"><img src="images/avatar.jpg" alt="" /></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.</p>
</section>
</section>
-->
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.facebook.com/Gilly27" class="icon fa-facebook" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/gilly027" class="icon fa-github" target="_blank"><span class="label">Github</span></a></li>
<li><a href="https://twitter.com/Gilly027" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Chris Gilbert</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>