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

blog post re: safe infra is green infra #40

Open
kfarr opened this issue May 22, 2024 · 0 comments
Open

blog post re: safe infra is green infra #40

kfarr opened this issue May 22, 2024 · 0 comments

Comments

@kfarr
Copy link
Contributor

kfarr commented May 22, 2024

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant