-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdayof.html
More file actions
43 lines (37 loc) · 2.14 KB
/
Copy pathdayof.html
File metadata and controls
43 lines (37 loc) · 2.14 KB
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
<!DOCTYPE html>
<html>
<head>
<title>ScarletHacks</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="scarlet hacks, illinois institute of technology, hackathon">
<meta name="description" content="The Illinois Institute of Technology's Premier Intercollegiate Hackathon.">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta property="og:url" content="http://scarlethacks.com/apply">
<meta property="og:title" content="ScarletHacks">
<meta property="og:description" content="The Illinois Institute of Technology's Premier Intercollegiate Hackathon.">
<meta property="og:image" content="http://scarlethacks.com/public/img/crown-tile.jpg">
<meta property="fb:app_id" content="526087874398119">
<link rel="icon" sizes="192x192" href="./public/img/logo.png">
<link rel="image_src" href="http://scarlethacks.com/public/img/crown-tile.jpg">
<!--<link rel="manifest" href="./manifest.webapp">-->
<link rel="stylesheet" href="./public/css/bundle.css">
<link rel="stylesheet" href="./public/css/main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<body>
<div class="panel-dark is-fullheight">
<section class="section">
<div class="container has-text-centered">
<h1 class="title is-2">Day Of Details</h1>
<div class="still-logo">
<img src="./public/img/sh-logo-circle-white.png">
</div>
<a href="./public/files/dayof.pdf" class="button is-primary is-inverted is-outlined is-large">View PDF</a>
</div>
</section>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:3%;top:0;width:10%;z-index:10000" href="https://mlh.io/seasons/na-2018/events?utm_source=na-2018&utm_medium=TrustBadge&utm_campaign=na-2018&utm_content=black" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2018/black.svg" alt="Major League Hacking 2017 Hackathon Season" style="width:100%"></a>
</div>
<!--<script type="text/javascript" src="./public/js/apply.js"></script>-->
</body>
</html>