themes-getlumino/content/includes/footer.blade.php

52 lines
2.4 KiB
PHP
Raw Normal View History

2023-05-07 18:59:35 +00:00
<footer class="style-4 mt-0 pt-100">
<div class="container">
<div class="section-head text-center style-4">
2023-05-07 19:13:18 +00:00
<h2 class="mb-10"> <span> Lumino </span> CMS </h2>
2023-05-07 18:59:35 +00:00
<p>Discover your new favorite spaces, from Sao Paulo to Seoul. Download from App Store or Google Play.</p>
<div class="d-flex align-items-center justify-content-center mt-50">
<a href="https://www.apple.com/app-store/" class="btn rounded-pill bg-blue4 fw-bold text-white me-4" target="_blank">
<small> <i class="fab fa-apple me-2 pe-2 border-end"></i> Download On App Store </small>
</a>
<a href="https://play.google.com/store/apps" class="btn rounded-pill hover-blue4 fw-bold border-blue4" target="_blank">
<small> <i class="fab fa-google-play me-2 pe-2 border-end"></i> Download On Google Play </small>
</a>
</div>
</div>
<div class="foot mt-80">
<div class="row align-items-center">
<div class="col-lg-2">
<div class="logo">
<img src="assets/img/logo_lgr.png" alt="">
</div>
2022-01-28 23:26:04 +00:00
</div>
2023-05-07 18:59:35 +00:00
<div class="col-lg-8">
<ul class="links">
<li>
<a href="home-app-landing.html" class="active">Home</a>
</li>
<li>
<a href="page-about-5.html">about</a>
</li>
<li>
<a href="page-product-5.html">product</a>
</li>
<li>
<a href="page-blog-5.html">blog</a>
</li>
<li>
<a href="page-contact-5.html">contact</a>
</li>
</ul>
2022-01-28 23:26:04 +00:00
</div>
2023-05-07 19:13:18 +00:00
2022-01-01 14:51:36 +00:00
</div>
2022-01-28 23:26:04 +00:00
</div>
2023-05-07 18:59:35 +00:00
<div class="copywrite text-center">
<small class="small">
© 2022 Copyrights by <a href="#" class="fw-bold text-decoration-underline">Iteck Co.</a> All Rights Reserved. Designed by <a href="https://themeforest.net/user/themescamp" class="fw-bold text-decoration-underline">ThemesCamp</a>
</small>
2022-01-01 14:51:36 +00:00
</div>
</div>
2023-05-07 18:59:35 +00:00
<!-- <img src="assets/img/footer/footer_4_wave.png" alt="" class="wave"> -->
</footer>