-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
301 lines (262 loc) · 9.37 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
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
<!doctype html>
<html>
<head>
<title>Cypher IX</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=1">
<link rel="shortcut icon" href="img/cypher8logogreen.png" type="image/png">
<link rel="icon" href="img/clawdius.svg" type="image/svg">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="papaparse.min.js"></script>
<script defer src="script.js"></script>
<meta name="theme-color" content="#183028">
</head>
<body ontouchstart>
<nav class="topnav">
<a href="index.html">Home</a>
<a href="#about us">What is Cypher?</a>
<a href="#faq-new">FAQ</a>
<a href="https://drive.google.com/file/d/1iF77UaLIFPN0w0gTjIniCEzVLwclGs4s/view?usp=sharing">For Sponsors</a>
<a href="previous.html">Previous Events</a>
<a href="#contact-us">Contact Us</a>
</nav>
<section class="body-style-1">
<!-- <img id="logo" alt="Cypher 9" src="img/logo-white.png"> -->
<div id="header_container">
<h5>
Cypher IX
</h5>
</div>
</section>
<section class="body-style-2">
<div>
<h2>
William & Mary's 9th Annual Hackathon <br>
<br>
<i class="fa fa-calendar" aria-hidden="true"></i> Date TBD <br>
<i class="fa fa-map-marker" aria-hidden="true"></i> Earl Gregg Swem Library
</h2>
</div>
<section id="register-button">
<a class="big button" href="https://forms.gle/x2Sd25QHHnqtmnYA6">Register Here!</a>
<br>
</section>
<section id="volunteer-button">
<a class="small button" href="https://forms.gle/9EbzDJZeeUk3CfiQA">Volunteer Sign-Up!</a>
</section>
<br> <br>
</section>
<section class="body-style-1">
<section>
<br>
<!-- <section id="day-of document">
<h2> Find more specific information on our <a href="https://docs.google.com/document/d/1mFVlUUYaIKm4ud8RzysMyybNze3XPqO0dmzYxIAt9qc/edit?usp=sharing">"day-of document."</a></h2>
</section> -->
<section id="about us">
<div class="image-container">
<div class="image-container__text">
<h2>About Us</h2>
<p>Cypher IX is the College of William & Mary's 9th annual hackathon. Every year we aim to
create a welcoming and supportive environment for anyone to enjoy and explore computer
sceince! Come join us to attend workshops and talks,
connect with potential employers, and compete for prizes! </p>
</div>
<p class="image-container__image"><img src="img/hackers-working.JPG" alt="Hackers working in swem">
</p>
</div>
<hr>
<div class="image-container image-container--reversed">
<div class="image-container__text">
<h2>Location</h2>
<p>This year, Cypher IX is <strong> fully in-person!</strong> Hackers will be able to join us
at the Swem Library on the William & Mary campus.
</p>
<p>Cypher follows William & Mary's COVID-19 policy, which can be found <a
href="https://www.wm.edu/about/administration/emergency/current_issues/coronavirus/index.php">here.</a>
</p>
</div>
<p class="image-container__image"><img src="img/girlslaughing.jpg" alt="Attendees at Cypher"></p>
</div>
<hr>
<div class="image-container">
<div class="image-container__text">
<h2>What Can I Make?</h2>
<p> This year, we're branching out to <strong>all kinds of projects</strong>. Code or no code,
if you
can make it in a weekend, we want to see what you can do!</p>
</div>
<p class="image-container__image"><img src="img/collaboration.JPG" alt="Students working together at Cypher"></p>
</div>
<hr>
<div class="image-container image-container--reversed">
<div class="image-container__text">
<h2>Who's Invited?</h2>
<p>Cypher is for <strong>anyone and everyone</strong>. Whether you've pioneered new machine
learning
techniques or you've never written a line of code in your life, we've got you covered. We
are primarily geared towards college students, but we welcome recent graduates and older
high school students as well. </p>
</div>
<p class="image-container__image"><img src="img/hardware-project.JPG"
alt="Students working together"></p>
</div>
<!-- <section id="schedule">
<h2>Schedule</h2>
<p>This schedule is tentative and will continue to grow and change as Cypher approaches!</p>
<section>
<input class="show-schedule" id="show-friday" type="checkbox" />
<label for="show-friday">Friday</label>
<table id="friday-schedule">
<thead>
<th>Time</th>
<th>Event</th>
<th>Location</th>
</thead>
</table>
</section>
<section>
<input class="show-schedule" id="show-saturday" type="checkbox" />
<label for="show-saturday">Saturday</label>
<table id="saturday-schedule">
<thead>
<tr>
<th>Time</th>
<th>Event</th>
<th>Location</th>
</tr>
</thead>
</table>
</section>
<section>
<input class="show-schedule" id="show-sunday" type="checkbox" />
<label for="show-sunday">Sunday</label>
<table id="sunday-schedule">
<thead>
<th>Time</th>
<th>Event</th>
<th>Location</th>
</thead>
</table>
</section>
</section> -->
<section id="faq-new">
<h2>FAQ</h2>
</section>
<section id="flip-cards">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>What is a Hackathon?</h3>
</div>
<div class="flip-card-back">
A hackathon is a weekend-long coding event where students learn new skills, build
interesting projects, and have fun! We will have free merch, free food, and industry
professionals to connect with!
<p></p>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>Do I need a team?</h3>
</div>
<div class="flip-card-back">
<p> Nope! Submissions can have 1-4 members, and we'll also have a team-building event at
the
start of the hackathon.</p>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>Do I need to have coding experience?</h3>
</div>
<div class="flip-card-back">
<p>No! Cypher is designed for students of all skill levels to learn and have fun. All
you
need for Cypher is yourself and your brain! Additionally, there will be mentors
available throughout the weekend for help.</p>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>Can I start working on projects before the hackathon? </h3>
</div>
<div class="flip-card-back">
<p>
Generally, no. The judging criteria assumes that you are starting
with just an idea at the beginning of the weekend! We do allow hackers to continue
projects from before Cypher, but we require that you be clear about what work you
did before the event.</p>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>Do I have to make/finish a project? </h3>
</div>
<div class="flip-card-back">
<p>
Nope! Cypher is all about learning and having fun while doing so. You can come just
for
our interesting workshops and talks, to hang out with your friends, or to compete!
</p>
</div>
</div>
</div>
</section>
<section>
<h2>Prizes</h2>
<section id="prize-images" class="small sponsor-logos">
<!-- Inserted Programmatically -->
<h3>TBD</h3>
</section>
<h2>Available Hardware</h2>
<section id="hardware-images" class="small sponsor-logos">
<img src="img/hardware/dellmonitor.png"/>
<img src="img/hardware/drone.png"/>
<img src="img/hardware/echodot.png"/>
<img src="img/hardware/elegoo.png"/>
<img src="img/hardware/leapmotion.png"/>
<img src="img/hardware/microbit.png"/>
<img src="img/hardware/oculusrift.png"/>
<img src="img/hardware/smalldrone.png"/>
<img src="img/hardware/sunfounder.png"/>
</section>
</section>
<section>
<h2>Past Sponsor and Partners</h2>
<section class="large sponsor-logos">
<img src="img/sponsors/logo_c1.svg" />
<img src="img/sponsors/logo_ey.svg" />
</section>
<section class="small sponsor-logos">
<img src="img/sponsors/logo_airin.svg" />
<img src="img/sponsors/logo_agile.svg" />
<img src="img/sponsors/logo_techacks.svg" />
<img src="img/sponsors/logo_igem.svg" />
<img src="img/sponsors/logo_acm.svg" />
<img src="img/sponsors/logo_wmlib.svg" />
<img src="img/sponsors/logo_wmcdpe.svg" />
<img src="img/sponsors/logo_wmit.svg" />
</section>
</section>
<section id="contact-us">
<h2> Connect with Us!</h2>
<a class="button" href="mailto:[email protected]">Email</a>
<a class="button" href="https://www.facebook.com/wmcypher/">Facebook</a>
<a class="button" href="https://www.youtube.com/channel/UCIs2iswzDN75TQu3uHwi5SA">Youtube</a>
<br>
<br>
</section>
</section>
</div>
</section>
</body>
</html>