Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sadiejay test pages #709

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 21 additions & 22 deletions _data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/
Expand All @@ -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
Expand Down Expand Up @@ -138,6 +138,5 @@ toolkit:
- text: STEP 6
href: "#toolkit-step-6"
- text: STEP 7
href: "#toolkit-step-7"
href: "#toolkit-step-7"


6 changes: 3 additions & 3 deletions _includes/nav/sections.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{% if link.accordion %}
{% assign itemName = link.text | remove: " " %}
<li class="usa-nav__primary-item">
<button class="usa-accordion__button usa-nav__link"
aria-expanded="false"
<button class="usa-accordion__button usa-nav__link"
aria-expanded="false"
aria-controls="collapsed-nav-section-{{itemName}}">
<span>{{ link.text }}</span></button>
<ul id="collapsed-nav-section-{{itemName}}" class="usa-nav__submenu">
Expand Down Expand Up @@ -38,6 +38,6 @@
</li>
{% else %}
<li class="usa-nav__primary-item site-cta">
<a href="{{ site.baseurl }}/get-involved"><span>Get Involved</span></a>
<a href="mailto:[email protected]"><span>Email TOP</span></a>
</li>
{% endif %}
6 changes: 3 additions & 3 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
{% if link.accordion %}
{% assign itemName = link.text | remove: " " %}
<li class="usa-nav__primary-item">
<button class="usa-accordion__button usa-nav__link usa-current font-sans-xs text-ls-2 text-light text-white"
aria-expanded="false"
<button class="usa-accordion__button usa-nav__link usa-current font-sans-xs text-ls-2 text-light text-white"
aria-expanded="false"
aria-controls="extended-nav-section-{{itemName}}">
<span>{{ link.text }}</span></button>
<ul id="extended-nav-section-{{itemName}}" class="usa-nav__submenu" hidden>
Expand All @@ -53,7 +53,7 @@
{% endfor %}
</ul>
</nav>
<a class="get-involved usa-button usa-button--secondary usa-button--big site-cta bg-secondary" href="{{site.baseurl}}/get-involved">Get&nbsp;Involved</a>
<a class="get-involved usa-button usa-button--secondary usa-button--big site-cta bg-secondary" href="mailto:[email protected]">Email&nbsp;TOP</a>
</div>

</div>
Expand Down
Binary file added img/favicons/favicon-114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicons/favicon-144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicons/favicon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicons/favicon-57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicons/favicon-72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicons/favicon.ico
Binary file not shown.
Binary file added img/favicons/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading