Skip to content

Commit

Permalink
reordered cards
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Sep 19, 2023
1 parent 2f231c7 commit cc39ead
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions docs/general/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,27 +56,27 @@ The Wiki has three main sections:
<br />

<tr class="cards-container">
<td>
<a class="guide-link" href="../docs/learn-parachains">
<img class="guide-image" src="/img/polkadot-guide/Parachain.jpg" alt="Drawing" width="250" height="150"/>
<td>
<a class="guide-link" href="../docs/learn-polkadot-opengov">
<img class="guide-image" src="/img/polkadot-guide/Council.jpg" alt="Drawing" width="250" height="150"/>
<div class="cards-body">
<h5 class="cards-title">Parachains</h5>
<h5 class="cards-title">Polkadot OpenGov</h5>
</div>
</a>
</td>
<td>
<a class="guide-link" href="../docs/learn-bridges">
<img class="guide-image" src="/img/polkadot-guide/Bridges.jpg" alt="Drawing" width="250" height="150"/>
<a class="guide-link" href="../docs/learn-proxies">
<img class="guide-image" src="/img/polkadot-guide/Proxy.jpg" alt="Drawing" width="250" height="150"/>
<div class="cards-body">
<h5 class="cards-title">Bridges</h5>
<h5 class="cards-title">Proxy Accounts</h5>
</div>
</a>
</td>
<td>
<a class="guide-link" href="../docs/learn-polkadot-opengov">
<img class="guide-image" src="/img/polkadot-guide/Council.jpg" alt="Drawing" width="250" height="150"/>
<a class="guide-link" href="../docs/learn-identity">
<img class="guide-image" src="/img/polkadot-guide/Identity.jpg" alt="Drawing" width="250" height="150"/>
<div class="cards-body">
<h5 class="cards-title">Polkadot OpenGov</h5>
<h5 class="cards-title">Set an Identity</h5>
</div>
</a>
</td>
Expand All @@ -86,18 +86,18 @@ The Wiki has three main sections:

<tr class="cards-container">
<td>
<a class="guide-link" href="../docs/learn-identity">
<img class="guide-image" src="/img/polkadot-guide/Identity.jpg" alt="Drawing" width="250" height="150"/>
<a class="guide-link" href="../docs/learn-parachains">
<img class="guide-image" src="/img/polkadot-guide/Parachain.jpg" alt="Drawing" width="250" height="150"/>
<div class="cards-body">
<h5 class="cards-title">Set an Identity</h5>
<h5 class="cards-title">Parachains</h5>
</div>
</a>
</td>
<td>
<a class="guide-link" href="../docs/learn-proxies">
<img class="guide-image" src="/img/polkadot-guide/Proxy.jpg" alt="Drawing" width="250" height="150"/>
<a class="guide-link" href="../docs/learn-bridges">
<img class="guide-image" src="/img/polkadot-guide/Bridges.jpg" alt="Drawing" width="250" height="150"/>
<div class="cards-body">
<h5 class="cards-title">Proxy Accounts</h5>
<h5 class="cards-title">Bridges</h5>
</div>
</a>
</td>
Expand Down Expand Up @@ -125,7 +125,7 @@ Polkadot has an on-chain [open governance](../learn/learn-polkadot-opengov.md) (
OpenGov) to orchestrate decisions, including accessing funds from the
[treasury](../learn/learn-polkadot-opengov-treasury.md).

The DOT token gives you the power to participate in Polkadot OpenGov,
The [DOT token](../learn/learn-DOT.md) gives you the power to participate in Polkadot OpenGov,
[staking](../learn/learn-staking.md), and [parachains' crowdloans](../learn/learn-crowdloans.md).

The level of abstraction and generalization of Polkadot allows to build applications that are
Expand Down

0 comments on commit cc39ead

Please sign in to comment.