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

Commit 2cb7695

Browse files
committed
Minor copy changes to membership
1 parent 652f4e5 commit 2cb7695

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Membership extends Component {
2222
<li>
2323
<img className={styles.icon} src={sharedIcon} alt="" />
2424
<span>
25-
Join veterans, transitioning servicemembers,
25+
Join veterans, fellow servicemembers,
2626
and military spouses. Learn and grow with our open community.
2727
</span>
2828
</li>
@@ -36,8 +36,8 @@ class Membership extends Component {
3636
<li>
3737
<img className={styles.icon} src={roadIcon} alt="" />
3838
<span>
39-
Learn about opportunities to attend software development conferences
40-
and coding bootcamps, as part of the Operation Code scholarship program.
39+
Attend software development conferences and coding bootcamps,
40+
as part of the Operation Code scholarship program.
4141
</span>
4242
</li>
4343
<li>

src/scenes/home/landing/partners/partners.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
.partners {
22
font-size: 16px;
33
width: 80%;
4+
display: flex;
5+
flex-direction: column;
6+
align-items: center;
47
}
58

69
.partnerLogos {
10+
width: 80%;
711
display: flex;
812
flex-flow: row wrap;
9-
width: 80%;
1013
justify-content: space-around;
1114
padding-top: 15px;
1215
}

src/scenes/home/landing/partners/partners.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ class Partners extends Component {
5959
</div>
6060

6161
<div className={styles.partners}>
62-
<p>We are always looking for organizations who are
63-
interested in sponsoring or partnering with us!
64-
65-
</p>
62+
<p>We are always looking for organizations who are interested in working with us!</p>
6663
<LinkButton text="Contact Us" link="mailto:partnerships@operationcode.org" />
6764
</div>
6865

0 commit comments

Comments
 (0)