Merge pull request #27046 from overleaf/rh-header-footer

Header and footer changes

GitOrigin-RevId: 963b07e6240401b6fc87ace7328b6f5a2046dc6c
This commit is contained in:
roo hutton
2025-07-15 08:05:52 +00:00
committed by Copybot
parent 1b70f09bee
commit caedd0f850
8 changed files with 77 additions and 65 deletions
@@ -13,15 +13,26 @@ footer.fat-footer.hidden-print.website-redesign-fat-footer
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('solutions')}
ul.list-unstyled
li
a(href='/for/enterprises') #{translate('for_business')}
li
a(href='/for/universities') #{translate('for_universities')}
li
a(href='/for/government') #{translate('for_government')}
li
a(href='/for/publishers') #{translate('for_publishers')}
li
a(href='/about/customer-stories') #{translate('customer_stories')}
.footer-section
h2.footer-section-heading #{translate('learn')}
@@ -40,24 +51,19 @@ footer.fat-footer.hidden-print.website-redesign-fat-footer
a(href='/learn/latex/Tables') #{translate('how_to_create_tables')}
.footer-section
h2.footer-section-heading !{translate('footer_plans_and_pricing')}
h2.footer-section-heading !{translate('pricing')}
ul.list-unstyled
li
a(href='/learn/how-to/Overleaf_premium_features') #{translate('premium_features')}
a(href='/user/subscription/plans?itm_referrer=footer-for-indv') #{translate('for_individuals')}
li
a(href='/user/subscription/plans?itm_referrer=footer-for-indv-groups') !{translate('for_individuals_and_groups')}
li
a(href='/for/enterprises') #{translate('for_business')}
li
a(href='/for/universities') #{translate('for_universities')}
a(
href='/user/subscription/plans?plan=group&itm_referrer=footer-for-groups'
) !{translate('for_groups_and_organizations')}
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')}
@@ -73,8 +79,6 @@ footer.fat-footer.hidden-print.website-redesign-fat-footer
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
+20 -16
View File
@@ -13,15 +13,26 @@ footer.fat-footer.hidden-print
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('solutions')}
ul.list-unstyled
li
a(href='/for/enterprises') #{translate('for_business')}
li
a(href='/for/universities') #{translate('for_universities')}
li
a(href='/for/government') #{translate('for_government')}
li
a(href='/for/publishers') #{translate('for_publishers')}
li
a(href='/about/customer-stories') #{translate('customer_stories')}
.footer-section
h2.footer-section-heading #{translate('learn')}
@@ -40,24 +51,19 @@ footer.fat-footer.hidden-print
a(href='/learn/latex/Tables') #{translate('how_to_create_tables')}
.footer-section
h2.footer-section-heading !{translate('footer_plans_and_pricing')}
h2.footer-section-heading !{translate('pricing')}
ul.list-unstyled
li
a(href='/learn/how-to/Overleaf_premium_features') #{translate('premium_features')}
a(href='/user/subscription/plans?itm_referrer=footer-for-indv') #{translate('for_individuals')}
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')}
a(
href='/user/subscription/plans?plan=group&itm_referrer=footer-for-groups'
) !{translate('for_groups_and_organizations')}
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')}
@@ -73,8 +79,6 @@ footer.fat-footer.hidden-print
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