Skip to content

Commit

Permalink
feat(partners): first pass at text
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jul 16, 2024
1 parent 85bbd13 commit ffc2b74
Showing 1 changed file with 82 additions and 0 deletions.
82 changes: 82 additions & 0 deletions src/partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,86 @@ <h1 class="text-white mb-2">Partners</h1>
</div>
</div>

<section class="row justify-content-center">
<div class="col-10">
<div class="offset-md-2 col-md-8 mt-5 mb-5 pb-5">
<h2>California Department of Technology</h2>
<p>
We collaborate with the California Department of Technology (CDT) to provide transit riders with a seamless way to qualify
for and enroll in transit benefits online.
</p>
<quote>QUOTE</quote>
<p>Together, we aim to:</p>
<ul>
<li>
Expand Cal-ITP Benefits, our web application that uses Login.gov and the California Identity Gateway to safely and
securely provide digital eligibility checks for transit benefits.
</li>
<li>
Transit riders who are older adults and U.S. Veterans can use the service today. Support eligibility checks for CalFresh
cardholders, Medicare cardholders, and people with disabilities in the coming year.
</li>
<li>Promote the use of a Digital ID system that can be used across state departments. </li>
<li>
Demonstrate how we can deliver dependable and equitable public services while reducing the need for outdated paper-based
processes. 
</li>
</ul>

<section class="row justify-content-md-center align-content-stretch">
<div class="col-12 col-md-6">
<div class="background-purple-4 pt-3 pt-md-5 px-3 text-center clipped-end">
<h1 class="text-white">8.6%</h1>
<h3 class="text-white d-block my-4">Connect with Cal-ITP</h3>
</div>
</div>
<div class="col-12 col-md-6">
<div class="background-purple-4 pt-3 pt-md-5 px-md-5 px-3 pt-2 text-center clipped-start">
<h1 class="text-white">2630</h1>
<h3 class="text-white d-block my-4">Stay up to date</h3>
</div>
</div>
</section>

<p>For more information, visit CDT’s page on the primary elements of a Digital ID Framework.</p>
<hr />
<h2>California Air Resources Board</h2>
<quote>Quote</quote>
<p>
The California Air Resources Board (CARB) helps us improve the distribution of transportation benefits for state agencies
and recipients in California.Together, we aim to:
</p>
<ul>
<li>Promote sustainable transit options</li>
<li>
Identify payment issuance approaches to make electric vehicle charging and other mobility options more easily accessible
for individuals who have low incomes, or who are unbanked or underbanked
</li>
<li>Close the gap between those who are eligible for mobility benefits and those who receive them </li>
<li>Explore the application of rewards and loyalty programs in transit</li>
</ul>
<section class="row justify-content-md-center align-content-stretch">
<div class="col-12 col-md-6">
<div class="background-purple-4 pt-3 pt-md-5 px-3 text-center clipped-end">
<h1 class="text-white">8.6%</h1>
<h3 class="text-white d-block my-4">Connect with Cal-ITP</h3>
</div>
</div>
<div class="col-12 col-md-6">
<div class="background-purple-4 pt-3 pt-md-5 px-md-5 px-3 pt-2 text-center clipped-start">
<h1 class="text-white">2630</h1>
<h3 class="text-white d-block my-4">Stay up to date</h3>
</div>
</div>
</section>
<small>1. Reported in CARB’s cEMV report. </small>
<p>
For more information on this and other mobility initiatives, please visit CARB. You can view more about our work with
public and private sector partners in our 2023 Accomplishments Report.
</p>
<p></p>
</div>
</div>
</section>

{% include contact.html %}

0 comments on commit ffc2b74

Please sign in to comment.