Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix s/Free Code Camp/freeCodeCamp in /server/views #12473

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/views/account/show.jade
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ block content
| Update your settings
.col-xs-12
a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='/signout')
| Sign me out of Free Code Camp
| Sign me out of freeCodeCamp
.col-xs-12
a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='mailto:team@freecodecamp.com')
| Email us at team@freecodecamp.com
Expand Down
4 changes: 2 additions & 2 deletions server/views/certificate/back-end.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include styles
header
.col-md-5.col-sm-12
.logo
img(class='img-responsive', src='https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg', alt="Free Code Camp's Logo")
img(class='img-responsive', src='https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg', alt="freeCodeCamp's Logo")
.col-md-7.col-sm-12
.issue-date Issued
strong #{date}
Expand All @@ -20,7 +20,7 @@ include styles
h3 has successfully completed the
h1
strong Back End Development Projects
h4 (400 hours of coursework & 1 of 3 Free Code Camp certificates)
h4 (400 hours of coursework & 1 of 3 freeCodeCamp certificates)

footer
.row.signatures
Expand Down
4 changes: 2 additions & 2 deletions server/views/certificate/data-vis.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include styles
header
.col-md-5.col-sm-12
.logo
img(class='img-responsive', src='https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg', alt="Free Code Camp's Logo")
img(class='img-responsive', src='https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg', alt="freeCodeCamp's Logo")
.col-md-7.col-sm-12
.issue-date Issued
strong #{date}
Expand All @@ -20,7 +20,7 @@ include styles
h3 has successfully completed the
h1
strong Data Visualization Projects
h4 (400 hours of coursework & 1 of 3 Free Code Camp certificates)
h4 (400 hours of coursework & 1 of 3 freeCodeCamp certificates)

footer
.row.signatures
Expand Down
4 changes: 2 additions & 2 deletions server/views/certificate/front-end.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include styles
header
.col-md-5.col-sm-12
.logo
img(class='img-responsive', src='https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg', alt="Free Code Camp's Logo")
img(class='img-responsive', src='https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg', alt="freeCodeCamp's Logo")
.col-md-7.col-sm-12
.issue-date Issued
strong #{date}
Expand All @@ -20,7 +20,7 @@ include styles
h3 has successfully completed the
h1
strong Front End Development Projects
h4 (400 hours of coursework & 1 of 3 Free Code Camp certificates)
h4 (400 hours of coursework & 1 of 3 freeCodeCamp certificates)

footer
.row.signatures
Expand Down
4 changes: 2 additions & 2 deletions server/views/certificate/full-stack.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include styles
header
.col-md-5.col-sm-12
.logo
img(class='img-responsive', src='https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg', alt="Free Code Camp's Logo")
img(class='img-responsive', src='https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg', alt="freeCodeCamp's Logo")
.col-md-7.col-sm-12
.issue-date Issued
strong #{date}
Expand All @@ -20,7 +20,7 @@ include styles
h3 has successfully completed the
h1
strong Full Stack Development Projects
h4 (400 hours of coursework & 1 of 3 Free Code Camp certificates)
h4 (400 hours of coursework & 1 of 3 freeCodeCamp certificates)

footer
.row.signatures
Expand Down
2 changes: 1 addition & 1 deletion server/views/commit/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ block content
h2.text-center Commit to yourself. Commit to a nonprofit.
.row
.col-xs-12.col-sm-6.col-sm-offset-3
p You can give yourself external motivation, and immediately start helping nonprofits. You can do this by pledging a monthly donation to a nonprofit until you’ve earned one of our certifications. This pledge is completely optional. This pledge is entirely between you and the nonprofit, and no money goes to Free Code Camp. You can change your commitment or stop it at any time.
p You can give yourself external motivation, and immediately start helping nonprofits. You can do this by pledging a monthly donation to a nonprofit until you’ve earned one of our certifications. This pledge is completely optional. This pledge is entirely between you and the nonprofit, and no money goes to freeCodeCamp. You can change your commitment or stop it at any time.

.row
.col-xs-12.col-sm-6.col-sm-offset-3.text-center
Expand Down
4 changes: 2 additions & 2 deletions server/views/emails/a-extend-user-welcome.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Please verify your email by following the link below:
<a href="<%= verifyHref %>"><%= verifyHref %></a>
<br>
<br>
Feel free to email us at this address if you have any questions about Free Code Camp.
Feel free to email us at this address if you have any questions about freeCodeCamp.
<br>
<br>
And if you have a moment, check out our blog: https://medium.freecodecamp.com.
Expand All @@ -20,4 +20,4 @@ Good luck with the challenges!
<br>
<br>
<br>
- the Free Code Camp Team.
- the freeCodeCamp Team.
4 changes: 2 additions & 2 deletions server/views/emails/certified.ejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Hi <%= name || username %>,

Congratulations on recently completing all three Free Code Camp certifications. But you have not yet finished Free Code Camp. The most important part still remains: the nonprofit projects.
Congratulations on recently completing all three freeCodeCamp certifications. But you have not yet finished freeCodeCamp. The most important part still remains: the nonprofit projects.

