mirror of
https://github.com/seigler/presentation-blockchains
synced 2025-07-26 17:16:11 +00:00
stopping for the weekend
This commit is contained in:
parent
f02082d9d3
commit
5726d4b133
5 changed files with 137 additions and 33 deletions
147
index.html
147
index.html
|
@ -51,14 +51,14 @@
|
|||
<li janus-timeline>Portable</li>
|
||||
<li janus-timeline>Divisible</li>
|
||||
<li janus-timeline>Fungible</li>
|
||||
<li janus-timeline>Transferrable</li>
|
||||
<li janus-timeline>Store of value</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<table style="border: 0px solid transparent; border-width: 3em 2.5em 0 0">
|
||||
<img src="styles/seashells.jpg" alt="" class="cover">
|
||||
<table class="yesnomaybe" style="border: 0px solid transparent; border-width: 3em 2.5em 0 0; text-shadow: 0 0 1em black, 0 0 1em black;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
@ -72,42 +72,120 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<th>Seashells</th>
|
||||
<td>?</td>
|
||||
<td>y</td>
|
||||
<td>n</td>
|
||||
<td>n</td>
|
||||
<td>n</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Gold/Silver</th>
|
||||
<td>y</td>
|
||||
<td>y</td>
|
||||
<td>y</td>
|
||||
<td>y</td>
|
||||
<td>y</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>US Dollars</th>
|
||||
<td>y</td>
|
||||
<td>y</td>
|
||||
<td>y</td>
|
||||
<td>?</td>
|
||||
<td>n</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Gift Cards</th>
|
||||
<td>y</td>
|
||||
<td>y</td>
|
||||
<td>y</td>
|
||||
<td>n</td>
|
||||
<td>n</td>
|
||||
<td class="maybe"></td>
|
||||
<td class="yes"></td>
|
||||
<td class="no"></td>
|
||||
<td class="no"></td>
|
||||
<td class="no"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h1>How can you make a<br>digital currency?</h1>
|
||||
<img src="styles/Yap_Stone_Money.jpg" alt="" class="cover">
|
||||
<table class="yesnomaybe" style="border: 0px solid transparent; border-width: 3em 2.5em 0 0; text-shadow: 0 0 1em black, 0 0 1em black;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th><div>Durable</div></th>
|
||||
<th><div>Portable</div></th>
|
||||
<th><div>Divisible</div></th>
|
||||
<th><div>Fungible</div></th>
|
||||
<th><div>Store of<br>value</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>Yap Stones (Rai)</th>
|
||||
<td class="yes"></td>
|
||||
<td class="no"></td>
|
||||
<td class="no"></td>
|
||||
<td class="no"></td>
|
||||
<td class="yes"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<img src="styles/gold.jpg" alt="" class="cover">
|
||||
<table class="yesnomaybe" style="border: 0px solid transparent; border-width: 3em 2.5em 0 0; text-shadow: 0 0 1em black, 0 0 1em black;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th><div>Durable</div></th>
|
||||
<th><div>Portable</div></th>
|
||||
<th><div>Divisible</div></th>
|
||||
<th><div>Fungible</div></th>
|
||||
<th><div>Store of<br>value</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>Gold/Silver</th>
|
||||
<td class="yes"></td>
|
||||
<td class="yes"></td>
|
||||
<td class="maybe"></td>
|
||||
<td class="yes"></td>
|
||||
<td class="yes"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<table class="yesnomaybe" style="border: 0px solid transparent; border-width: 3em 2.5em 0 0; text-shadow: 0 0 1em black, 0 0 1em black;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th><div>Durable</div></th>
|
||||
<th><div>Portable</div></th>
|
||||
<th><div>Divisible</div></th>
|
||||
<th><div>Fungible</div></th>
|
||||
<th><div>Store of<br>value</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>US Dollars</th>
|
||||
<td class="yes"></td>
|
||||
<td class="yes"></td>
|
||||
<td class="yes"></td>
|
||||
<td class="maybe"></td>
|
||||
<td class="no"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<table class="yesnomaybe" style="border: 0px solid transparent; border-width: 3em 2.5em 0 0; text-shadow: 0 0 1em black, 0 0 1em black;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th><div>Durable</div></th>
|
||||
<th><div>Portable</div></th>
|
||||
<th><div>Divisible</div></th>
|
||||
<th><div>Fungible</div></th>
|
||||
<th><div>Store of<br>value</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>Gift Cards</th>
|
||||
<td class="yes"></td>
|
||||
<td class="yes"></td>
|
||||
<td class="yes"></td>
|
||||
<td class="no"></td>
|
||||
<td class="no"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h1>How can you make a<br><em>digital</em> currency?</h1>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
@ -169,10 +247,13 @@
|
|||
|
||||
<section class="credits">
|
||||
<h1>Credits</h1>
|
||||
<ul>
|
||||
<ul style="font-size: 0.5rem">
|
||||
<li><a href="https://www.flickr.com/photos/stevendepolo/5644838033/"><img src="styles/blocks.jpg" alt="" class="thumbnail">Steven Depolo, Flickr</a></li>
|
||||
<li><a href="https://pixabay.com/en/chain-rust-past-bondage-history-232930/"><img src="styles/chains.jpg" alt="" class="thumbnail">Pixabay</a></li>
|
||||
<li><a href="https://pixabay.com/en/money-cat-wealth-canadian-money-1144553/"><img src="styles/cat-money.jpg" alt="" class="thumbnail">Pixabay</a></li>
|
||||
<li><a href="https://commons.wikimedia.org/w/index.php?curid=161923"><img src="styles/Yap_Stone_Money.jpg" alt="" class="thumbnail">Eric Guinther, English Wikipedia</a></li>
|
||||
<li><a href="https://pixabay.com/en/gold-treasure-rich-golden-money-207585/"><img src="styles/gold.jpg" alt="" class="thumbnail">Pixabay</a></li>
|
||||
<li><a href="https://www.flickr.com/photos/ishtaure-dawn/14297543026"><img src="styles/seashells.jpg" alt="" class="thumbnail">Ishataure Dawn, Flickr</a></li>
|
||||
<li><a href="https://pixabay.com/en/mall-shopping-interior-store-sale-591337/"><img src="styles/shopping-mall.jpg" alt="" class="thumbnail">Pixabay</a></li>
|
||||
<li><a href="https://commons.wikimedia.org/wiki/File:The_Velveteen_Rabbit_pg_37.jpg"><img src="styles/make-it-real.png" alt="" class="thumbnail">Velveteen Rabbit, Margery Williams 1922</a></li>
|
||||
<li><a href="https://www.flickr.com/photos/ammichaels/7159593410"><img src="styles/hashbrowns.jpg" alt="" class="thumbnail">cheeseslave, Flickr</a></li>
|
||||
|
|
BIN
styles/Yap_Stone_Money.jpg
Normal file
BIN
styles/Yap_Stone_Money.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 305 KiB |
BIN
styles/gold.jpg
Normal file
BIN
styles/gold.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 813 KiB |
|
@ -500,3 +500,26 @@ body.show-notes section[janus-timeline='present'] + section[janus-timeline='futu
|
|||
outline: 0.2rem solid white;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
table.yesnomaybe {
|
||||
border: 0px solid transparent;
|
||||
border-width: 3em 2.5em 0 0;
|
||||
text-shadow: 0 0 1em black, 0 0 1.5em black;
|
||||
margin: auto auto 5% auto;
|
||||
}
|
||||
|
||||
table.yesnomaybe .yes, table.yesnomaybe .no, table.yesnomaybe .maybe {
|
||||
width: 1em;
|
||||
background-size: auto 80%;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
table.yesnomaybe .yes {
|
||||
background-image: url(../libs/svg/2705.svg);
|
||||
}
|
||||
table.yesnomaybe .no {
|
||||
background-image: url(../libs/svg/274e.svg);
|
||||
}
|
||||
table.yesnomaybe .maybe {
|
||||
background-image: url(../libs/svg/2753.svg);
|
||||
}
|
||||
|
|
BIN
styles/seashells.jpg
Normal file
BIN
styles/seashells.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 528 KiB |
Loading…
Add table
Add a link
Reference in a new issue