diff --git a/_data/nav.yml b/_data/nav.yml index 99b91eb91..23f6ea44c 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -62,28 +62,42 @@ mobile: href: get-involved/ footer: - - text: About - href: about/ - # - text: Get Involved - # href: get-involved/ - - text: Process - href: our-process/ - - text: Products - href: showcase/ - - text: Datasets - href: data/ - - text: TOPx Toolkit - href: topx-toolkit/ - - text: Product Toolkit - href: product-development/toolkit/ - # - text: data.census.gov - # href: "https://data.census.gov" - # isExternal: true - - text: Our Team - href: https://coil.census.gov/ - isExternal: true - - text: Press - href: press/ + - subsection: + title: About + links: + - text: About TOP + href: about/ + - text: Sprint Process + href: our-process/ + - text: FAQs + href: faqs/ + - text: Press + href: press/ + - subsection: + title: Sprints + href: sprints/ + - subsection: + title: Products + href: products/ + - subsection: + title: Resources + links: + - text: Datasets + href: data/ + - text: TOPx Toolkit + href: topx-toolkit/ + - text: Product Toolkit + href: product/ + - subsection: + title: More + links: + - text: Prize Challenge + href: prize-challenge/ + - text: Annual Summit + href: summit/ + + + footer-bottom: # - text: Census Open Innovation Labs diff --git a/_includes/footer.html b/_includes/footer.html index 434c50dac..a22a89ee0 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,74 +1,79 @@ \ No newline at end of file diff --git a/css/_uswds-theme-custom-styles.scss b/css/_uswds-theme-custom-styles.scss index 027e5834d..debada5e0 100644 --- a/css/_uswds-theme-custom-styles.scss +++ b/css/_uswds-theme-custom-styles.scss @@ -2010,13 +2010,78 @@ div.toolkit-todo__resources { .footer-content { margin-bottom: units(5); - + .top-logo { + width: 140px; + } h3 { - @include typeset("lang", "lg", 2); + font-size: 14px; margin: 0; + @include at-media('tablet') { + font-size: 12px; + line-height: 14.4px; + } + @include at-media('desktop') { + font-size: 16px; + line-height: 19.2px; + padding-block-end: 24px; + } } p { - max-width: measure($site-measure); + font-size: 14px; + @include at-media('tablet') { + margin-inline-start: 8px; + font-size: 12px; + line-height: 14.4px; + } + @include at-media('desktop') { + font-size: 16px; + line-height: 19.2px; + } + } + + ul li { + margin-block-end: 16px; + @include at-media ('tablet') { + margin-block-end: 0; + } + + @include at-media('desktop') { + margin-block-end: 16px; + } + } + + ul li a { + font-size: 14px; + @include at-media ('tablet') { + font-size: 12px; + line-height: 14.4px; + } + @include at-media('desktop') { + font-size: 16px; + line-height: 19.2px; + } + } + + .subsection-subscribe { + p { + padding-block-start:7px; + padding-block-end: 24px; + @include at-media('desktop') { + padding-block-start: 3px; + padding-block-end: 22px; + } + } + } + + .site-button { + font-size: 14px; + @include at-media('tablet') { + font-size: 12px; + } + @include at-media('desktop') { + font-size: 16px; + line-height: 19.2px; + } } } @@ -2054,12 +2119,17 @@ div.toolkit-todo__resources { } .footer-section-bottom { - font-size: 0.75rem; - color: rgba(255, 255, 255, 0.8); - + font-size: 10px; width: 90%; margin: 0 auto; justify-content: center; + @include at-media('tablet') { + font-size: 12px; + } + + @include at-media('desktop') { + font-size: 16px; + } } // Pattern Preview Boxes -------- //