-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
147 lines (117 loc) · 6.05 KB
/
index.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
---
---
<!DOCTYPE html>
<html>
<head>
<!-- Meta Information -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- for Google -->
<meta name="description" content="HackCU is a student organization at the University of Colorado at Boulder who brings together
people for our annual technology and design events, HackCU and Local Hack Day. We are the largest hackathon in the Rocky Mountain Region, and
our mission is to foster learning, designing, and building in order to turn student's ideas into a reality!"/>
<meta name="keywords" content="HackCU, hackathon, CU Boulder, Boulder, Idea Forge, MLH"/>
<meta name="author" content="HackCU"/>
<meta name="theme-color" content="#020913">
<meta name="copyright" content="HackCU"/>
<meta name="application-name" content="HackCU V"/>
<!-- for Facebook -->
<meta property="og:title" content="HackCU V - Spring 2019"/>
<meta property="og:image" content="https://hackcu.org/img/hackcu_ogimage870x442.png"/>
<meta property="og:image:secure_url" content="https://hackcu.org/img/hackcu_ogimage870x442.png">
<meta property="og:url" content="https://hackcu.org"/>
<meta property="og:description" content="Next spring join us at the University of Colorado Boulder for the largest student hackathon in the Rockies"/>
<!-- for Twitter -->
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="HackCU V - Spring 2019"/>
<meta name="twitter:site" content="@hackcu">
<meta name="twitter:creator" content="@hackcu">
<meta name="twitter:description" content="Next spring join us at the University of Colorado Boulder for the largest student hackathon in the Rockies"/>
<meta name="twitter:image" content="https://hackcu.org/img/hackcu_ogimage870x442.png"/>
<title>HackCU V</title>
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Font awesome -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Our own CSS, yay! -->
<link rel="stylesheet" href="css/style.css?_={{ site.time | date: '%s' }}">
<link rel="stylesheet" href="css/mountains.css?_={{ site.time | date: '%s' }}">
</head>
<body>
<div class="background">
<div class="drawing">
<div class="mountain-small">
<svg class="peak" width="178" height="112">
<polyline points="89,0 0,112 40,95 56,112 89,70 110,70 125,90 145,70" fill="#ffffff" stroke-width="1" stroke="#ffffff"/>
</svg>
</div>
<!-- <ul class="cloud-list">
<li class="cloud cloud-big cloud-dark"></li>
<li class="cloud cloud-small cloud-dark"></li>
</ul> -->
<div class="mountain">
<svg class="peak" width="254" height="320">
<polyline points="127,0 16,140 26,140 56,110 127,160 160,90 185,90 185,120 213,110 127,0" fill="#ffffff" stroke-width="1" stroke="#ffffff"/>
</svg>
<svg class="shadow">
<polyline points="340,0 338,60 300,135 300,200 370,250 320,380 260,350 150,600 763,550" fill="#51607D" stroke-width="1" stroke="#51607D"/>
</svg>
</div>
<img src="img/skistation.png" class="skistation"></img>
<img src="img/chairlift.png" class="chair"></img>
<div class="bottom"></div>
</div>
<img src="img/snow.svg" class="snow">
</div>
<div class="text-center wrapper">
<div class="content">
<img src="img/white_logo.png" class="logo" alt="HackCU Logo">
<h1 class="title">HackCU V</h1>
<h2>University of Colorado Boulder</h2>
<h2>Spring 2019</h2>
<h5>Be the first to know when 2019 applications open!</h5>
<form action="{{site.subscribe_endpoint}}"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate"
target="_blank" novalidate>
<div class="input-group email-input">
<input type="email" value="" placeholder="Email" name="email"
class="required squared email form-control"
id="mce-EMAIL">
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<input type="submit" value="Send" name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary">
</div>
<p id="msg" class="msg"></p>
</form>
</div>
</div>
<div class="footer">
<div>
<a href="MAILTO:[email protected]"><i class="fa fa-envelope fa-2x social-media"></i></a>
<a href="https://twitter.com/hackcu" target="_blank"><i class="fa fa-twitter fa-2x social-media"></i></a>
<a href="https://www.facebook.com/groups/hackcu/" target="_blank"><i
class="fa fa-facebook fa-2x social-media"></i></a>
</div>
<div>
<a href="https://2018.hackcu.org/" target="_blank" class="past-links">2018 </a> |
<a href="https://events.hackcu.org/" target="_blank" class="past-links">Events</a> |
<a href="http://startups2students.org/" target="_blank" class="past-links">S2S</a> |
<a href="https://phase.hackcu.org/" target="_blank" class="past-links">Phase</a> |
<a href="https://local.hackcu.org/" target="_blank" class="past-links">LHD</a>
</div>
<div>
</div>
</div>
<!-- JQuery JS -->
<script src="js/jquery-3.2.1.min.js"></script>
<!-- Pixi JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.0.0/pixi.min.js"></script>
<!-- Pixi JS -->
<script src="js/flakes.js?_={{ site.time | date: '%s' }}"></script>
<script src="js/subscribe.js?_={{ site.time | date: '%s' }}"></script>
</body>
</html>