fix: broken image links (#116)

This commit is contained in:
João Peixoto
2021-04-08 17:55:24 +01:00
committed by GitHub
parent ae3ebc7688
commit 14325c2dbb
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ tags:
**Were excited to announce [the new IPFS documentation site is live in beta](https://docs.ipfs.io/)!** The doors are open, and just like any housewarming, youre cordially invited to stop by, have a look around, and let us know what you think.
<a href="https://docs.ipfs.io/" target="_blank"><img src="/076-ipfs-docs-beta-screenshot.png" alt="Screenshot of docs beta"></a>
<a href="https://docs.ipfs.io/" target="_blank"><img src="../assets/076-ipfs-docs-beta-screenshot.png" alt="Screenshot of docs beta"></a>
<br/>
_New year, new look._
@@ -41,9 +41,9 @@ Prefer your learning in video format? Check out these presentations on the super
🎬 [Understanding How IPFS Deals with Files](https://youtu.be/Z5zNPwMDYGg) (IPFS Camp 2019): This presentation by Alan Shaw and Mikeal Rogers offers a deep dive on key IPFS concepts like immutability, content addressing, hashing, the anatomy of CIDs, what the heck a Merkle DAG is, and how chunk size affects file imports. It also covers the joys and pitfalls of the Mutable File System (MFS), the layer of abstraction in IPFS that lets you work with immutable files and directories as if you were using a traditional name-based file system.
<div style="display:flex; justify-content:flex-start; flex-wrap:wrap;">
<a href="https://youtu.be/VtzpJU4Cns8"><img src="/talk-rod.png" style="max-width:400px; margin-right:5px" alt="Video: Content-Addressed Distributed Data Structures"/></a>
<a href="https://youtu.be/YIc6MNfv5iQ"><img src="/talk-tara.png" style="max-width:400px; margin-right:5px" alt="Video: How Merkle Trees Enable the Distributed Web"/></a>
<a href="https://youtu.be/Z5zNPwMDYGg"><img src="/core-a-thumbnail.png" style="max-width:400px;" alt="Video: Understanding How IPFS Deals with Files"/></a>
<a href="https://youtu.be/VtzpJU4Cns8"><img src="../assets/talk-rod.png" style="max-width:400px; margin-right:5px" alt="Video: Content-Addressed Distributed Data Structures"/></a>
<a href="https://youtu.be/YIc6MNfv5iQ"><img src="../assets/talk-tara.png" style="max-width:400px; margin-right:5px" alt="Video: How Merkle Trees Enable the Distributed Web"/></a>
<a href="https://youtu.be/Z5zNPwMDYGg"><img src="../assets/core-a-thumbnail.png" style="max-width:400px;" alt="Video: Understanding How IPFS Deals with Files"/></a>
</div>
## Help us improve ProtoSchool
@@ -21,22 +21,22 @@ Now that the brainstorm period is over, all we can say is: **THANK YOU**! Wev
The full list of themes and discussion can be found in the [IPFS roadmap repo](https://github.com/ipfs/roadmap/issues?q=is%3Aissue+is%3Aopen+label%3A%222021+Theme+Proposal%22).
<div style="width:70%;margin-left:15%;padding-bottom:2em"> <img alt="Proposals" src="/proposals.png"> </div>
<div style="width:70%;margin-left:15%;padding-bottom:2em"> <img alt="Proposals" src="../assets/proposals.png"> </div>
<figcaption style="text-align:center;font-style:italic;padding-bottom:2em">Just a handful of the proposed themes</figcaption>
But these numbers alone dont sufficiently illustrate the quality of discourse that was seen! The discussion on topics was rich, connecting experts and collaborators across the IPFS community. [We had nuances raised around optimal content routing strategies](https://github.com/ipfs/roadmap/issues/76)...
<div style="width:70%;margin-left:15%;padding-bottom:2em"> <img alt="Proposals" src="/content-routing.png"> </div>
<div style="width:70%;margin-left:15%;padding-bottom:2em"> <img alt="Proposals" src="../assets/content-routing.png"> </div>
...saw [discussion on various ways to integrate IPFS into browsers](https://github.com/ipfs/roadmap/issues/81)...
<div style="width:70%;margin-left:15%;padding-bottom:2em"> <img alt="Proposals" src="/browser-integration.png"> </div>
<div style="width:70%;margin-left:15%;padding-bottom:2em"> <img alt="Proposals" src="../assets/browser-integration.png"> </div>
...and even a [meetup organized to discuss approaches to upgrading IPFSs security model](https://github.com/ipfs/roadmap/issues/65!)
<div style="width:70%;margin-left:15%;padding-bottom:2em">
<img alt="Proposals" src="/security-model.png">
<img alt="Proposals" src="../assets/security-model.png">
</div>
Thank you again for the time, thoughtfulness, and energy you all brought to this process!