AMPERION_Webpage/config/_default/menus.en.toml
2025-07-23 16:46:21 +02:00

104 lines
No EOL
1.3 KiB
TOML

############# English navigation ##############
# main menu
[[main]]
name = "Services"
url = "service/"
weight = 1
identifier = "service"
[[main]]
name = "Planning"
url = "service/planung/"
weight = 1
parent = "service"
[[main]]
name = "Project Management"
url = "service/projektmanagement/"
weight = 2
parent = "service"
[[main]]
name = "Consulting"
url = "service/consulting/"
weight = 3
parent = "service"
[[main]]
name = "Focus Topics"
url = "fokusthemen/"
weight = 2
identifier = "fokusthemen"
[[main]]
name = "Photovoltaic"
url = "service/photovoltaik/"
weight = 1
parent = "fokusthemen"
[[main]]
name = "Energy storage"
url = "service/energierspeicher/"
weight = 2
parent = "fokusthemen"
[[main]]
name = "E-mobility"
url = "service/emobilität/"
weight = 3
parent = "fokusthemen"
[[main]]
name = "About AMPERION"
url = "about/"
weight = 3
[[main]]
name = "Contact"
url = "contact/"
weight = 4
[[main]]
name = "Career"
url = "contact/"
weight = 5
# footer menu
[[footer]]
name = "Services"
url = "service/"
weight = 1
[[footer]]
name = "Contact"
url = "contact/"
weight = 2
[[footer]]
name = "About AMPERION"
url = "about/"
weight = 3
[[footer]]
name = "Impressum"
url = "impressum/"
weight = 4
[[footer]]
name = "GTC"
url = "agb/"
weight = 5
[[footer]]
name = "Data protection"
url = "datenschutz/"
weight = 6