You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract text from this as core for blog post / kqed perspectives
<div className="st_grid_3_wrapper">
{/* VISION SECTION */}
<section className="st_vision">
<h2>VISION</h2>
<p>
We can change our world for the better through safer, greener
streets.
</p>
</section>
{/* STATISTICS SECTION */}
<section className="st_statistics">
<h2>STATISTICS</h2>
<div className="st_statistics_posts">
<div className="st_statistics_item">
<PiechartIcon percent={52} className="st_statistics_icon" />
<div className="st_statistics_post_description">
<p>52%</p>
<p>
Over half of all car trips in the US are less than 3 miles -
an ideal distance for green alternatives such as walking,
biking, and transit.
</p>
<a
href="https://www.energy.gov/eere/vehicles/articles/fotw-1230-march-21-2022-more-half-all-daily-trips-were-less-three-miles-2021"
target="_blank"
>
US Bureau of Transportation Statistics, 2022 Report
</a>
</div>
</div>
<div className="st_statistics_item">
<PiechartIcon percent={80} className="st_statistics_icon" />
<div className="st_statistics_post_description">
<p>80%</p>
<p>
From the number of people interested in, but not using,
active mobility, 80% would be willing to bike on streets
with a protected or completely separated bike lane.
</p>
<a
href="https://nacto.org/2016/07/20/high-quality-bike-facilities-increase-ridership-make-biking-safer"
target="_blank"
>
NACTO Report, 2016
</a>
</div>
</div>
<div className="st_statistics_item">
<PiechartIcon percent={32} className="st_statistics_icon" />
<div className="st_statistics_post_description">
<p>32%</p>
<p>
Nearly one-third of the population (32%) is dissatisfied
with their community designs for making biking safe.
</p>
<a
href="https://www.bts.gov/archive/publications/special_reports_and_issue_briefs/issue_briefs/number_11/entire"
target="_blank"
>
US Bureau of Transportation Statistics, 2012 Report
</a>
</div>
</div>
</div>
</section>
{/* MISSION SECTION */}
<section className="st_mission">
<h2>mission</h2>
<p>
Our goal is to empower the world with simple tools that enable
anyone to create a safer and greener future, one street at a time.
</p>
</section>
</div>
The text was updated successfully, but these errors were encountered:
Extract text from this as core for blog post / kqed perspectives
The text was updated successfully, but these errors were encountered: