-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathemailCapture.html
173 lines (168 loc) · 6.51 KB
/
emailCapture.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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Welcome to Sweetestdeals</title>
<!-- Bootstrap CSS-->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" />
<!-- Custom CSS -->
<link href="css/global-style.css" rel="stylesheet" type="text/css" />
<!-- Media queries CSS -->
<link href="css/media-queries.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Wrapper start -->
<div class="wrapper">
<!-- Header start -->
<div class="headerBottomWide">
<div class="container headerBottom">
<div class="row">
<!-- Logo start -->
<div class="col-sm-5 col-md-4 col-lg-3">
<h1 class="logo">
<a href="index.html" title="The Sweetest Deal"
>The <span>Sweetest</span> Deal</a
>
</h1>
</div>
<!-- Logo end -->
<!-- Sign in / About start -->
<div class="col-sm-7 col-md-8 col-lg-9">
<div class="row signInJoinRow">
<div
class="col-lg-3 col-lg-offset-8 col-md-4 col-md-offset-7 col-sm-6 col-sm-offset-3 col-xs-8"
>
<ul class="signInJoin">
<li>
<a href="b2b-signin.html"
><i class="fa fa-user"></i>Sign in</a
>
</li>
<li><a href="b2b-signup.html">Join Free</a></li>
</ul>
</div>
<div class="col-lg-1 col-md-1 col-sm-3 col-xs-4 about">
<p><a href="aboutus.html">About</a></p>
</div>
</div>
</div>
<!-- Sign in / About end -->
</div>
</div>
</div>
<!-- Header end -->
<!-- Email Capture start -->
<div class="emailCaptureWide">
<div class="container emailCapture">
<div class="row">
<div class="col-sm-12 col-md-6 col-md-offset-3 emailCaptureWraper">
<div class="emailCaptureHolder text-center">
<h2>Activate your subscription to</h2>
<h1 class="logo">
<a title="The Sweetest Deal" href="index.html"
>The <span>Sweetest</span> Deal</a
>
</h1>
<form>
<input type="text" placeholder="Please enter your email ID" />
<a
href="b2b-subscription-3cols.html"
class="btn center-block orange"
type="submit"
>START RISK-FREE NOW</a
>
</form>
<p>
<small
>We value your privacy consistent with our
<a href="coming-soon.html">Privacy Policy</a>.</small
>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Email Capture end -->
<!-- CTA start -->
<div class="componentWide">
<div class="container component">
<div class="row">
<div class="col-sm-12">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy
text ever since the 1500s, when an unknown printer took a galley
of type and scrambled it to make a type specimen book. It has
survived not only five centuries, but also the leap into
electronic typesetting, remaining essentially unchanged. It was
popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
publishing software like Aldus PageMaker including versions of
Lorem Ipsum.
</p>
</div>
</div>
</div>
</div>
<!-- CTA end -->
<!-- Footer start -->
<div class="footerWide">
<div class="container footer">
<div class="row">
<div class="col-sm-12">
<!-- Footer Link Start -->
<ul class="footerMenu">
<li><a href="aboutus.html">About Us</a></li>
<li><a href="searchProduct.html">For Buyers</a></li>
<li><a href="b2b-subscription-2cols.html">For Sellers</a></li>
<li><a href="coming-soon.html">FAQ</a></li>
<li><a href="contactus.html">Contact Us</a></li>
<li><a href="coming-soon.html">Privacy Policy</a></li>
<li><a href="coming-soon.html">Terms of Use</a></li>
</ul>
<!-- Footer Link End -->
<h1 class="footerLogo text-center">
<a href="index.html">The<span>Sweetest</span>Deal.com</a>
</h1>
<p class="text-center">
©
<script>
document.write(new Date().getFullYear());
</script>
TheSweetestDeal.com. All rights reserved.
</p>
</div>
</div>
</div>
</div>
<!-- Footer end -->
</div>
<!-- Wrapper end -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.0.js"></script>
<!-- Script for detects HTML5 and CSS3 features in the user’s browser -->
<script src="js/modernizr.js"></script>
<!-- Include all compiled plugins, or include individual files as needed -->
<script src="js/bootstrap.js"></script>
<!-- Script for custom -->
<script src="js/custom-script.js"></script>
<!-- Jquery UI -->
<script src="js/jquery-ui.js"></script>
<!-- Script for custom select -->
<script src="js/bootstrap-select.js"></script>
<!-- Script for carousel -->
<script src="js/carousel.js"></script>
<!-- Script for Image Zoom -->
<script src="js/cloud-zoom.js"></script>
<!-- Script for Vertical Carousel -->
<script src="js/bxslider.js"></script>
<!-- Script for Company Info Slider -->
<script src="js/coInfoSlide.js"></script>
<!-- Script equal height -->
<script src="js/equal-height.js"></script>
</body>
</html>