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" name = "About"
identifier = "about" identifier = "about"
weight = -2000 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]] [[navbar]]
parent = "about" parent = "about"
name = "Board of Directors" name = "Board of Directors"
identifier = "bod" identifier = "bod"
url = "/boardofdirectors/" url = "/boardofdirectors/"
weight = -900 weight = -800
[[navbar]] [[navbar]]
parent = "about" parent = "about"
name = "Steering Committee" name = "Steering Committee"
identifier = "steeringcommittee" identifier = "steeringcommittee"
url = "/steeringcommittee" url = "/steeringcommittee"
weight = -800
[[navbar]]
parent = "about"
name = "Governance"
identifier = "governance"
url = "/about/governance/"
weight = -700 weight = -700
[[navbar]]
parent = "about"
name = "Mission Statement"
identifier = "missionstatement"
url = "/about/missionstatement/"
weight = -600


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


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


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


[[navbar]] [[navbar]]
name = "Technical" name = "Technical"

@ -64,7 +64,7 @@
{{ end }} {{ end }}
{{ end }} {{ 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> </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