overleaf/services/web/app/views/layout/fat-footer-base.pug
Jessica Lawshe 09c8a49499 Merge pull request #8561 from overleaf/jel-fix-a11y-text
[web] .sr-only text not nested within aria-hidden

GitOrigin-RevId: 1bb8e1d2322a68df5288ad0f8c7b99acb2f41d2e
2022-06-24 08:04:49 +00:00

18 lines
837 B
Text

.fat-footer-base
.fat-footer-base-section.fat-footer-base-meta
.fat-footer-base-item
.fat-footer-base-copyright © #{new Date().getFullYear()} Overleaf
a(href="/legal") #{translate('privacy_and_terms')}
ul.fat-footer-base-item.list-unstyled.fat-footer-base-language
include language-picker
.fat-footer-base-section.fat-footer-base-social
.fat-footer-base-item
a.fat-footer-social(href="https://twitter.com/overleaf")
i.fa.fa-twitter-square(aria-hidden="true")
.sr-only Overleaf on Twitter
a.fat-footer-social(href="https://www.facebook.com/overleaf.editor")
i.fa.fa-facebook-square(aria-hidden="true")
.sr-only Overleaf on Facebook
a.fat-footer-social(href="https://www.linkedin.com/company/writelatex-limited")
i.fa.fa-linkedin-square(aria-hidden="true")
.sr-only Overleaf on LinkedIn