-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
123 lines (105 loc) · 6.48 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ShellHacks 2019 — Sept 20 – 22</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" media="screen" href="styles/main.css">
<script src="js/main.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/js/select2.min.js"></script>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles/reset.css">
<!-- Gotta make sure this is set so things look good on mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="icon" href="imgs/sh-square.png">
<link rel="apple-touch-icon" href="imgs/sh-square.png">
<meta name="msapplication-TileColor" content="#ff1f8c">
<meta name="theme-color" content="#ff1f8c">
<!--BEGIN Schema tags-->
<meta itemprop="name" content="ShellHacks">
<meta itemprop="description" content="A Miami-based hackathon run by FIU's UPE Chapter and open to all hackers, both local and abroad!">
<meta itemprop="image" content="https://cdn.discordapp.com/attachments/399554513767235587/551122355536003082/fullsizeoutput_19a3.jpeg">
<!--END Schema tags-->
<!--BEGIN Opengraph-->
<meta property="og:site_name" content="ShellHacks">
<meta property="og:url" content="https://shellhacks.net">
<meta property="og:description" content="ShellHacks, Florida International University's Fall Hackathon!">
<meta property="og:type" content="website">
<meta property="og:image" content="https://cdn.discordapp.com/attachments/399554513767235587/551122355536003082/fullsizeoutput_19a3.jpeg">
<meta property="og:image:width" content="auto">
<meta property="og:image:height" content="367">
<!--END Opengraph-->
<!--BEGIN Twitter Card-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@upefiu">
<meta name="twitter:title" content="ShellHacks">
<meta name="twitter:description" content="ShellHacks, Florida International University's Fall Hackathon!">
<meta name="twitter:image" content="https://cdn.discordapp.com/attachments/399554513767235587/551122355536003082/fullsizeoutput_19a3.jpeg">
<!--END Twitter Card-->
</head>
<body>
<!-- MLH BADGE-->
<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/na-2020/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2020-season&utm_content=white"
target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2020/mlh-trust-badge-2020-blue.svg" alt="Major League Hacking 2020 Hackathon Season" style="width:100%"></a>
<!-- --------------------------------------------------------------------Background & decoration objects-->
<div class="container" id="backgroundObjects">
<img id="seat1" class="decor" src="imgs/frontpage/seat1.svg">
<!-- <img id="seat2" class="decor" src="imgs/frontpage/seat2.svg"> -->
<img id="beachball" class="decor" src="imgs/frontpage/beachball.svg">
<img id="sandals" class="decor" src="imgs/frontpage/sandals.svg">
<div id="surfboard" class="decor">
<img id="upe" onclick="window.open('http://upefiu.io','_blank');" src="imgs/frontpage/upe.svg" alt="">
<img id="discord" onclick="window.open('https://discord.gg/upefiu','_blank');" src="imgs/frontpage/discord.svg" alt="">
<img id="facebook" onclick="window.open('https://www.facebook.com/upefiu/','_blank');" src="imgs/frontpage/facebook.svg" alt="">
<img id="twitter" onclick="window.open('https://twitter.com/upefiu','_blank');" src="imgs/frontpage/twitter.svg" alt="">
<img id="instagram" onclick="window.open('https://www.instagram.com/upefiu/','_blank');" src="imgs/frontpage/instagram.svg" alt="">
</div>
<div id="shore">
<div id="wetsand">
<img id="wetsand3" class="decor" src="imgs/frontpage/wetsand3.svg">
<img id="wetsand2" class="decor" src="imgs/frontpage/wetsand2.svg">
<img id="starfish" class="decor" src="imgs/frontpage/starfish.svg">
<img id="wetsand1" class="decor" src="imgs/frontpage/wetsand1.svg">
</div>
<div id="surf">
<img id="surf3" class="decor" src="imgs/frontpage/surf3.svg">
<img id="surf2" class="decor" src="imgs/frontpage/surf2.svg">
<img id="shell" class="decor" src="imgs/frontpage/shell.svg">
<img id="surf1" class="decor" src="imgs/frontpage/surf1.svg">
</div>
</div>
</div>
<!-----------------------------------------------------------------------Background End -->
<!-- --------------------------------------------------------------------Main content -->
<div class="container" id="main">
<!-- ABOUT SHELLHACKS -->
<img id="brand" class="fade-in one" src="imgs/frontpage/shellhacks.svg" alt="ShellHacks">
<div class="cohost fade-in two">
<h3 id="creed"><b>Florida's Largest Hackathon</b></h3>
</div>
<p id="details" class="fade-in three">September 20-22, 2019<br />Florida International University<br />Ocean Bank Convocation Center</p>
<!-- BUTTONS -->
<div class="buttons-container fade-in three">
<button onclick="location.href = 'form.html';" class="buttons" id="register" type="button">
<h1>Pre-Register</h1>
</button>
<button onClick="window.location.href='mailto:[email protected]?Subject=ShellHacks%20Sponsorship'" class="buttons" id="sponsor" type="button">
<h1>Sponsor</h1>
</button>
</div>
<!-- MLH COC -->
<div class="link-group">
<a target="_blank" href="http://static.mlh.io/docs/mlh-code-of-conduct.pdf"><span>MLH Code of Conduct</span></a>
</div>
</div>
<!-- -----------------------------------------------------------------------Main End -->
<!-- Footer-->
<div id="footer">
<div id="copyright">©
<a href="https://upe.cs.fiu.edu/">Upsilon Pi Epsilon at FIU</a>
</div>
</div>
</html>