Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Adding 3 Columns #417

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,29 @@ content-primary:
#white background section
content-light:
title:

# three column layout of statistics; the border value indicates a vertical line to the side of the text. The underline indicates a separator between the statistic and the description
impact:
- statistic: '40+'
underline: short yellow accent
description: National challenges addressed, including ocean plastic pollution, COVID-19 economic recovery, disaster <br><br>
border: statistic-border-right
- statistic: '135+'
underline: short yellow accent
description: Public-facing digital products launched since 2016 through TOP’s 12-week technology development sprints
border: statistic-border-right
- statistic: '1300+'
underline: short yellow accent
description: Alumni participated in TOP sprints, including developers, designers, community leaders, data & policy experts, students, and government agencies
border: padding-right-3

# centered photo with overlay
photo:
image: photos/about/about-coil.png
img-alt: Abstract exploding data with vibrant red and blue lines
overlay:
title: From the Census Open Innovation Labs
color: secondary-white
text: The Opportunity Project is led by Census Open Innovation Labs (COIL) at the U.S. Census Bureau. We’re a nimble, startup-like team with a portfolio of initiatives that are setting a new standard for open innovation in the federal government.
button:
text: Read about the Team
Expand All @@ -55,6 +71,7 @@ photo:
{% include hero.html %}
{% include circuit-banner.html %}
{% include sidebar-and-content-primary.html %}
{% include three-column-narrow-text.html %}

<section class="bg-base-lightest">
<section class="usa-section grid-container bg-white">
Expand Down