Skip to content
Snippets Groups Projects
navigation.yml 1.36 KiB
Newer Older
Erxleben, Fredo's avatar
Erxleben, Fredo committed
# This file contains the elements that will appear in the header navigation bar
#
# The navigation is subdivided into header and footer navigation

# Element properties
# ==================
#     title: A shorthand title of the page that can be navigated to
#     url: A project relative path for same-site content or external full URL

# NOTE for Jekyll-generated sites the generated HTML should be linked, not the
# original Markdown.

header:
        - title: Home
          url: /
          fontawesome_class: "fas fa-home"

        - title: News
          url: blog/
          fontawesome_class: "fas fa-rss"

        - title: Services
          url: "/"
          fontawesome_class: "fas fa-list"

        - title: Mission
          url: "/"
          fontawesome_class: "fas fa-bolt"

        - title: Roadmap
          url: "/"
          fontawesome_class: "fas fa-map-signs"
        - title: International
          url: "/"
          fontawesome_class: "fas fa-globe-europe"
        - title: Contact
          url: "contact"
          fontawesome_class: "fas fa-envelope"

        - title: Jobs
          url: "/"
          fontawesome_class: "fas fa-user"
Erxleben, Fredo's avatar
Erxleben, Fredo committed

footer:
         - title: Contact
           url: contact

Erxleben, Fredo's avatar
Erxleben, Fredo committed
         - title: FAQ
           url: faq
Erxleben, Fredo's avatar
Erxleben, Fredo committed
         - title: Imprint
           url: imprint.html

         - title: Privacy
           url: privacy.html