You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content="The Web Dev Path is a team of professional developers project that aims to provide a comprehensive path for people who seek to begin their web development journey."
15
-
link="/about"
16
-
customBtnClass="inverted-grey"
17
-
/>
12
+
<RevealContentContainer>
13
+
<TwoColumn
14
+
title="Let's grow together."
15
+
image="/images/join-us.jpg"
16
+
content="The Web Dev Path is a team of professional developers project that aims to provide a comprehensive path for people who seek to begin their web development journey."
17
+
link="/about"
18
+
customBtnClass="inverted-grey"
19
+
/>
20
+
</RevealContentContainer>
18
21
19
-
<BracketclassName={styles.bracket}/>
22
+
<RevealContentContainer>
23
+
<BracketclassName={styles.bracket}/>
24
+
<TwoColumn
25
+
title="Get involved."
26
+
content="Web Dev Path runs on volunteers. Here are the ways you can get involved with us:"
27
+
rowOrder="row-reverse"
28
+
customInnerClass="get-involved"
29
+
bgColor={white}
30
+
/>
31
+
</RevealContentContainer>
20
32
21
-
<TwoColumn
22
-
title="Get involved."
23
-
content="Web Dev Path runs on volunteers. Here are the ways you can get involved with us:"
24
-
rowOrder="row-reverse"
25
-
customInnerClass="get-involved"
26
-
bgColor={white}
27
-
/>
33
+
<RevealContentContainer>
34
+
<CardsColumns
35
+
titles={['Join us','Volunteer','Become a mentor']}
36
+
images={[
37
+
'/images/join-us.jpg',
38
+
'/images/volunteer.jpg',
39
+
'/images/mentor.jpg',
40
+
]}
41
+
altTags={['Join us','Volunteer','Become a mentor']}
42
+
content={[
43
+
'Are you learning web development and need mentorship? Are you a web dev looking for help or a code buddy for a project? ',
44
+
'Would you like to volunteer? For roles other than mentor/mentee, please get in touch.',
45
+
'Are you an experienced web dev who wants to become a mentor? Welcome!',
0 commit comments