Skip to content

Commit 0543584

Browse files
docs: add ELI5 video to home page (#12379)
1 parent c4676a0 commit 0543584

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

website/src/pages/index.js

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,39 @@ class Index extends React.Component {
543543
</div>
544544
</div>
545545
</Container>
546+
<Container
547+
padding={['bottom', 'top']}
548+
className="section-container bottom-margin docs"
549+
>
550+
<div className="blockElement imageAlignSide gridBlock video-block">
551+
<div className="blockContent ">
552+
<div className="video">
553+
<iframe
554+
width="560"
555+
height="315"
556+
src="https://www.youtube.com/embed/SyHzgcFefBk"
557+
frameBorder="0"
558+
allow="autoplay; encrypted-media"
559+
allowFullScreen
560+
/>
561+
</div>
562+
</div>
563+
</div>
564+
<div className="blockElement red bottom-margin">
565+
<div className="blockContent">
566+
<MarkdownBlock>
567+
<Translate>
568+
The Meta Open Source team has put together a short overview
569+
of Jest, where they explained the project in beginner's
570+
terms. You can also find other content about [Meta Open
571+
Source projects](https://opensource.fb.com/) on their
572+
[YouTube
573+
Channel](https://www.youtube.com/channel/UCCQY962PmHabTjaHv2wJzfQ).
574+
</Translate>
575+
</MarkdownBlock>
576+
</div>
577+
</div>
578+
</Container>
546579
<Container
547580
padding={['bottom', 'top']}
548581
background="light"

0 commit comments

Comments
 (0)