forked from MLH/my-mlh-website-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.html
35 lines (34 loc) · 2.83 KB
/
thanks.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
<!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">THANKS!</h1>
</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>