Skip to content

Commit

Permalink
front
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi008 committed Oct 11, 2020
2 parents 0f6cd31 + b385ae5 commit d90653e
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 9 deletions.
23 changes: 23 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/sections/Cta.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Cta = ({
>
<div className="cta-slogan">
<h3 className="m-0">
We would be happy if you contact us.
We'd love to hear from you !
</h3>
</div>
<div className="cta-action">
Expand Down
12 changes: 6 additions & 6 deletions src/components/sections/FeaturesSplit.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ const FeaturesSplit = ({
);

const sectionHeader = {
title: 'By, For and To the people',
paragraph: 'A community driven platform where every open source resource could be found in a structured and useful manner.'
title: 'What is The Minerva Project?',
paragraph: 'A community driven platform where you can find roadmaps to learn anything. Be it AI or Interior Design, you name it ,we got it. '
};

return (
Expand All @@ -73,7 +73,7 @@ const FeaturesSplit = ({
Community-driven insights
</h3>
<p className="m-0">
People who have excelled in their fields have combined together a set of resources to help the society to learn and grow.
The community compiles a set of resources to help each other learn and grow.
</p>
</div>
<div className={
Expand All @@ -93,13 +93,13 @@ const FeaturesSplit = ({
<div className="split-item">
<div className="split-item-content center-content-mobile reveal-from-right" data-reveal-container=".split-item">
<div className="text-xxs text-color-primary fw-600 tt-u mb-8">
Add course at light speed
Add courses effortlessly
</div>
<h3 className="mt-0 mb-12">
Usefullness
Usefulness
</h3>
<p className="m-0">
People add a todo list for completion of a project or wanted to learn a new skill. All things are available in the market but the right guidance is needed.
Need to learn a new skill? Fork community inspired plans.
</p>
</div>
<div className={
Expand Down
4 changes: 2 additions & 2 deletions src/components/sections/FeaturesTiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const FeaturesTiles = ({
Stars
</h4>
<p className="m-0 text-sm">
Star projects as much as you want. Spread love and happiness to contributor.
Star as many projects as you want. Show some love to the contributor.
</p>
</div>
</div>
Expand All @@ -96,7 +96,7 @@ const FeaturesTiles = ({
I fork you
</h4>
<p className="m-0 text-sm">
You can fork any roadmap you want. Fork as much you want. Complete course, learn and grow.
You can fork any roadmap you want. Fork as many you want. Complete courses and
</p>
</div>
</div>
Expand Down

0 comments on commit d90653e

Please sign in to comment.