Skip to content

Commit ef15e1d

Browse files
Merge pull request #1013 from sadiejay-census/sadiejay-develops-impact-page
Sadiejay develops impact page
2 parents e5db41e + fb20c92 commit ef15e1d

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

_data/nav.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ primary:
88
href: our-process/
99
- text: FAQs
1010
href: faqs/
11-
- text: Press
12-
href: press/
11+
- text: Impact
12+
href: impact/
1313
- text: Sprints
1414
href: sprints/
1515
- text: Products
@@ -71,8 +71,8 @@ footer:
7171
href: our-process/
7272
- text: FAQs
7373
href: faqs/
74-
- text: Press
75-
href: press/
74+
- text: Impact
75+
href: impact/
7676
- subsection:
7777
title: Sprints
7878
href: sprints/

_includes/impact/profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% for info in data %}
44
<div class="individual-info {% if info.class%}{{info.class}}{%endif%}">
55
<div class="info-img-container">
6-
<img src="{{info.img.src}}" alt="{{info.img.alt}}">
6+
<img src="{{info.img.src}}" {% if info.img.alt %}alt="{{info.img.alt}}"{%endif%}>
77
</div>
88
<div class="info-content">
99
<h3 class="font-family-serif">{{info.title | markdownify | remove: "<p>" | remove: "</p>"}}</h3>

_includes/impact/subnav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<nav id="subnav" class="display-none tablet:display-block">
22
<div class="nav-content-container">
33
<a href="{{site.baseurl}}/impact#team-intro">Note</a>
4-
<a href="#">Timeline</a>
4+
<a href="{{site.baseurl}}/impact#years">Timeline</a>
55
<a href="{{site.baseurl}}/impact#impact-numbers">Numbers</a>
66
<a href="{{site.baseurl}}/impact#products">Products</a>
77
<a href="{{site.baseurl}}/impact#report-download">Download</a>

