From 5a0bb88acd86ed384b3d08c0052ba0785bc2df38 Mon Sep 17 00:00:00 2001 From: Laura Gerhardt Date: Tue, 3 Mar 2020 10:10:39 -0500 Subject: [PATCH 1/2] update social icons --- _assets/css/_uswds-theme-custom-styles.scss | 5 +++++ _includes/footer.html | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/_assets/css/_uswds-theme-custom-styles.scss b/_assets/css/_uswds-theme-custom-styles.scss index 5a7c6c3..816aea6 100644 --- a/_assets/css/_uswds-theme-custom-styles.scss +++ b/_assets/css/_uswds-theme-custom-styles.scss @@ -71,6 +71,11 @@ i.e. @include u-text('secondary'); } +.usa-social-link { + @include u-margin-top(3); + @include u-margin-right(1); +} + .usa-social-link--linkedin { background-image: url(asset_path("linkedin.svg")), linear-gradient(transparent, transparent); background-repeat: no-repeat; diff --git a/_includes/footer.html b/_includes/footer.html index 822cbd0..cecef97 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -37,12 +37,13 @@ Twitter - -
  • LinkedIn
  • +
  • + +
  • From 50495c9bd6e0d5ac0213afe4c28b5292bf23fbc7 Mon Sep 17 00:00:00 2001 From: Laura Gerhardt Date: Tue, 3 Mar 2020 10:17:09 -0500 Subject: [PATCH 2/2] push down search --- _assets/css/_uswds-theme-custom-styles.scss | 15 +++++- _config.yml | 11 +---- _includes/menu.html | 53 +++++++++++++++++++-- 3 files changed, 65 insertions(+), 14 deletions(-) diff --git a/_assets/css/_uswds-theme-custom-styles.scss b/_assets/css/_uswds-theme-custom-styles.scss index 816aea6..1237520 100644 --- a/_assets/css/_uswds-theme-custom-styles.scss +++ b/_assets/css/_uswds-theme-custom-styles.scss @@ -94,7 +94,10 @@ i.e. color: white; } -.usa-header--basic .usa-nav-container { + + +.usa-header--extended .usa-nav__inner, + .usa-header--extended .usa-navbar { @include at-media('desktop') { width: 100%; max-width: unset; @@ -107,3 +110,13 @@ i.e. padding: 0.5rem 1rem; text-decoration: none; } + + +.usa-nav__secondary .usa-search { + @include at-media('desktop'){ + width: 65%; + float: left; + } +} + + diff --git a/_config.yml b/_config.yml index dba662a..122de98 100644 --- a/_config.yml +++ b/_config.yml @@ -46,16 +46,7 @@ primary_navigation: url: /projects/ - name: Agencies url: /agencies/ - # - name: About Us - # children: - # - name: Blog - # url: /blog/ - # - name: Document - # url: /document/ - # - name: Document with sidenav - # url: /document-with-sidenav/ - - name: Apply - url: /apply/ + secondary_navigation: - name: Secondary link diff --git a/_includes/menu.html b/_includes/menu.html index 34a8167..79bc8d8 100644 --- a/_includes/menu.html +++ b/_includes/menu.html @@ -1,9 +1,9 @@ -{% comment %} + +
    + {% include logo.html %} + +
    + +
    \ No newline at end of file