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 2 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
35 changes: 33 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,38 @@ <h3>Production packages</h3>
<h2>Who we work with</h2>
<a name="Customers"></a>
</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">
<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>
The EPA AirNow team attributed the stability of <a href="https://www.airnow.gov">airnow.gov</a> to their ability to easily scale their applications on Cloud.gov.
markdboyd marked this conversation as resolved.
Show resolved Hide resolved
</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="/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,<br />
markdboyd marked this conversation as resolved.
Show resolved Hide resolved
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>
Expand All @@ -185,7 +217,7 @@ <h4>FEC website</h4>
Although the dates of FEC’s traffic spikes may be predictable, it’s still hard to prepare for the extra demands on the system. “A server that’s still operable but near the end of its life can have unexpected problems” and buying a new server can take months. But on cloud.gov, “this isn’t our problem.”
</p>
<p>
<a href="{{ site.baseurl }}/docs/customer-stories/fec/" class="cg-arrow">Read the FEC case study</a>
<a href="/docs/customer-stories/fec/" class="cg-arrow">Read the FEC case study</a>
markdboyd marked this conversation as resolved.
Show resolved Hide resolved
</p>
<p class="border-top border-base-light padding-top-2">
Wei Luo, Deputy CIO<br />
Expand All @@ -194,7 +226,6 @@ <h4>FEC website</h4>
</div>
<div class="tablet:grid-col-2"></div>
</div>
</div>
markdboyd marked this conversation as resolved.
Show resolved Hide resolved
</section>

<section class="usa-section partner-cards margin-bottom-8">
Expand Down
Loading
Loading