2
2
import BaseLayout from " @/layouts/BaseLayout.astro" ;
3
3
import GetStartedStep from " @/components/GetStartedStep.astro" ;
4
4
import { 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" ;
9
5
10
6
const meta = {
11
7
description: " Get started with SF Civic Tech. We're here to help you get involved." ,
12
- image: onboard .src ,
13
8
};
14
9
---
15
10
16
- <BaseLayout title =" Get Started "
11
+ <BaseLayout title =" "
17
12
meta ={ meta }
18
13
>
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
+
28
22
<p >
29
23
Fill out our <a href ={ memberFormURL } >2 minute form</a > so we can help match you with opportunities
30
24
</p >
31
25
</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" >
37
34
<li class =" marker:initial" >
38
35
Read our <a href ={ base (codeOfConductURL )} >Code of Conduct</a >
39
36
</li >
@@ -45,18 +42,25 @@ const meta = {
45
42
</li >
46
43
</ol >
47
44
</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
+
52
53
<p >
53
54
We meet remotely every Wednesday to work on projects! Head over to our <a href ={ meetupURL } >Meetup</a > for more details
54
55
</p >
55
56
</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
+
60
64
<p >
61
65
Review our current portfolio listed on our <a href ={ projectsURL } >Projects</a > page. Join us at Hack Night or on Slack to get involved!
62
66
</p >
0 commit comments