-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
783 lines (665 loc) · 37.9 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
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
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
<!DOCTYPE html>
<html lang="en">
<head>
<title>EGMARKET — Website by egmarket</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<div class="top-bar py-3 bg-light" id="home-section">
<div class="container">
<div class="row align-items-center">
<div class="col-6 text-left">
<ul class="social-media">
<li><a href="#" class=""><span class="icon-facebook"></span></a></li>
<li><a href="#" class=""><span class="icon-twitter"></span></a></li>
<li><a href="#" class=""><span class="icon-instagram"></span></a></li>
<li><a href="#" class=""><span class="icon-linkedin"></span></a></li>
</ul>
</div>
<div class="col-6">
<p class="mb-0 float-right">
<span class="mr-3"><a href="tel://#"> <span class="icon-phone mr-2" style="position: relative; top: 2px;"></span><span class="d-none d-lg-inline-block text-black">EGMARKET +8618395811312</span></a></span>
<span><a href="#"><span class="icon-envelope mr-2" style="position: relative; top: 2px;"></span><span class="d-none d-lg-inline-block text-black">freddybarila@gmail.com</span></a></span>
</p>
</div>
</div>
</div>
</div>
<header class="site-navbar py-4 bg-white js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-xl-2">
<h1 class="mb-0 site-logo"><a href="/" class="text-black mb-0">EGMARKET<span class="text-primary">.</span> </a></h1>
</div>
<div class="col-12 col-md-10 d-none d-xl-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none d-lg-block">
<li><a href="/" class="nav-link">Home</a></li>
<li><a href="#products-section" class="nav-link">Products</a></li>
<li><a href="#about-section" class="nav-link">About Us</a></li>
<li><a href="#special-section" class="nav-link">Special</a></li>
<li><a href="#testimonials-section" class="nav-link">Testimonials</a></li>
<li><a href="#blog-section" class="nav-link">Blog</a></li>
<li><a href="#contact-section" class="nav-link">Contact</a></li>
<li><a href="/users/login" class="nav-link">Login</a></li>
</ul>
</nav>
</div>
<div class="col-6 d-inline-block d-xl-none ml-md-0 py-3" style="position: relative; top: 3px;"><a href="#" class="site-menu-toggle js-menu-toggle text-black float-right"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</header>
<div class="site-blocks-cover overlay" style="background-image: url(images/hero_2.jpg);" data-aos="fade" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-12" data-aos="fade-up" data-aos-delay="400">
<div class="row mb-4">
<div class="col-md-7">
<h1>Shop With Us</h1>
<p class="mb-5 lead">
It was a pleasure meeting you, and I am very happy that we had the opportunity to talk about what you are looking for for your new home. I know this is an exciting and potentially intense time for you, so let me tell you that it is in good hands. As you mentioned that you would like to see some different styles, I will make sure that our team gives you a variety of options. Thank you for your visit, and I hope to see you soon.
Sincerely.</p>
<div>
<a href="#" class="btn btn-white btn-outline-white py-3 px-5 rounded-0 mb-lg-0 mb-2 d-block d-sm-inline-block">Shop Now</a>
<a href="#" class="btn btn-white py-3 px-5 rounded-0 d-block d-sm-inline-block">Club Membership</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-section" id="products-section">
<div class="container">
<div class="row mb-5 justify-content-center">
<div class="col-md-6 text-center">
<h3 class="section-sub-title">Popular Products</h3>
<h2 class="section-title mb-3">Our Products</h2>
<p>egmarket shop dolor sit amet consectetur adipisicing elit. Repudiandae nostrum natus excepturi fuga ullam accusantium vel ut eveniet aut consequatur laboriosam ipsam.</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 mb-5">
<div class="product-item">
<figure>
<img src="images/model_1_bg.jpg" alt="Image" class="img-fluid">
</figure>
<div class="px-4">
<h3><a href="#">
All in one stop shop worldwide shipping, lycia Ent.</a></h3>
<div class="mb-3">
<span class="meta-icons mr-3"><a href="#" class="mr-2"><span class="icon-star text-warning"></span></a> 5.0</span>
<span class="meta-icons wishlist"><a href="#" class="mr-2"><span class="icon-heart"></span></a> 29</span>
</div>
<p class="mb-4"> we are very happy that we had the opportunity to talk about what you are looking for for you.</p>
<div>
<a href="#" class="btn btn-black mr-1 rounded-0">Cart</a>
<a href="#" class="btn btn-black btn-outline-black ml-1 rounded-0">View</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-5">
<div class="product-item">
<figure>
<img src="images/hombre_seda_roja.jpg" alt="Image" class="img-fluid">
</figure>
<div class="px-4">
<h3><a href="#">Red shirts for men are mostly seen in either formal wear or casual wear. You can also use red shirts for party. It will look good in night party.</a></h3>
<div class="mb-3">
<span class="meta-icons mr-3"><a href="#" class="mr-2"><span class="icon-star text-warning"></span></a> 5.0</span>
<span class="meta-icons wishlist active"><a href="#" class="mr-2"><span class="icon-heart"></span></a> 29</span>
</div>
<p class="mb-4">we are very happy that we had the opportunity to talk about what you are looking for for you.</p>
<div>
<a href="#" class="btn btn-black mr-1 rounded-0">Cart</a>
<a href="#" class="btn btn-black btn-outline-black ml-1 rounded-0">View</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-5">
<div class="product-item">
<figure>
<img src="images/timberland_rosa1.jpg" alt="Image" class="img-fluid">
</figure>
<div class="px-4">
<h3><a href="#">Timberland Safety Boots. A brand name you can trust, Timberland safety boots are available in a selection of trendy styles, colours and sizes. Featuring a 200J toe cap they are compliant with EN 20345 standards and provide a great level of protection without losing their iconic style.e</a></h3>
<div class="mb-3">
<span class="meta-icons mr-3"><a href="#" class="mr-2"><span class="icon-star text-warning"></span></a> 5.0</span>
<span class="meta-icons wishlist"><a href="#" class="mr-2"><span class="icon-heart"></span></a> 29</span>
</div>
<p class="mb-4">we are very happy that we had the opportunity to talk about what you are looking for for you.</p>
<div>
<a href="#" class="btn btn-black mr-1 rounded-0">Cart</a>
<a href="#" class="btn btn-black btn-outline-black ml-1 rounded-0">View</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-5">
<div class="product-item">
<figure>
<img src="images/reloj.jpg" alt="Image" class="img-fluid">
</figure>
<div class="px-4">
<h3><a href="#">G-SHOCK shock resistant military and tactical watches with outstanding water resistant features</a></h3>
<div class="mb-3">
<span class="meta-icons mr-3"><a href="#" class="mr-2"><span class="icon-star text-warning"></span></a> 5.0</span>
<span class="meta-icons wishlist"><a href="#" class="mr-2"><span class="icon-heart"></span></a> 29</span>
</div>
<p class="mb-4">we are very happy that we had the opportunity to talk about what you are looking for for you.</p>
<div>
<a href="#" class="btn btn-black mr-1 rounded-0">Cart</a>
<a href="#" class="btn btn-black btn-outline-black ml-1 rounded-0">View</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-5">
<div class="product-item">
<figure>
<img src="images/x_box.jpg" alt="Image" class="img-fluid">
</figure>
<div class="px-4">
<h3><a href="#">Buy products related to xbox one 360 products and see what customers say about xbox one 360 products on egmarket</a></h3>
<div class="mb-3">
<span class="meta-icons mr-3"><a href="#" class="mr-2"><span class="icon-star text-warning"></span></a> 5.0</span>
<span class="meta-icons wishlist"><a href="#" class="mr-2"><span class="icon-heart"></span></a> 29</span>
</div>
<p class="mb-4">we are very happy that we had the opportunity to talk about what you are looking for for you.</p>
<div>
<a href="#" class="btn btn-black mr-1 rounded-0">Cart</a>
<a href="#" class="btn btn-black btn-outline-black ml-1 rounded-0">View</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-5">
<div class="product-item">
<figure>
<img src="images/jersey_NY.jpg" alt="Image" class="img-fluid">
</figure>
<div class="px-4">
<h3><a href="#">Wild West Hoodie</a></h3>
<div class="mb-3">
<span class="meta-icons mr-3"><a href="#" class="mr-2"><span class="icon-star text-warning"></span></a> 5.0</span>
<span class="meta-icons wishlist"><a href="#" class="mr-2"><span class="icon-heart"></span></a> 29</span>
</div>
<p class="mb-4">we are very happy that we had the opportunity to talk about what you are looking for for you.</p>
<div>
<a href="#" class="btn btn-black mr-1 rounded-0">Cart</a>
<a href="#" class="btn btn-black btn-outline-black ml-1 rounded-0">View</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-blocks-cover inner-page-cover overlay get-notification" style="background-image: url(images/hero_2.jpg); background-attachment: fixed;" data-aos="fade">
<div class="container">
<div class="row align-items-center justify-content-center">
<form class="col-md-7" method="post">
<h2>Please get notified on each updates.</h2>
<div class="d-flex mb-4">
<input type="text" class="form-control rounded-0" placeholder="Enter your email address">
<input type="submit" class="btn btn-white btn-outline-white rounded-0" value="Subscribe">
</div>
<p>we are very happy that we had the opportunity to talk about what you are looking for for you.</p>
</form>
</div>
</div>
</div>
<div class="site-section bg-light">
<div class="container">
<div class="row mb-5 justify-content-center">
<div class="col-md-6 text-center">
<h3 class="section-sub-title">Awesome Products</h3>
<h2 class="section-title mb-3">Featured Products</h2>
<p> your needs are our priority,
All in one stop shop worldwide shipping, lycia Ent...The elements of products and services that define end-to-end customer experience. ...
Quality assured.
..</p>
</div>
</div>
<div class="bg-white py-4 mb-4">
<div class="row mx-4 my-4 product-item-2 align-items-start">
<div class="col-md-6 mb-5 mb-md-0">
<img src="images/cesta_navidexa.jpg" alt="Image" class="img-fluid">
</div>
<div class="col-md-5 ml-auto product-title-wrap">
<span class="number">01.</span>
<h3 class="text-black mb-4 font-weight-bold">About This Product</h3>
<p class="mb-4">A beautiful gift bag is not only one of the best-looking ways to wrap a gift, it's also the easiest. No messing with wrapping paper and tape and scissors, no worrying about trying to do a neat job on something that's just going to get torn up and thrown away. Just drop the gift into one of the four sizes of NICEXMAS Christmas Gift Bag, tie it up with a bow using our included ribbon, and you're done!
Three of the designs on the bags are fun and cheerful Christmas patterns, and the fourth is a beautiful multi-color starburst pattern that can be used for Christmas or any other time of year. Each pattern has 10 bags, perfect size for toys, candies, gifts and more! You can find one that's perfect for each recipient!</p>
<div class="mb-4">
<h3 class="text-black font-weight-bold h5">Price:</h3>
<div class="price"><del class="mr-2">$250.00</del> $135.00</div>
</div>
<p>
<a href="#" class="btn btn-black btn-outline-black rounded-0 d-block mb-2 mb-lg-0 d-lg-inline-block">View Details</a>
<a href="#" class="btn btn-black rounded-0 d-block d-lg-inline-block">Add To Cart</a>
</p>
</div>
</div>
</div>
<div class="bg-white py-4">
<div class="row mx-4 my-4 product-item-2 align-items-start">
<div class="col-md-6 mb-5 mb-md-0 order-1 order-md-2">
<img src="images/fifa.jpg" alt="Image" class="img-fluid">
</div>
<div class="col-md-5 mr-auto product-title-wrap order-2 order-md-1">
<span class="number">02.</span>
<h3 class="text-black mb-4 font-weight-bold">About This Product</h3>
<p class="mb-4">
Powered by Frostbite, EA SPORTS FIFA 20 for the PlayStation 4, Xbox One, and PC brings two sides of The World’s Game to life - the prestige of the professional stage and an all-new authentic street football experience in EA SPORTS VOLTA. FIFA 20 innovates across the game, FOOTBALL INTELLIGENCE unlocks an unprecedented platform for gameplay realism, FIFA Ultimate Team offers more ways to build your dream squad, and EA SPORTS VOLTA returns the game to the street, with an authentic form of small-sided football.</p>
<div class="mb-4">
<h3 class="text-black font-weight-bold h5">Price:</h3>
<div class="price"><del class="mr-2">$300.00</del> $89.00</div>
</div>
<p>
<a href="#" class="btn btn-black btn-outline-black rounded-0 d-block mb-2 mb-lg-0 d-lg-inline-block">View Details</a>
<a href="#" class="btn btn-black rounded-0 d-block d-lg-inline-block">Add To Cart</a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="site-section" id="about-section">
<div class="container">
<div class="row align-items-lg-center">
<div class="col-md-8 mb-5 mb-lg-0 position-relative">
<img src="images/foto _1_reunion.jpg" class="img-fluid" alt="Image">
<div class="experience">
<span class="year">egmarket Trusted Merchant</span>
<span class="caption">for 20 years</span>
</div>
</div>
<div class="col-md-3 ml-auto">
<h3 class="section-sub-title">Merchant Company</h3>
<h2 class="section-title mb-3">About Us</h2>
<p class="mb-4">EGMARKET
is a Equatorial Guinea online shopping website, headquartered in Malabo and owned by Lycia. It is the biggest e-commerce website
In equatorial Guinea, the first online shopping in Equatorial Guinea</p>
<p><a href="#" class="btn btn-black btn-black--hover rounded-0">Learn More</a></p>
</div>
</div>
</div>
</div>
<div class="site-section border-bottom" id="team-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h3 class="section-sub-title">Team</h3>
<h2 class="section-title mb-3">Leadership</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="100">
<div class="person text-center">
<img src="images/mi_foto_1.jpg" alt="Image" class="img-fluid rounded w-75 mb-3">
<h3>freddyboss01</h3>
<p class="position text-muted">Co-Founder, President</p>
<p class="mb-4">freddy o Marcos born in 26 november 19**... is a Equatorial Guinean bussiness man and investor,grates Leadership,freddy is know for his low profile personality as compared to fellow guineans Businessman.</p>
<ul class="ul-social-circle">
<li><a href="#"><span class="icon-facebook"></span></a></li>
<li><a href="#"><span class="icon-twitter"></span></a></li>
<li><a href="#"><span class="icon-linkedin"></span></a></li>
<li><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="200">
<div class="person text-center">
<img src="images/richy_1.jpg" alt="Image" class="img-fluid rounded w-75 mb-3">
<h3>Luis Alfredo</h3>
<p class="position text-muted">Co-Founder, COO</p>
<p class="mb-4">Richie or Luis Alfredo born in 29 April 19**... is a Equatorial Guinean bussiness man and investor,great Leadership,Richie is known for his low profile personality as compared to fellow guineans Businessman.</p>
<ul class="ul-social-circle">
<li><a href="#"><span class="icon-facebook"></span></a></li>
<li><a href="#"><span class="icon-twitter"></span></a></li>
<li><a href="#"><span class="icon-linkedin"></span></a></li>
<li><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="300">
<div class="person text-center">
<img src="images/licya1.jpg" alt="Image" class="img-fluid rounded w-75 mb-3">
<h3>lycia.S.L</h3>
<p class="position text-muted">Marketing hom deliver</p>
<p class="mb-4">established in BATA, Equatorial Guinea in 26-2014 by lycia S.L and its founder EGMARKET. In 2015, LYCIA moved its headquarters to BUENA ESPERANZA, malabo, although its.</p>
<ul class="ul-social-circle">
<li><a href="#"><span class="icon-facebook"></span></a></li>
<li><a href="#"><span class="icon-twitter"></span></a></li>
<li><a href="#"><span class="icon-linkedin"></span></a></li>
<li><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="site-blocks-cover overlay get-notification" id="special-section" style="background-image: url(images/hero_2.jpg); background-attachment: fixed; background-position: top;" data-aos="fade">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-7 text-center">
<h3 class="section-sub-title">Special Promo</h3>
<h3 class="section-title text-white mb-4">Winter Sale</h3>
<p class="mb-5 lead">This will be our first shopping event the biggest shopping for the all year in this website and we're expecting to do it every year in our website page, as equatorial Guinea e-commerce players led by egmarket will offer massive discounts on everything from electronics to cars... heavy discounts on this Tmall shopping platforms .</p>
<div id="date-countdown" class="mb-5"></div>
<p><a href="#" class="btn btn-white btn-outline-white py-3 px-5 rounded-0 mb-lg-0 mb-2 d-block d-sm-inline-block">Shop Now</a></p>
</div>
</div>
</div>
</div>
<div class="site-section bg-light" id="services-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h3 class="section-sub-title">Our Services</h3>
<h2 class="section-title mb-3">We Offer Services</h2>
</div>
</div>
<div class="row align-items-stretch">
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up">
<div class="unit-4 d-flex">
<div class="unit-4-icon mr-4"><span class="text-primary icon-pie_chart"></span></div>
<div>
<h3>Business Consulting</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis quis molestiae vitae eligendi at.</p>
<p><a href="#">Learn More</a></p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="unit-4 d-flex">
<div class="unit-4-icon mr-4"><span class="text-primary icon-backspace"></span></div>
<div>
<h3>Market Analysis</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis quis molestiae vitae eligendi at.</p>
<p><a href="#">Learn More</a></p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="200">
<div class="unit-4 d-flex">
<div class="unit-4-icon mr-4"><span class="text-primary icon-av_timer"></span></div>
<div>
<h3>User Monitoring</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis quis molestiae vitae eligendi at.</p>
<p><a href="#">Learn More</a></p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="300">
<div class="unit-4 d-flex">
<div class="unit-4-icon mr-4"><span class="text-primary icon-beenhere"></span></div>
<div>
<h3>Seller Consulting</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis quis molestiae vitae eligendi at.</p>
<p><a href="#">Learn More</a></p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="400">
<div class="unit-4 d-flex">
<div class="unit-4-icon mr-4"><span class="text-primary icon-business_center"></span></div>
<div>
<h3>Financial Investment</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis quis molestiae vitae eligendi at.</p>
<p><a href="#">Learn More</a></p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="500">
<div class="unit-4 d-flex">
<div class="unit-4-icon mr-4"><span class="text-primary icon-cloud_done"></span></div>
<div>
<h3>Financial Management</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis quis molestiae vitae eligendi at.</p>
<p><a href="#">Learn More</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-section testimonial-wrap" id="testimonials-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h3 class="section-sub-title">People Says</h3>
<h2 class="section-title mb-3">Testimonials</h2>
</div>
</div>
</div>
<div class="slide-one-item home-slider owl-carousel">
<div>
<div class="testimonial">
<figure class="mb-4 d-block align-items-center justify-content-center">
<div><img src="images/mi_foto_1.jpg" alt="Image" class="w-100 img-fluid mb-3"></div>
</figure>
<blockquote class="mb-3">
<p>“This will be our first shopping event the biggest shopping for the all year in this website and we're expecting to do it every year in our website page, as equatorial Guinea e-commerce players led by egmarket will offer massive discounts on everything from electronics to cars... heavy discounts on this Tmall shopping platforms.”</p>
</blockquote>
<p class="text-black"><strong>freddyboss01</strong></p>
</div>
</div>
<div>
<div class="testimonial">
<figure class="mb-4 d-block align-items-center justify-content-center">
<div><img src="images/richy_1.jpg" alt="Image" class="w-100 img-fluid mb-3"></div>
</figure>
<blockquote class="mb-3">
<p>“This will be our first shopping event the biggest shopping for the all year in this website and we're expecting to do it every year in our website page, as equatorial Guinea e-commerce players led by egmarket will offer massive discounts on everything from electronics to cars... heavy discounts on this Tmall shopping platforms.”</p>
</blockquote>
<p class="text-black"><strong>Luis Alfredo</strong></p>
</div>
</div>
<div>
<div class="testimonial">
<figure class="mb-4 d-block align-items-center justify-content-center">
<div><img src="images/PATRIBALO.jpg" alt="Image" class="w-100 img-fluid mb-3"></div>
</figure>
<blockquote class="mb-1">
<p>“This will be our first shopping event the biggest shopping for the all year in this website and we're expecting to do it every year in our website page, as equatorial Guinea e-commerce players led by egmarket will offer massive discounts on everything from electronics to cars... heavy discounts on this Tmall shopping platforms .”</p>
</blockquote>
<p class="text-black"><strong>Patri Balo</strong></p>
</div>
</div>
<div>
<div class="testimonial">
<figure class="mb-4 d-block align-items-center justify-content-center">
<div><img src="images/my_picture.jpg" alt="Image" class="w-100 img-fluid mb-3"></div>
</figure>
<blockquote class="mb-3">
<p>“EGMARKET all in one stop shop worlwide shipping.lycia ent. Consectetur unde reprehenderit aperiam quaerat fugiat repudiandae explicabo animi minima fuga beatae illum eligendi incidunt consequatur. Amet dolores excepturi earum unde iusto.”</p>
</blockquote>
<p class="text-black"><strong>Marcos Barila</strong></p>
</div>
</div>
</div>
</div>
<div class="site-section" id="blog-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h3 class="section-sub-title">Blog</h3>
<h2 class="section-title mb-3">Blog Posts</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4">
<div class="h-entry">
<img src="images/model_1.png" alt="Image" class="img-fluid">
<h2 class="font-size-regular"><a href="#" class="text-black">EGMARKET all in one stop shop worlwide shipping.lycia ent.</a></h2>
<div class="meta mb-4">Ham Brook <span class="mx-2">•</span> Jan 18, 2019<span class="mx-2">•</span> <a href="#">News</a></div>
<p>EGMARKET all in one stop shop worlwide shipping.lycia ent...your best way to shot items all in one stop shop,enjoy.</p>
<p><a href="#">Continue Reading...</a></p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4">
<div class="h-entry">
<img src="images/jordan_negras.jpg" alt="Image" class="img-fluid">
<h2 class="font-size-regular"><a href="#" class="text-black">EGMARKET all in one stop shop worlwide shipping.lycia ent.</a></h2>
<div class="meta mb-4">Marcos Barila <span class="mx-2">•</span> Jan 18, 2019<span class="mx-2">•</span> <a href="#">News</a></div>
<p>EGMARKET all in one stop shop worlwide shipping.lycia ent...your best way to shot items all in one stop shop,enjoy.</p>
<p><a href="#">Continue Reading...</a></p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4">
<div class="h-entry">
<img src="images/yellow_shoe.jpg" alt="Image" class="img-fluid">
<h2 class="font-size-regular"><a href="#" class="text-black">all in one stop shop worlwide shipping.lycia ent.</a></h2>
<div class="meta mb-4">jump yellow_shoe jordan <span class="mx-2">•</span> november 14, 2019<span class="mx-2">•</span> <a href="#">News</a></div>
<p>Jordan Shoes & Sneakers Sport a pair of Jordan shoes both on and off the court. Choose from a wide variety of Jordan shoe styles, from the latest Jordan sneaker designs to retro versions like the Jordan 1 or Jordan 11 in classic and updated colorways.</p>
<p><a href="#">Continue Reading...</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="site-section bg-light" id="contact-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h3 class="section-sub-title">Contact Form</h3>
<h2 class="section-title mb-3">Get In Touch</h2>
</div>
<figure>
<img src="images/logo1.jpg" alt="Image" class="img-fluid">
</figure>
<div class="px-4">
</div>
<div class="row justify-content-center">
<div class="col-md-7 mb-5">
<form action="#" class="p-5 bg-white">
<h2 class="h4 text-black mb-5">Contact Form</h2>
<div class="row form-group">
<div class="col-md-6 mb-3 mb-md-0">
<label class="text-black" for="fname">First Name</label>
<input type="text" id="fname" class="form-control rounded-0">
</div>
<div class="col-md-6">
<label class="text-black" for="lname">Last Name</label>
<input type="text" id="lname" class="form-control rounded-0">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="email">Email</label>
<input type="email" id="email" class="form-control rounded-0">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="subject">Subject</label>
<input type="subject" id="subject" class="form-control rounded-0">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="message">Message</label>
<textarea name="message" id="message" cols="30" rows="7" class="form-control rounded-0" placeholder="Write your notes or questions here..."></textarea>
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<input type="submit" value="Send Message" class="btn btn-black rounded-0 py-3 px-4">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<footer class="site-footer bg-white">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="row">
<div class="col-md-5">
<h2 class="footer-heading mb-4">About Us</h2>
<p>EGMARKET all in one stop shop worlwide shipping.lycia ent... Neque facere laudantium magnam voluptatum autem. Amet aliquid nesciunt veritatis aliquam.</p>
</div>
<div class="col-md-3 ">
<h2 class="footer-heading mb-4">Quick Links</h2>
<ul class="list-unstyled">
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="col-md-4">
<h2 class="footer-heading mb-4">Follow Us</h2>
<a href="#" class="pl-0 pr-3"><span class="icon-facebook"></span></a>
<a href="#" class="pl-3 pr-3"><span class="icon-twitter"></span></a>
<a href="#" class="pl-3 pr-3"><span class="icon-instagram"></span></a>
<a href="#" class="pl-3 pr-3"><span class="icon-linkedin"></span></a>
</div>
</div>
</div>
<div class="col-md-3 ml-auto">
<h2 class="footer-heading mb-4">Featured Product</h2>
<a href="#"><img src="images/jordan verdes.jpg" alt="Image" class="img-fluid mb-3"></a>
<h4 class="h5">jump jordan Shoe</h4>
<strong class="text-black mb-3 d-inline-block">$60.00</strong>
<p><a href="#" class="btn btn-black rounded-0">Add to Cart</a></p>
</div>
</div>
<div class="row pt-5 mt-5 text-center">
<div class="col-md-12">
<div class="border-top pt-5">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="icon-heart" aria-hidden="true"></i> by <a href="https://egmarket.com" target="_blank" >egmarket</a>
<!-- Link back to egmarket can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</div>
</footer>
</div> <!-- .site-wrap -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/main.js"></script>
</body>
</html>