forked from osaroadade/CampusBuy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmerchant-business.html
465 lines (450 loc) · 26.3 KB
/
merchant-business.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
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>CampusBuy :: Merchant Account</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico in the root directory
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="apple-touch-icon.png">-->
<!-- Bootstrap Fremwork Main Css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- All Plugins css -->
<link rel="stylesheet" href="css/plugins.css">
<!-- Theme shortcodes/elements style -->
<link rel="stylesheet" href="css/shortcode/shortcodes.css">
<!-- Theme main style -->
<link rel="stylesheet" href="style.css">
<!-- Responsive css -->
<link rel="stylesheet" href="css/responsive.css">
<!-- User style -->
<link rel="stylesheet" href="css/custom.css">
<!-- Modernizr JS -->
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Body main wrapper start -->
<div class="wrapper home-v5">
<!-- Start Header Style -->
<header id="header" class="htc-header header--5">
<!-- Start Mainmenu Area -->
<div id="sticky-header-with-topbar" class="mainmenu__area sticky__header">
<div class="container">
<div class="row">
<div class="col-md-4 col-lg-3 d-none d-md-block">
<ul class="select__language">
<li class="drop--lan">Choose Your Location
<div class="language__option">
<span>Uniben</span>
<span>Unilag</span>
<span>Unical</span>
<span>Uniport</span>
<span>Uniabuja</span>
</div>
</li>
</ul>
</div>
<!-- Start MAinmenu Ares -->
<div class="col-md-4 col-lg-6 col-6">
<div class="logo hd__title" style="font-family: Dosis;">
<a href="index.html">
CAMPUSBUY
</a>
</div>
</div>
<!-- End MAinmenu Ares -->
<div class="col-lg-3 col-md-4 col-6">
<ul class="menu-extra">
<li><a href="merchant.html"><span class="ti-user"></span></a></li>
<li class="toggle__menu"><span class="ti-menu"></span></li>
</ul>
</div>
</div>
</div>
</div>
<!-- End Mainmenu Area -->
</header>
<!-- End Header Style -->
<div class="body__overlay"></div>
<!-- Start Offset Wrapper -->
<div class="offset__wrapper">
<!-- Start Offset MEnu -->
<div class="offsetmenu home-five">
<div class="offsetmenu__inner sidebar__menu--inner">
<div class="offsetmenu__close__btn">
<a href="javascript:void(0)"><i class="zmdi zmdi-close"></i></a>
</div>
<div class="off__contact">
<div class="logo hd__title" style="font-family: Dosis;">
<a href="index.html">
CAMPUSBUY
</a>
</div>
</div>
<nav>
<ul class="sidebar__menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="post-ad.html">Post Ad</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="index.html">Logout</a></li>
</ul>
</nav>
</div>
</div>
<!-- End Offset MEnu -->
<!-- End Offset Wrapper -->
<!-- Start Slider Area -->
<div class="slider__container slider--six">
<div class="slider__activation__wrap owl-carousel owl-theme">
<!-- Start Single Slide -->
<div class="slide slider__fixed--height--2 bg__white">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-12">
<div class="slider__content">
<div class="slider__inner">
<h4>Welcome To Business Name</h4>
<h1>Awesome Product <span class="text--theme">Collection</span></h1>
<h3>Made For You.</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Single Slide -->
</div>
</div>
<!-- Start Our Store Area -->
<section class="htc__store__area ptb--120 bg__white" style="background: url(images/bg/5.jpg);">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section__title section__title--2 text-center">
<h2 class="title__line">Merchant's Business Name</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore gna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat.
</p>
</div>
<div class="store__btn">
<a href="#contact-us">contact us</a>
</div>
</div>
</div>
</div>
</section>
<!-- End Our Store Area -->
<!-- Start Our Product Area -->
<section class="htc__product__area shop__page ptb--130 bg__white">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section__title section__title--2 text-center">
<h2 class="title__line">Selling Now</h2>
<p>Discover all products from Merchant Name</p>
</div>
</div>
</div>
<div class="htc__product__container">
<div class="row product__list">
<!-- Start Single Product -->
<div class="col-md-4 single__pro col-lg-3 col-sm-6">
<div class="product foo">
<div class="product__inner">
<div class="pro__thumb">
<a href="product-details.html">
<img src="images/product/1.png" alt="product images">
</a>
</div>
</div>
<div class="product__details">
<h2><a href="product-details.html">Tecno Spark 3 Pro</a></h2>
<ul class="product__price">
<li class="new__price">₦45,000</li>
</ul>
</div>
</div>
</div>
<!-- End Single Product -->
<!-- Start Single Product -->
<div class="col-md-4 single__pro col-lg-3 col-sm-6">
<div class="product foo">
<div class="product__inner">
<div class="pro__thumb">
<a href="product-details.html">
<img src="images/product/1.png" alt="product images">
</a>
</div>
</div>
<div class="product__details">
<h2><a href="product-details.html">Tecno Spark 3 Pro</a></h2>
<ul class="product__price">
<li class="new__price">₦45,000</li>
</ul>
</div>
</div>
</div>
<!-- End Single Product -->
<!-- Start Single Product -->
<div class="col-md-4 single__pro col-lg-3 col-sm-6">
<div class="product foo">
<div class="product__inner">
<div class="pro__thumb">
<a href="product-details.html">
<img src="images/product/1.png" alt="product images">
</a>
</div>
</div>
<div class="product__details">
<h2><a href="product-details.html">Tecno Spark 3 Pro</a></h2>
<ul class="product__price">
<li class="new__price">₦45,000</li>
</ul>
</div>
</div>
</div>
<!-- End Single Product -->
<!-- Start Single Product -->
<div class="col-md-4 single__pro col-lg-3 col-sm-6">
<div class="product foo">
<div class="product__inner">
<div class="pro__thumb">
<a href="product-details.html">
<img src="images/product/1.png" alt="product images">
</a>
</div>
</div>
<div class="product__details">
<h2><a href="product-details.html">Tecno Spark 3 Pro</a></h2>
<ul class="product__price">
<li class="new__price">₦45,000</li>
</ul>
</div>
</div>
</div>
<!-- End Single Product -->
<!-- Start Single Product -->
<div class="col-md-4 single__pro col-lg-3 col-sm-6">
<div class="product foo">
<div class="product__inner">
<div class="pro__thumb">
<a href="product-details.html">
<img src="images/product/1.png" alt="product images">
</a>
</div>
</div>
<div class="product__details">
<h2><a href="product-details.html">Tecno Spark 3 Pro</a></h2>
<ul class="product__price">
<li class="new__price">₦45,000</li>
</ul>
</div>
</div>
</div>
<!-- End Single Product -->
<!-- Start Single Product -->
<div class="col-md-4 single__pro col-lg-3 col-sm-6">
<div class="product foo">
<div class="product__inner">
<div class="pro__thumb">
<a href="product-details.html">
<img src="images/product/1.png" alt="product images">
</a>
</div>
</div>
<div class="product__details">
<h2><a href="product-details.html">Tecno Spark 3 Pro</a></h2>
<ul class="product__price">
<li class="new__price">₦45,000</li>
</ul>
</div>
</div>
</div>
<!-- End Single Product -->
<!-- Start Single Product -->
<div class="col-md-4 single__pro col-lg-3 col-sm-6">
<div class="product foo">
<div class="product__inner">
<div class="pro__thumb">
<a href="product-details.html">
<img src="images/product/1.png" alt="product images">
</a>
</div>
</div>
<div class="product__details">
<h2><a href="product-details.html">Tecno Spark 3 Pro</a></h2>
<ul class="product__price">
<li class="new__price">₦45,000</li>
</ul>
</div>
</div>
</div>
<!-- End Single Product -->
<!-- Start Single Product -->
<div class="col-md-4 single__pro col-lg-3 col-sm-6">
<div class="product foo">
<div class="product__inner">
<div class="pro__thumb">
<a href="product-details.html">
<img src="images/product/1.png" alt="product images">
</a>
</div>
</div>
<div class="product__details">
<h2><a href="product-details.html">Tecno Spark 3 Pro</a></h2>
<ul class="product__price">
<li class="new__price">₦45,000</li>
</ul>
</div>
</div>
</div>
<!-- End Single Product -->
</div>
<!-- Start Load More BTn
<div class="row mt--60">
<div class="col-md-12">
<div class="htc__loadmore__btn">
<a href="#">load more</a>
</div>
</div>
</div>
<!-- End Load More BTn -->
</div>
</div>
</section>
<!-- End Our Product Area -->
<!-- Start Contact Area -->
<section class="htc__contact__area ptb--120 bg__white" id="contact-us"
style="background: url(images/bg/5.jpg);">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-8 col-sm-12">
<div class="htc__contact__container">
<div class="htc__contact__address">
<h2 class="contact__title text">merchant's name contact info</h2>
<div class="contact__address__inner">
<!-- Start Single Adress -->
<div class="single__contact__address">
<div class="contact__icon">
<span class="ti-location-pin"></span>
</div>
<div class="contact__details">
<p>Location : <br> Location of Business</p>
</div>
</div>
<!-- End Single Adress -->
</div>
<div class="contact__address__inner">
<!-- Start Single Adress -->
<div class="single__contact__address">
<div class="contact__icon">
<span class="ti-mobile"></span>
</div>
<div class="contact__details">
<p> Phone : <br><a href="tel:+2348138931117">+2348122222222</a></p>
</div>
</div>
<!-- End Single Adress -->
<!-- Start Single Adress -->
<div class="single__contact__address">
<div class="contact__icon">
<span class="zmdi zmdi-whatsapp"></span>
</div>
<div class="contact__details">
<p> Whatsapp :<br><a href="tel:+2348138931117">+2348122222222</a>
</p>
</div>
</div>
<!-- End Single Adress -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Area -->
<!-- Start Footer Area -->
<footer class="htc__foooter__area bg__cat--3">
<div class="container">
<div class="row footer__container clearfix">
<!-- Start Single Footer Widget -->
<div class="col-md-6 col-lg-5 col-sm-12">
<div class="ft__widget">
<h2 class="ft__title">CampusBuy</h2>
<div class="footer__details">
<p>Campus buy is a platform made for students by students. It seeks to improve
business amongst students with a very simplistic approach; Connecting BUYERS
to
SELLERS.</p>
</div>
</div>
</div>
<!-- End Single Footer Widget -->
<!-- Start Single Footer Widget -->
<div class="col-md-6 col-lg-4 col-sm-12 smt-30 xmt-30">
<div class="ft__widget contact__us">
<h2 class="ft__title">Contact Us</h2>
<div class="footer__inner">
<p>Hall 3, Hall 4 or any LT with Electricity,<br>University of Benin </p>
</div>
</div>
</div>
<!-- End Single Footer Widget -->
<!-- Start Single Footer Widget -->
<div class="col-md-6 col-lg-3 lg-offset-1 col-sm-12 smt-30 xmt-30">
<div class="ft__widget">
<h2 class="ft__title">Quick Links</h2>
<ul class="">
<li><a href="faq.html">FAQ</a></li>
<li><a href="login-register.html">Account</a></li>
</ul>
</div>
</div>
<!-- End Single Footer Widget -->
</div>
<!-- Start Copyright Area -->
<div class="htc__copyright__area">
<div class="row">
<div class="col-md-12 col-lg-12 col-sm-12 col-xs-12">
<div class="copyright__inner">
<div class="copyright">
<p>© 2020 CampusBuy | All Right Reserved.</p>
</div>
<ul class="footer__menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- End Copyright Area -->
</div>
</footer>
<!-- End Footer Area -->
</div>
</div>
<!-- Body main wrapper end -->
<!-- Placed js at the end of the document so the pages load faster -->
<!-- jquery latest version -->
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<!-- Bootstrap Framework js -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- All js plugins included in this file. -->
<script src="js/plugins.js"></script>
<!-- Main js file that contents all jQuery plugins activation. -->
<script src="js/main.js"></script>
</body>
</html>