-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(partners): add new page with rhombus top and contact bottom
- Loading branch information
1 parent
90edef9
commit 85bbd13
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |