-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
548 lines (536 loc) Β· 16.6 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
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
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Super Silly Hackathon β 14th December 2019</title>
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@supersillyhack">
<meta property="og:url" content="https://supersillyhackathon.sg">
<meta property="og:title" content="Super Silly Hackathon β 14th December 2019">
<meta property="og:description" content="Tired of building the next disruptive unicorn? Take a break from making the world a better (ehem!) place and join us at the Super Silly Hackathon!!">
<meta property="og:image" content="https://supersillyhackathon.sg/images/ssh-banner.png">
<script type="text/javascript">
;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[];
p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments)
};p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1;
n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,'script','//dq946n1u2xxy.cloudfront.net/t.js','sp'));
sp('newTracker', 'cf', 'd2xwven6hhwcv4.cloudfront.net', { // Initialise a tracker
appId: 'ssh-website',
platform: 'web',
discoverRootDomain: true
});
sp('trackPageView')
</script>
<script src="https://js.tito.io/v1" async></script>
<style>
@font-face {
font-family: 'π¦';
src: url('fonts/vanilla.woff2') format('woff2'), url('vanilla.woff') format('woff');
}
::-moz-selection{
background-color: #F540FF;
}
::selection {
background-color: #F540FF;
}
html {
background: #000E66 url(images/pattern.svg);
background-size: 300px;
color: #fff;
overflow-x: hidden;
max-width: 100vw;
text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-size: calc(16px + (26 - 16) * (100vw - 400px)/(1200 - 400));
padding: 0;
margin: 0;
overflow-x: hidden;
max-width: 100vw;
line-height: 1.7;
scroll-behavior: smooth;
}
#π{
margin: 0 auto 2em;
max-width: 640px;
position: relative;
backface-visibility: hidden;
transition: transform .075s linear;
will-change: transform;
}
#π.transitioning{
pointer-events: none;
}
#π.transitioning *{
animation-play-state: paused;
}
#π₯{
transform-origin: 50% 30vh 0;
transform: rotate(-15deg);
}
* {
box-sizing: border-box;
}
h1, h2, h3, button {
font-family: π¦, sans-serif;
}
a:not(.π) {
color: #fff;
text-decoration: none;
padding-bottom: 3px;
border-bottom: 3px ridge #F540FF;
}
a:not(.π):hover {
text-shadow: 0px 3px #F540FF;
}
a:not(.π):active {
padding-bottom: 5px;
text-shadow: 0px 5px #F540FF;
}
a.π {
display: inline-block;
}
button {
font-family: inherit;
font-size: inherit;
color: #fff;
background-color: #000631;
padding: 1em 2em;
border-radius: 20172017px;
border: 3px solid #F540FF;
}
p {
margin-top: 0;
padding-top: 0;
}
p:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
ul {
margin-left: 0;
padding-left: 0;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
header {
text-align: center;
padding: 2em 0;
}
header h1 {
margin: 0;
padding: 0;
line-height: 1em;
}
header h1 img {
width: 100%;
height: auto;
}
header p {
font-family: π¦, sans-serif;
text-shadow: 3px 3px #000;
}
header p:first-of-type a {
border-bottom: 0 !important;
}
div.π {
margin-bottom: 1em;
}
.π button {
font-family: π¦, sans-serif;
cursor: pointer;
font-size: 1.25em;
transition-property: transform, box-shadow, border-color;
transition-duration: .1s;
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.π button:hover,
.π button:focus {
border-color: transparent;
transform: scale(1.2) rotate3d(0, 1, -.2, -15deg);
box-shadow: -5px -7px 0 #25DD00, 5px 10px 0 #1F5EFF;
}
.π button:active {
transform: scale(1) rotate(3deg);
}
main section {
background-color: rgba(0, 14, 102, .85);
box-shadow: -15px -8px rgba(0, 6, 31, .5);
border-radius: 2em;
padding: 1.5em 2em;
margin-bottom: 2em;
}
main section:nth-child(even) {
transform: translateX(-1em) rotate(1deg);
}
main h2 {
text-shadow: 3px 3px #000;
margin-top: 1.5em;
margin-bottom: 0;
margin-left: -.5em;
transform: rotate(5deg);
}
main h2:first-child {
margin-top: 0;
}
main section img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
image-rendering: crisp-edges;
image-rendering: pixelated;
}
footer {
text-shadow: 3px 3px #000;
padding: 0 2em 10em;
text-align: center;
}
footer a {
white-space: nowrap;
}
.π¦π± {
filter:
drop-shadow(10px 10px 0 rgba(0, 14, 102, .85))
drop-shadow(-10px -10px 0 rgba(0, 14, 102, .85));
animation: πΌ 2s infinite ease-in-out alternate;
}
@keyframes πΌ {
0% { transform: rotateZ(5deg) }
100% { transform: rotateZ(-5deg) }
}
em[oji]{
font-style: normal;
display: inline-block;
animation: π 10s infinite linear;
}
@keyframes π {
0% { transform: rotateZ(0) }
100% { transform: rotateZ(360deg) }
}
#schedule table {
table-layout: fixed;
margin: 0;
padding: 0;
border: 0;
}
#schedule td {
vertical-align: top;
}
#schedule table tr td:first-child {
opacity: .5;
padding-right: 1em;
}
#where img {
filter:
drop-shadow(10px 10px 0 rgba(0, 14, 102, .85))
drop-shadow(-10px -10px 0 rgba(0, 14, 102, .85));
}
#where img[src*="01"] {
transform: translateX(-4em);
border-radius: 2em;
}
#where img[src*="02"] {
border-radius: 2em;
position:relative;
margin-top: -3em;
margin-bottom: -2em;
transform: translateX(3em);
}
#sponsors ul,
#sponsors li {
margin: 0;
padding: 0;
list-style: none;
}
#sponsors ul {
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
#sponsors li {
flex-basis: 260px;
text-align: center;
}
#sponsors li a {
border: 0;
}
#sponsors img {
margin-bottom: 1em;
width: 100%;
height: auto;
border-radius: 1em;
padding: 1em;
background-color: rgba(255,255,255,.8);
transition: background-color .3s;
}
#sponsors ul li+li img{
width: 90%;
max-width: 300px;
}
#sponsors ul li+li+li img{
width: 85%;
max-width: 280px;
}
#sponsors ul li+li+li+li img{
width: 80%;
max-width: 260px;
}
#sponsors ul li+li+li+li+li img{
width: 75%;
max-width: 240px;
}
#sponsors ul li+li+li+li+li+li img{
width: 70%;
max-width: 220px;
}
#sponsors ul li+li+li+li+li+li+li img{
width: 65%;
max-width: 200px;
}
@media (prefers-reduced-motion) {
html {
background-attachment: fixed;
}
body {
background-color: rgba(0, 14, 102, .75);
}
main section {
background-color: rgb(0, 14, 102);
box-shadow: -15px -8px rgb(0, 6, 31);
}
main section:nth-child(even),
main h2,
#π₯ {
transform: none;
}
* {
animation: none !important;
transition-duration: 0 !important;
}
}
</style>
<body>
<div id="π">
<div id="π₯">
<header>
<h1><img src="images/ssh-logo.svg" alt="Super Silly Hackathon" width="590" height="315"></h1>
<p>
<time>π Saturday, 14th December 2019</time>
<br>
<a href="#where">πΊ Carousell @ Keppel Towers 2</a>
</p>
<div class="π">
<!--
<tito-button event="super-silly-hackathon/yeeeet">
<em oji>π</em> Get tickets
<!-- <em oji>π±</em> Sold out -- >
</tito-button>
-->
<a href="https://engineers.sg/conference/supersillyhackathon-2019">
<button><em oji>π</em> Check out the videos</button>
</a>
<!-- <a href="https://www.facebook.com/supersillyhackathon">
<button><em oji>π</em> Coming SOON</button>
</a> -->
</div>
<p>
<a href="https://www.facebook.com/supersillyhackathon">Follow on Facebook!</a>
<!-- <br> · -->
<br>
· <a href="https://discord.gg/wGpBc3t">Chat with us!</a> ·
<!-- <br> · -->
<br>
<a href="https://engineers.sg/organization/supersillyhackathon">Check out last year's videos</a>
</p>
</header>
<main>
<section id="what">
<h2><em oji>π©</em> Simi sai?</h2>
<p>Tired of building the next unicorn? Take a break from making the world a better place and join us at the Super Silly Hackathon!!!</p>
<p>Come together with fellow developers, engineers and designers to build cool projects with absolutely no value whatsoever. Yes, the more boliao the better.</p>
<p>Don't say we bojio, you hiamjio.</p>
</section>
<section id="ideas">
<h2><em oji>π‘</em> Ideas</h2>
<p>Too smart to think of something silly? Here are some ideas:</p>
<ul>
<li><a href="https://github.com/bdon/eyeball_pong"><b>Eyeball Pong</b></a>
<br>Pong game you play by not looking at it.</li>
<li><a href="https://bostonstupidhackathon.com/2017/zippable-banana.jpg"><b>Zippable Banana</b></a>
<br>A banana peel that you can zip back up later.</li>
<li><a href="https://www.youtube.com/watch?v=BRtc7A2eizc"><b>Beer Selfie Stick</b></a>
<br>A selfie stick that lets you pour beer in your mouth before you take a photo.</li>
</ul>
<p>More ideas from <a href="http://www.stupidhackathon.com/">Stupid Hackathon</a> and <a href="https://gist.github.com/cheeaun/c3fe6cbb11aef1e146a3474dccf63b87">more</a>!!</p>
</section>
<section id="schedule">
<h2><em oji>β³</em> Schedule</h2>
<table>
<tr>
<td>09:45</td><td>Arrival & chill</td>
</tr>
<tr>
<td>10:00</td><td>Welcome from hosts & messages from sponsors</td>
</tr>
<tr>
<td>11:00</td><td>Get hacking!</td>
</tr>
<tr>
<td>12:30</td><td>Lunch</td>
</tr>
<tr>
<td>13:30</td><td>More silly hacking!</td>
</tr>
<tr>
<td>18:00</td><td>Dinner & chill</td>
</tr>
<tr>
<td>18:45</td><td>Presentations</td>
</tr>
<tr>
<td>19:30</td><td>Boliao prize giving & final words</td>
</tr>
<tr>
<td>20:30</td><td>It's a wrap!</td>
</tr>
</table>
</section>
<section id="where">
<h2><em oji>πΊ</em> Where ah?</h2>
<!-- <p>TBD. Wanna host us? <a href="mailto:[email protected]">Email us!</a></p> -->
<p>
<b><a href="https://sg.carousell.com/" target="_blank">Carousell Singapore</a></b><br>
<a href="https://goo.gl/maps/kzMAKkj4rULzWeGK6" target="_blank">Keppel Towers 2, 240 Tanjong Pagar Rd, #12-00</a>
</p>
<p>
<img src="images/carousell-01.jpg" width="640" height="427" alt="Carousell Office">
<br>
<img src="images/carousell-02.jpg" width="640" height="428" alt="Carousell Office">
</p>
</section>
<section id="prizes">
<h2><em oji>π</em> Prizes</h2>
<p>Boliao prize?</p>
</section>
<section id="sponsors">
<h2><em oji>π</em> Sponsors</h2>
<p>Sponsors, come I clap for you.</p>
<ul>
<li><a href="https://www.nexmo.com/" target="_blank"><img src="images/nexmo-logo.png" alt="Nexmo"></a></li>
<li><a href="https://iosconf.sg/" target="_blank"><img src="images/iosconfsg-logo.png" alt="iOS Conf SG"></a></li>
<li><a href="https://gophercon.sg/" target="_blank"><img src="images/gopherconsg-logo.png" alt="GopherCon Singapore"></a></li>
</ul>
<p>Wanna sponsor us? <a href="mailto:[email protected]">Email us!</a></p>
</section>
<section id="conduct">
<h2><em oji>π</em> Code of Conduct</h2>
<p>Everyone is welcomed at the Super Silly Hackathon so join us! Don't shy.</p>
<p>Things you can/should do at the Super Silly Hackathon:</p>
<ul>
<li>Make super silly things</li>
<li>Have fun, make friends</li>
</ul>
<p>Things you cannot do at the Super Silly Hackathon:</p>
<ul>
<li>Racist/sexist/discriminatory things</li>
<li>Harass or insult other participants</li>
</ul>
<p>We will remove you from the event or alert the appropriate authorities if you endanger others or act inappropriately. Don't anyhow hor, or you confirm kena.</p>
<p>If someone is abusive or causes you to feel uncomfortable, speak to the organizers, or email us at <a href="mailto:[email protected]">[email protected]</a></p>
<p>We pinky swear we will do right by you.</p>
<p>Modified from: <a href="http://www.stupidhackathon.com/cod.html">http://www.stupidhackathon.com/cod.html</a></p>
</section>
</main>
<footer>
<p><img class="π¦π±" src="images/unicat.svg" alt="Unicat!" width="280"></p>
<p><a href="https://twitter.com/supersillyhack" class="π">
<button>
<svg viewBox="0 0 335 276" width="18" height="18" fill="currentColor">
<path d="m302 70a195 195 0 0 1 -299 175 142 142 0 0 0 97 -30 70 70 0 0 1 -58 -47 70 70 0 0 0 31 -2 70 70 0 0 1 -57 -66 70 70 0 0 0 28 5 70 70 0 0 1 -18 -90 195 195 0 0 0 141 72 67 67 0 0 1 116 -62 117 117 0 0 0 43 -17 65 65 0 0 1 -31 38 117 117 0 0 0 39 -11 65 65 0 0 1 -32 35"/>
</svg>
@supersillyhack
</button>
</a></p>
<p><a href="mailto:[email protected]">Email us!</a> β’ <a href="mailto:[email protected]?subject=Sponsor Super Silly Hackathon!">Call for sponsors!</a> β’ <a href="https://goo.gl/forms/UGQCFF9ctxJznEDy2">Want to volunteer?</a> β’ <a href="https://github.com/supersillyhackathon/site">View source</a></p>
<p>
Organized by <a href="https://twitter.com/ongmin">Min</a>, <a href="https://twitter.com/elishatan">Elisha</a>, <a href="http://bit.ly/super-silly-valentine">Valentine</a> & <a href="https://twitter.com/cheeaun">Aun</a>.
</p>
</footer>
</div>
</div>
<script async>
var $eye = document.getElementById('π');
var theta = Math.tan(15 * Math.PI / 180).toFixed(3)/1;
var eyeStyle = $eye.style;
var beforeTop = 0;
var motionQuery = matchMedia('(prefers-reduced-motion)');
var prefersReducedMotion = motionQuery.matches || false;
motionQuery.addListener(function(){
prefersReducedMotion = motionQuery.matches;
if (prefersReducedMotion) eyeStyle.transform = '';
});
var fly = function(){
requestAnimationFrame(fly);
if (prefersReducedMotion) return;
var top = window.scrollY || window.pageYOffset;
if (top != beforeTop){
var x = -top * theta;
eyeStyle.transform = 'translate3d(' + x + 'px, 0, 0)';
beforeTop = top;
}
}
fly();
$eye.addEventListener('transitionstart', function(e){
if (e.target == $eye) $eye.classList.add('transitioning');
});
$eye.addEventListener('transitionend', function(e){
if (e.target == $eye) $eye.classList.remove('transitioning');
});
var hashchange = function(){
var hash = location.hash.slice(1);
if (hash){
var el = document.getElementById(hash);
if (el){
if (el.scrollIntoViewIfNeeded){
el.scrollIntoViewIfNeeded();
} else {
el.scrollIntoView();
}
}
}
document.body.scrollLeft = 0;
};
hashchange();
window.onhashchange = hashchange;
</script>
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "Event",
"name": "Super Silly Hackathon",
"url": "https://supersillyhackathon.sg",
"description": "Tired of building the next disruptive unicorn? Take a break from making the world a better (ehem!) place and join us at the Super Silly Hackathon!!",
"startDate": "2019-12-14T10:00",
"endDate": "2019-12-14T21:00",
"location": {
"@type": "Place",
"name": "Carousell Singapore",
"address": {
"@type": "PostalAddress",
"streetAddress": "Keppel Towers 2, 240 Tanjong Pagar Rd, #12-00",
"postalCode": "088540",
"addressCountry": "Singapore"
}
}
}
</script>
</body>