-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskitPage.html
72 lines (63 loc) · 3.96 KB
/
skitPage.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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>2015 APS Skit</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">
<link rel="stylesheet" href="assets/css/academicons.min.css"/>
<!--[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]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-82880034-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-82880034-1');
</script>
</head>
<body>
<!-- Header -->
<header id="header">
<a href="index.html" class="image avatar"><img src="images/avatar.jpg" alt="" /></a>
<h2>Dr. Gilly, <a href="http://www.colorado.edu/aps/" target="_blank">PhD</a></h2>
</header>
<a name="Top"></a>
<!-- Main -->
<div id="main">
Select your video size:
<a href="https://www.dropbox.com/s/grkum1bkgc4t8tu/skit_HQ.mp4?dl=0">High Quality</a>
<a href="https://www.dropbox.com/s/kqxrc6ysen4uxh4/skit_LQ.mp4?dl=0">Low Quality</a>
<!-- Footer -->
<footer id="footer">
<a href="index.html">(Return to Home Page)</a>
<ul class="icons">
Find me all across the internet! </br>
<!-- <a href="#Work">Click here</a> to see my work. <a href="#Contact">Click here</a> to contact me.-->
<li><a href="https://arxiv.org/a/gilly_c_1.html" class="ai ai-arxiv ai-2x" target="_blank" title="Arxiv"><span class="label"></span></a></li>
<li><a href="https://orcid.org/0000-0003-0021-9056" class="ai ai-orcid ai-2x" target="_blank" title="ORCID"><span class="label"></span></a></li>
<li><a href="https://www.linkedin.com/in/gillyspace27/" class="icon fa-linkedin-square" target="_blank" title="Linked In"><span class="label">Linked-In</span></a></li>
<li><a href="https://github.com/GillySpace27" class="icon fa-github" target="_blank" title="Github"><span class="label">Github</span></a></li>
<li><a href="https://www.soundcloud.com/gillyspace27" class="icon fa-soundcloud" title="Sound Cloud"><span class="label">Sound Cloud</span></a></li>
<li><a href="https://twitter.com/GillySpace27" class="icon fa-twitter" target="_blank" title="Twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/GillySun27" class="icon fa-facebook" target="_blank" title="Facebook"><span class="label">Facebook</span></a></li>
<!-- <li><a href="https://orcid.org/0000-0003-0021-9056" target="_blank" style="text-decoration: none"><img src="https://orcid.org/sites/default/files/images/orcid_32x32.png" style="width:1.3em;"></a></li>-->
<li><a href="mailto:chris.gilly@colorado.edu" class="icon fa-envelope-o" title="Email"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Chris R. Gilly</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</body>
</html>