Skip to content

Commit cbc3669

Browse files
authored
Merge branch 'gh-pages' into patch-2
2 parents f214dd1 + 5e2a4c6 commit cbc3669

6 files changed

Lines changed: 21 additions & 2 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ relative_permalinks: false
77
analytics_account: "UA-3769691-28"
88

99
# build settings
10-
exclude: ["script", "vendor", "bower.json", "Gemfile", "Gemfile.lock", "Rakefile", "readme.md", "package.json", "node_modules", "fedramp.md", "fedramp-confirmation.md"]
10+
exclude: ["script", "vendor", "bower.json", "Gemfile", "Gemfile.lock", "Rakefile", "readme.md", "package.json", "node_modules"]
1111
markdown: kramdown
1212
plugins:
1313
- jekyll-avatar

_data/governments.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ Canada:
139139
- ServiceCanada
140140
- StatCan
141141
- TBS-EACPD
142+
- tc-ca
142143
- thecityofcalgary
143144
- VilledeMontreal
144145
- wet-boew
@@ -425,6 +426,7 @@ Switzerland:
425426
- dsi-vd
426427
- FNSKtZH
427428
- gisktzh
429+
- kanton-bern
428430
- ogdch
429431
- sitn
430432
- swiss-gov
@@ -450,6 +452,7 @@ The Netherlands:
450452
U.K. Central:
451453
- alphagov
452454
- BEACmodel
455+
- britishlibrary
453456
- cabinetoffice
454457
- CJSCommonPlatform
455458
- communitiesuk
@@ -464,6 +467,7 @@ U.K. Central:
464467
- dstl
465468
- dvla
466469
- dvsa
470+
- dwp
467471
- GCHQ
468472
- gds-dead
469473
- gds-operations
@@ -501,6 +505,7 @@ U.K. Central:
501505
- UKHomeOffice
502506
- UKLocation
503507
- ukncsc
508+
- ukwa
504509

505510
U.K. Councils:
506511
- BarnsleyCouncil

_data/research.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ U.S. Research Labs:
3030
- esgf
3131
- exmatex
3232
- flux-framework
33-
- GENIEMC
3433
- globus
3534
- glvis
3635
- HipGISAXS

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
org_count: 60
66
permalink: /
77
---
8+
<div class="container-lg p-responsive">
9+
<div class="Box clearfix p-4 p-sm-5 col-md-7 mx-auto mt-6">
10+
<div class="float-left">
11+
<img class="d-block pr-4" style="width: 80px;" alt="FedRAMP Logo" src="{{"/assets/img/Fedramp-logo.svg" | relative_url}}">
12+
</div>
13+
<div class="overflow-hidden">
14+
<p>GitHub is now Federal Risk and Authorization Management Program (FedRAMP) authorized.
15+
</p>
16+
<a href="{{"/fedramp/" | relative_url}}">Learn More {% octicon chevron-right height:18 class:"d-inline fill-blue ml-1" %}</a>
17+
</div>
18+
</div>
19+
</div>
20+
821
<section class="container-lg p-responsive py-5 py-md-6 my-lg-6">
922
<div class="clearfix gutter-spacious">
1023
<div class="mb-3 mb-md-5 col-md-6 float-left">

script/ensure-orgs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ files.each do |file|
4141
data.each do |group, orgs|
4242
not_orgs = Parallel.map(orgs) { |org| org unless org?(org) }.compact
4343
next if not_orgs.empty?
44+
4445
puts "\nIn #{File.basename(file)}, in the #{group} group, the following entries are users, not orgs:\n\n"
4546
puts not_orgs
4647
valid = false

script/fetch-us

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ orgs = orgs['results'].collect { |data| data['account'] }
2727
orgs.each do |org|
2828
next if existing.include?(org.downcase)
2929
next unless org_exists? org
30+
3031
org_file['U.S. Federal'].push(org.downcase)
3132
end
3233

0 commit comments

Comments
 (0)