css/_uswds-theme-custom-styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2520,7 +2520,7 @@ main {
25202520
color: $text-top-white;
25212521
.year-counter-container {
25222522
background: #014280;
2523-
.content-container {
2523+
.bg-timeline-container {
25242524
padding-bottom: 0px;
25252525
}
25262526
.bg-timeline {
-85.3 MB
Loading

pages/impact.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,77 +27,77 @@ years:
2727
class: inverted
2828
img:
2929
src: /assets/img/impact-page/timeline/desktop-timeline-2009.png
30-
alt: timeline image
30+
alt:
3131
- title: 2015
3232
subtitle: College Scorecard Paves the Path to the TOP Model
3333
blurb: "The U.S. Department of Education’s [College Scorecard](https://collegescorecard.ed.gov/) launches, paving the path to the TOP model by inviting industry collaborators to create their own tools with new open data."
3434
img:
3535
src: /assets/img/impact-page/timeline/desktop-timeline-2015.png
36-
alt: timeline image
36+
alt:
3737
- title: 2016
3838
subtitle: The Opportunity Project Officially Launches at the White House
3939
blurb: "In March, The Opportunity Project (TOP) [officially launches](https://obamawhitehouse.archives.gov/the-press-office/2016/03/07/fact-sheet-white-house-launches-opportunity-project-utilizing-open-data) at the White House with the first TOP Demo Day, introducing the first 12 sprint products."
4040

4141
class: inverted
4242
img:
4343
src: /assets/img/impact-page/timeline/desktop-timeline-2016.png
44-
alt: timeline image
44+
alt:
4545
- title: 2017
4646
subtitle: DOC Takes Over TOP
4747
blurb: The U.S. Department of Commerce officially takes over TOP, initially operating out of the Commerce Data Service and later the Census Bureau.
4848
# class: inverted
4949
img:
5050
src: /assets/img/impact-page/timeline/desktop-timeline-2017.png
51-
alt: timeline image
51+
alt:
5252
- title: 2018
5353
subtitle: TOP Joins the Census Open Innovation Labs
5454
blurb: "Now led out of [Census Open Innovation Labs](https://coil.census.gov/) at the Census Bureau, TOP launches the first sprints with themes, starting with the “geo-cohort”, focused on leveraging geospatial technology to solve a diverse set of problems."
5555
class: inverted
5656
img:
5757
src: /assets/img/impact-page/timeline/desktop-timeline-2018.png
58-
alt: timeline image
58+
alt:
5959
- title: 2019
6060
subtitle: The Evidence Act Enhances Access to Open Data
6161
blurb: "The [Foundations for Evidence-Based Policymaking Act](https://www.congress.gov/bill/115th-congress/house-bill/4174/text) (The Evidence Act) is signed into law, creating an expanded mandate for agencies to enhance access to and use of open data."
6262
# class: inverted
6363
img:
6464
src: /assets/img/impact-page/timeline/desktop-timeline-2019.png
65-
alt: timeline image
65+
alt:
6666
- title: 2020
6767
subtitle: Showcase Event Expands into Multi-Day Virtual Conference
6868
blurb: "During the height of the COVID-19 pandemic, TOP expands its annual Demo Day into a [multi-day virtual conference](https://www.youtube.com/watch?v=-c-DaW3ZHko&t=4s), bringing open data and innovation programming to audiences nationwide."
6969
class: inverted
7070
img:
7171
src: /assets/img/impact-page/timeline/desktop-timeline-2020.png
72-
alt: timeline image
72+
alt:
7373
- title: 2021
7474
subtitle: First Sprint to Create New Open Data
7575
blurb: TOP launches the TOPx COVID-19 sprint in partnership with the U.S. Department of Health and Human Services (HHS) — the first sprint in which teams help create new open data, in addition to using existing open data and data standards.
7676
# class: inverted
7777
img:
7878
src: /assets/img/impact-page/timeline/desktop-timeline-2021.png
79-
alt: timeline image
79+
alt:
8080
- title: 2022
8181
subtitle: TOP Addresses Puerto Rico-Specific Challenges
8282
blurb: TOP launches a new initiative — TOP PR — with sprints dedicated to Puerto Rico-specific challenges. TOP PR includes problem statements co-led by federal and PR government agencies, encouraging sprint participants from Puerto Rico.
8383
class: inverted
8484
img:
8585
src: /assets/img/impact-page/timeline/desktop-timeline-2022.png
86-
alt: timeline image
86+
alt:
8787
- title: 2023
8888
subtitle: TOPx Toolkit Relaunches as Interactive, Self-Service Resource
8989
blurb: In a significant move toward open sourcing, the "[TOPx Toolkit for Federal Agencies](https://opportunity.census.gov/topx-toolkit/)" is expanded and redesigned, as a self-service, online resource for any agency to run a sprint on their own timeline. The improved toolkit is "[launched](https://www.youtube.com/watch?v=onfDMv_pQnk&list=PLewV-zKXDZkghdjPUCmmU02T7xI2dUPme&index=5&t=6987s) at TOP’s annual virtual conference, TOP Summit 2023."
9090
# class: inverted
9191
img:
9292
src: /assets/img/impact-page/timeline/desktop-timeline-2023.png
93-
alt: timeline image
93+
alt:
9494
- title: 2024
9595
subtitle: TOP Addresses Population-Specific Issues with Indigenous Communities-Focused Sprints
9696
blurb: TOP launches Indigenous Communities-Focused sprints, a new initiative to leverage TOP’s efforts to serve Indigenous communities across the country.
9797
class: inverted
9898
img:
9999
src: /assets/img/impact-page/timeline/desktop-timeline-2024.png
100-
alt: timeline image
100+
alt:
101101

102102

103103
#impact numbers
@@ -200,7 +200,7 @@ download-quote:
200200

201201
<section id="years" class="years">
202202
<div class="year-counter-container">
203-
<div class="grid-container content-container">
203+
<div class="grid-container content-container bg-timeline-container">
204204
{% include impact/subnav.html %}
205205
<div class="">
206206
<h2 class="tablet:margin-top-8 desktop:margin-top-10 desktop:margin-bottom-7">A History of TOP</h2>

0 commit comments

Comments
 (0)