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

Commit 1b85d00

Browse files
hollomancerkylemh
authored andcommitted
Copy and style changes on mentorship section
1 parent 7665cd3 commit 1b85d00

2 files changed

Lines changed: 10 additions & 10 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: 18px;
2+
font-size: 16px;
33
font-family: 'Noto Serif';
44
width: 80%;
55
}

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Membership extends Component {
1313
<Section title="Membership" theme="white">
1414
<div className={styles.intro}>
1515
<p>
16-
Joining Operation Code is easy and free! Once you&#39;re signed up, you can join us on
16+
Joining Operation Code is easy - and free! Once you&#39;re signed up, you can join us on
1717
Slack and start enjoying the benefits of your membership:
1818
</p>
1919
</div>
@@ -22,29 +22,29 @@ class Membership extends Component {
2222
<li>
2323
<img className={styles.icon} src={sharedIcon} alt="" />
2424
<span>
25-
Join an open community of veterans, transitioning servicemembers,
26-
and military spouses who you can engage and grow with.
25+
Join veterans, transitioning servicemembers,
26+
and military spouses. Learn and grow with our open community.
2727
</span>
2828
</li>
2929
<li>
3030
<img className={styles.icon} src={flagIcon} alt="" />
3131
<span>
32-
Access our mentorship and coding channels to jumpstart
33-
your journey and learn from senior software engineers.
32+
Access our mentorship and coding channels and jumpstart
33+
your journey. Learn from senior software engineers with years of experience.
3434
</span>
3535
</li>
3636
<li>
3737
<img className={styles.icon} src={roadIcon} alt="" />
3838
<span>
39-
Learn about opportunities to attend software develpment conferences
40-
and coding bootcamps as part of the Operation Code scholarship program.
39+
Learn about opportunities to attend software development conferences
40+
and coding bootcamps, as part of the Operation Code scholarship program.
4141
</span>
4242
</li>
4343
<li>
4444
<img className={styles.icon} src={suitcaseIcon} alt="" />
4545
<span>
46-
Find job opportunities posted from around the country, and
47-
receive feedback on your portfolio, side project, or resume.
46+
Find job opportunities posted from around the country.
47+
Receive feedback on your portfolio, side project, or resume.
4848
</span>
4949
</li>
5050
</ul>

0 commit comments

Comments
 (0)