Skip to content

Commit

Permalink
lots of stuff, pretty close
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnrlly committed Dec 8, 2020
1 parent badcc4b commit c4ded30
Show file tree
Hide file tree
Showing 640 changed files with 11,920 additions and 29,229 deletions.
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ footer:
markdown: kramdown
highlighter: rouge

# Compress Sass
sass:
style: compressed

exclude:
- .about.yml
- .cfignore
Expand Down
2 changes: 1 addition & 1 deletion _includes/navigation/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer class="usa-footer site-footer" role="contentinfo">
<footer class="usa-footer" role="contentinfo">
<div class="footer-section-bottom bg-base-lightest">
<div class="grid-container">
<div class="grid-row grid-gap-lg padding-y-4">
Expand Down
6 changes: 3 additions & 3 deletions _layouts/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<section class="background-dark">
<div class="grid-container hero-callout-full">
{% if page.name %}
<h1 class="h3">
<h1 class="portfolio-callout">
<span class="hero-callout-alt_color">{{ page.name }}</span>
</h1>
{% endif %}
<h1 class="hero-callout-title-secondary">
<h2 class="hero-callout-title-secondary">
{{ page.heading }}
</h1>
</h2>
<h2 class="h3">
{{ page.subheading }}
</h2>
Expand Down
12 changes: 6 additions & 6 deletions _portfolios/human-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ image_icon:
project_weight: 2
project_url:
---
<section class="grid-container" markdown="1">
<section class="grid-container usa-section" markdown="1">

## We believe public benefits programs can be reliable, accessible, integrated, and effective.

Expand All @@ -40,7 +40,7 @@ Our team of designers, developers, and acquisition specialists are federal emplo

{% include contact-button-stacked.html message='<span class="normal-text white-text">Too often, technology gets in the way of delivering help to the public in times of need. <b>We anchor projects to outcomes to ensure technology works for the people who need it.</b></span>' button_text='Contact us' %}

<section class="grid-container padding-top-5" markdown="1">
<section class="grid-container usa-section padding-top-5" markdown="1">

## As federal employees, we partner with agencies to deliver better services through:

Expand Down Expand Up @@ -90,17 +90,17 @@ Our team of designers, developers, and acquisition specialists are federal emplo
</section>

<section class="usa-section background-gray">
<section class="grid-container">
<section class="grid-container usa-section">
<h2>Examples of our work</h2>
<div class="grid-row grid-gap">
{% include card-project.html
project='hs-apis-home'
%}
{% include card-portfolio-project.html
{% include card-project-nolink.html
project='usda-fns'
%}

{% include card-portfolio-project.html
{% include card-project-nolink.html
project='vermont-iee'
%}
</div>
Expand All @@ -109,6 +109,6 @@ Our team of designers, developers, and acquisition specialists are federal emplo

{% include contact-button-stacked.html message='<b class="white-text">Can we help your program? Let’s talk.</b>' button_text='Contact us' %}

<section class="grid-container">
<section class="grid-container usa-section">
{% include quote.html text='We’ve leveraged human-centered design and research to take a product from concept to reality – and now we’ve shipped, tested, and are continuing to refine the electronic Advanced Planning Document (eAPD) to meet user needs and deliver value early and often.' person='Jerome Lee, Centers for Medicare and Medicaid Services' logo="Center for Medicaid and Medicare Services" %}
</section>
6 changes: 3 additions & 3 deletions _portfolios/national-security-intelligence.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ Break up large procurements into pieces that can be delivered incrementally to e
<section class="grid-container">
<h2>Examples of our work</h2>
<div class="grid-row grid-gap">
{% include card-portfolio-project.html
{% include card-project-nolink.html
project='geoint'
%}
{% include card-portfolio-project.html
{% include card-project-nolink.html
project='dtmo'
%}
{% include card-portfolio-project.html
{% include card-project-nolink.html
project='afmc'
%}
</div>
Expand Down
1 change: 1 addition & 0 deletions _portfolios_projects/hs-apis-home.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ layout: hs-apis-page
portfolio: Human Services
featured: false
subtitle: Background
excerpt: Prototyping tools to help agencies smoothly update their benefits systems as needs change.
links:
- text: Background
href: /projects/eligibility-apis/
Expand Down
195 changes: 0 additions & 195 deletions _sass/_libs/uswds/CONTRIBUTING.md

This file was deleted.

59 changes: 0 additions & 59 deletions _sass/_libs/uswds/LICENSE.md

This file was deleted.

Loading

0 comments on commit c4ded30

Please sign in to comment.