Skip to content

Commit

Permalink
final edits
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Jan 16, 2024
1 parent ddfcc03 commit f51ecc4
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 4 deletions.
13 changes: 12 additions & 1 deletion docs/learn/learn-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,15 @@ For a video overview of the architecture of
{{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }} watch the video below for the
whiteboard interview with W3F researcher Alistair Stewart:

[![Architecture Overview](https://img.youtube.com/vi/xBfC6uTjvbM/0.jpg)](https://www.youtube.com/watch?v=xBfC6uTjvbM)
<div className="row">
<div className="col text--center">
<a href="https://www.youtube.com/watch?v=xBfC6uTjvbM">
<img src="https://img.youtube.com/vi/xBfC6uTjvbM/0.jpg" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
<p>
Architecture Overview
<br />
<a href="https://www.youtube.com/watch?v=xBfC6uTjvbM">» view video</a>
</p>
</div>
</div>
13 changes: 12 additions & 1 deletion docs/learn/learn-auction.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,18 @@ The parachain slots will be leased according to an unpermissioned
improving security while operating on a blockchain. See [Rationale](#rationale) for additional
details.

[![A Beginner's guide to Parachain Slot Auctions](https://img.youtube.com/vi/i5-Rw2Sf7-w/0.jpg)](https://youtu.be/i5-Rw2Sf7-w)
<div className="row">
<div className="col text--center">
<a href="https://youtu.be/i5-Rw2Sf7-w">
<img src="https://img.youtube.com/vi/i5-Rw2Sf7-w/0.jpg" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
<p>
A Beginner's guide to Parachain Slot Auctions
<br />
<a href="https://youtu.be/i5-Rw2Sf7-w">» view video</a>
</p>
</div>
</div>

## Auction Schedule

Expand Down
13 changes: 12 additions & 1 deletion docs/learn/learn-crowdloans.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,18 @@ If you are here for guidance on how to contribute to a crowdloan, watch the vide

:::

[![Crowdloans on Polkadot JS](https://img.youtube.com/vi/AA9mPANmzmU/0.jpg)](https://youtu.be/AA9mPANmzmU)
<div className="row">
<div className="col text--center">
<a href="https://youtu.be/AA9mPANmzmU">
<img src="https://img.youtube.com/vi/AA9mPANmzmU/0.jpg" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
<p>
Crowdloans on Polkadot-JS
<br />
<a href="https://youtu.be/AA9mPANmzmU">» view video</a>
</p>
</div>
</div>

:::note Testing on Rococo

Expand Down
13 changes: 12 additions & 1 deletion docs/learn/learn-xcm-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,18 @@ A tutorial on how to open an HRMP channel on a parachain can be found

### XCMP (Cross Consensus Message Passing) Design Summary

[![XCMP explained](https://img.youtube.com/vi/tOnzk4AROUY/0.jpg)](https://www.youtube.com/watch?v=tOnzk4AROUY)
<div className="row">
<div className="col text--center">
<a href="https://www.youtube.com/watch?v=tOnzk4AROUY">
<img src="https://img.youtube.com/vi/tOnzk4AROUY/0.jpg" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
<p>
XCMP Explained
<br />
<a href="https://www.youtube.com/watch?v=tOnzk4AROUY">» view video</a>
</p>
</div>
</div>

:::note

Expand Down

0 comments on commit f51ecc4

Please sign in to comment.