22import BaseLayout from " @/layouts/BaseLayout.astro" ;
33import GetStartedStep from " @/components/GetStartedStep.astro" ;
44import { base , meetupURL , memberFormURL , projectsURL , slackURL , codeOfConductURL } from " @/utils/urls" ;
5- import about from " @/assets/get-started/about.webp" ;
6- import onboard from " @/assets/get-started/onboard.webp" ;
7- import attend from " @/assets/get-started/attend.webp" ;
8- import join from " @/assets/get-started/join.webp" ;
95
106const meta = {
117 description: " Get started with SF Civic Tech. We're here to help you get involved." ,
12- image: onboard .src ,
138};
149---
1510
16- <BaseLayout title =" Get Started "
11+ <BaseLayout title =" "
1712 meta ={ meta }
1813>
19- <p class =" mb-4" >
20- Regardless of skillset or background, anyone can contribute to their
21- community through SF Civic Tech
22- </p >
23- <ol class =" list-none [counter-reset:item] mt-6" >
24- <GetStartedStep
25- title =" Tell us about yourself"
26- src ={ about }
27- >
14+ <ol class =" list-none [counter-reset:item] mt-3u" >
15+ <GetStartedStep >
16+ <Fragment slot =" title" >
17+ <b >Tell us</b ><br >
18+ about<br >
19+ yourself
20+ </Fragment >
21+
2822 <p >
2923 Fill out our <a href ={ memberFormURL } >2 minute form</a > so we can help match you with opportunities
3024 </p >
3125 </GetStartedStep >
32- <GetStartedStep
33- title =" Onboard"
34- src ={ onboard }
35- >
36- <ol class =" list-decimal pl-5 space-y-1" >
26+
27+ <GetStartedStep >
28+ <Fragment slot =" title" >
29+ <b >On</b ><br >
30+ board
31+ </Fragment >
32+
33+ <ol class =" list-decimal pl-5 space-y-1 marker:text-muted" >
3734 <li class =" marker:initial" >
3835 Read our <a href ={ base (codeOfConductURL )} >Code of Conduct</a >
3936 </li >
@@ -45,18 +42,25 @@ const meta = {
4542 </li >
4643 </ol >
4744 </GetStartedStep >
48- <GetStartedStep
49- title =" Attend Hack Night"
50- src ={ attend }
51- >
45+
46+ <GetStartedStep >
47+ <Fragment slot =" title" >
48+ <b >Attend</b ><br >
49+ Hack<br >
50+ Night
51+ </Fragment >
52+
5253 <p >
5354 We meet remotely every Wednesday to work on projects! Head over to our <a href ={ meetupURL } >Meetup</a > for more details
5455 </p >
5556 </GetStartedStep >
56- <GetStartedStep
57- title =" Join a Project"
58- src ={ join }
59- >
57+
58+ <GetStartedStep >
59+ <Fragment slot =" title" >
60+ <b >Join</b ><br >
61+ a Project
62+ </Fragment >
63+
6064 <p >
6165 Review our current portfolio listed on our <a href ={ projectsURL } >Projects</a > page. Join us at Hack Night or on Slack to get involved!
6266 </p >
0 commit comments