Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit 4359cdd

Browse files
hollomancerrickr
authored andcommitted
Update mentorship copy and style
1 parent 2cb7695 commit 4359cdd

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

src/scenes/home/landing/membership/membership.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.intro {
2-
font-size: 16px;
2+
font-size: 18px;
33
font-family: 'Noto Serif';
44
width: 80%;
55
}

src/scenes/home/landing/membership/membership.js

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,33 @@ class Membership extends Component {
2222
<li>
2323
<img className={styles.icon} src={sharedIcon} alt="" />
2424
<span>
25-
Join veterans, fellow servicemembers,
26-
and military spouses. Learn and grow with our open community.
25+
Join our open community. Learn and grow with <b>fellow veterans,
26+
servicemembers</b>, and <b>military spouses</b>. Work with your peers to
27+
build <b>open source projects</b>.
2728
</span>
2829
</li>
2930
<li>
30-
<img className={styles.icon} src={flagIcon} alt="" />
31+
<img className={styles.icon} src={roadIcon} alt="" />
3132
<span>
32-
Access our mentorship and coding channels and jumpstart
33-
your journey. Learn from senior software engineers with years of experience.
33+
Find new opportunities in the tech industry through our
34+
<b>scholarship program.</b> Attend <b>software development conferences</b>
35+
and <b>coding bootcamps</b>, and build the skills of the future.
3436
</span>
3537
</li>
3638
<li>
37-
<img className={styles.icon} src={roadIcon} alt="" />
39+
<img className={styles.icon} src={flagIcon} alt="" />
3840
<span>
39-
Attend software development conferences and coding bootcamps,
40-
as part of the Operation Code scholarship program.
41+
Jumpstart your journey. Access our <b>mentorship</b> and coding
42+
channels, and learn from <b>senior software engineers</b> at
43+
<b>top-tier tech companies</b> with years of experience.
4144
</span>
4245
</li>
4346
<li>
4447
<img className={styles.icon} src={suitcaseIcon} alt="" />
4548
<span>
46-
Find job opportunities posted from around the country.
47-
Receive feedback on your portfolio, side project, or resume.
49+
Launch your career in the tech industry on our <b>job board</b>.
50+
Find <b>local and remote jobs</b> all across the country.
51+
<b>Get expert feedback</b> on your portfolio, side project, or resume.
4852
</span>
4953
</li>
5054
</ul>

0 commit comments

Comments
 (0)