fat-footer.pug 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. footer.fat-footer.hidden-print
  2. .fat-footer-container
  3. .fat-footer-sections(class={hidden: hideFatFooter})
  4. #footer-brand.footer-section
  5. a.footer-brand(href='/' aria-label=settings.appName)
  6. .footer-section
  7. h2.footer-section-heading #{translate('About')}
  8. ul.list-unstyled
  9. li
  10. a(href='/about') #{translate('footer_about_us')}
  11. li
  12. a(href='https://digitalscience.pinpointhq.com/') #{translate('careers')}
  13. li
  14. a(href='/blog') #{translate('blog')}
  15. .footer-section
  16. h2.footer-section-heading #{translate('solutions')}
  17. ul.list-unstyled
  18. li
  19. a(href='/for/enterprises') #{translate('for_business')}
  20. li
  21. a(href='/for/universities') #{translate('for_universities')}
  22. li
  23. a(href='/for/government') #{translate('for_government')}
  24. li
  25. a(href='/for/publishers') #{translate('for_publishers')}
  26. li
  27. a(href='/about/customer-stories') #{translate('customer_stories')}
  28. .footer-section
  29. h2.footer-section-heading #{translate('learn')}
  30. ul.list-unstyled
  31. li
  32. a(href='/learn/latex/Learn_LaTeX_in_30_minutes') #{translate('latex_in_thirty_minutes')}
  33. li
  34. a(href='/latex/templates') #{translate('templates')}
  35. li
  36. a(href='/events/webinars') #{translate('webinars')}
  37. li
  38. a(href='/learn/latex/Tutorials') #{translate('tutorials')}
  39. li
  40. a(href='/learn/latex/Inserting_Images') #{translate('how_to_insert_images')}
  41. li
  42. a(href='/learn/latex/Tables') #{translate('how_to_create_tables')}
  43. .footer-section
  44. h2.footer-section-heading !{translate('pricing')}
  45. ul.list-unstyled
  46. li
  47. a(href='/user/subscription/plans?itm_referrer=footer-for-indv') #{translate('for_individuals')}
  48. li
  49. a(
  50. href='/user/subscription/plans?plan=group&itm_referrer=footer-for-groups'
  51. ) !{translate('for_groups_and_organizations')}
  52. li
  53. a(
  54. href='/user/subscription/plans?itm_referrer=footer-for-students#student-annual'
  55. ) #{translate('for_students')}
  56. .footer-section
  57. h2.footer-section-heading #{translate('get_involved')}
  58. ul.list-unstyled
  59. li
  60. a(href='https://forms.gle/67PSpN1bLnjGCmPQ9') #{translate('let_us_know_what_you_think')}
  61. if user
  62. li
  63. a(href='/beta/participate') #{translate('join_beta_program')}
  64. .footer-section
  65. h2.footer-section-heading #{translate('help')}
  66. ul.list-unstyled
  67. li
  68. a(href='/learn') #{translate('Documentation')}
  69. li
  70. a(href='/contact') #{translate('footer_contact_us')}
  71. li
  72. a(href='https://status.overleaf.com/') #{translate('website_status')}
  73. include fat-footer-base