Files
LiveCartaWP/htdocs/wp-content/themes/lawcarta/footer.php
2024-01-08 09:33:07 +01:00

70 lines
3.6 KiB
PHP

<?php
require_once 'inc/walker-nav-menu.php';
?>
<footer>
<div class="cont">
<div class="footer-left">
<div class="logo">
<a href="/">
<img src="<?= get_theme_file_uri('/assets/img/logo.svg'); ?>" alt="LiveCarta" width="136" height="26">
</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/">Features</a>
<a href="/collection/">Chapter Collections</a>
<a href="/custom-copy/">Customized book copies</a>
<a href="/individual-chapters/">Individual Chapters</a>
<a href="/blog/">Blog</a>
</div>
<div class="fm-col">
<div class="title">Legal</div>
<a href="/privacy-policy/">Privacy Policy</a>
<a href="/cookies-policy/">Cookies Policy</a>
<a href="/terms-of-use/">Terms of Use</a>
</div>
<div class="fm-col">
<div class="title">Contact</div>
<a href="<?= get_lawcarta_url()?>/review-copy">Request review copy</a>
<a href="/contact-us/">Contact Us</a>
<a href="/faq-page/">FAQs</a>
<a href="/about-us/">About Us</a>
</div>
</div>
</div>
<div class="footer-right">
<div class="socials">
<a target="_blank" href="https://twitter.com/_livecarta" title="Twitter"><span class="icon-twitter"></span></a>
<a target="_blank" href="https://www.instagram.com/livecarta" title="Instagram"><span class="icon-instagram"></span></a>
<a target="_blank" href="https://fb.me/LikeLiveCarta" title="Facebook"><span class="icon-facebook"></span></a>
<a target="_blank" href="https://www.linkedin.com/company/likelivecarta" title="LinkedIn"><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"><img width="120" height="35" 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"><img width="120" height="35" 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=4'); ?>"></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>