header.html 829 B

123456789101112131415
  1. <header>
  2. <nav class="gnu-nav">
  3. <a href="https://gnu.org/gnu/gnu.html">{{ i18n "about-gnu" }}</a>
  4. <a href="https://gnu.org/philosophy/philosophy.html">{{ i18n "philosophy" }}</a>
  5. <a href="https://gnu.org/licenses/licenses.html">{{ i18n "licenses" }}</a>
  6. <a href="https://gnu.org/education/education.html">{{ i18n "education" }}</a>
  7. <a href="https://gnu.org/software/software.html">{{ i18n "software" }}</a>
  8. <a href="https://gnu.org/doc/doc.html">{{ i18n "documentation" }}</a>
  9. <a href="https://gnu.org/help/help.html">{{ i18n "help-gnu" }}</a>
  10. <a class="join-fsf" href="https://www.fsf.org/associate/support_freedom">{{ i18n "join-fsf" }}</a>
  11. </nav>
  12. </header>
  13. <div id="gnu-logo">
  14. <a href="/"><img alt="Baseline" height=48 src="{{ "/img/gnu/2.png" | relURL }}" width=390></a>
  15. </div>