Skip to content

Commit

Permalink
added aos (#5872)
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 authored May 6, 2024
1 parent 9ac1b8d commit 3ff9460
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/general/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ The Wiki has three main sections:
## Interact with Polkadot

<div className="row">
<div className="col text--center">
<div className="col text--center" data-aos="fade-up" data-aos-delay="100">
<a href="../docs/learn-accounts">
<img src="/img/polkadot-guide/Creating an account.png" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
<p>
<a href="../docs/learn-accounts">Accounts</a>
</p>
</div>
<div className="col text--center">
<div className="col text--center" data-aos="fade-up" data-aos-delay="200">
<a href="../docs/learn-transactions">
<img src="/img/polkadot-guide/Balance Transfers.png" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
<p>
<a href="../docs/learn-transactions">Transactions</a>
</p>
</div>
<div className="col text--center">
<div className="col text--center" data-aos="fade-up" data-aos-delay="300">
<a href="../docs/learn-staking">
<img src="/img/polkadot-guide/Staking.png" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
Expand All @@ -54,23 +54,23 @@ The Wiki has three main sections:
</div>

<div className="row">
<div className="col text--center">
<div className="col text--center" data-aos="fade-up" data-aos-delay="400">
<a href="../docs/learn-polkadot-opengov">
<img src="/img/polkadot-guide/Polkadot OpenGov.png" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
<p>
<a href="../docs/learn-polkadot-opengov">Polkadot OpenGov</a>
</p>
</div>
<div className="col text--center">
<div className="col text--center" data-aos="fade-up" data-aos-delay="500">
<a href="../docs/learn-proxies">
<img src="/img/polkadot-guide/Proxy Accounts.png" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
<p>
<a href="../docs/learn-proxies">Proxy Accounts</a>
</p>
</div>
<div className="col text--center">
<div className="col text--center" data-aos="fade-up" data-aos-delay="600">
<a href="../docs/learn-identity">
<img src="/img/polkadot-guide/Set an Identity.png" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
Expand All @@ -81,23 +81,23 @@ The Wiki has three main sections:
</div>

<div className="row">
<div className="col text--center">
<div className="col text--center" data-aos="fade-up" data-aos-delay="700">
<a href="../docs/learn-parachains">
<img src="/img/polkadot-guide/Parachains.png" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
<p>
<a href="../docs/learn-parachains">Parachains</a>
</p>
</div>
<div className="col text--center">
<div className="col text--center" data-aos="fade-up" data-aos-delay="900">
<a href="../docs/learn-bridges">
<img src="/img/polkadot-guide/Bridges.png" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
<p>
<a href="../docs/learn-bridges">Bridges</a>
</p>
</div>
<div className="col text--center">
<div className="col text--center" data-aos="fade-up" data-aos-delay="900">
<a href="../docs/ambassadors">
<img src="/img/polkadot-guide/Become an Ambassador.png" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
Expand Down

0 comments on commit 3ff9460

Please sign in to comment.