Browse Source

feat: update page preview images

friedger-patch-7
Alexander Graebe 4 years ago
committed by Patrick Gray
parent
commit
c1dac2d7ca
  1. BIN
      public/images/pages/nft/btc-stx.png
  2. BIN
      public/images/pages/nft/nft.png
  3. BIN
      public/images/pages/nft/token.png
  4. 4
      src/pages/understand-stacks/bitcoin.md
  5. 4
      src/pages/write-smart-contracts/my-own-nft.md
  6. 4
      src/pages/write-smart-contracts/tokens.md

BIN
public/images/pages/nft/btc-stx.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
public/images/pages/nft/nft.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
public/images/pages/nft/token.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

4
src/pages/understand-stacks/bitcoin.md

@ -3,8 +3,8 @@ title: Stacks and Bitcoin
description: Learn more about the relationship between Stacks and Bitcoin description: Learn more about the relationship between Stacks and Bitcoin
icon: TestnetIcon icon: TestnetIcon
images: images:
large: /images/pages/hello-world.svg large: /images/pages/nft/btc-stx.png
sm: /images/pages/hello-world-sm.svg sm: /images/pages/nft/btc-stx.png
--- ---
![What you'll be learn about on this page](https://picsum.photos/600/400) ![What you'll be learn about on this page](https://picsum.photos/600/400)

4
src/pages/write-smart-contracts/my-own-nft.md

@ -7,8 +7,8 @@ tags:
- tutorial - tutorial
icon: TestnetIcon icon: TestnetIcon
images: images:
large: /images/pages/hello-world.svg large: /images/pages/nft/nft.png
sm: /images/pages/hello-world-sm.svg sm: /images/pages/nft/nft.png
--- ---
![What you'll build in this tutorial](/images/pages/nft/nft-preview.png) ![What you'll build in this tutorial](/images/pages/nft/nft-preview.png)

4
src/pages/write-smart-contracts/tokens.md

@ -3,8 +3,8 @@ title: Tokens
description: Learn about token support within Clarity description: Learn about token support within Clarity
icon: TestnetIcon icon: TestnetIcon
images: images:
large: /images/pages/hello-world.svg large: /images/pages/nft/token.png
sm: /images/pages/hello-world-sm.svg sm: /images/pages/nft/token.png
--- ---
## Introduction ## Introduction

Loading…
Cancel
Save