2022-12-19 10:36:21 -05:00
|
|
|
- var featuresPageVariant = splitTestVariants && splitTestVariants['features-page']
|
|
|
|
|
2022-03-01 09:28:01 -05:00
|
|
|
footer.fat-footer.hidden-print
|
|
|
|
.fat-footer-container
|
|
|
|
.fat-footer-sections(class=hideFatFooter ? 'hidden' : undefined)
|
|
|
|
.footer-section#footer-brand
|
|
|
|
a(href='/', aria-label=settings.appName).footer-brand
|
|
|
|
|
|
|
|
.footer-section
|
|
|
|
.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
|
2022-06-23 10:04:55 -04:00
|
|
|
a(href="/about/careers") #{translate('careers')}
|
2022-03-01 09:28:01 -05:00
|
|
|
li
|
2022-05-17 04:37:25 -04:00
|
|
|
a(href="/for/press") !{translate('press_and_awards')}
|
2022-03-01 09:28:01 -05:00
|
|
|
li
|
|
|
|
a(href="/blog") #{translate('blog')}
|
|
|
|
|
|
|
|
.footer-section
|
|
|
|
.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
|
2022-05-17 04:37:25 -04:00
|
|
|
.footer-section-heading !{translate('footer_plans_and_pricing')}
|
2022-03-01 09:28:01 -05:00
|
|
|
|
|
|
|
ul.list-unstyled
|
|
|
|
li
|
2022-12-19 10:36:21 -05:00
|
|
|
if !featuresPageVariant || featuresPageVariant === 'default'
|
2023-01-11 11:28:08 -05:00
|
|
|
a(href="/learn/how-to/Overleaf_premium_features" event-tracking="features-page-link" event-tracking-mb="true" event-tracking-trigger="click" event-segmentation={splitTest: "features-page", splitTestVariant: "default", locationInPage: "footer"}) #{translate('premium_features')}
|
2022-12-19 10:36:21 -05:00
|
|
|
else
|
2023-01-18 09:38:17 -05:00
|
|
|
a(href="/about/features-overview" event-tracking="features-page-link" event-tracking-mb="true" event-tracking-trigger="click" event-segmentation={splitTest: "features-page", splitTestVariant: "new", locationInPage: "footer"}) #{translate('features')}
|
2022-03-01 09:28:01 -05:00
|
|
|
li
|
2022-10-25 08:02:18 -04:00
|
|
|
a(href="/user/subscription/plans?itm_referrer=footer-for-indv-groups") !{translate('for_individuals_and_groups')}
|
2022-03-01 09:28:01 -05:00
|
|
|
li
|
|
|
|
a(href="/for/enterprises") #{translate('for_enterprise')}
|
|
|
|
li
|
|
|
|
a(href="/for/universities") #{translate('for_universities')}
|
|
|
|
li
|
2023-06-06 12:43:43 -04:00
|
|
|
a(href="/user/subscription/plans?itm_referrer=footer-for-students#view=student") #{translate('for_students')}
|
2022-03-01 09:28:01 -05:00
|
|
|
|
|
|
|
.footer-section
|
|
|
|
.footer-section-heading #{translate('get_involved')}
|
|
|
|
|
|
|
|
ul.list-unstyled
|
|
|
|
li
|
|
|
|
a(href="/for/community/advisors") #{translate('become_an_advisor')}
|
|
|
|
li
|
|
|
|
a(href="https://calendly.com/overleaf/user-research") #{translate('participate_in_user_research')}
|
|
|
|
if user
|
|
|
|
li
|
|
|
|
a(href="/beta/participate") #{translate('join_beta_program')}
|
|
|
|
li
|
|
|
|
a(href="/user/bonus") #{translate('refer_a_friend')}
|
|
|
|
|
|
|
|
.footer-section
|
|
|
|
.footer-section-heading #{translate('help')}
|
|
|
|
|
|
|
|
ul.list-unstyled
|
|
|
|
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
|