Skip to content

Commit

Permalink
Merge branch 'main' into feat/pdf-html-secured-cards-memo
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo authored Apr 8, 2024
2 parents c05d65e + 189419d commit f333996
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_stages:

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.1.0
rev: v3.2.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ date: "2023-10-01T17:00:00-07:00"
title: "Fact sheet: Enhancing the transit experience with Bank On accounts"
category: Fact sheets & overviews
tags:
- Contactless payments
- Contactless Payments
---

The California Integrated Travel Project (Cal-ITP), in its continuous effort to improve transit experiences for all Californians, is excited to introduce transit agencies to the Bank On Initiative. Bank On accounts, specifically designed to serve the unbanked and underbanked, are bank and credit union accounts that can be used on transit along with any other type of everyday purchase.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
date: "2023-08-01T17:00:00-07:00"
title: "Fact Sheet: Minimum Account Requirements for Transit Riders"
category: Case studies
category: Fact sheets & overviews
tags:
- Contactless payments
- Contactless Payments
---

This memo summarizes barriers to getting banked in California, features of accessible banking, and highlights traditional and non-traditional banking products available to transit riders. These digital payment options are being highlighted by the California Integrated Travel Project (Cal-ITP) and/or transit providers as an option for customers who wish to pay using contactless options but do not currently have one.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ title: "Fact sheet: Prepaid card recommendations"
asset: "Cal-ITP.Prepaid.Card.Recommendations.pdf"
category: Fact sheets & overviews
tags:
- Contactless payments
- Contactless Payments
---
18 changes: 18 additions & 0 deletions src/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,24 @@ footer a:hover {
margin: 0 0.15em;
}

.footnotes ol {
padding-left: 1rem;
}

.footnotes ol::before {
content: "Footnotes";
display: block;
font-weight: bold;
margin-bottom: 0.5rem;
margin-left: -1rem;
}

.footnotes a,
.footnotes li,
.footnotes p {
font-size: 0.85rem;
}

.footnotes li:target {
animation: footnoteFade 5s 1;
}
Expand Down

0 comments on commit f333996

Please sign in to comment.