mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-06 06:58:26 +00:00
docs: Adding ELI5 video to the home page (#1555)
Summary: Here at Meta Open Source, we've been creating short-form videos to explain Meta OSS projects in the simplest terms possible. We started embedding these videos into project pages as you can see in [Docusaurus home page](https://docusaurus.io/), [Jest](https://jestjs.io/), [Litho](https://fblitho.com/), [Hydra](https://hydra.cc/), etc. Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1555 Test Plan: <img width="1440" alt="image" src="https://user-images.githubusercontent.com/12485205/155072488-785a36f7-5873-4d94-8492-55de70702847.png"> Reviewed By: candance Differential Revision: D34383727 Pulled By: dmitryvinn-fb fbshipit-source-id: 918569273ad58efbbb64fac03cfe728c761a2182
This commit is contained in:
parent
d55479ec5c
commit
ab05b630d3
1 changed files with 9 additions and 0 deletions
|
|
@ -313,6 +313,15 @@
|
|||
|
||||
<p>A data-driven <code>UICollectionView</code> framework for building fast and flexible lists.</p>
|
||||
|
||||
<div align="center">
|
||||
<h3>Watch Introductory Video</h3>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/3-WwZaiuJ3g"
|
||||
title="Explain Like I'm 5: IGListKit" frameBorder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowFullScreen ></iframe>
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
<table><thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
|
|
|||
Loading…
Reference in a new issue