Skip to content

Commit d66a49c

Browse files
authored
Merge pull request #737 from github/govcloud-landing
AWS cloud page
2 parents 1a7ffdd + d0f1e60 commit d66a49c

File tree

5 files changed

+160
-15
lines changed

5 files changed

+160
-15
lines changed

_layouts/home.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
{% include header.html %}
22

3-
<div class="container-lg p-responsive py-4 py-lg-6 my-xl-4 text-center">
4-
<h1 class="alt-h1 mb-2 text-white">How agencies build&nbsp;software</h1>
5-
<p class="f2-light text-white">Collaborate on code, data, policy, or procurement within your agency or with the&nbsp;public.</p>
6-
</div>
7-
</div><!-- ends .full-width that started in header.html -->
8-
9-
<div>
10-
113
{{ content }}
124

13-
</div>
14-
155
{% include footer.html %}

assets/css/custom.scss

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ body {
2424
}
2525

2626
.fill-blue { fill: $blue; }
27+
.fill-green { fill: $green; }
2728
.fill-gray { fill: $gray; }
2829
.fill-gray-light { fill: $gray-light; }
2930

@@ -145,9 +146,23 @@ td.does-not-support { color: $red-500; }
145146
border-radius: 0.25em;
146147
}
147148

148-
.btn-large {
149-
padding: 10px 15px;
150-
border-radius: 0.25em;
149+
@mixin btn-transparent-active {
150+
color: $gray-800;
151+
background-color: $white;
152+
background-image: none;
153+
border-color: $white;
154+
}
155+
156+
.btn-transparent {
157+
color: $white;
158+
background-color: transparent;
159+
background-image: none;
160+
border: $border-width $border-style $white-fade-50;
161+
162+
&:hover,
163+
&:active {
164+
@include btn-transparent-active;
165+
}
151166
}
152167

153168
//

assets/img/foundingfather.png

109 KB
Loading

aws-govcloud.html

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
---
2+
layout: home
3+
title: GitHub and AWS GovCloud
4+
description: The best way to build software in a federally compliant cloud environment
5+
permalink: /aws-govcloud
6+
---
7+
8+
<div class="container-lg p-responsive py-4 py-lg-6 my-xl-4 text-center">
9+
<h1 class="alt-h1 mb-2 text-white lh-condensed">GitHub Enterprise on AWS GovCloud</h1>
10+
<p class="f2-light text-white mb-4 col-md-8 mx-auto">The best way to build software in a federally compliant cloud&nbsp;environment</p>
11+
<a href="https://enterprise.github.com/trial" class="btn btn-outline btn-transparent btn-large">Try GitHub Enterprise on AWS GovCloud</a>
12+
<p class="f6 text-white mt-3">Existing GitHub Enterprise customers, <a href="https://help.github.com/enterprise/admin/guides/installation/migrating-to-a-different-platform-or-from-github-enterprise-11-10-34x/" class="text-white text-underline">learn about migrating to AWS GovCloud</a>.</p>
13+
</div>
14+
</div><!-- ends .full-width that started in header.html -->
15+
16+
<div class="container-md p-responsive">
17+
<div class="d-md-flex flex-items-center flex-row-reverse py-6">
18+
<div class="col-8 col-sm-6 col-md-4 text-center text-md-left mx-auto">
19+
<img src="{{"/assets/img/foundingfather.png" | relative_url}}" class="width-fit d-inline-block" alt="Octocat in founding father dress">
20+
</div>
21+
<div class="col-md-8 pr-md-6 text-center text-md-left">
22+
<h2 class="alt-h2">What is GovCloud?</h2>
23+
<p class="f3 text-gray">AWS GovCloud (US) Region is an isolated Amazon Web Services environment used by US government agencies at the federal, state, and local levels, along with contractors, researchers, educational institutions, and other US customers.</p>
24+
</div>
25+
</div>
26+
27+
<hr class="border-top my-2">
28+
29+
<div class="py-6">
30+
<h2 class="alt-h2">
31+
Compliance with federal standards
32+
</h2>
33+
<p class="f3 text-gray mb-4">In terms of boxes checked, GovCloud has received the following certifications:</p>
34+
<div class="d-md-flex text-gray">
35+
<div class="col-md-6 pr-md-4">
36+
<div class="d-flex mb-2">
37+
<div class="mr-2">
38+
{% octicon check width:18 class:"fill-green" aria-label:check %}
39+
</div>
40+
<p class="">
41+
An Agency Authorization to Operate (ATO) from the US Department of Health and Human Services (HHS) utilizing a FedRAMP accredited Third Party Assessment Organization (3PAO)
42+
</p>
43+
</div>
44+
<div class="d-flex mb-2">
45+
<div class="mr-2">
46+
{% octicon check width:18 class:"fill-green" aria-label:check %}
47+
</div>
48+
<p class="">
49+
Federal Risk and Authorization Management Program (FedRAMP) at the Moderate impact level
50+
</p>
51+
</div>
52+
<div class="d-flex mb-2">
53+
<div class="mr-2">
54+
{% octicon check width:18 class:"fill-green" aria-label:check %}
55+
</div>
56+
<p class="">
57+
U.S. International Traffic in Arms Regulations (ITAR)
58+
</p>
59+
</div>
60+
<div class="d-flex mb-2">
61+
<div class="mr-2">
62+
{% octicon check width:18 class:"fill-green" aria-label:check %}
63+
</div>
64+
<p class="">
65+
The Federal Information Processing Standard (FIPS) Publication 140-2
66+
</p>
67+
</div>
68+
</div>
69+
<div class="col-md-6">
70+
<div class="d-flex mb-2">
71+
<div class="mr-2">
72+
{% octicon check width:18 class:"fill-green" aria-label:check %}
73+
</div>
74+
<p class="">
75+
Federal Information Security Management Act (FISMA, NIST 800-37)
76+
</p>
77+
</div>
78+
<div class="d-flex mb-2">
79+
<div class="mr-2">
80+
{% octicon check width:18 class:"fill-green" aria-label:check %}
81+
</div>
82+
<p class="">
83+
DoD Information Assurance Certification and Accreditation Process (DIACAP), and
84+
</p>
85+
</div>
86+
<div class="d-flex mb-2">
87+
<div class="mr-2">
88+
{% octicon check width:18 class:"fill-green" aria-label:check %}
89+
</div>
90+
<p class="">
91+
Department of Defense (DoD) Cloud Security Model (CSM) Levels 3-5
92+
</p>
93+
</div>
94+
</div>
95+
</div>
96+
<p class="my-4">For more information on AWS's compliance with federal and other standards, see <a href="https://aws.amazon.com/compliance/">AWS's compliance page</a>.</p>
97+
</div>
98+
99+
<hr class="border-top my-2">
100+
101+
<div class="py-6 mb-6">
102+
<h3 class="alt-h3 text-center mb-4 mb-md-6">Guides for getting started</h3>
103+
<div class="d-md-flex">
104+
<div class="col-md-6 d-flex">
105+
<div class="mr-2">
106+
{% octicon book height:22 class:"fill-gray-light d-inline mr-2" aria-label:book %}
107+
</div>
108+
<div class="mb-2">
109+
<h4 class="h4 mb-2">
110+
<a href="https://help.github.com/enterprise/admin/guides/installation/installing-github-enterprise-on-aws/">Installing GitHub Enterprise on AWS&nbsp;GovCloud</a>
111+
</h4>
112+
<p class="text-gray">
113+
For installation purposes, GovCloud is treated like any other AWS region. <a href="https://help.github.com/enterprise/admin/guides/installation/installing-github-enterprise-on-aws/">Simply follow the steps for Installing GitHub Enterprise on AWS</a>, being sure to select the 'us-gov-west-1' specific AMI ID.
114+
</p>
115+
</div>
116+
</div>
117+
<div class="col-md-6 d-flex">
118+
<div class="mr-2">
119+
{% octicon book height:22 class:"fill-gray-light d-inline mr-2" aria-label:book %}
120+
</div>
121+
<div class="mb-2">
122+
<h4 class="h4 mb-2">
123+
<a href="https://help.github.com/enterprise/admin/guides/installation/migrating-to-a-different-platform-or-from-github-enterprise-11-10-34x/">Migrating GitHub Enterprise to AWS&nbsp;GovCloud</a>
124+
</h4>
125+
<p class="text-gray">
126+
Customers that are already using GitHub Enterprise can migrate from other GitHub Enterprise deployment platforms to GovCloud by <a href="https://help.github.com/enterprise/admin/guides/installation/migrating-to-a-different-platform-or-from-github-enterprise-11-10-34x/">following the instructions in our Admin&nbsp;Guide</a>.
127+
</p>
128+
</div>
129+
</div>
130+
</div>
131+
</div>
132+
133+
</div>

index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55
org_count: 60
66
permalink: /
77
---
8-
<div class="container-lg p-responsive">
8+
9+
<div class="container-lg p-responsive py-4 py-lg-6 my-xl-4 text-center">
10+
<h1 class="alt-h1 mb-2 text-white">How agencies build&nbsp;software</h1>
11+
<p class="f2-light text-white">Collaborate on code, data, policy, or procurement within your agency or with the&nbsp;public.</p>
12+
</div>
13+
</div><!-- ends .full-width that started in header.html -->
14+
15+
<div class="container-lg p-responsive">
916
<div class="Box clearfix p-4 p-sm-5 col-md-7 mx-auto mt-6">
1017
<div class="float-left">
1118
<img class="d-block pr-4" style="width: 80px;" alt="FedRAMP Logo" src="{{"/assets/img/Fedramp-logo.svg" | relative_url}}">
@@ -32,7 +39,7 @@ <h2 class="alt-h3 mb-2">
3239
{% octicon server height:28 class:"fill-blue d-inline mr-2" aria-label:server %}
3340
On your servers or in the cloud
3441
</h2>
35-
<p class="text-gray">Run GitHub Enterprise on your servers as a virtual appliance, on AWS GovCloud or Azure, or let us host the code for you on GitHub.com, whatever your security requires.</p>
42+
<p class="text-gray">Run GitHub Enterprise on your servers as a virtual appliance, on <a href="{{"/aws-govcloud" | relative_url}}">AWS GovCloud</a> or Azure, or let us host the code for you on GitHub.com, whatever your security requires.</p>
3643
</div>
3744
</div>
3845

0 commit comments

Comments
 (0)