Skip to content

Commit 8de0f94

Browse files
Hackathon
1 parent 81742da commit 8de0f94

2 files changed

Lines changed: 22 additions & 3 deletions

File tree

hackathon-002/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@ <h1 class="grey title-large"><span id="countdown"><strong>2</strong> days, <stro
2323

2424
<!-- Link buttons -->
2525
<div class="center">
26-
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe54I926xxlj_65w-Gl712O0NjClye9dT_kcZlAgsdTC8mPQw/viewform?usp=dialog" target="_blank" class="inline button" style="height:auto;">Sign up</a>
26+
<!-- <a href="https://docs.google.com/forms/d/e/1FAIpQLSe54I926xxlj_65w-Gl712O0NjClye9dT_kcZlAgsdTC8mPQw/viewform?usp=dialog" target="_blank" class="inline button" style="height:auto;">Sign up</a> -->
27+
<a href="./submit" target="_blank" class="inline button" style="height:auto;background-color:#00c3fd;color:black;">Submit an Entry</a>
2728
<a href="https://rebble.io/discord" class="inline button" target="_blank" style="height:auto;">Rebble Discord Server</a>
2829
<a href="https://reddit.com/r/pebble" class="inline button" target="_blank" style="height:auto;">/r/pebble</a>
29-
<a href="./vm" class="inline button" style="height:auto;">Download Developer VM</a>
30+
<a href="./vm" class="inline button" style="height:auto;">Developer VM</a>
3031
</div>
3132

3233
<!-- hackathon-about -->
3334
<div class="ml break">
34-
<h2> Current Status: <span class="orange" id="hack-status"> Preparations underway </span></h2>
35+
<h2> Current Status: <span class="orange" id="hack-status"> Ready for Launch </span></h2>
3536

3637
<p class="hackathon-about">
3738
The RebbleOS Hackathon is a week-long event from the <span class="orange">1st - 8th of March</span> where we'll be working on RebbleOS, and everyone is invited to build something cool for the Pebble platform.<br><br>

hackathon-002/submit/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<style>
5+
body {
6+
padding: 10px;
7+
font-family: Lato,Helvetica,Helvetica Neue,Arial,sans-serif;
8+
background-color:#00c3fd;
9+
color: white;
10+
}
11+
</style>
12+
<meta http-equiv="refresh" content="0;https://docs.google.com/forms/d/e/1FAIpQLSehxV512Pe-MILeOlhjryOjcFULNHbaxTYo2Cx8tzX7WC_2wQ/viewform?usp=dialog" />
13+
<title>Rebble Hackathon!</title>
14+
</head>
15+
<body>
16+
If you aren't redirected to the submission form, <a href="https://docs.google.com/forms/d/e/1FAIpQLSehxV512Pe-MILeOlhjryOjcFULNHbaxTYo2Cx8tzX7WC_2wQ/viewform?usp=dialog">click here!</a>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)