63 lines
3.2 KiB
PHP
63 lines
3.2 KiB
PHP
<footer class="style-4 mt-0 pt-100">
|
|
<div class="container">
|
|
<div class="section-head text-center style-4">
|
|
<h2 class="mb-10"> Ready To <span> Download </span> </h2>
|
|
<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>
|
|
</div>
|
|
<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>
|
|
</div>
|
|
<div class="col-lg-2">
|
|
<div class="dropdown">
|
|
<button class="icon-25 dropdown-toggle p-0 border-0 bg-transparent rounded-circle img-cover" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false">
|
|
<img src="assets/img/lang.png" alt="" class="me-2">
|
|
<small>English</small>
|
|
</button>
|
|
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton1">
|
|
<li><a class="dropdown-item" href="#">English</a></li>
|
|
<li><a class="dropdown-item" href="#">Arabic</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<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>
|
|
</div>
|
|
</div>
|
|
<!-- <img src="assets/img/footer/footer_4_wave.png" alt="" class="wave"> -->
|
|
</footer> |