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

docs: add ELI5 video to home page #12379

Merged
merged 3 commits into from Feb 13, 2022
Merged
Changes from 2 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
31 changes: 31 additions & 0 deletions website/src/pages/index.js
Expand Up @@ -543,6 +543,37 @@ class Index extends React.Component {
</div>
</div>
</Container>
<Container
padding={['bottom', 'top']}
className="section-container bottom-margin docs"
>
<div className="blockElement imageAlignSide gridBlock video-block">
<div className="blockContent ">
<div className="video">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/SyHzgcFefBk"
frameBorder="0"
allow="autoplay; encrypted-media"
allowFullScreen
/>
</div>
</div>
</div>
<div className="blockElement red bottom-margin">
<div className="blockContent">
<MarkdownBlock>
<Translate>
The Meta Open Source team has put together a short overview of Jest,
where they explained the project in beginner's terms.
You can also find other content about [Meta Open Source projects](https://opensource.fb.com/)
on their [YouTube Channel](https://www.youtube.com/channel/UCCQY962PmHabTjaHv2wJzfQ).
</Translate>
</MarkdownBlock>
</div>
</div>
</Container>
<Container
padding={['bottom', 'top']}
background="light"
Expand Down