Feat: blog post - Reduced Fare Eligibility Research - #352
Conversation
this is from the Google Doc draft.
✅ Deploy Preview for compilerla ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
table - remove left/right margin - add top/bottom margin table header - update table header font-family and font-weight table data - add more padding to cells and make them align at the top - add a border
There was a problem hiding this comment.
@cmajel - when you have a chance, could you look at how this image appears in context on the preview site? Does it look how you envisioned in terms of sizing / readability? And is this filename ok with you?
| description: "What we learned about reduced fare eligibility after reviewing 20 application forms and talking to transit providers and riders with disabilities" | ||
| author: Christine Bath | ||
| excerpt: "What we learned about reduced fare eligibility after reviewing 20 application forms and talking to transit providers and riders with disabilities" | ||
| date: 2026-09-01T00:00:00+0000 |
There was a problem hiding this comment.
@angela-tran - don't forget to update this date
| .blog_post table { | ||
| margin: 0 1.5rem; | ||
| margin: 1.5rem 0 3rem; | ||
| } | ||
|
|
||
| .blog_post table th { | ||
| font-family: var(--bs-font-monospace); | ||
| font-weight: 800; | ||
| } | ||
|
|
||
| .blog_post table td, | ||
| .blog_post table th { | ||
| padding: 0.75rem; | ||
| padding: 1.5rem 1.5rem 1.5rem 0; | ||
| display: table-cell; | ||
| vertical-align: top; | ||
| border-bottom: 1px solid var(--brand-scale-gray-3); |
|
@laneymangan - this is now ready for review 👀 @cmajel - you are also welcome to review this, especially the table style updates I made according to what I saw in Figma 🎨 We need a review from an @compilerla/engineering team member as well 🤓 Thank you all in advance! |
jgravois
left a comment
There was a problem hiding this comment.
my casing nit aside, i love this. great work all ❤️
| @@ -0,0 +1,99 @@ | |||
| --- | |||
| title: "Reduced fares and disability in public transit" | |||
There was a problem hiding this comment.
i'll take this to mean that i shouldn't expect pushback on #350 😈
| excerpt: "What we learned about reduced fare eligibility after reviewing 20 application forms and talking to transit providers and riders with disabilities" | ||
| date: 2026-09-01T00:00:00+0000 | ||
| categories: | ||
| - compiler |
There was a problem hiding this comment.
this categories tag seems like another thing that's ripe to make a blog.11tydata.js default
(not relevant to this PR though) 😇
| - Having another transit agency’s paratransit card | ||
| - Letters from a disability organization (e.g. Braille Institute Card) | ||
|
|
||
| This shows a mix of federal, state, and local benefits used to qualify people with disabilities for reduced fares. Some have existing data sources that could potentially be used for a digital eligibility check, like disabled U.S. Veteran status or a California DMV disabled placard. But others are much more manual and are not issued or maintained by centralized agencies, like letters from medical professionals. |
There was a problem hiding this comment.
there are a few other instances in this post where we case it 'U.S. veterans'. it'd be good to be consistent.
signed,
the (self-deputized) casing police 👮😂
|
|
||
| _Compiler is a woman-owned software consultancy built by people who use and rely on public systems every day. We partner with government agencies and mission-driven organizations to design, build, and sustain digital services that work better for everyone. Our team combines human-centered design, data expertise, and modern engineering practices to help agencies deliver accessible, maintainable, and equitable digital tools._ | ||
|
|
||
| _If you’d like to learn more about Compiler’s work on Cal-ITP Benefits or partner with us on a new project, we’d love to talk. Email [hello@compiler.la](mailto:hello@compiler.la) to get started._ |
There was a problem hiding this comment.
this is helping me realize that its really just the outro call to action that we're interested in tweaking from post to post. 🤔
(in other words, i've got another idea for #351 now)

ClickUp task: https://app.clickup.com/t/8631512/86ba8mj7u
Also closes #339 with ede3f7d
Todos