Skip to content

Commit

Permalink
Merge branch 'main' into tabbing-highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbain authored Sep 6, 2023
2 parents 8d124d6 + 8080423 commit beb76fb
Show file tree
Hide file tree
Showing 338 changed files with 6,478 additions and 1,510 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
name: a11y and URLs
name: a11y
runs-on: ubuntu-latest

steps:
Expand All @@ -32,6 +32,3 @@ jobs:

- name: Test accessibility
run: "npm run test-a11y"

- name: Test for broken URLs
run: bundle exec htmlproofer --http-status-ignore "999" --url-swap "https\://digitalcorps.gsa.gov:" _site
34 changes: 34 additions & 0 deletions .github/workflows/test-urls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: test
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
name: URLs
runs-on: ubuntu-latest

steps:
- name: Checkout source
uses: actions/checkout@v2

- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install NPM dependencies
run: npm install

- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: Build and start up jekyll server
run: npm run build && npm run start-detached

- name: Test for broken URLs
run: bundle exec htmlproofer --http-status-ignore "403,406,429,503,999" --url-swap "https\://digitalcorps.gsa.gov:" _site
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
autoprefixer-rails (9.8.6.5)
execjs
colorator (1.1.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -39,13 +39,13 @@ GEM
typhoeus (~> 1.3)
yell (~> 2.0)
http_parser.rb (0.8.0)
i18n (0.9.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (3.9.2)
jekyll (3.9.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
i18n (>= 0.7, < 2)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (>= 1.17, < 3)
Expand Down Expand Up @@ -94,34 +94,34 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
libv8-node (15.14.0.1)
liquid (4.0.3)
liquid (4.0.4)
liquid-tag-parser (1.9.0)
extras (~> 0.3)
liquid (>= 3.0, < 5.0)
listen (3.7.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.0)
mini_portile2 (2.8.1)
mini_racer (0.4.0)
libv8-node (~> 15.14.0.0)
minitest (5.15.0)
nokogiri (1.13.9)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.9-java)
nokogiri (1.14.3-java)
racc (~> 1.4)
nokogiri (1.13.9-x64-mingw32)
nokogiri (1.14.3-x64-mingw32)
racc (~> 1.4)
nokogiri (1.13.9-x86-mingw32)
nokogiri (1.14.3-x86-mingw32)
racc (~> 1.4)
parallel (1.22.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
public_suffix (5.0.0)
racc (1.6.0)
racc (1.6.0-java)
public_suffix (5.0.1)
racc (1.6.2)
racc (1.6.2-java)
rack (2.2.4)
rainbow (3.1.1)
rb-fsevent (0.11.2)
Expand Down
4 changes: 2 additions & 2 deletions _articles/FedTech.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
<!-- ---
layout: default
pageOrderID: 93
title: 30 Federal IT Influencers Worth a Follow in 2022
Expand All @@ -8,4 +8,4 @@ type: Press
---
"IT specialists are retiring from government faster than they can be replaced, and the Biden administration launched the U.S. Digital Corps last year to bridge that gap. The corps launched in summer 2021 as a cross-government fellowship operated by the General Services Administration’s Technology Transformation Services. The diverse 2022 class consists of 38 fellows whose expertise spans data, design and cybersecurity." (FedTech Magazine)
"IT specialists are retiring from government faster than they can be replaced, and the Biden administration launched the U.S. Digital Corps last year to bridge that gap. The corps launched in summer 2021 as a cross-government fellowship operated by the General Services Administration’s Technology Transformation Services. The diverse 2022 class consists of 38 fellows whose expertise spans data, design and cybersecurity." (FedTech Magazine) -->
4 changes: 2 additions & 2 deletions _articles/Forbes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
<!-- ---
layout: default
pageOrderID: 95
title: The U.S. Just Launched A ‘Digital Corps’ To Attract More [Early-Career] People Into Government Tech
Expand All @@ -8,4 +8,4 @@ type: Press
---
"By branding its fellowship program a 'Digital Corps,' which has echoes of historic, mission-driven initiatives such as President John F. Kennedy’s Peace Corps, the Biden Administration is clearly hoping those who sign up for it will see it as the beginning of a long-term career to use technology to change government for the better." (Forbes)
"By branding its fellowship program a 'Digital Corps,' which has echoes of historic, mission-driven initiatives such as President John F. Kennedy’s Peace Corps, the Biden Administration is clearly hoping those who sign up for it will see it as the beginning of a long-term career to use technology to change government for the better." (Forbes) -->
2 changes: 1 addition & 1 deletion _articles/GSA_First_Cohort_Announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pageOrderID:
title: GSA Announces First Cohort of 40 U.S. Digital Corps Fellows
image: Default_Press_Image.png
external_url: "https://www.gsa.gov/about-us/newsroom/news-releases/gsa-announces-first-cohort-of-40-us-digital-corps-fellows-06212022"
type: News
type: Press
---
Expand Down
2 changes: 1 addition & 1 deletion _articles/One_Year_Anniversary.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pageOrderID: 96
title: U.S. Digital Corps Marks First Year, Driving Impact in Federal Technology
image: Default_Press_Image.png
external_url: "https://www.gsa.gov/about-us/newsroom/news-releases/us-digital-corps-marks-first-year-driving-impact-in-federal-technology-09072022"
type: News
type: Press
---


Expand Down
4 changes: 2 additions & 2 deletions _articles/Pitcases.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
<!-- ---
layout: default
pageOrderID: 100
title: U.S. Digital Corps Fellows Start Their Journeys in Federal Government
Expand All @@ -8,4 +8,4 @@ type: Press
---
"The ability to contribute to the improvement of the government experience was too great to pass up. As an immigrant to this country, facing many challenges in navigating so many different systems between city, state, and federal programs, I realized the impact that government has on our daily lives." (New America)
"The ability to contribute to the improvement of the government experience was too great to pass up. As an immigrant to this country, facing many challenges in navigating so many different systems between city, state, and federal programs, I realized the impact that government has on our daily lives." (New America) -->
4 changes: 2 additions & 2 deletions _articles/Susan_Rice_Remarks.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
<!-- ---
layout: default
pageOrderID: 97
title: Ambassador Susan E. Rice Remarks at the 2021 Grace Hopper Celebration
Expand All @@ -8,4 +8,4 @@ type: Media
---
"Some people might tell you that heading to Silicon Valley would be the safer route. But, as Grace Hopper herself liked to say, “A ship in port is safe—but that’s not what ships are built for.” Take a novel path, come serve your country."
"Some people might tell you that heading to Silicon Valley would be the safer route. But, as Grace Hopper herself liked to say, “A ship in port is safe—but that’s not what ships are built for.” Take a novel path, come serve your country." -->
4 changes: 2 additions & 2 deletions _articles/Wired.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
<!-- ---
layout: default
pageOrderID: 94
title: The Government Wants to Bolster Its Tech—Starting With Workers
Expand All @@ -8,4 +8,4 @@ type: Press
---
"We need lots of different technologists: people with experience, but also folks who want to make government their career. We just announced a program called Digital Corps for early career folks who want to be able to use their technology skills in government. We didn't have a good on-ramp for that before" (WIRED)
"We need lots of different technologists: people with experience, but also folks who want to make government their career. We just announced a program called Digital Corps for early career folks who want to be able to use their technology skills in government. We didn't have a good on-ramp for that before" (WIRED) -->
4 changes: 1 addition & 3 deletions _assets/css/component/_filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@
width: 100%;
display: flex;
flex-wrap: wrap;
@include at-media('tablet') {
flex-wrap: nowrap;
}

}

.filter__col {
Expand Down
2 changes: 2 additions & 0 deletions _assets/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@
@import "pages/opportunity";
@import "pages/tracks";
@import "pages/projects";
@import "pages/project";
@import "pages/fellows";
@import "pages/blog";

Loading

0 comments on commit beb76fb

Please sign in to comment.