Files
LiveCartaWP/wordpress/wp-content/themes/lawcarta/footer.php

72 lines
4.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
require_once 'inc/walker-nav-menu.php';
?>
<footer>
<div class="cont">
<div class="footer-left">
<div class="logo">
<a href="/" tabindex="0">
<img src="<?= get_theme_file_uri('/assets/img/logo.svg'); ?>" loading="lazy" alt="LiveCarta">
</a>
</div>
<div class="copyright">© Tributary Publishing, Inc. All rights reserved.</div>
</div>
<div class="footer-center">
<div class="footer-menu">
<div class="fm-col">
<div class="title">Product</div>
<a href="/features/" tabindex="0">Features</a>
<a href="/digital-experience-platform/" tabindex="0">Product</a>
<a href="/resources/" tabindex="0">Resourсes</a>
<a href="/collection/" tabindex="0">Chapter Collections</a>
<a href="/custom-copy/" tabindex="0">Customized book copies</a>
<a href="/individual-chapters/" tabindex="0">Individual Chapters</a>
<a href="/blog/" tabindex="0">Blog</a>
</div>
<div class="fm-col">
<div class="title">Legal</div>
<a href="/privacy-policy/" tabindex="0">Privacy Policy</a>
<a href="/cookies-policy/" tabindex="0">Cookies Policy</a>
<a href="/terms-of-use/" tabindex="0">Terms of Use</a>
</div>
<div class="fm-col">
<div class="title">Contact</div>
<a href="<?= get_lawcarta_url()?>/review-copy" tabindex="0">Request review copy</a>
<a href="/contact-us/" tabindex="0">Contact Us</a>
<a href="/faq-page/" tabindex="0">FAQs</a>
<a href="/about-us/" tabindex="0">About Us</a>
</div>
</div>
</div>
<div class="footer-right">
<div class="socials">
<a target="_blank" href="https://twitter.com/_livecarta" title="Twitter" tabindex="0"><span class="icon-twitter"></span></a>
<a target="_blank" href="https://www.instagram.com/livecarta" title="Instagram" tabindex="0"><span class="icon-instagram"></span></a>
<a target="_blank" href="https://fb.me/LikeLiveCarta" title="Facebook" tabindex="0"><span class="icon-facebook"></span></a>
<a target="_blank" href="https://www.linkedin.com/company/likelivecarta" title="LinkedIn" tabindex="0"><span class="icon-linkedin"></span></a>
</div>
<div class="app-download">
<a target="_blank" href="https://apps.apple.com/us/app/livecarta/id1505717341" class="app-download" tabindex="0"><img width="120" height="35" loading="lazy" src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt="App Store"></a>
<!--a target="_blank" href="https://play.google.com/store/apps/details?id=com.teqspring.apps.livecarta" class="app-download" tabindex="0"><img width="120" height="35" loading="lazy" src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt="Play Store"></a-->
</div>
</div>
</div>
</footer>
</div><!-- .wrapper -->
<?php wp_footer(); ?>
<script src="<?= get_theme_file_uri('/assets/js/ui.js?v=5'); ?>"></script>
<!-- <link rel="stylesheet" href="<?= get_theme_file_uri('/assets/js/splide/splide.min.css'); ?>">
<script src="<?= get_theme_file_uri('/assets/js/featuresScroll.js'); ?>"></script>
<script src="<?= get_theme_file_uri('/assets/js/splide/splide.min.js'); ?>"></script>
<script src="<?= get_theme_file_uri('/assets/js/faqSearch.js'); ?>"></script>
<script src="<?= get_theme_file_uri('/assets/js/promoImage.js'); ?>"></script>
<script src="<?= get_theme_file_uri('/assets/js/sliderScript.js'); ?>"></script> -->
</body>
</html>