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

Commit 13e5cbc

Browse files
alexspencerickr
authored andcommitted
Removed Trademarks Fixes #139
1 parent 1477051 commit 13e5cbc

13 files changed

Lines changed: 16 additions & 22 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Operation Code</title>
4+
<title>Operation Code</title>
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<meta name="description" content="Veteran-founded and led, Operation Code is a 501(c)(3) non-profit whose mission is to aid military, vets and their families learn coding and web technologies.">
8+
<meta name="description" content="Veteran-founded and led, Operation Code is a 501(c)(3) non-profit whose mission is to aid military, vets and their families learn coding and web technologies.">
99
<meta name="keywords" content="operation code, veterans, software development, learn to code, keep coding, veteran coders, senate veterans, house veterans, gi bill, new gi bill, operationcode.org, #operationcode, military vets, vets">
1010
<meta name="author" content="Veteran Coders, for Veterans Coders">
1111
<meta property="og:image" content="https://static1.squarespace.com/static/586d87de725e2585df6e8448/t/5870110d6b8f5b61fdd8ee05/1483739408996/?format=500w" />

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
work correctly both with client-side routing and a non-root public URL.
3131
Learn how to configure a non-root public URL by running `npm run build`.
3232
-->
33-
<title>Operation Code</title>
33+
<title>Operation Code</title>
3434
<!-- Start of Async Drift Code -->
3535
<script>
3636
!function() {

src/scenes/home/codeSchools/partnerSchools/partnerSchools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class PartnerSchools extends Component {
119119

120120
<div className={styles.noteForSchoolReps}>
121121
<p>
122-
Are you a code school seeking a partnership with Operation Code?
122+
Are you a code school seeking a partnership with Operation Code?
123123
<br />
124124
<a href="mailto:staff@operationcode.org">
125125
Reach out to us!

src/scenes/home/footer/footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ class Footer extends Component {
3232
</div>
3333
</div>
3434
<div className={styles.copyright}>
35-
Please note that this website is managed by Operation Code.
35+
Please note that this website is managed by Operation Code.
3636
The content of this website is solely the responsibility of
37-
Operation Code.<br />
37+
Operation Code.<br />
3838
Copyright 2017 Operation Code™
3939
</div>
4040
</div>

src/scenes/home/header/logo/logo.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
height: 50px;
1010
}
1111

12-
.trademark {
13-
color: #FFF;
14-
align-self: flex-start;
15-
margin-top:15px;
16-
}
17-
1812
@media screen and (max-width: 900px) {
1913
.logo {
2014
margin-left: 10px;

src/scenes/home/header/logo/logo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Logo extends Component {
77
render() {
88
return (
99
<div className={styles.logo} >
10-
<Link to="/"><img src={logo} alt="" /></Link><span className={styles.trademark}></span>
10+
<Link to="/"><img src={logo} alt="" /></Link>
1111
</div>
1212
);
1313
}

src/scenes/home/header/sideNav/sideNav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class SideNav extends Component {
9191
<a className={styles.close} href="/" onClick={this.handleCloseClick}>&#10006;</a>
9292
</div>
9393
<a className={styles.logoWrapper} href="/">
94-
<img className={styles.logo} src={logo} alt="Operation Code logo" />
94+
<img className={styles.logo} src={logo} alt="Operation Code logo" />
9595
</a>
9696
</div>
9797
<div className={styles.list}>

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

Lines changed: 1 addition & 1 deletion
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>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Partners extends Component {
1919
>
2020
<div className={styles.partners}>
2121
<p>
22-
Operation Code and our all-volunteer team offers our
22+
Operation Code and our all-volunteer team offers our
2323
programs and services through the generous support
2424
of our partners. Their support, made via either
2525
financial contributions or in-kind donations,

src/scenes/home/landing/whatWeDo/whatWeDoContent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"title": "Conference Scholarships",
19-
"body": "Operation Code partners with tech conferences around the world and offers scholarship tickets to events throughout the year.",
19+
"body": "Operation Code partners with tech conferences around the world and offers scholarship tickets to events throughout the year.",
2020
"buttonText": "View Past Events",
2121
"linkTo": "/pastEvents",
2222
"imageUrl": "images/ThinkstockPhotos-489787502.jpg"

0 commit comments

Comments
 (0)