Skip to content

Commit

Permalink
Add link to video (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jun 28, 2022
1 parent e5fdd2a commit d4d6d5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>THERE WILL ONLY EVER BE 2,099,999,997,690,000 ORDINALS</h1>

<p>Check out the <a href="/bounties/">bounties</a> for a little ordinal treasure hunt.</p>

<p>A slide deck with mostly the same content as this page is available <a href="/deck/">here.</a></p>
<p>A slide deck with mostly the same content as this page is available <a href="/deck/">here,</a> and and in NFT minting party video presentation form <a href="https://www.youtube.com/watch?v=j5V33kV3iqo">here</a>.</p>

<h2>What are ordinals?</h2>

Expand Down
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ status:
serve:
python3 -m http.server --directory docs

open:
open http://localhost:8000

deck:
slidedeck deck/index.md > docs/deck/index.html

Expand Down

0 comments on commit d4d6d5d

Please sign in to comment.