Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Correcting some spelling mistakes and typos #51

Merged
merged 1 commit into from
Oct 22, 2017
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
6 changes: 3 additions & 3 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Home extends React.Component {
<h2 className="titles">Open Source Learning Guides</h2>
<h3 className="taglines">
Our guides are crowd-sourced recommendations of free online
resource to learn any technology
resources to learn any technology
</h3>
<div className="content">
<Card.Group itemsPerRow={3} stackable>
Expand Down Expand Up @@ -120,7 +120,7 @@ class Home extends React.Component {
</h3>
<div className="space-content">
<div className="space_content_info">
These are dynamic learning environment where everyone learns
These are dynamic learning environments where everyone learns
at their own pace and compliments each other. We also organize
weekly group activities like Open source evenings, casual
hackathons etc.
Expand Down Expand Up @@ -241,7 +241,7 @@ class Home extends React.Component {
.discord .container {
background: #FAFAFA;
}

`}</style>
</div>
);
Expand Down
22 changes: 11 additions & 11 deletions pages/space.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@ export default publicPage(() => (
<Segment.Group raised piled>
<Segment textAlign="left">
People who are genuinely passionate about tech, who get excited
about learning new skills, building , solving and discussing
about learning new skills, building, solving and discussing
problems in latest tech.
</Segment>
<Segment textAlign="left" secondary>
Graduates who are struggling to get a job, who want to build their
expertise in modern technologis and are willing to invest
significant amount to their time self-learning
expertise in modern technologies and are willing to invest a
significant amount of their time self-learning
</Segment>
<Segment textAlign="left">
Students who are willing to learn outside of theri collegs
Students who are willing to learn outside of their college
curriculum, would like to become professional developers down the
line and get exposire to the real world
line and get exposure to the real world
</Segment>
<Segment textAlign="left" secondary>
Experienced developers, who want to interact with other
developers, contribute to open source, expand their horizons and
learn new technologis.
learn new technologies.
</Segment>
<Segment textAlign="left">
Professioanls from non-tech background, who want to get started
Professionals from non-tech background, who want to get started
with tech or switch their careers.
</Segment>
</Segment.Group>
Expand All @@ -64,7 +64,7 @@ export default publicPage(() => (
</Segment>
<Segment textAlign="left" secondary>
<h4>Daily</h4>
You will engage in daily code review and pair programming exercise
You will engage in daily code review and pair programming exercises
with other members.
</Segment>
<Segment textAlign="left">
Expand All @@ -79,17 +79,17 @@ export default publicPage(() => (
</Segment>
<Segment textAlign="left">
<h4>Friday - Saturday</h4>
We will have a casual hackathons, where everyone will participate
We will have casual hackathons, where everyone will participate
to build a project, big or small.
</Segment>
<Segment textAlign="left" secondary>
<h4>Saturday</h4>
In evening, we will screen a tech related documentary, movie or TV
In the evening, we will screen a tech-related documentary, movie or TV
show.
</Segment>
<Segment textAlign="left">
<h4>Sunday</h4>
Members will present their work i.e projects or new topics they
Members will present their work i.e. projects or new topics they
have made or learned in the past week
</Segment>
</Segment.Group>
Expand Down