File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Build BDT With Us
2+
3+ Benefit Decision Toolkit is a Code For Philly project. Visit our page on Code For Philly's website to learn more and become a volunteer.
Original file line number Diff line number Diff line change 1+ ---
2+ import { Image } from " astro:assets" ;
3+ import { Content } from " ../assets/copy/Volunteer.md" ;
4+ import cfpLogo from " ../assets/logos/cfp-logo.png" ;
5+ ---
6+
7+ <div
8+ class =" md:bg-[url(../assets/backgrounds/bubbles.svg)] bg-center md:mg-size-[150vh] lg:bg-cover bg-no-repeat"
9+ >
10+ <section id =" overview" >
11+ <div class =" max-w-[85ch] mx-auto py-12 px-3 prose prose-a:font-semibold" >
12+ <Content />
13+ <div class =" flex flex-col items-center" >
14+ <Image src ={ cfpLogo } alt =" Code For Philly logo" />
15+ <a
16+ href =" https://codeforphilly.org/projects/dmn_benefit_toolbox-including_the_philly_property_tax_relief_screener"
17+ target =" _blank" >Code For Philly ↗</a
18+ >
19+ </div >
20+ </div >
21+ </section >
22+ </div >
You can’t perform that action at this time.
0 commit comments