-
Notifications
You must be signed in to change notification settings - Fork 1
/
b2b-supplier-upload-products-1.html
439 lines (428 loc) · 17.4 KB
/
b2b-supplier-upload-products-1.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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<!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</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="headerTopWide">
<div class="container headerTop">
<div class="row">
<div class="col-sm-4">
<div class="row">
<div class="col-sm-12 col-xs-9">
<ul class="signInJoin">
<li class="dropdown">
<i class="fa fa-user"></i> My Account
<a href="index.html" class="signOut">(Sign Out)</a>
</li>
</ul>
</div>
<div class="col-xs-3 visible-xs">
<button
type="button"
data-target="#headerOption"
data-toggle="collapse"
class="btn btn-default pull-right"
>
<i class="fa fa-bars"></i>
</button>
</div>
</div>
</div>
<div class="headerOption collapse" id="headerOption">
<div class="col-sm-8">
<ul class="byuerSuppliersDropdown">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
>For Buyer <i class="fa fa-angle-down"></i
></a>
<ul class="dropdown-menu">
<li>
<a href="b2b-subscription-2cols.html"
>Buyer Membership</a
>
</li>
<li><a href="coming-soon.html">Learning Center</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
>For Suppliers <i class="fa fa-angle-down"></i
></a>
<ul class="dropdown-menu">
<li>
<a href="b2b-subscription-3cols.html"
>Seller Membership</a
>
</li>
<li><a href="coming-soon.html">Learning Center</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
>Help <i class="fa fa-angle-down"></i
></a>
<ul class="dropdown-menu lastDropdown">
<li><a href="contactus.html">Help center</a></li>
<li>
<a href="contactus.html">Contact deals support</a>
</li>
</ul>
</li>
<li><a href="aboutus.html">About us</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<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 -->
<!-- Search / Favorites start -->
<div class="col-sm-7 col-md-8 col-lg-9">
<div class="row">
<div class="col-sm-10">
<div class="searchOption">
<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 class="col-sm-2 text-center">
<p class="headerFavorites">
<a href="b2c-consumer-account-favorites.html"
><i class="fa fa-heart"></i>Favorites</a
>
</p>
</div>
</div>
</div>
<!-- Search / Favorites end -->
</div>
</div>
</div>
<!-- Header end -->
<!-- B2B Supplier Upload Product One Start -->
<div class="containerWide btobSupplierUpProductOneWide">
<div class="container btobSupplierUpProductOne">
<!-- B2B Supplier Upload Product One Content Start -->
<div class="row">
<div class="col-sm-12 col-lg-10 col-md-10">
<div class="addNewproducts">
<div class="Heading">
<h2>
<i class="fa fa-plus"></i>
<strong>Add a New Product</strong>
</h2>
</div>
<div class="addnewproductWrapper">
<h4>
Give your product a title for the listing (include brand,
size, color material, etc.)
</h4>
<form>
<div class="row">
<div class="col-sm-8 col-lg-9">
<input type="text" />
<p>
E.g.: Men's Citizen Watch, Stainless Steel | You can
also enter a UPC, ISBN, VIN or Part Number
</p>
</div>
<div class="col-sm-3 col-lg-3">
<a
href="b2b-supplier-upload-products-2.html"
class="btn btn-md orange"
>Continue</a
>
</div>
</div>
</form>
<hr />
<h3>
Or simply select a category for your product to get started
</h3>
<div class="row">
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="row">
<div class="col-sm-12 productCategory">
<a href="searchProduct.html"
><img
src="img/productIcon/women-fashion-icon.png"
/>
Women's Fashion</a
>
</div>
</div>
<div class="row">
<div class="col-sm-12 productCategory">
<a href="searchProduct.html"
><img src="img/productIcon/men-fashion-icon.png" />
Men's Fashion</a
>
</div>
</div>
<div class="row">
<div class="col-sm-12 productCategory">
<a href="searchProduct.html"
><img src="img/productIcon/kids-icon.jpg" /> Toys,
Kids & Baby</a
>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="row">
<div class="col-sm-12 productCategory">
<a href="searchProduct.html"
><img src="img/productIcon/bag-icon.png" /> Bags &
Shoes</a
>
</div>
</div>
<div class="row">
<div class="col-sm-12 productCategory">
<a href="searchProduct.html"
><img src="img/productIcon/beauti-icon.png" />
Beauty & Health</a
>
</div>
</div>
<div class="row">
<div class="col-sm-12 productCategory">
<a href="searchProduct.html"
><img src="img/productIcon/jewelry-icon.png" />
Jewelry & Watches</a
>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="row">
<div class="col-sm-12 productCategory">
<a href="searchProduct.html"
><img src="img/productIcon/home-icon.png" /> Home &
Garden</a
>
</div>
</div>
<div class="row">
<div class="col-sm-12 productCategory">
<a href="searchProduct.html"
><img src="img/productIcon/electrinics-icon.png" />
Electronics</a
>
</div>
</div>
<div class="row">
<div class="col-sm-12 productCategory">
<a href="searchProduct.html"
><img src="img/productIcon/sports-icon.png" />
Sports & Outdoor</a
>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="row">
<div class="col-sm-12 productCategory">
<a href="searchProduct.html"
><img src="img/productIcon/tools-icon.png" />
Automotive & Tools</a
>
</div>
</div>
<div class="row">
<div class="col-sm-12 allCategory">
<a href="searchProduct.html"
><i class="fa fa-caret-right"></i> View All
Categories</a
>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- B2B Supplier Upload Product One Content End -->
</div>
</div>
<!-- B2B Supplier Upload Product One End -->
<!-- Footer start -->
<div class="footerWide">
<div class="container footer">
<div class="row footerLinkWraper">
<div class="col-sm-2 equal clearfix">
<h6><strong>Customer Services</strong></h6>
<ul class="footerLink">
<li><a href="contactus.html">Help Center</a></li>
<li><a href="contactus.html">Contact Us</a></li>
<li><a href="contactus.html">Submit a Complaint</a></li>
<li><a href="coming-soon.html">Policies & Rules</a></li>
</ul>
</div>
<div class="col-sm-2 leftBorder equal clearfix">
<h6><strong>About Us</strong></h6>
<ul class="footerLink">
<li><a href="aboutus.html">TheSweetestDeal.com</a></li>
<li><a href="coming-soon.html">Site Map</a></li>
</ul>
</div>
<div class="col-sm-3 leftBorder equal clearfix">
<h6><strong>Buy on TheSweetestDeals.com</strong></h6>
<ul class="footerLink">
<li>
<a href="searchProduct.html">Shop Product Categories</a>
</li>
<li><a href="b2b-supplier.html">Shop By Suppliers</a></li>
<li>
<a href="marketingLanding.html"
>Close Out Products & Liquidations</a
>
</li>
<li><a href="b2b-marketplace.html">Shop New Arrivals</a></li>
</ul>
</div>
<div class="col-sm-3 leftBorder equal clearfix">
<h6><strong>Sell on TheSweetestDeals.com</strong></h6>
<ul class="footerLink">
<li>
<a href="b2b-subscription-2cols.html">Supplier Memberships</a>
</li>
<li><a href="coming-soon.html">Learning Center</a></li>
<li><a href="coming-soon.html">Training Center</a></li>
</ul>
</div>
<div class="col-sm-2 leftBorder equal clearfix">
<h6><strong>Follow Us</strong></h6>
<ul class="footerSocialMedia">
<li>
<a href="#"><i class="fa fa-facebook-square"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-twitter-square"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-pinterest-square"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-google-plus-square"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-linkedin-square"></i></a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<h1 class="footerLogo">
<a href="index.html">The<span>Sweetest</span>Deal.com</a>
</h1>
</div>
<div class="col-sm-6">
<p class="copyright">
©
<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>