These will help you contextualize and apply the raw skills you've picked up. You'll practice by building full stack JavaScript apps that real people will use. And in the end, you'll have code in production that you can showcase in your portfolio. This will be critical to your job search.

Expand All @@ -10,4 +10,4 @@ Once you fill this out we will get back to you as quickly as possible to get you

Best,

Michael - nonprofit guy @ Free Code Camp
Michael - nonprofit guy @ freeCodeCamp
4 changes: 2 additions & 2 deletions server/views/emails/user-email-verify.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Please verify your email by following the link below:
<a href="<%= verifyHref %>"><%= verifyHref %></a>
<br>
<br>
Please email us at this address if you have any questions about Free Code Camp.
Please email us at this address if you have any questions about freeCodeCamp.
<br>
<br>
<br>
- the Free Code Camp Team
- the freeCodeCamp Team
6 changes: 3 additions & 3 deletions server/views/home.jade
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ block content
.row
.col-xs-12.col-sm-12.col-md-4
img.img-responsive.testimonial-image.img-center(src="//i.imgur.com/nsvNixW.jpg", alt="Meta's testimonial image")
p.testimonial-copy Through Free Code Camp, I built a robust and highly functional web app for a nonprofit. This led me to getting a fantastic job.
p.testimonial-copy Through freeCodeCamp, I built a robust and highly functional web app for a nonprofit. This led me to getting a fantastic job.
h3 - Meta Hirschl
.col-xs-12.col-sm-12.col-md-4
img.img-responsive.testimonial-image.img-center(src="//i.imgur.com/QPpjPac.jpg", alt="Brian's testimonial image")
p.testimonial-copy Free Code Camp's a great way for disabled veterans like me to retrain. I'm receiving engineering job offers, and I haven't even finished yet.
p.testimonial-copy freeCodeCamp's a great way for disabled veterans like me to retrain. I'm receiving engineering job offers, and I haven't even finished yet.
h3 - Brian Grant
.col-xs-12.col-sm-12.col-md-4
img.img-responsive.testimonial-image.img-center(src="//i.imgur.com/wjlDigg.jpg", alt="Maxim Orlov's testimonial image")
p.testimonial-copy I started Free Code Camp with zero knowledge of web development. 6 months later, I landed my first job as a back end engineer.
p.testimonial-copy I started freeCodeCamp with zero knowledge of web development. 6 months later, I landed my first job as a back end engineer.
h3 - Maxim Orlov
.spacer
hr
Expand Down
2 changes: 1 addition & 1 deletion server/views/layout-react.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ html(lang='en')
if title
title= title
else
title Free Code Camp
title freeCodeCamp
include partials/react-stylesheets
body.container.react-layout(style='overflow: hidden')
#fcc!= markup
Expand Down
8 changes: 4 additions & 4 deletions server/views/partials/meta.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(name='csrf-token', content=_csrf)
title #{title} | Free Code Camp
title #{title} | freeCodeCamp
link(rel='canonical', href='http://freecodecamp.com')
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(name='csrf-token', content=_csrf)
meta(name='keywords', content='learn to code, learn to program, learn programming, learn javascript, learn coding, code, coding, programming, software engineer, software developer, mean stack, web development, development, engineering, learn node.js, learn angular.js, learn express.js, learn mongoDB, coding bootcamp, javascript, open source')
meta(property="og:title", content="Learn to code and help nonprofits")
meta(property="og:site_name", content="Free Code Camp")
meta(property="og:site_name", content="freeCodeCamp")
meta(name='twitter:widgets:csp', content='on')
meta(name='p:domain_verify', content='d0bc047a482c03c24f1168004c2a216a')
meta(property="og:url", content="http://www.freecodecamp.com")
Expand All @@ -19,8 +19,8 @@ meta(property="og:image", content="https://s3.amazonaws.com/freecodecamp/curricu
meta(property="og:type", content="article")
meta(property="article:publisher", content="https://www.facebook.com/freecodecamp")
meta(property="article:section", content="Responsive")
link(rel="publisher", href="https://plus.google.com/+Freecodecamp")
link(rel="author", href="https://plus.google.com/+Freecodecamp")
link(rel="publisher", href="https://plus.google.com/+freeCodeCamp")
link(rel="author", href="https://plus.google.com/+freeCodeCamp")
meta(name="description", content="Learn to code and build projects for nonprofits. Build your full stack web development portfolio today.")
meta(name="twitter:creator", content="@freecodecamp")
meta(name="twitter:url", content="http://www.freecodecamp.com")
Expand Down
2 changes: 1 addition & 1 deletion server/views/partials/navbar.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nav.navbar.navbar-default.navbar-fixed-top.nav-height
.col-xs-12
span.hamburger-text Menu
a.navbar-brand(href='/challenges/current-challenge')
img.img-responsive.nav-logo(src='https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg', alt='learn to code javascript at Free Code Camp logo')
img.img-responsive.nav-logo(src='https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg', alt='learn to code javascript at freeCodeCamp logo')
.collapse.navbar-collapse
ul.nav.navbar-nav.navbar-right.hamburger-dropdown
li.dropdown
Expand Down