diff --git a/src/_includes/contact.html b/src/_includes/contact.html new file mode 100644 index 00000000..b0288eca --- /dev/null +++ b/src/_includes/contact.html @@ -0,0 +1,68 @@ +
+
+

The time is now—reach out to learn more

+
+
+ + + + + + + + + + + + + +
+
+
+ Two thought bubbles with dashes of various lengths, meant to represent words in a conversation +

Connect with Cal-ITP

+ Drop us a line at + hello@calitp.org + to: +
    +
  • get more information
  • +
  • request technical assistance
  • +
  • meet our Customer Success team
  • +
+
+
+
 
+
+
+ A bus nearly surrounded by a semicircular arrow, meant to indicate that transit content is being refreshed +

Stay up to date

+

+ See our latest milestones on + our Press page, and subscribe to the + Caltrans Mobility Newsletter, a free biweekly resource with frequent Cal-ITP project updates. +

+
+
+
diff --git a/src/index.html b/src/index.html index 79b2f52e..0e824ea2 100644 --- a/src/index.html +++ b/src/index.html @@ -130,69 +130,4 @@

Helping California achieve critical g alt="Another decorative element with dots and dashes, meant to resemble a transit map" /> -
-
-

The time is now—reach out to help and to learn more

-

This initiative is critical now more than ever.

-

- Cal-ITP is working with transportation agencies across the country to launch a program that can immediately improve the - ridership experience. Contact us to learn more. -

-
-
- - - - - - - - - -
-
-
- Two thought bubbles with dashes of various lengths, meant to represent words in a conversation -

Connect with Cal-ITP

- Drop us a line at - hello@calitp.org - to: -
    -
  • request technical assistance
  • -
  • get more information
  • -
  • offer collaborative support
  • -
  • join our email list for updates
  • -
-
-
-
-   -
-
-
- A bus nearly surrounded by a semicircular arrow, meant to indicate that transit content is being refreshed -

Stay up to date

-

- See our latest milestones on - our Press page, and subscribe to the - Caltrans Mobility Newsletter, a free biweekly resource with frequent Cal-ITP project updates. -

-
-
-
+{% include contact.html %} diff --git a/src/stylesheets/main.css b/src/stylesheets/main.css index 40da1cbc..9dd0eb1d 100644 --- a/src/stylesheets/main.css +++ b/src/stylesheets/main.css @@ -27,7 +27,6 @@ body { --calitp-purple-5: rgb(41, 34, 120); /* #292278 */ --calitp-red-4: rgb(192, 63, 77); /* #c03f4d */ --calitp-red-5: rgb(160, 46, 59); /* #a02e3b */ - --calitp-slate-5: rgb(36, 61, 81); /* #243d51 */ --calitp-font-weight-bold: 700; } @@ -54,10 +53,6 @@ body { background-color: var(--calitp-purple-4); } -.background-slate-5 { - background-color: var(--calitp-slate-5); -} - .btn { --bs-btn-border-width: 2px; } @@ -357,10 +352,6 @@ footer a:hover { min-height: 100%; } -.clipped-shadow { - filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15)); -} - .mb-28 { margin-bottom: 28px; }