init project
This commit is contained in:
58
templates/frontend/basic/footer.html.twig
Normal file
58
templates/frontend/basic/footer.html.twig
Normal file
@@ -0,0 +1,58 @@
|
||||
<footer id="footer" class="footer">
|
||||
|
||||
<div class="container footer-top mb-1">
|
||||
<div class="row gy-4">
|
||||
<div class="col-lg-4 col-md-6 footer-about">
|
||||
<a href="http://powerpme.local:84/#hero" class="logo d-flex align-items-center">
|
||||
<span class="sitename">PowerPME</span>
|
||||
</a>
|
||||
<div class="social-links d-flex mt-4">
|
||||
<a href="https://www.facebook.com/profile.php?id=61575366993120¬if_id=1745143968707526¬if_t=fan_profile_v2&ref=notif"><i class="bi bi-facebook"></i></a>
|
||||
<a href="https://www.instagram.com/powerpme/"><i class="bi bi-instagram"></i></a>
|
||||
<a href="https://www.linkedin.com/company/powerpme/about/"><i class="bi bi-linkedin"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-md-3 footer-links">
|
||||
<h4>Adresse</h4>
|
||||
<ul>
|
||||
<li><a href="#">2 rue elmouez</a></li>
|
||||
<li><a href="#">Mornaguia 1110 Tunis</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-md-3 offset-1 footer-links">
|
||||
<h4>Téléphone</h4>
|
||||
<ul>
|
||||
<li><a href="#">(+216) 52 719 341</a></li>
|
||||
<li><a href="#">(+33) 06 05 68 60 69</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-md-3 offset-1 footer-links">
|
||||
<h4>Email</h4>
|
||||
<ul>
|
||||
<li><a href="#">info@powerpme.com</a></li>
|
||||
<li><a href="#">contact@powerpme.com</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{#
|
||||
<div class="container copyright text-center mt-4">
|
||||
<p>© <span>Copyright</span> <strong class="px-1 sitename">iLanding</strong> <span>All Rights Reserved</span></p>
|
||||
<div class="credits">
|
||||
<!-- All the links in the footer should remain intact. -->
|
||||
<!-- You can delete the links only if you've purchased the pro version. -->
|
||||
<!-- Licensing information: https://bootstrapmade.com/license/ -->
|
||||
<!-- Purchase the pro version with working PHP/AJAX contact form: [buy-url] -->
|
||||
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> Distributed By <a href="https://themewagon.com">ThemeWagon</a>
|
||||
</div>
|
||||
</div>
|
||||
#}
|
||||
|
||||
|
||||
</footer>
|
||||
Reference in New Issue
Block a user