-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
49 lines (46 loc) · 2.3 KB
/
footer.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
<!-- Start Footer Section -->
<footer class="footer-section seo-footer">
<div class="container">
<div class="row justify-content-center align-items-center" style="min-height: 100%;"> <!-- Asegura la alineación vertical -->
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="footer-area-content text-center"> <!-- Alineación horizontal -->
<img src="assets/img/logo/mdgt_brand-01.png" alt="mdgtlab logo">
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget text-center">
<p>Premier social media management, design, video production, photography, and marketing print services. Elevate your brand today!</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget text-center">
<h3>Company</h3>
<ul class="footer-quick-links">
<li><a href="contact.html">Contact</a></li>
<li><a href="https://mdigitallab.myportfolio.com">Popular Campaigns</a></li>
<li><a href="print.html">Printing Service</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget text-center">
<h3>Our Information</h3>
<ul class="footer-quick-links address-link">
<li><a href="mailto:[email protected]"><i class="fa fa-envelope"></i> [email protected]</a></li>
<li><a href="tel:+18623105807"><i class="fa fa-phone"></i> 862-310-5807</a></li>
</ul>
<ul class="social-list">
<!-- Iconos sociales -->
</ul>
</div>
</div>
</div>
</div>
<div class="row justify-content-center align-items-center">
<div class="col-lg-12 text-center">
<p>© Copyright 2024, All Rights Reserved <a href="index.html" target="_blank">M Digital Lab</a></p>
</div>
</div>
</footer>
<!-- End Footer Section -->