links tabindex

This commit is contained in:
Jerry
2024-05-15 09:30:52 +02:00
parent b8da9ee8e7
commit 197b599246
11 changed files with 57 additions and 57 deletions

View File

@@ -8,7 +8,7 @@ require_once 'inc/walker-nav-menu.php';
<div class="cont">
<div class="footer-left">
<div class="logo">
<a href="/">
<a href="/" tabindex="0">
<img src="<?= get_theme_file_uri('/assets/img/logo.svg'); ?>" loading="lazy" alt="LiveCarta" width="136" height="26">
</a>
</div>
@@ -19,37 +19,37 @@ require_once 'inc/walker-nav-menu.php';
<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>
<a href="/features/" tabindex="0">Features</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/">Privacy Policy</a>
<a href="/cookies-policy/">Cookies Policy</a>
<a href="/terms-of-use/">Terms of Use</a>
<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">Request review copy</a>
<a href="/contact-us/">Contact Us</a>
<a href="/faq-page/">FAQs</a>
<a href="/about-us/">About Us</a>
<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"><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>
<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"><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"><img width="120" height="35" loading="lazy" src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt="Play Store"></a>
<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>