This repository was archived by the owner on Jun 10, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments