Skip to content

Commit

Permalink
fix gift image rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Jan 31, 2025
1 parent f4b38c9 commit b070af8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/general/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ in programs like the [Decentralized Nodes program](https://nodes.web3.foundation

## Polkadot Gifts

<img align="right" src="../assets/explore/Gift.png" width="210" height="200"/>
![Gift](../assets/explore/Gift.png){: align=right width="210" height="200"}

Polkadot Gifts provide an easy way to:

Expand Down
10 changes: 4 additions & 6 deletions docs/general/nft-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,11 @@ KodaDot's strength lies in its commitment to open-source collaboration. It has t
collaborative hub where creators, developers, and community members work collectively for decision
making, amassing an extensive network of over
[90 open-source contributors](https://hello.kodadot.xyz/about-us/who-are-we/achievements). This
robust collaboration has earned KodaDot the
[number one rank as a dapp in the Polkadot ecosystem on Github](https://github.com/topics/polkadot).
robust collaboration has earned KodaDot the [number one rank as a dapp in the Polkadot ecosystem on Github](https://github.com/topics/polkadot).

See below a video tutorial about how to mint your NFT on [the Polkadot Asset Hub](#asset-hub) using
KodaDot.
See below a video tutorial about how to mint your NFT on [the Polkadot Asset Hub](#asset-hub) using KodaDot.

<div class="row">
<div class="row" style="display: flex; gap: 20px; justify-content: center;">
<!-- Card 1 -->
<a
href="https://www.youtube.com/watch?v=SKdx4pTgL04"
Expand All @@ -86,7 +84,7 @@ KodaDot.
data-aos-delay="100"
style="width: 300px; height: 300px;"
>
<img src="https://img.youtube.com/vi/SKdx4pTgL04/0.jpg" class="card-image" />
<img src="https://img.youtube.com/vi/SKdx4pTgL04/0.jpg" class="card-image"/>
<p class="card-title">KodaDot Tutorial on Minting NFTs</p>
</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ markdown_extensions:
custom_checkbox: true
- pymdownx.tilde

# Sidebar
nav:
- Explore:
- Getting Started: general/getting-started.md
Expand Down

0 comments on commit b070af8

Please sign in to comment.