move contact us to menu navbar (remove hardcoding)

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
master
Toshaan Bharvani 2 years ago
parent 294e5b5690
commit 3d73175daf

@ -1,5 +1,4 @@
### navbar ### navbar

[[navbar]] [[navbar]]
name = "About" name = "About"
identifier = "about" identifier = "about"
@ -34,31 +33,26 @@
identifier = "steeringcommittee" identifier = "steeringcommittee"
url = "/steeringcommittee" url = "/steeringcommittee"
weight = -600 weight = -600

[[navbar]] [[navbar]]
name = "Events" name = "Events"
identifier = "events" identifier = "events"
url = "/events/" url = "/events/"
weight = -1900 weight = -1900

[[navbar]] [[navbar]]
name = "Working Groups" name = "Working Groups"
identifier = "groups" identifier = "groups"
url = "/groups/" url = "/groups/"
weight = -1800 weight = -1800

[[navbar]] [[navbar]]
name = "Members" name = "Members"
identifier = "members" identifier = "members"
url = "/members/" url = "/members/"
weight = -1700 weight = -1700

[[navbar]] [[navbar]]
name = "HUB" name = "HUB"
identifier = "hub" identifier = "hub"
url = "/hub/" url = "/hub/"
weight = -1600 weight = -1600

[[navbar]] [[navbar]]
name = "Technical" name = "Technical"
identifier = "technical" identifier = "technical"
@ -88,6 +82,10 @@
identifier = "resources" identifier = "resources"
url = "/resources/" url = "/resources/"
weight= -600 weight= -600
[[navbar]]
name = "Contact Us"
url = "/contact/"
weight = -10


### policy ### policy
[[policy]] [[policy]]

@ -64,7 +64,6 @@
{{ end }} {{ end }}
{{ end }} {{ end }}
{{ end }} {{ end }}
<li class="header__menu-item"><a href="{{ "/contact/" | relURL }}">Contact Us</a></li>
</ul> </ul>
<div class="mobile-view-social-join pt-3"> <div class="mobile-view-social-join pt-3">
<div class="header__contact-btn join-us-button mobile-view py-4"> <div class="header__contact-btn join-us-button mobile-view py-4">

Loading…
Cancel
Save