Skip to content

Commit

Permalink
feat(partners): add new page with rhombus top and contact bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jul 16, 2024
1 parent 90edef9 commit 85bbd13
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/contact.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<section id="reachout" class="row justify-content-center">
<div class="col-12 col-md-8 col-lg-6">
<h2 class="text-center text-md-start d-block mb-3">The time is now—reach out to learn more</h2>
<h2 class="h1 text-center text-md-start d-block mb-3">The time is now—reach out to learn more</h2>
</div>
</section>

Expand Down
21 changes: 21 additions & 0 deletions src/partners.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: default
permalink: /partners
title: Partners
---

{% include clipped.html %}

<div class="row justify-content-center">
<div class="clipped background-purple-4 rhombus-1 col-11 col-md-10 mt-4 mt-md-5 mb-4 py-4 py-md-5 px-4 px-md-0">
<div class="offset-md-2 col-md-8 py-3 py-md-5 px-2 px-md-2">
<h1 class="text-white mb-2">Partners</h1>
<p class="text-white mb-3 pb-3">
Bringing a modern and consistent transportation experience to all Californians requires help from a broad range of
experts. That's why Cal-ITP is proud to work collaboratively with our partners.
</p>
</div>
</div>
</div>

{% include contact.html %}

0 comments on commit 85bbd13

Please sign in to comment.