Skip to content
Open
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
8 changes: 4 additions & 4 deletions src/components/sections/FeaturesTiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const FeaturesTiles = ({

const sectionHeader = {
title: 'Build up the whole picture',
paragraph: 'We strongly believe every individual should have equal opportunity to learn and grow.'
paragraph: 'Removing hurdles in the way of learning.'
};

return (
Expand Down Expand Up @@ -93,10 +93,10 @@ const FeaturesTiles = ({
</div>
<div className="features-tiles-item-content">
<h4 className="mt-0 mb-8">
I fork you
Fork
</h4>
<p className="m-0 text-sm">
You can fork any roadmap you want. Fork as many you want. Complete courses and
Fork a roadmap and make it your own.
</p>
</div>
</div>
Expand All @@ -118,7 +118,7 @@ const FeaturesTiles = ({
Robust Workflow
</h4>
<p className="m-0 text-sm">
Fork project and start doing the course with a checklist of whatt is remaining.
Fork project and start doing the course with a checklist of what is remaining.
</p>
</div>
</div>
Expand Down
20 changes: 3 additions & 17 deletions src/components/sections/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ const Hero = ({
<div className={innerClasses}>
<div className="hero-content">
<h1 className="mt-0 mb-16 reveal-from-bottom" data-reveal-delay="200">
we <span className="text-color-primary">learn</span>, we <span className="text-color-primary">create</span>, we <span className="text-color-primary">grow</span>
<span className="text-color-primary">Learn</span> . <span className="text-color-primary">Create</span> . <span className="text-color-primary">Grow</span>
</h1>
<div className="container-xs">
<p className="m-0 mb-32 reveal-from-bottom" data-reveal-delay="400">
Knowledge is free for all. Use it as much you want.
Make the most out of this data revolution
</p>
<div className="reveal-from-bottom" data-reveal-delay="600">
<ButtonGroup>
Expand All @@ -79,21 +79,7 @@ const Hero = ({
</div>
</div>
</div>
<div className="hero-figure reveal-from-bottom illustration-element-01" data-reveal-value="20px" data-reveal-delay="800">
<a
data-video="https://player.vimeo.com/video/174002812"
href="#0"
aria-controls="video-modal"
onClick={openModal}
>
<Image
className="has-shadow"
src={require('./../../assets/images/video-placeholder.jpg')}
alt="Hero"
width={896}
height={504} />
</a>
</div>

<Modal
id="video-modal"
show={videoModalActive}
Expand Down