forked from MLH/my-mlh-website-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 3.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SHARKHACKS 5000</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--
# ███████╗██╗ ██╗ █████╗ ██████╗ ██╗ ██╗██╗ ██╗ █████╗ ██████╗██╗ ██╗███████╗ ███████╗ ██████╗ ██████╗ ██████╗
# ██╔════╝██║ ██║██╔══██╗██╔══██╗██║ ██╔╝██║ ██║██╔══██╗██╔════╝██║ ██╔╝██╔════╝ ██╔════╝██╔═████╗██╔═████╗██╔═████╗
# ███████╗███████║███████║██████╔╝█████╔╝ ███████║███████║██║ █████╔╝ ███████╗ ███████╗██║██╔██║██║██╔██║██║██╔██║
# ╚════██║██╔══██║██╔══██║██╔══██╗██╔═██╗ ██╔══██║██╔══██║██║ ██╔═██╗ ╚════██║ ╚════██║████╔╝██║████╔╝██║████╔╝██║
# ███████║██║ ██║██║ ██║██║ ██║██║ ██╗██║ ██║██║ ██║╚██████╗██║ ██╗███████║ ███████║╚██████╔╝╚██████╔╝╚██████╔╝
# ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═════╝
#
-->
</head>
<body>
<section class="hero">
<div class="container">
<div class="row">
<img class="shark-image col-xs-4 col-xs-offset-4" src="images/sharkbait.png">
</div>
<div class="row">
<h1 class="col-xs-10 col-xs-offset-1">SHARKHACKS<span class="light-font">5000</span></h1>
</div>
<div class="row buttons">
<a class="register" href="http://my.mlh.io/oauth/authorize?client_id=18472127299bed39cd5bf61a3b1f5ac1799b278471ba92bced9cb0c6da8f5d7f&redirect_uri=https%3A%2F%2Fmlh.github.io%2FSharkHacks5000%2Fthanks.html&response_type=token">Register</a>
<a class="sponsor" href="epic_prospectus.pdf">Sponsor</a>
</div>
<img class="shark" src="images/shark.png"/>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
</body>
</html>