-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.html
44 lines (38 loc) · 1.3 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
36
37
38
39
40
41
42
43
44
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="static/images/favicon.ico">
<link rel="stylesheet" href="static/css/main.css">
<link rel="stylesheet" href="static/css/bootstrap.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<title>Meteor Space Camp</title>
</head>
<body>
<div class="home-hero full">
<div class="screen">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-10 col-md-offset-1">
<div class="text-center">
<img src="static/images/ship-05.png" class="event-stamp" alt="" />
<h1>Thanks!</h1>
</div>
</div>
</div>
<div class="row introduction" style="text-align: center;">
<div class="col-xs-12 col-sm-6 col-sm-offset-3">
<p>We look forward to seeing you at the lodge. A confirmation email will be sent to you shortly.</p>
<!-- optional home link -->
<!-- <p><a href="/">Go Home</a></p> -->
</div>
</div>
</div>
</div>
</div>
<script src="//code.jquery.com/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</body>
</html>