-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
123 lines (121 loc) · 6.49 KB
/
Copy pathfooter.php
File metadata and controls
123 lines (121 loc) · 6.49 KB
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
<style>
.lab{
font-size: 20px;
}
</style>
<!-- footer area start -->
<footer class="footer-area footer-area-2 mg-top-105">
<div class="container">
<!-- <div class="row justify-content-center">
<div class="col-xl-7 col-lg-11 text-center">
<div class="section-title text-center">
<h2 class="title">Get our latest <span>Newslatter</span></h2>
<p>Our support team will get assistance from AI-powered suggestions, making it quicker than ever to handle support requests. support team will get assistance from AI-powered suggestions.</p>
</div>
<div class="newsletter-subcribe">
<form id="news-subcribeform" class="subcribe-form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your E-mail..." name="mail" required="">
<button type="submit" class="btn-blue subcribe-submit">submit</button>
</div>
</form>
</div>
</div>
</div> -->
<div class="footer-widget-area mg-top-120">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-widget widget">
<div class="about_us_widget">
<a href="index.html" class="footer-logo">
<img src="assets/img/logo.png" alt="footer logo">
</a>
<p>Ready to make your brand the star of social media? Connect with us let's discuss your objectives, challenges, and how we can make your brand shine.</p>
<p>MBZTECHNOLOGY is authorized and registered under Corporate Affairs Commission with reference number 7135752</p>
<ul class="social-icon">
<li>
<a class="pinterest" href="https://youtu.be/62QT7I8T5xg?si=xSXHP-l5Yta1Gu4Y" target="_blank"><i class="fa-brands fa-youtube"></i></a>
</li>
<li>
<a class="twitter" href="https://x.com/mbz_technology?s=11" target="_blank"><i class="lab la-twitter"></i></a>
</li>
<li>
<a class="linkedin" href="https://www.linkedin.com/company/mbztechnology/" target="_blank"><i class="lab la-linkedin-in"></i></a>
</li>
<li>
<a class="pinterest" href="https://instagram.com/mbz_technology?igshid=OGQ5ZDc2ODk2ZA==" target="_blank"><i class="lab la-instagram"></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6">
<div class="footer-widget widget ">
<h4 class="widget-title">Contact</h4>
<div class="contact_info_list">
<p class="contact-content">Address 1: 3b, Adjacent Odafe Fillimg Station, off Delta Careers College Link Road, Warri, Delta State, Nigeria <br>
Address 2: 26/28 Bedford Row London WC1R 4LP United Kingdom</p>
<p><span>Contact:</span> +234 911 8328 807</p>
<p><span>E-mail:</span> info@mbztechnology.com <br> support@mbztechnology.com</p>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6">
<div class="footer-widget widget widget_nav_menu">
<h4 class="widget-title">Quick Link</h4>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="about.php">About Us</a></li>
<li><a href="service.php">Services</a></li>
<li><a href="contact.php">Contact Us</a></li>
<li><a href="prices.php">Prices</a></li>
<li><a href="work-processing.php">Work Process</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-6">
<div class="footer-widget widget widget_nav_menu">
<h4 class="widget-title">Need Help?</h4>
<ul>
<li><a href="faq.php">FAQS</a></li>
<li><a href="privacy.php">Privacy Policy</a></li>
<li><a href="return.php">Refund Policy</a></li>
<li><a href="terms.php">Terms&Conditions</a></li>
<!-- <li><a href="#">Support</a></li>
<li><a href="#">Documentation</a></li> -->
</ul>
</div>
</div>
<!-- <div class="col-lg-3">
<div class="footer-widget widget">
<h4 class="widget-title">Latest News</h4>
<div class="about_recent_post">
<div class="media">
<img src="assets/img/blog/widget1.png" alt="post">
<div class="media-body">
<h6><a href="#">New Feature Added</a></h6>
<span>21 August 2019</span>
</div>
</div>
<div class="media">
<img src="assets/img/blog/widget2.png" alt="post">
<div class="media-body">
<h6><a href="#">Business Development</a></h6>
<span>21 August 2019</span>
</div>
</div>
</div>
</div>
</div> -->
</div>
</div>
</div>
<div class="copyright-inner">
<div class="copyright-text">
© <script>
document.write(new Date().getFullYear());
</script> MBZTECHNOLOGY All rights reserved.
</div>
</div>
</footer>
<!-- footer area end -->