Skip to content

Commit

Permalink
refactor: implement design for 'Get in touch' section
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Nov 15, 2023
1 parent e937675 commit ba5ed88
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,25 @@ <h2>What is Cal-ITP?</h2>

<div class="bg-blue-lightest">
<div class="container" id="cta">
<section class="imaged-section imaged-section--left imaged-section--middle">
<section class="imaged-section imaged-section--right imaged-section--middle">
<div class="imaged-section__title">
<h2 class="h3">Begin taking contactless fare payments</h2>
<h2>Get in touch</h2>
</div>
<div class="imaged-section__image">
<img
alt="A smart phone and credit card being tapped at a bus fare device"
alt="An illustration of a bus' front entrance"
class="img-fluid home-cta-image"
src="/uploads/home-illo-payment-types.png"
src="/uploads/bus-circle.svg"
/>
</div>
<div class="imaged-section__content">
<p>
Learn how to start accepting passengers’ contactless bank cards and smart devices through the Master Service Agreements
(MSAs).
Whether you are a public transit provider in California or elsewhere in the US, Cal-ITP can provide materials and
support to help you navigate the process to modernize your fleet. If you’re a vendor, we’d love to hear about your
company’s products and/or services.
</p>

<a class="btn btn-action btn-outline-dark m-t-md" href="/go-contactless" target="_self"> Get started </a>
<a class="btn btn-primary m-t-md" href="/contact" target="_self">Contact us</a>
</div>
</section>
</div>
Expand Down

0 comments on commit ba5ed88

Please sign in to comment.