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
<h1className={styles.title}>< Web Dev wannabe? /></h1>
12
-
<divclassName={styles.description}>
13
-
<p>
14
-
Hold our hand and enjoy the road to learn how to start a new project,
15
-
the magic behind Github while working in a team environment, and much
16
-
more...
17
-
</p>
18
-
</div>
11
+
<sectionclassName={styles.container}>
12
+
<divclassName={styles.inner}>
13
+
<h1className={styles.title}>< Web Dev wannabe? /></h1>
14
+
<divclassName={styles.description}>
15
+
<p>
16
+
Hold our hand and enjoy the road to learn how to start a new
17
+
project, the magic behind Github while working in a team
18
+
environment, and much more...
19
+
</p>
20
+
</div>
19
21
20
-
<TwoColumn
21
-
title="Let's grow together."
22
-
image="/images/home-two-column-image.jpg"
23
-
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."
24
-
link="/about-us"
25
-
/>
22
+
<TwoColumn
23
+
title="Let's grow together."
24
+
image="/images/home-two-column-image.jpg"
25
+
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."
26
+
link="/about-us"
27
+
/>
26
28
27
-
<BracketclassName={styles.bracket}/>
29
+
<BracketclassName={styles.bracket}/>
28
30
29
-
<TwoColumn
30
-
title="Get involved."
31
-
content="Web Dev Path runs on volunteers. Here are the ways you can get involved with us:"
32
-
rowOrder="row-reverse"
33
-
color={primary}
34
-
bgColor={white}
35
-
/>
31
+
<TwoColumn
32
+
title="Get involved."
33
+
content="Web Dev Path runs on volunteers. Here are the ways you can get involved with us:"
34
+
rowOrder="row-reverse"
35
+
color={primary}
36
+
bgColor={white}
37
+
/>
36
38
37
-
<StickclassName={styles.stick}/>
39
+
<ThreeColumn
40
+
titles={['Join us','Volunteer','Become a mentor']}
41
+
images={[
42
+
'/images/home-two-column-image.jpg',
43
+
'/images/home-two-column-image.jpg',
44
+
'/images/home-two-column-image.jpg',
45
+
]}
46
+
altTags={['Join us','Volunteer','Become a mentor']}
47
+
content={[
48
+
'Are you learning web development and need mentorship? Are you a web dev looking for help or a code buddy for a project? ',
49
+
'Would you like to volunteer? For roles other than mentor/mentee, please get in touch.',
50
+
'Are you an experienced web dev who wants to become a mentor? Welcome!',
0 commit comments