simedkom/resources/views/components/partials/footer.blade.php

111 lines
6.5 KiB
PHP

<footer class="p-0 footer-light position-relative">
<div class="container position-relative">
<div class="row justify-content-center pt-5 sm-pt-40px">
<!-- start footer column -->
<div
class="col-6 col-xl-3 col-lg-12 col-sm-6 last-paragraph-no-margin text-xl-start text-lg-center order-sm-1 lg-mb-50px sm-mb-30px">
<a href="demo-it-business.html" class="footer-logo mb-15px d-inline-block">
<img src="images/demo-it-business-logo-black.png"
data-at2x="images/demo-it-business-logo-black@2x.png" alt="">
</a>
<p class="lh-28 w-90 xl-w-100 mx-lg-auto mx-xl-0">Gearing your company through an innovative
strategy.</p>
<div class="elements-social social-icon-style-02 mt-15px">
<ul class="medium-icon dark">
<li class="my-0"><a class="facebook" href="https://www.facebook.com/" target="_blank"><i
class="fa-brands fa-facebook-f"></i></a></li>
<li class="my-0"><a class="dribbble" href="http://www.dribbble.com" target="_blank"><i
class="fa-brands fa-dribbble"></i></a></li>
<li class="my-0"><a class="twitter" href="http://www.twitter.com" target="_blank"><i
class="fa-brands fa-twitter"></i></a></li>
<li class="my-0"><a class="instagram" href="http://www.instagram.com" target="_blank"><i
class="fa-brands fa-instagram"></i></a></li>
</ul>
</div>
</div>
<!-- end footer column -->
<!-- start footer column -->
<div class="col-6 col-xl-2 col-lg-3 col-sm-4 xs-mb-30px order-sm-3 order-lg-2">
<span class="fw-600 d-block text-dark-gray mb-5px">Company</span>
<ul>
<li><a href="demo-it-business-about.html">Who we are</a></li>
<li><a href="demo-it-business-services.html">Our services</a>
<div
class="bg-dark-gray fw-600 text-white lh-22 text-uppercase border-radius-30px ps-10px pe-10px fs-10 ms-10px d-inline-block align-middle">
Hot</div>
</li>
<li><a href="demo-it-business-case-studies.html">Our clients</a></li>
<li><a href="demo-it-business-contact.html">Contact us</a></li>
</ul>
</div>
<!-- end footer column -->
<!-- start footer column -->
<div class="col-6 col-xl-2 col-lg-3 col-md-5 col-sm-4 xs-mb-30px order-sm-4 order-lg-3">
<span class="fw-600 d-block text-dark-gray mb-5px">Services</span>
<ul>
<li><a href="#">Planning</a></li>
<li><a href="#">Research</a></li>
<li><a href="#">Consulting</a></li>
<li><a href="#">Analysis</a></li>
</ul>
</div>
<!-- end footer column -->
<!-- start footer column -->
<div class="col-6 col-xl-2 col-lg-3 col-md-3 col-sm-4 xs-mb-30px order-sm-5 order-lg-4">
<span class="fw-600 d-block text-dark-gray mb-5px">Need help?</span>
<span>Call us directly?</span>
<span class="d-block mb-10px"><a class="text-dark-gray fw-600" href="tel:1235678901">(123)
567 8901</a></span>
<span>Need support?</span>
<a href="mailto:help@domain.com" class="text-dark-gray fw-600">help@domain.com</a>
</div>
<!-- end footer column -->
<!-- start footer column -->
<div class="col-xl-3 col-lg-3 col-sm-6 md-mb-50px sm-mb-30px xs-mb-0 order-sm-2 order-lg-5">
<span class="fw-600 d-block text-dark-gray mb-5px">Subscribe newsletter</span>
<p class="lh-28 w-95 mb-10px xs-mb-10px">Subscribe our newsletter to get the latest news and
updates!</p>
<div class="d-inline-block w-100 newsletter-style-04 position-relative">
<form action="email-templates/subscribe-newsletter.php" method="post"
class="position-relative w-100">
<input
class="fs-15 bg-white w-100 border-0 border-bottom border-1 border-color-dark-gray form-control required"
type="email" name="email" placeholder="Enter your email address" />
<input type="hidden" name="redirect" value="">
<button class="btn submit" aria-label="submit"><i
class="icon feather icon-feather-mail icon-small"></i></button>
<div
class="form-results border-radius-0px p-15px fs-16 lh-24 w-100 text-center position-absolute d-none">
</div>
</form>
</div>
</div>
<!-- end footer column -->
</div>
<div class="row justify-content-center align-items-center pt-7">
<!-- start divider -->
<div class="col-12">
<div class="divider-style-03 divider-style-03-01 border-color-extra-medium-gray"></div>
</div>
<!-- end divider -->
<!-- start copyright -->
<div
class="col-lg-5 pt-20px pb-20px md-pt-0 order-2 order-lg-1 text-center text-lg-start last-paragraph-no-margin fs-14">
<p>&copy; 2024 Crafto is Proudly Powered by <a href="https://www.themezaa.com/" target="_blank"
class="text-dark-gray fw-600 text-decoration-line-bottom">ThemeZaa</a>
</p>
</div>
<!-- end copyright -->
<!-- start footer menu -->
<div class="col-lg-7 pt-20px pb-20px md-pt-25px md-pb-5px order-1 order-lg-2 text-center text-lg-end fs-14">
<ul class="footer-navbar sm-lh-normal">
<li><a href="#" class="nav-link">Privacy policy</a></li>
<li><a href="#" class="nav-link">Terms and conditions</a></li>
<li><a href="#" class="nav-link">Copyright</a></li>
</ul>
</div>
<!-- end footer menu -->
</div>
</div>
</footer>