Skip to content

Commit

Permalink
Adding ELI5 Video about Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryvinn-fb committed Feb 12, 2022
1 parent 5b14366 commit 5468f74
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
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

0 comments on commit 5468f74

Please sign in to comment.