mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 06:39:02 +02:00
fd2a572ef1
[web] Add translations for top nav and footer GitOrigin-RevId: 4240943e91ea6e1d19ce020cdacfe05c0302fdf8
19 lines
915 B
Plaintext
19 lines
915 B
Plaintext
.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"})}
|