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

Adding EPA customer story to home page #2405

Merged
merged 6 commits into from
Sep 20, 2023
Merged
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
5 changes: 5 additions & 0 deletions _assets/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -584,3 +584,8 @@ blockquote .source {
.content-image figcaption {
font-size: 0.8rem;
}

.custom-story-preview-logo {
display: flex;
align-items: center;
}
34 changes: 33 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,39 @@ <h2>Who we work with</h2>
<div class="bg-accent-warm-light padding-4">
<div class="grid-row grid-gap">
<div class="tablet:grid-col-2"></div>
<div class="tablet:grid-col-2">
<div class="tablet:grid-col-2 custom-story-preview-logo">
<img src="{{ site.baseurl }}/assets/images/logos/EPA-logo.svg" alt="EPA logo" class="square-10"/>
</div>
<div class="tablet:grid-col-8">
<h3>Environmental Protection Agency - AirNow.gov</h3>
<h4>EPA AirNow Application</h4>
</div>
<div class="tablet:grid-col-2"></div>
</div>
<div class="grid-row usa-prose">
<div class="tablet:grid-col-2"></div>
<div class="tablet:grid-col border-top border-base-light">
<p>
During the Canadian wildfires in the summer of 2023, traffic to <a href="https://www.airnow.gov">AirNow.gov</a> surged to several orders of magnitude higher than ever before. But thanks to the ability to easily scale applications on cloud.gov, the site remained up and completely healthy.
</p>
<p>
“I will say this right up front – Cloud.gov is the single biggest factor in our success last week. The traffic we saw was astounding and beyond anything we tested for or ever even anticipated. Our ability to expand resources, combined with the CDN service in front of AirNow, made us incredibly stable.”
</p>
<p>
<a href="{{ site.baseurl }}/docs/customer-stories/epa-airnow-gov/" class="cg-arrow">Read the EPA AirNow customer story</a>
</p>
<p class="border-top border-base-light padding-top-2">
Phil Dickerson, Leader, Information Transfer Group <br />
EPA Office of Air Quality Planning and Standards
</p>
</div>
<div class="tablet:grid-col-2"></div>
</div>
</div>
<div class="bg-accent-warm-light padding-4">
<div class="grid-row grid-gap">
<div class="tablet:grid-col-2"></div>
<div class="tablet:grid-col-2 custom-story-preview-logo">
<img src="{{ site.baseurl }}/assets/images/logos/FEC-logo.svg" alt="FEC logo" class="square-10"/>
</div>
<div class="tablet:grid-col-8">
Expand Down
Loading
Loading