-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
98 lines (97 loc) · 3.81 KB
/
contact.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>E-commerce website</title>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
</head>
<body>
<script src="script.js"></script>
<section id="page-header">
<a href="#"><img src="images/logo.png" class="logo" alt=""></a>
<div>
<ul id="navbar">
<li> <a href="index.html">Home</a></li>
<li> <a class="active" href="contact.html">Contact</a></li>
<li> <a href="blog.html">Blog</a></li>
<li> <a href="shop.html">Shop</a></li>
<li> <a href="about.html">About</a></li>
<li id="ig-bag"> <a href="cart.html"><i class="fa fa-shopping-basket"></i></a></li>
<a href="#" id="close"><i class="far fa-times"></a></i>
</ul>
</div>
<div id="mobile">
<a href="cart.html"><i class="fa fa-shopping-basket"></i></a>
<i id="bar" class="fas fa-outdent"></i>
</div>
</section>
<section id="hero" class="about-header">
<h2>#Let's_talk</h2>
<p>LEAVE A MESSAGE, We love to hear from you</p>
<button>Shop Now</button>
</section>
<section id="contact-details" class="section-p1">
<div class="details">
<span>GET IN TOUCH</span>
<h2>Visit one of our agency location or contact us today!</h2>
<h3>Head office</h3>
<div>
<li>
<i class="fal fa-map"></i>
<p>kudirat Abiola way,Allen,ikeja 101223,lagos</p>
</li>
<li>
<i class="far fa-envelope"></i>
<p>[email protected]</p>
</li>
<li>
<i class="far fa-clock"></i>
<p>monday-saturday:9:00am:6:00pm</p>
</li>
</div>
</div>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3963.3623304674807!2d3.348827674012028!3d6.601814993392055!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x103b939eaf127915%3A0x5e8d76fccd8dc6d1!2sComputer%20village!5e0!3m2!1sen!2sng!4v1705873368147!5m2!1sen!2sng" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
<section id="more" class="section-m2">
<div class="about-box">
<h2>About us</h2>
<p>Computervillage.Ng online marketplace is the number one online technology device marketplace in sub-saharan Africa. A central hub to shop for IT products and electronic gadgets from thousands of vendors.</p>
<button>Read more</button>
</div>
<div class="col-1">
<h4>About</h4>
<a href="#">About us</a>
<a href="#">Delivery Information</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms & conditions</a>
<a href="#">Contact us</a>
</div>
<div class="col-2">
<h4>My Account</h4>
<a href="#">Sign in</a>
<a href="#">View cart</a>
<a href="#">My wishlists</a>
<a href="#">Track my order</a>
<a href="#">Help</a>
</div>
<div class="con-detail">
<h4>Contact details</h4>
<p>29/31, Obafemi Awolowo way, Awolowo Glasshouse, Ikeja, Lagos
(+234) -081-4000-0567
</div>
</div>
</section>
<section id="overall" class="section-3">
<footer>
<div class="lasty">
<h4>© 2024 Computer Village Technology Marketplace. All Rights Reserved. Designed and Managed by <span>Mr_simze</span> Consultants Limited</h4>
</div>
</footer>
</section>
</html>
</body>