Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 4cb71e2

Browse files
authored
Merge pull request #330 from GSA/sc_update-news-11202019
Update home News section
2 parents d4ac950 + d0daeea commit 4cb71e2

4 files changed

Lines changed: 33 additions & 33 deletions

File tree

assets/img/news/bday.jpeg

93.8 KB
Loading

assets/img/news/open-sign.jpeg

1.12 MB
Loading

config/site/site.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -159,29 +159,29 @@
159159
}
160160
],
161161
"news": [
162+
{
163+
"title": "Happy 3rd Birthday Code.gov!",
164+
"description": "For our 3rd trip around the sun, we wanted to share where we’ve been, where we are going, and the implementation of the federal source code policy...",
165+
"url": "https://medium.com/codedotgov/happy-3rd-birthday-code-gov-3b9171ceb88e",
166+
"date": "11/20/2019",
167+
"image": "/assets/img/news/bday.jpeg",
168+
"alt": "Happy Birthday"
169+
},
170+
{
171+
"title": "The SBA and Open Source: A Perfect Fit for Small Business",
172+
"description": "For small businesses, open source software provides unlimited access to fully functioning software that can help grow and automate…",
173+
"url": "https://medium.com/codedotgov/the-sba-and-open-source-a-perfect-fit-for-small-business-69727971d71a",
174+
"date": "11/4/2019",
175+
"image": "/assets/img/news/open-sign.jpeg",
176+
"alt": "Open Sign in Coffee Shop (Credit: TK1993 iStock/Getty Images Plus)"
177+
},
162178
{
163179
"title": "Developing with a Security Mindset",
164180
"description": "As a developer consuming open source dependencies, you must keep it secure. It is imperative that you set up the tools and processes that will help you stay safe, and help raise awareness of secure development practices throughout your organization...",
165181
"url": "https://medium.com/codedotgov/watching-your-back-end-and-your-front-end-developing-with-a-security-mindset-ed5d73615688",
166182
"date": "9/30/2019",
167183
"image": "/assets/img/news/security.jpeg",
168184
"alt": "An open padlock"
169-
},
170-
{
171-
"title": "New Guidance for Enterprise Data and Source Code Inventories (.pdf)",
172-
"description": "OMB releases new guidance for tagging Artificial Intelligence (AI) digital assets…",
173-
"url": "/assets/data/ai_inventory-guidance.pdf",
174-
"date": "8/5/2019",
175-
"image": "/assets/img/news/ai.jpg",
176-
"alt": "Brain outlined in half circuits"
177-
},
178-
{
179-
"title": "Join the CIO.gov DEV/OPS Challenge!",
180-
"description": "The federal government is looking for top IT talent to help modernize federal IT systems and you could be just the person we need...",
181-
"url": "https://www.cio.gov/codechallenge/",
182-
"date": "8/5/2019",
183-
"image": "/assets/img/news/keyboard_user.jpg",
184-
"alt": "Person sitting at computer"
185185
}
186186
],
187187
"about": [

src/components/home-news/__snapshots__/home-news.container.test.js.snap

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
exports[`containers - HomeNews mapStateToProps should return the correct properties 1`] = `
44
Object {
55
"newsItems": Array [
6+
Object {
7+
"alt": "Happy Birthday",
8+
"date": "11/20/2019",
9+
"description": "For our 3rd trip around the sun, we wanted to share where we’ve been, where we are going, and the implementation of the federal source code policy...",
10+
"image": "/assets/img/news/bday.jpeg",
11+
"title": "Happy 3rd Birthday Code.gov!",
12+
"url": "https://medium.com/codedotgov/happy-3rd-birthday-code-gov-3b9171ceb88e",
13+
},
14+
Object {
15+
"alt": "Open Sign in Coffee Shop (Credit: TK1993 iStock/Getty Images Plus)",
16+
"date": "11/4/2019",
17+
"description": "For small businesses, open source software provides unlimited access to fully functioning software that can help grow and automate…",
18+
"image": "/assets/img/news/open-sign.jpeg",
19+
"title": "The SBA and Open Source: A Perfect Fit for Small Business",
20+
"url": "https://medium.com/codedotgov/the-sba-and-open-source-a-perfect-fit-for-small-business-69727971d71a",
21+
},
622
Object {
723
"alt": "An open padlock",
824
"date": "9/30/2019",
@@ -11,22 +27,6 @@ Object {
1127
"title": "Developing with a Security Mindset",
1228
"url": "https://medium.com/codedotgov/watching-your-back-end-and-your-front-end-developing-with-a-security-mindset-ed5d73615688",
1329
},
14-
Object {
15-
"alt": "Brain outlined in half circuits",
16-
"date": "8/5/2019",
17-
"description": "OMB releases new guidance for tagging Artificial Intelligence (AI) digital assets…",
18-
"image": "/assets/img/news/ai.jpg",
19-
"title": "New Guidance for Enterprise Data and Source Code Inventories (.pdf)",
20-
"url": "/assets/data/ai_inventory-guidance.pdf",
21-
},
22-
Object {
23-
"alt": "Person sitting at computer",
24-
"date": "8/5/2019",
25-
"description": "The federal government is looking for top IT talent to help modernize federal IT systems and you could be just the person we need...",
26-
"image": "/assets/img/news/keyboard_user.jpg",
27-
"title": "Join the CIO.gov DEV/OPS Challenge!",
28-
"url": "https://www.cio.gov/codechallenge/",
29-
},
3030
],
3131
}
32-
`
32+
`;

0 commit comments

Comments
 (0)