mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
5fd4acffd5
[web] Add translations for top nav and footer GitOrigin-RevId: 4240943e91ea6e1d19ce020cdacfe05c0302fdf8
18 lines
915 B
Text
18 lines
915 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 #{translate("app_on_x", {social: "Twitter"})}
|
|
a.fat-footer-social(href="https://www.facebook.com/overleaf.editor")
|
|
i.fa.fa-facebook-square(aria-hidden="true")
|
|
.sr-only #{translate("app_on_x", {social: "Facebook"})}
|
|
a.fat-footer-social(href="https://www.linkedin.com/company/writelatex-limited")
|
|
i.fa.fa-linkedin-square(aria-hidden="true")
|
|
.sr-only #{translate("app_on_x", {social: "LinkedIn"})}
|