From 6c9cbc4826a62dbc0eb87a612f6bdf737c2b344e Mon Sep 17 00:00:00 2001 From: Sadie <19538219+sadiejay@users.noreply.github.com> Date: Wed, 20 Sep 2023 21:12:50 -0500 Subject: [PATCH 1/3] Updates navbar --- _data/nav.yml | 43 ++++++++++++++++++------------------- _includes/nav/sections.html | 6 +++--- _includes/navbar.html | 6 +++--- 3 files changed, 27 insertions(+), 28 deletions(-) diff --git a/_data/nav.yml b/_data/nav.yml index 3c694c74c..162025ffb 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -4,28 +4,28 @@ primary: accordion: - text: About TOP href: about/ + - text: Sprint Process + href: our-process/ - text: FAQs href: faqs/ - - text: Process - href: our-process/ - - text: Work - accordion: - - text: Sprints - href: sprints/ - - text: Products - href: showcase/ - - text: Prize Challenge - href: prize-challenge/ - - text: Press - href: press/ + - text: Press + href: press/ + - text: Sprints + href: sprints/ + - text: Products + href: showcase/ - text: Resources accordion: - - text: Datasets + - text: Curated Datasets href: data/ - text: TOPx Toolkit for Federal Agencies href: topx-toolkit/ - text: TOP Product Development Toolkit href: product-development/toolkit/ + - text: More + accordion: + - text: Prize Challenge + href: prize-challenge/ secondary: - text: Our Process @@ -59,12 +59,12 @@ mobile: - text: Get Involved href: get-involved/ -footer: +footer: - text: About href: about/ - - text: Get Involved - href: get-involved/ - - text: Our Process + # - text: Get Involved + # href: get-involved/ + - text: Process href: our-process/ - text: Products href: showcase/ @@ -74,9 +74,9 @@ footer: href: topx-toolkit/ - text: Product Toolkit href: product-development/toolkit/ - - text: data.census.gov - href: "https://data.census.gov" - isExternal: true + # - text: data.census.gov + # href: "https://data.census.gov" + # isExternal: true - text: Our Team href: https://coil.census.gov/ isExternal: true @@ -138,6 +138,5 @@ toolkit: - text: STEP 6 href: "#toolkit-step-6" - text: STEP 7 - href: "#toolkit-step-7" + href: "#toolkit-step-7" - \ No newline at end of file diff --git a/_includes/nav/sections.html b/_includes/nav/sections.html index 1657a4851..8b1dbd270 100644 --- a/_includes/nav/sections.html +++ b/_includes/nav/sections.html @@ -7,8 +7,8 @@ {% if link.accordion %} {% assign itemName = link.text | remove: " " %}
  • -