File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -543,6 +543,37 @@ 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 of Jest,
569+ where they explained the project in beginner's terms.
570+ You can also find other content about [Meta Open Source projects](https://opensource.fb.com/)
571+ on their [YouTube Channel](https://www.youtube.com/channel/UCCQY962PmHabTjaHv2wJzfQ).
572+ </ Translate >
573+ </ MarkdownBlock >
574+ </ div >
575+ </ div >
576+ </ Container >
546577 < Container
547578 padding = { [ 'bottom' , 'top' ] }
548579 background = "light"
You can’t perform that action at this time.
0 commit comments