-
Notifications
You must be signed in to change notification settings - Fork 0
/
mail.html
369 lines (354 loc) · 20 KB
/
mail.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="sunhacks">
<link rel="icon" href="/assets/images/SVG/small-pink-sun.svg">
<meta name="title" content="sunhacks 2020">
<meta name="description" content="Get ready for a weekend of building at #sunhacks2021 on October 1st - 3rd!">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://sunhacks.io/">
<meta property="og:title" content="sunhacks 2021">
<meta property="og:description"
content="Get ready for a weekend of building at #sunhacks2021 on October 1st - 3rd!">
<meta property="og:image" content="https://sunhacks.io/assets/images/graphics/meta-image.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://sunhacks.io/">
<meta property="twitter:title" content="sunhacks 2021">
<meta property="twitter:description"
content="Get ready for a weekend of building at #sunhacks2021 on October 1st - 3rd!">
<meta property="twitter:image" content="https://sunhacks.io/assets/images/graphics/meta-image.png">
<!-- TITLE -->
<title>sunhacks 2021</title>
<!-- STYLESHEETS-->
<link rel="stylesheet" href="assets/lib/98.css">
<link rel="stylesheet" href="assets/mail.css">
<script defer="" src="https://use.fontawesome.com/releases/v5.15.3/js/all.js"></script>
</head>
<body>
<div class="main">
<div class="centered" id="main">
<div class="window sunhacks-window setup">
<div class="title-bar">
<div class="title-bar-text">sunhacks 2021 mailing list</div>
<div class="title-bar-controls">
<button id="help_btn" aria-label="Help"></button>
</div>
</div>
<div class="window-body">
<div class="window-top">
<div class="window-splash">
<div class="splash-art">
<img src="assets/images/SVG/top-party.svg" alt="" class="top-party">
<img src="assets/images/SVG/computer.svg" alt="" class="computer">
<img src="assets/images/SVG/bottom-party.svg" alt="" class="bottom-party">
</div>
</div>
<div class="window-info">
<div class="title">welcome to sunhacks</div>
<p><strong>Online and at Arizona State University, October 1st - 3rd</strong></p>
<p>The sunhacks setup wizards (organizers) are installing the 2021 event.
Please wait while registration is being setup...</p>
<form id="subscribe" action="https://sendy.sunhacks.io/subscribe" method="POST"
accept-charset="utf-8" oninput="name.value = FirstName.value + ' ' + LastName.value">
<input type="hidden" name="list" value="3iMgiuJkeBTsOxNZWLjDDQ" />
<input type="hidden" name="name"/>
<fieldset>
<legend>Hacker Registration</legend>
Registration starts <strong>in Fall 2021</strong>. Sign up now to get notified:
<div class="field-row-stacked" id=firstNameField>
<label for="FirstName">First Name</label>
<input id="FirstName" type="text" name="FirstName" required />
</div>
<div class="field-row-stacked" id="lastNameField">
<label for="LastName">Last Name</label>
<input id="LastName" type="text" name="LastName" required />
</div>
<div class="field-row-stacked" id="emailField">
<label for="email">Email</label>
<input id="email" type="email" name="email"
pattern="^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)+$"
required />
</div>
<div class="field-row-stacked">
<input type="checkbox" name="gdpr" id="gdpr" value="true" required>
<label for="gdpr">Send me emails about sunhacks</label>
</div>
<div class="field-row-stacked">
<button type="submit" id="submit" disabled>Notify me about sunhacks
registration</button>
</div>
</fieldset>
</form>
<div class="volunteering">
<p>Interested in...</p>
<section class="field-row">
<button id="sponsor"> Sponsoring </button>
<a href="https://forms.gle/vGHTGASK2a1kPi9D8" target="_blank"
rel="noopener noreferrer">
<button id="volunteeringBtn"> Helping out </button>
</a>
</section>
</div>
</div>
</div>
<div class="window-footer">
<hr class="hr--accent">
<p>Question? Click the <a href="#" id="help"> help button</a> or send an email to
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="window-body footer">
<div class="socials">
<a href="https://www.instagram.com/sunhacksio/" target="_blank" rel="noopener noreferrer"
title="Instagram"><button title="Instagram"><i class="fab fa-instagram"></i></button></a>
<a href="https://twitter.com/sunhacksio" target="_blank" rel="noopener noreferrer"
title="Twitter"><button title="Twitter"><i class="fab fa-twitter"></i></button></a>
<a href="https://www.facebook.com/sunhacksio/" target="_blank" rel="noopener noreferrer"
title="Facebook"><button title="Facebook"><i class="fab fa-facebook-f"></i></button></a>
<a href="https://www.linkedin.com/company/sunhacksio" target="_blank" rel="noopener noreferrer"
title="LinkedIn"><button title="LinkedIn"><i class="fab fa-linkedin"></i></button></a>
<a href="http://static.mlh.io/docs/mlh-code-of-conduct.pdf" target="_blank"
rel="noopener noreferrer" title="Code of Conduct"><button title="Code of Conduct"><i
class="fas fa-file-alt"></i></button></a>
</div>
</div>
</div>
</div>
<div class="centered" id="faq" style="display:none">
<div class="window sunhacks-window faq-box">
<div class="title-bar">
<div class="title-bar-text">sunhacks 2021 FAQ</div>
<div class="title-bar-controls">
<button id="faq_btn" aria-label="Close"></button>
</div>
</div>
<div class="window-body">
<p><strong>Frequently Asked Questions</strong></p>
<ul class="tree-view">
<li>
<strong>what is a hackathon?</strong>
<ul>
<li>
We consider a hackathon to be a 24-36 hour prototyping marathon. sunhacks is a 36
hour hackathon this year! Work on software or hardware solutions to real world
problems, innovative projects, or anything you can think of (even if it’s a silly
idea)!
</li>
</ul>
</li>
<li>
<strong>who can hack?</strong>
<ul>
<li>
Any student over the age of 18 can participate! Arizona State University
students can attend in-person, however, we are limiting in-person participants at
our venue and streaming studio, apply early to snag a spot. If you've recently graduated
you can still participate if you're within one year of your graduation.
</li>
</ul>
</li>
<li>
<strong>i've never programmed before, is it okay?</strong>
<ul>
<li>
Yes! Programmers are not the only people who can participate at a hackathon. We have
people from all sorts of backgrounds and levels of experience attend sunhacks.
If you are new to programming, we also have mentors and workshops
that can teach you how to code! All you need to do is attend, and we’ll support you
the rest of the way!
</li>
</ul>
</li>
<li>
<strong>how much does it cost to participate?</strong>
<ul>
<li>
sunhacks costs zip, zilch and nada to participate! We will never charge you any sort
of participation fee.
</li>
</ul>
</details>
</li>
<li>
<strong>what are the rules?</strong>
<ul>
<li>
Follow the MLH code of conduct! If you are participating with a team, a maximum of 4
people are allowed. Regardless of whether you are in a team or on your own, only one
project can be submitted for the weekend.
</li>
</ul>
</li>
<li>
<strong>can I be a mentor/judge/speaker?</strong>
<ul>
<li>
Our participation rules apply (see: “who can hack”), but we are open to making
exceptions where applicable. All are eligible to be a mentor or speaker regardless
of prior experience, however, a hacker cannot be a judge. As we have limited space
for speakers and judges, those will be selected based on talk or
experience respectively and you will receive confirmation from us when it comes
time.
</li>
</ul>
</li>
<li>
<strong>can I request additional accommodations?</strong>
<ul>
<li>
Absolutely. We will be providing closed captioning, expect our speakers to provide
additional accessible resources, and have multiple methods of interacting with our
event through Discord. However, we can always do better. We encourage you to inform
us through our registration, volunteer form, or via email as soon as possible so we
can incorporate your needs and continue shaping the environment toward a more
inclusive future for all. If you have any questions reach out to us at <a
href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="centered" id="success" style="display: none;">
<div class="window sunhacks-window info-box">
<div class="title-bar">
<div class="title-bar-text">sunhacks 2021 subscribe success</div>
<div class="title-bar-controls">
<form action="../">
<button id="success_btn" aria-label="Close"></button>
</form>
</div>
</div>
<div class="window-body">
<p>
You have been successfully added to the sunhacks 2021 mailing list! We will let you know
when
the full site launches and registration opens.
</p>
<section class="field-row subscribed">
<form action="../">
<button id="success_ok">OK</button>
</form>
</section>
</div>
</div>
</div>
<div class="centered" id="exists" style="display: none;">
<div class="window sunhacks-window info-box">
<div class="title-bar">
<div class="title-bar-text">sunhacks 2021 already subscribed</div>
<div class="title-bar-controls">
<form action="../">
<button id="exists_btn" aria-label="Close"></button>
</form>
</div>
</div>
<div class="window-body">
<p>
You're already subscribed to the sunhacks 2021 mailing list! We will let you know when the
full
site launches and registration opens.
</p>
<section class="field-row subscribed">
<form action="../">
<button id="exists_ok">OK</button>
</form>
</section>
</div>
</div>
</div>
<div class="centered" id="sponsorship" style="display:none;">
<div class="window sunhacks-window info-box">
<div class="title-bar">
<div class="title-bar-text">sunhacks 2021 sponsorship</div>
<div class="title-bar-controls">
<button id="sponsor_btn" aria-label="Close"></button>
</div>
</div>
<div class="window-body">
<p>
By sponsoring sunhacks, you help support the growth of hundreds of students
and reach a worldwide community of technologists. For more
information and our sponsorship packet reach out to us at <a
href="mailto:[email protected]">[email protected]</a>
</p>
<section class="field-row subscribed">
<button id="sponsor_ok">OK</button>
</section>
</div>
</div>
</div>
</div>
<!-- <a id="mlh-trust-badge"
style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000"
href="https://mlh.io/seasons/2022/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2022-season&utm_content=white"
target="_blank"><img
src="https://s3.amazonaws.com/logged-assets/trust-badge/2022/mlh-trust-badge-2022-white.svg"
alt="Major League Hacking 2022 Hackathon Season" style="width:100%"></a> -->
<script>
const form = document.getElementById('subscribe');
form.addEventListener("change", () => {
document.getElementById('submit').disabled = !form.checkValidity()
});
document.getElementById('faq_btn').addEventListener('click', function () {
document.getElementById('faq').style.display = 'none';
document.getElementById('main').style.display = 'initial';
});
document.getElementById('help_btn').addEventListener('click', function () {
document.getElementById('main').style.display = 'none';
document.getElementById('faq').style.display = 'initial';
});
document.getElementById('help').addEventListener('click', function () {
document.getElementById('main').style.display = 'none';
document.getElementById('faq').style.display = 'initial';
});
document.getElementById('sponsor').addEventListener('click', function () {
document.getElementById('main').style.display = 'none';
document.getElementById('sponsorship').style.display = 'initial';
});
document.getElementById('sponsor_btn').addEventListener('click', function () {
document.getElementById('sponsorship').style.display = 'none';
document.getElementById('main').style.display = 'initial';
});
document.getElementById('sponsor_ok').addEventListener('click', function () {
document.getElementById('sponsorship').style.display = 'none';
document.getElementById('main').style.display = 'initial';
});
/**
* Get the URL parameters
* source: https://css-tricks.com/snippets/javascript/get-url-variables/
* @param {String} url The URL
* @return {Object} The URL parameters
*/
var getParams = function (url) {
var params = {};
var parser = document.createElement('a');
parser.href = url;
var query = parser.search.substring(1);
var vars = query.split('&');
for (var i = 0; i < vars.length; i++) {
var pair = vars[i].split('=');
params[pair[0]] = decodeURIComponent(pair[1]);
}
return params;
};
window.onload = function () {
const urlParams = new URLSearchParams(window.location.search);
if (urlParams.has('success')) {
window.document.getElementById('success').style.display = "initial";
window.document.getElementById('main').style.display = 'none';
}
else if (urlParams.has('exists')) {
window.document.getElementById('exists').style.display = "initial";
window.document.getElementById('main').style.display = 'none';
}
};
</script>
</body>