-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlive.html
More file actions
243 lines (232 loc) · 10.8 KB
/
live.html
File metadata and controls
243 lines (232 loc) · 10.8 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
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="HackXX">
<meta property="og:description" content="HackXX - a hackathon at UCSD for women">
<meta property="og:image" content="images/logo.png">
<meta property="og:image:secure_url" content="images/logo.png">
<meta property="og:image:type" content="image/png">
<title>HackXX - Live</title>
<meta name="theme-color" content="#19A3C5">
<meta name="description" content="HackXX">
<meta name="keywords" content="Keywords">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="shortcut icon" href="images/logo.png">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<nav class="navbar nav">
<div class="nav-left container">
<a href="/">Home</a>
<a class="active" href="/live">Live</a>
</div>
</nav>
<div class="section xx-section--wrapper xx-section--lightblue">
<div class="section xx-section vertical-center xx-hero xx-section--wave-bottom-orange">
<div class="container text-center">
<img class="logo" alt="logo" src="images/logo.png" height="200" width="200" />
<h1 class="xx-logo--text">Hack<span class="xx-logo--orange">XX</span></h1>
<div class="xx-hero--description">
<a href="https://hackxx2017.devpost.com" target="_blank" class="btn xx-btn btn-primary btn-lg">Devpost</a>
</div>
</div>
</div>
</div>
<div class="xx-section--orange xx-section--wrapper">
<div class="section xx-section xx-section--wave-bottom-offset xx-section--wave-bottom-red">
<div class="container">
<div class="text-center">
<h2 class="xx-section--header">Links</h2>
</div>
<div class="card xx-card col-md-5 col-md-offset-1">
<div class="card-block">
<a target="_blank" href="http://tinyurl.com/hackxxslack">HackXX Slack</a>
</div>
</div>
<div class="card xx-card col-md-5">
<div class="card-block">
<a target="_blank" href="http://mentor.sdhacks.io">HelpQ</a>
</div>
</div>
<div class="card xx-card col-md-5 col-md-offset-1">
<div class="card-block">
<a target="_blank" href="http://tinyurl.com/hackxxresources">Resources</a>
</div>
</div>
<div class="card xx-card col-md-5">
<div class="card-block">
<!-- Swap commented lines when ready. Remove "disabled" in the line above -->
<a target="_blank" href="https://hackxx2017.devpost.com">Devpost</a>
<!-- <a target="_blank">Devpost</a> -->
</div>
</div>
<div class="card xx-card col-md-5 col-md-offset-1">
<div class="card-block">
<a target="_blank" href="https://docs.google.com/presentation/d/1i_rV6XHRDrviHbIS7NK5mbb0ZnpK1dTj9quTbBFA1Po/edit?usp=sharing">VR Workshop Scripting Slides</a>
</div>
</div>
<div class="card xx-card col-md-5">
<div class="card-block">
<a target="_blank" href="https://docs.google.com/presentation/d/1LPUWwvKHoIRfT8OXX7WlVreIj8kSdK5buceOBM0pgOE/edit?usp=sharing">VR Workshop Interface Slides</a>
</div>
</div>
<div class="card xx-card col-md-5 col-md-offset-1">
<div class="card-block">
<a target="_blank" href="https://docs.google.com/presentation/d/1aZMvGmSjLS_KXelDjNdgHRyiwVhA236fHVAMmXEP1EU/edit?usp=sharing">Web Development Worshop Slides</a>
</div>
</div>
<div class="card xx-card col-md-5">
<div class="card-block">
<a target="_blank" href="https://docs.google.com/document/d/1bVAbPYE1g4i1PB-wa7QZnlAPnT224bgxhJeBp8WcFFU">Northrop Grumman’s Excellent User Experience (UX) Design Challenge Heuristics</a>
</div>
</div>
</div>
</div>
</div>
<div class="xx-section--red xx-section--wrapper">
<div class="section xx-section xx-section--wave-bottom-white">
<div class="container">
<div class="text-center">
<h2 class="xx-section--header">Schedule</h2>
</div>
<div class="col-md-6">
<div class="text-center xx-schedule--header">
<h4 class="xx-section--subheader">Saturday, June 3rd</h4>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">4:30pm - 5:30pm</div>
<div class="col-xs-6">Check In and Dinner</div>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">5:30pm - 6:00pm</div>
<div class="col-xs-6">Opening Ceremony</div>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">6:00pm</div>
<div class="col-xs-6">Hacking starts</div>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">6:00pm - 6:30pm</div>
<div class="col-xs-6">Team Mixer</div>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">6:30pm - 8:30pm</div>
<div class="col-xs-6">Virtual Reality Workshop</div>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">8:30pm-10:30pm</div>
<div class="col-xs-6">Web Development Workshop</div>
</div>
</div>
<div class="col-md-6">
<div class="text-center xx-schedule--header">
<h4 class="xx-section--subheader">Sunday, June 4th</h4>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">12:00am - 1:00am</div>
<div class="col-xs-6">Midnight Snack</div>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">2:00am - 4:00am</div>
<div class="col-xs-6">iOS Workshop by Codepath</div>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">7:00am - 9:00am</div>
<div class="col-xs-6">Breakfast</div>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">11:00am - 12:00pm</div>
<div class="col-xs-6">How to Ace a Phone Interview with Northrop Grumman</div>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">12:00pm - 1:00pm</div>
<div class="col-xs-6">Intern Panel</div>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">2:00pm - 3:00pm</div>
<div class="col-xs-6">Origami Workshop</div>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">1:00pm - 3:00pm</div>
<div class="col-xs-6">Lunch</div>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">6:00pm</div>
<div class="col-xs-6">Hacking ends</div>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">6:00pm - 7:00pm</div>
<div class="col-xs-6">Dinner</div>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">6:30pm - 8:00pm</div>
<div class="col-xs-6">Judging</div>
</div>
<div class="row xx-schedule--row">
<div class="col-xs-6 text-right">8:00pm - 8:30pm</div>
<div class="col-xs-6">Closing Ceremonies</div>
</div>
</div>
</div>
</div>
</div>
<div class="xx-section--wrapper xx-section--white">
<div class="xx-section xx-section--wave-bottom-blue xx-section--wave-bottom-offset xx-section--text-dark">
<div class="container">
<div class="text-center">
<h2 class="xx-section--header">Sponsors and Partners</h2>
</div>
<div class="xx-sponsors text-center">
<a target="_blank" href="https://www.viasat.com/">
<img class="xx-sponsor--big" id="xx-sponsor--viasat" src="images/sponsors/ViaSat_ColoredLogo.png" />
</a>
<a target="_blank" href="http://www.northropgrumman.com/Pages/default.aspx">
<img class="xx-sponsor--big" id="xx-sponsor--northrop" src="images/sponsors/Northrop_Grumman.svg" />
</a>
</div>
<div class="xx-sponsors text-center">
<a target="_blank" href="https://github.com/">
<img class="xx-sponsor" id="xx-sponsor--github" src="images/sponsors/GitHub_Logo.png" />
</a>
<a target="_blank" href="https://www.amazon.com/">
<img class="xx-sponsor" id="xx-sponsor--amazon" src="images/sponsors/Amazon_Logo.png" />
</a>
<a target="_blank" href="https://nanome.ai/">
<img class="xx-sponsor" id="xx-sponsor--nanome" src="images/sponsors/NanoMe.png" />
</a>
</div>
<div class="xx-sponsors text-center">
<a target="_blank" href="http://vrclub.ucsd.edu/">
<img class="xx-sponsor" id="xx-sponsor--vr" src="images/sponsors/VR_Shaded_WName.png" />
</a>
<a target="_blank" href="http://wic.ucsd.edu/">
<img class="xx-sponsor" id="xx-sponsor--wic" src="images/sponsors/WIC.png" />
</a>
</div>
</div>
</div>
</div>
<footer class="footer xx-footer xx-section xx-section--blue">
<div class="container">
<div class="text-center">
<a class="xx-tesc" target="_blank" href="http://tesc.ucsd.edu">
<img src="images/tesc_white.png" />
</a>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>
<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-80513105-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>