First pass working on frontpage

Namely testimonials and top banner
This commit is contained in:
2024-09-22 17:40:15 -07:00
parent c224d9903b
commit dfed01d167
97 changed files with 15830 additions and 2 deletions

View File

@@ -0,0 +1,87 @@
############# English navigation ##############
# main menu
[[main]]
name = "Conferences"
weight = 1
[[main]]
parent = "Conferences"
name = "Seattle"
url = "/Seattle"
weight = 1
[[main]]
parent = "Conferences"
name = "Boston"
url = "/boston"
weight = 2
[[main]]
name = "News"
url = "/news"
weight = 2
[[main]]
name = "Media"
url = "/media"
weight = 3
[[main]]
name = "Explore"
weight = 4
[[main]]
parent = "Explore"
name = "Discord"
url = "/discord"
weight = 1
[[main]]
parent = "Explore"
name = "Meetups"
url = "/meetups"
weight = 2
[[main]]
parent = "Explore"
name = "Members"
url = "/members"
weight = 3
[[main]]
name = "About"
url = "/about"
weight = 5
# footer menu
[[footer]]
name = "Tickets"
url = "/tickets"
weight = 1
[[footer]]
name = "Contact"
url = "/contact"
weight = 2
[[footer]]
name = "Members"
url = "https://donorbox.org/handmadecities"
weight = 3
[[footer]]
name = "Meetups"
url = "/meetups"
weight = 3
[[footer]]
name = "Seattle"
url = "/meetups"
weight = 3
[[footer]]
name = "Boston"
url = "/meetups"
weight = 3