change order and icons

* change order of about as per Dina's remark
* remove contact icon as per Dina's remark
* remove join from menu as it isn't used

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
jamesk-patch-1
Toshaan Bharvani 2 years ago
parent 4085a36db0
commit 04035fba76

@ -2,30 +2,30 @@
name = "About"
identifier = "about"
weight = -2000
[[navbar]]
parent = "about"
name = "Mission Statement"
identifier = "missionstatement"
url = "/about/missionstatement/"
weight = -1000
[[navbar]]
parent = "about"
name = "Governance"
identifier = "governance"
url = "/about/governance/"
weight = -900
[[navbar]]
parent = "about"
name = "Board of Directors"
identifier = "bod"
url = "/boardofdirectors/"
weight = -900
weight = -800
[[navbar]]
parent = "about"
name = "Steering Committee"
identifier = "steeringcommittee"
url = "/steeringcommittee"
weight = -800
[[navbar]]
parent = "about"
name = "Governance"
identifier = "governance"
url = "/about/governance/"
weight = -700
[[navbar]]
parent = "about"
name = "Mission Statement"
identifier = "missionstatement"
url = "/about/missionstatement/"
weight = -600

[[navbar]]
name = "Events"
@ -45,18 +45,11 @@
url = "/members/"
weight = -1700

[[navbar]]
name = "Join"
identifier = "join"
url = "/join/"
weight = -1850


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

[[navbar]]
name = "Technical"

@ -64,7 +64,7 @@
{{ end }}
{{ end }}
{{ end }}
<li class="header__menu-item"><a href="{{ "/contact/" | relURL }}"><i class="fas fa-envelope-open-text"></i>&nbsp;Contact</a></li>
<li class="header__menu-item"><a href="{{ "/contact/" | relURL }}">Contact</a></li>
</ul>
<div class="mobile-view-social-join pt-3">
<div class="header__contact-btn join-us-button mobile-view py-4">

Loading…
Cancel
Save