forked from tballenger/ma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
153 lines (126 loc) · 6.06 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!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]-->
</head>
<body>
<div class="container-narrow">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="#">Today's deal</a></li>
<li><a href="./list.html">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>
<span class="main-logo">
<a href="#"></a><div class="muscle-ant-logo">Muscle Ant</div></a>
</span>
</div>
<hr>
<div class="jumbotron well well-small">
<span class="close">X</span>
<h1>Whefss asfthletes us23e.</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-xlarge" placeholder="Enter your email"><a class="btn btn-success" href="#">Sign up today</a>
</div>
<hr>
<div class="row-fluid marketing">
<div class="span9 product">
<h3>Don't let your weak wrists stop you from lifing heavy stuff. Check out these Animal Wrist Wraps.</h3>
<hr>
<p>Pull em tight and get locked in, Animal wrist wraps have arrived. Necessary equipment for power lifters, heavy pressers and veterans of the iron game, these high quality 12" wraps feature heavy duty Velcro fastening, the standard thumb loop and are emblazoned with the traditional Animal logo. A bench day essential, they provide much needed support and stability on your heaviest lifts. With your Animal wrist wraps, you can feel free to throw another pie on the bar.</p>
<p><img src="http://placehold.it/500x300.png"></p>
<p>Who uses them?</p>
<p>Pull em tight and get locked in, Animal wrist wraps have arrived. Necessary equipment for power lifters, heavy pressers and veterans of the iron game, these high quality 12" wraps feature heavy duty Velcro fastening, the standard thumb loop and are emblazoned with the traditional Animal logo. A bench day essential, they provide much needed support and stability on your heaviest lifts. With your Animal wrist wraps, you can feel free to throw another pie on the bar.</p>
<p><img src="http://placehold.it/550x400.png"></p>
<p><img src="http://placehold.it/300x300.png"></p>
</div>
<div class="span3">
<div class="priceblock" data-spy="affix" data-offset-top="400">
<span class="endingin"><i class="icon-time"></i>Time left:</span>
<div class="countdown">24 hrs, 31 min, 12 sec</div>
<button class="btn btn-large btn-warning btn-block" id="customButton">Buy Now »</button>
<div class="sidebar-product-price">
<span class="product-price">
$35.33
</span>
<span class="priceblock-line-through">
$99.99
</span>
</div>
<div class="fb-like" data-href="http://www.muscleant.com" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>
<div class="subscribe-callout">
<div class="close">x</div>
<p>Sign up for our newsletter to receive awesome stuff in your inbox.</p>
<input type="text" class="input-block-level" placeholder="Enter your email"><a class="btn btn-small btn-success" href="#">Sign up today</a>
</div>
</div>
</div>
</div>
<hr>
<div class="footer">
<span>© Muscle Ant 2013</span>
<span><a href="#">Terms & Conditions</a></span>
<span><a href="#">Privacy Policy</a></span>
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<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>
<script>
$('#customButton').click(function(){
var token = function(res){
var $input = $('<input type=hidden name=stripeToken />').val(res.id);
$('form').append($input).submit();
};
StripeCheckout.open({
key: 'pk_test_z32sIk0RtbcHfPOgwZiYtEO7',
address: true,
amount: 3533,
name: 'Awesome wrist wraps',
description: '1 - 5" nylon wrist wrap, brand spankin new, shipped to your door',
panelLabel: 'Purchase',
token: token
});
return false;
});
</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>