Skip to content

Changed the copy on about us and homepage #97

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

Merged
merged 1 commit into from
Feb 4, 2018
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Microsoft Open Source Code of Conduct
# Code of Conduct

This code of conduct outlines expectations for participation in Microsoft-managed open source communities, as well as steps for reporting unacceptable behavior. We are committed to providing a welcoming and inspiring community for all. People violating this code of conduct may be banned from the community.
This code of conduct outlines expectations for participation in our open source communities, as well as steps for reporting unacceptable behavior. We are committed to providing a welcoming and inspiring community for all. People violating this code of conduct may be banned from the community.

## Our community strives to:

Expand Down
4 changes: 2 additions & 2 deletions src/components/footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Footer extends React.Component {
<div className="col-md-4 col-sm-6 inner">
<h4>Get In Touch</h4>
<ul className="contacts">
<li><p>We want to hear from you, send us your feedback to:</p></li>
<li><p> Want new features and challenges? Want to share your opinion? Our team of highly trained corgis are ready to chat. Send us an email to:</p></li>
{/*
<!--<li><i className="icon-location contact"></i> 84 Street, City, State 24813</li>-->
<!--<li><i className="icon-mobile contact"></i> +00 (123) 456 78 90</li>-->
Expand All @@ -60,7 +60,7 @@ class Footer extends React.Component {
</div>
<div className="footer-bottom">
<div className="container inner">
<p className="pull-left">© 2017 codecorgi. All rights reserved.</p>
<p className="pull-left">© 2018 codecorgi. All rights reserved.</p>
<ul className="footer-menu pull-right">
<li><Link to="/">Home</Link></li>
<li><Link to="/learning">Learning</Link></li>
Expand Down
42 changes: 30 additions & 12 deletions src/containers/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import davidImg from '../../assets/images/team/david.png';
import corgiImg from '../../assets/images/team/corginson.png';
import sydneyImg from '../../assets/images/team/sydney.png';
import { Helmet } from 'react-helmet';
import { Link } from 'react-router-dom';

class About extends React.Component {
render() {
Expand Down Expand Up @@ -35,20 +36,15 @@ class About extends React.Component {
<div className="col-sm-6 inner-right-xs inner-bottom-xs">
<h2>Our Mission</h2>
<p>
Codecorgi is a visual portfolio for front-end developers to showcase their code
and experience. Codecorgi's vision is to help employ the workforce by providing
developers continuous training and project experience. Our company believes
that junior developers have a difficulty landing their first programming
career.
Codecorgi is an an open source platform to practice coding with non trivial
codebases on your own terms, for front-end developers. Showcase your code
and experience. Codecorgi's vision is to help devs advance their career by providing
continuous training and project experience. To help them get over the barrier
that junior developers have when landing their first programming job.
</p>
<p>
Our founders want to help novice developers get hired and expand their
opportunities regardless of where they are educated or located. Codecorgi sees
newly minted programmers as underemployed, in a role these students did not
invest time and money for.
</p>
<p>
Codecorgi provides simulation project tickets so that junior programmers gain competitive abilities. Learn by doing projects applicable to the corporate world.
Codecorgi provides simulation project tickets so that junior programmers gain competitive abilities.
Learn by doing projects applicable to the corporate world.
</p>
</div>
<div className="col-sm-6 inner-left-xs inner-bottom-xs">
Expand All @@ -58,6 +54,28 @@ class About extends React.Component {
</div>
</figure>
</div>
<div className="col-sm-8 col-xs-12">
<h2>Open Source & ready to improve</h2>
<p>
No secrets here. All our code is open
source to modify and all our decisions
are available to learn from. So feel free
to poke around our code, question our ideas, or tell us what
new features you want.
</p>
<p>
<Link to="https://github.com/corgicode/frontend-react">Check us out on github</Link>
</p>
<h2>Zero bad vibes</h2>
<p>
We’re creating a collaborative & open community,
so take your bad vibes elsewhere. We want
everyone to feel comfortable learning
and making mistakes, chatting with other
collaborators and learning
together.
</p>
</div>
</div>
</div>
</section>
Expand Down
50 changes: 29 additions & 21 deletions src/containers/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,32 @@ class Home extends React.Component {
</Helmet>
<section className="tall" style={{ backgroundImage: `url(${heroImage})`, backgroundSize: 'cover' }}>
<div className="container">
<h1 className="main white-text">Grow your developer profile</h1>
<div className="fadeInDown-3">
<Link to="/challenges/" className="btn btn-large">Get started now</Link>
</div>
<h1 className="main white-text">Master your craft with real world coding challenges</h1>
<p style={{ color: 'white', fontSize: '25px', textShadow: '4px 3px 5px black'}}>
<strong>An open source platform to practice coding like a boos, on your own terms</strong>
</p>
</div>
</section>
<section>
<div className="container inner-top-md inner-bottom-sm">
<div className="row">
<div className="col-md-5 inner-right inner-bottom-xs">
<div className="col-md-6 inner-right inner-bottom-xs">
<header>
<h1>How it works</h1>
<h1>Practice code with non-trivial codebases</h1>
<p>
Work through tickets/challenges like a real programmer does on the job. Codecorgi provides
simulation project management tickets for you to build real products and
grow your developer portfolio.
Everything's great ‘in theory’, but when
it comes to coding at a best companies,
most bootcamps (and lame organizations)
leave you with little real life knowledge
or new industry skills. We create
challenges that simulate the latest
technology so you’ll have an edge over
the competition.
</p>
</header>
<div><a href="/challenges/" className="btn btn-large btn-one">View Challenges</a></div>
<div><Link to="/challenges/" className="btn btn-large btn-one">View Challenges</Link></div>
</div>
<div className="col-md-7">
<div className="col-md-6">
<figure>
<div className="icon-overlay icn-link">
<img src={ticketImage} alt="Sample challenge in codecorgi" />
Expand All @@ -76,16 +81,11 @@ class Home extends React.Component {
<div className="row">
<div className="col-sm-8 col-sm-offset-2 text-center">
<header>
<h1>Work on a ticket,<br />
get feedback on your code</h1>
<h1>Show off your portfolio to employers, <br/>
(and friends who pretend to care)</h1>
<p>Annoy your friends and show off to potential employers by sharing all your completed challenges.</p>
</header>
</div>
<div className="row">
<div className="col-sm-10 col-sm-offset-1 portfolio gap">
<p className="text-center"><strong>Pick a challenge from our list, and share your solution with the community.</strong></p>
<p className="text-center"><strong>Give and receive feedback from other developers.</strong></p>
</div>
</div>
</div>
</div>
</section>
Expand All @@ -94,7 +94,15 @@ class Home extends React.Component {
<div className="row">
<div className="col-md-8 col-md-offset-2 text-center">
<header>
<h1>Code in your environment, submit to publish your code for review</h1>
<h1>Code and chill? Sure! / Code on your own terms</h1>
<p>
In real life you’d never code on a
website instead of your computer - so
why practice like that? All
challenges can be downloaded straight
to your computer, so you can work on
your own time and your own terms.
</p>
</header>
</div>
</div>
Expand All @@ -110,7 +118,7 @@ class Home extends React.Component {
<div className="col-sm-6">
<figure>
<div className="icon-overlay icn-link">
<img src={formImage} alt="submit to publish your code for review" />
<img src={formImage} alts="submit to publish your code for review" />
</div>
</figure>
</div>
Expand Down