-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
222 lines (217 loc) · 8.18 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!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 -->
<!-- Home page Banner start -->
<div class="bannerWide">
<div class="container banner">
<div class="row">
<div class="col-sm-12 col-md-8 col-md-offset-2 searchOptionWraper">
<div class="searchOption">
<h1>Find Sweet Deals</h1>
<form class="form-inline">
<div class="input-group">
<div class="input-group-addon">
<div class="searchOptiondropdown">
<button
class="selectbtn"
type="button"
id="searchOptiondropdownMenu"
data-toggle="dropdown"
aria-expanded="true"
>
All Categories
<i class="fa fa-angle-down"></i>
</button>
<ul
class="dropdown-menu"
role="menu"
aria-labelledby="searchOptiondropdownMenu"
>
<li role="presentation">
<a role="menuitem" tabindex="-1" href="#"
>Whole Sale Products</a
>
</li>
<li role="presentation">
<a role="menuitem" tabindex="-1" href="#"
>Liquidation Products</a
>
</li>
<li role="presentation">
<a role="menuitem" tabindex="-1" href="#"
>Suppliers</a
>
</li>
</ul>
</div>
</div>
<input type="text" placeholder="Search..." />
<span class="input-group-btn">
<a href="searchProduct.html" class="btn fa-input">
<i class="fa fa-search"></i>
</a>
</span>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Home page Banner end -->
<!-- CTA start -->
<div class="ctaWide">
<div class="container cta">
<div class="row">
<div class="col-sm-4 col-sm-offset-1 text-center">
<i class="fa fa-suitcase"></i>
<h2><a href="#">Wholesale/Contractors</a></h2>
<p>
Making it easy to do business anywhere whether you’re a buyer or
a seller
</p>
<p>
<a href="b2b-subscription-2cols.html"
>Learn More <i class="fa fa-angle-right"></i
></a>
</p>
</div>
<div class="col-sm-4 col-sm-offset-1 text-center">
<i class="fa fa-inbox"></i>
<h2>
<a href="#">The <span>Sweetest</span> Alerts</a>
</h2>
<p>Subscribe to get the latest deals and promotion updates</p>
<form>
<div class="input-group">
<input
type="text"
class="form-control"
placeholder="enter email address"
/>
<span class="input-group-btn">
<a
href="emailCapture.html"
class="btn btn-primary"
type="button"
>
Sign Up
</a>
</span>
</div>
</form>
</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>