Files
IIMTT/_footer.php
2021-03-01 12:45:28 +00:00

116 lines
4.4 KiB
PHP

<!-- FOOTER -->
<section>
<footer class="py-8 py-md-11 bg-gray-200 shadow-light-lg bg-cover overlay overlay-dark overlay-5">
<div style="margin: 0px 60px;" class="fluid-container">
<div class="row">
<div class="col-12 col-md-12 col-lg-3">
<!-- Brand -->
<img style="height: 70px;" src="/assets/img/iimtt.png" alt="iimtt_logo" class="footer-brand img-fluid mb-2">
<!-- Text -->
<p class="text-gray-700 mb-2">
A better way to build.
</p>
<!-- Social -->
<ul class=" list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item mr-3">
<a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-3">
<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-3">
<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Global Registered Address
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-map"></i>
</span>
Kemp House 160 City Road, London, Ec1v2nx<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-phone"></i>
</span> +442038077020<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-mail"></i>
</span> enquiry@iimtt.org
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our partners
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="https://atheneumglobal.education/" target="_blank" class="text-reset">
Atheneum Global Teacher Training College
</a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our center
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
<li class="mb-3">
<a href="montessori-teacher-training-program-kolkata" class="text-reset">
Regional Center Kolkata
</a>
</li>
</ul>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</footer>
<div style="background-color: #1b2a6e;margin: 0;padding: 0;border-top:1px solid white;">
<p style="color: #f7a325;margin: 0;text-align: center;padding-bottom: 10px;"> © 2020 IIMTT. All Rights Reserved.</p>
</div>
</section>
<div class="f1">
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
<div>
<!-- JAVASCRIPT -->
<!-- Vendor JS -->
<script src="/assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="/assets/js/theme.bundle.js"></script>
</body>
</html>