-
Notifications
You must be signed in to change notification settings - Fork 1
/
complete.html
56 lines (54 loc) · 2.3 KB
/
complete.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
<!DOCTYPE html>
<html>
<head>
<title>SwampHacks - Thanks!</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/resume.css">
<link rel="stylesheet" href="css/complete.css">
</head>
<body>
<div class="container">
<section id="image-header">
<a href="http://swamphacks.com">
<img class="back" src="img/back-arrow.png" class="logo" />
<img class="logo" src="img/logo.png" class="logo" />
</a>
<img class="progress-circles" src="img/progress-3.png" alt="" />
</section>
<section id="thankyou-header">
<img class="complete-wordmark" src="img/complete.png" alt="" />
<h3>You have successfully applied for SwampHacks 2017!</h2>
<p>
We will be releasing decisions in the next coming weeks, so make sure to watch your inboxes. In the meantime, you have a couple of options:
</p>
<p>
You can feel free to share SwampHacks on any social platform with #swamphacks17. Go ahead! It feels good!
<a href="http://twitter.com/intent/tweet?
text=Applied to SwampHacks 2017!! See y'all in January!
&url=http://2017.swamphacks.com/
&hashtags=swamphacks2017" target="_blank">Tweet</a> or
<a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2F2017.swamphacks.com%2F&src=sdkpreparse" target="_blank">post on Facebook</a>
!
</p>
<p>
Oooorr you can check out the <a href="https://soundcloud.com/user-162103925" target="_blank">mixtape</a> we dropped. And if you don’t, you will hear it at SwampHacks 2017. You don’t have to worry about that.
</p>
<p>
And if you want more hackathons, go to <a href="https://mlh.io/seasons/na-2017/events" target="_blank">MLH's Upcoming Hackathons</a>
or check out <a href="http://floridahackers.com/" target="_blank">Florida Hacker's Spring Season</a> for more wonderful events you can build at. Look forward to seeing you around!
</p>
<p>
Cheers,<br/>
The SwampHacks Organizing Team
</p>
</section>
<div id="submit">
<a href="http://swamphacks.com" class="btn btn-default">GO HOME</a>
<span class="error"></span>
</div>
</div>
</body>
</html>