diff --git a/README.md b/README.md index e3fac2a..b42e9e5 100644 --- a/README.md +++ b/README.md @@ -151,10 +151,11 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el ## Videos +- [Distributed Apps with IPFS - Juan Benet at Fullstack Fest 2016](https://www.youtube.com/watch?v=jONZtXMu03w) - This talk breaks down how to build a dynamic app on top of IPFS with CRDTs, pub/sub, and slick UIs. It also delves into new models for distributed computation, and the ethical importance of distributing the web. - [IPFS Alpha - Why we must redistribute the web](https://www.youtube.com/watch?v=skMTdSEaCtA) -- [IPFS Simply Explained](https://www.youtube.com/watch?v=5Uj6uR3fp-U) -- [Juan Benet at Fullstack Fest 2016](https://www.youtube.com/watch?v=jONZtXMu03w) -- [Juan Benet at Stanford 2015](https://www.youtube.com/watch?v=HUVmypx9HGI) +- [IPFS Simply Explained](https://www.youtube.com/watch?v=5Uj6uR3fp-U) - Let's take a look at how IPFS works, how it can solve issue's like censorship and if it would really work across multiple planets! +- [Juan Benet at Stanford 2015](https://www.youtube.com/watch?v=HUVmypx9HGI) - The talk includes a broad look at The IPFS Project, and a discussion on evolving the network stack through open source protocols R & D. +- [Textile Build Series - A Free Online Workshop](https://www.youtube.com/playlist?list=PLC8CEtJ9shDznO1tpvGe--BVEWmCKY9_Z) - A full Training Program to teach devs on how to build for the Decentralized Web. The series covers a ton of content, touch multiple parts of the IPFS stack and guides devs through building a simple DApp. ## Discussions diff --git a/data/videos.yaml b/data/videos.yaml index f371fe2..4bd63be 100644 --- a/data/videos.yaml +++ b/data/videos.yaml @@ -9,9 +9,26 @@ content: - title: IPFS Simply Explained website: https://www.youtube.com/watch?v=5Uj6uR3fp-U picture: /images/ipfs_simply_explained_video.jpg + description: > + Let's take a look at how IPFS works, how it can solve issue's like + censorship and if it would really work across multiple planets! - title: Juan Benet at Stanford 2015 website: https://www.youtube.com/watch?v=HUVmypx9HGI picture: /images/stanford-2015.jpg - - title: Juan Benet at Fullstack Fest 2016 + description: > + The talk includes a broad look at The IPFS Project, and a discussion on evolving the network stack through open source protocols R & D. + - title: Distributed Apps with IPFS - Juan Benet at Fullstack Fest 2016 website: https://www.youtube.com/watch?v=jONZtXMu03w picture: /images/fullstack-fest-2016.jpg + description: > + This talk breaks down how to build a dynamic app on top of IPFS with + CRDTs, pub/sub, and slick UIs. It also delves into new models for + distributed computation, and the ethical importance of distributing the + web. + - title: Textile Build Series - A Free Online Workshop + website: https://www.youtube.com/playlist?list=PLC8CEtJ9shDznO1tpvGe--BVEWmCKY9_Z + picture: /images/textile-build-series.jpg + description: > + A full Training Program to teach devs on how to build for the + Decentralized Web. The series covers a ton of content, touch multiple + parts of the IPFS stack and guides devs through building a simple DApp. diff --git a/src/static/images/textile-build-series.jpg b/src/static/images/textile-build-series.jpg new file mode 100644 index 0000000..0d8d06a Binary files /dev/null and b/src/static/images/textile-build-series.jpg differ