Files
Verso/services/web/app/views/layout/fat-footer.pug
T
Rebeka DekanyandCopybot 79e5a884f5 Use meta tags for user info and refactor syntax for conditional classes (#26617)
* Use meta tags for user info data

* Remove Back button

* Refactor syntax for conditional classes

* Inline meta tags

* Keep "Please go back and try again" text

* Shorthand classname

GitOrigin-RevId: 3b78bff04b4fb8dc7fdecf5b663d2a4f64c3218b
2025-07-02 08:05:07 +00:00

86 lines
2.6 KiB
Plaintext

footer.fat-footer.hidden-print
.fat-footer-container(
role='navigation'
aria-label=translate('footer_navigation')
)
.fat-footer-sections(class={hidden: hideFatFooter})
#footer-brand.footer-section
a.footer-brand(href='/' aria-label=settings.appName)
.footer-section
h2.footer-section-heading #{translate('About')}
ul.list-unstyled
li
a(href='/about') #{translate('footer_about_us')}
li
a(href='/about/values') #{translate('our_values')}
li
a(href='https://digitalscience.pinpointhq.com/') #{translate('careers')}
li
a(href='/for/press') !{translate('press_and_awards')}
li
a(href='/blog') #{translate('blog')}
.footer-section
h2.footer-section-heading #{translate('learn')}
ul.list-unstyled
li
a(href='/learn/latex/Learn_LaTeX_in_30_minutes') #{translate('latex_in_thirty_minutes')}
li
a(href='/latex/templates') #{translate('templates')}
li
a(href='/events/webinars') #{translate('webinars')}
li
a(href='/learn/latex/Tutorials') #{translate('tutorials')}
li
a(href='/learn/latex/Inserting_Images') #{translate('how_to_insert_images')}
li
a(href='/learn/latex/Tables') #{translate('how_to_create_tables')}
.footer-section
h2.footer-section-heading !{translate('footer_plans_and_pricing')}
ul.list-unstyled
li
a(href='/learn/how-to/Overleaf_premium_features') #{translate('premium_features')}
li
a(href='/user/subscription/plans?itm_referrer=footer-for-indv-groups') !{translate('for_individuals_and_groups')}
li
a(href='/for/enterprises') #{translate('for_enterprise')}
li
a(href='/for/universities') #{translate('for_universities')}
li
a(
data-ol-for-students-link
href='/user/subscription/plans?itm_referrer=footer-for-students#student-annual'
) #{translate('for_students')}
li
a(href='/for/government') #{translate('for_government')}
.footer-section
h2.footer-section-heading #{translate('get_involved')}
ul.list-unstyled
li
a(href='https://forms.gle/67PSpN1bLnjGCmPQ9') #{translate('let_us_know_what_you_think')}
if user
li
a(href='/beta/participate') #{translate('join_beta_program')}
.footer-section
h2.footer-section-heading #{translate('help')}
ul.list-unstyled
li
a(href='/about/why-latex') #{translate('why_latex')}
li
a(href='/learn') #{translate('Documentation')}
li
a(href='/contact') #{translate('footer_contact_us')}
li
a(href='https://status.overleaf.com/') #{translate('website_status')}
include fat-footer-base