-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlanding.html
96 lines (81 loc) · 3.1 KB
/
landing.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Template · Bootstrap</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="./css/bootstrap.css" rel="stylesheet">
<!--<link href="./css/bootstrap-responsive.css" rel="stylesheet">-->
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<![endif]-->
<style type="text/css">
body {
background-color: black;
background: url('./img/debut_light.png');
background-repeat: no-repeat;
background-size: 100%;
background-attachment: fixed;
}
body > .container-narrow > hr{
border-top: 1px solid darkgrey;
border-bottom: 1px solid darkgrey;
}
</style>
</head>
<body>
<div class="container-narrow">
<!-- commenting out navigation
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="#">Today's deal</a></li>
<li><a href="#">Browse all</a></li>
<li><a href="#">Contact Us</a></li>
<li class="dropdown">
<a class="dropdown-toggle"
data-toggle="dropdown"
href="#">
Login
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</li>
</ul>
<h3 class="muted">Muscle Ant</h3>
</div>
<hr>
-->
<div class="jumbotron-landing">
<h1>Shsdfh shefsk sehe</h1>
<p class="lead">Muscle Ant gives you deals to awesome fitness products straight from the athletes that use them.</p>
<input type="text" class="input-block-level" placeholder="Enter your email"><a class="btn btn-success" href="#" onclick="submit-email"><i class="icon-ok icon-white"></i>Send me sweet stuff!</a>
<div class="skip" onclick="skip">Skip for now »</div>
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<!-- stripe-->
<script src="https://checkout.stripe.com/v2/checkout.js"></script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
</body>
</html>