diff --git a/index.html b/index.html
index 26f4c05..f33da8d 100644
--- a/index.html
+++ b/index.html
@@ -51,14 +51,14 @@
Portable
Divisible
Fungible
- Transferrable
Store of value
-
+
+
|
@@ -72,42 +72,120 @@
Seashells |
- ? |
- y |
- n |
- n |
- n |
-
-
- Gold/Silver |
- y |
- y |
- y |
- y |
- y |
-
-
- US Dollars |
- y |
- y |
- y |
- ? |
- n |
-
-
- Gift Cards |
- y |
- y |
- y |
- n |
- n |
+ |
+ |
+ |
+ |
+ |
- How can you make a
digital currency?
+
+
+
+
+ |
+ Durable |
+ Portable |
+ Divisible |
+ Fungible |
+ Store of value |
+
+
+
+
+ Yap Stones (Rai) |
+ |
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+ |
+ Durable |
+ Portable |
+ Divisible |
+ Fungible |
+ Store of value |
+
+
+
+
+ Gold/Silver |
+ |
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+ |
+ Durable |
+ Portable |
+ Divisible |
+ Fungible |
+ Store of value |
+
+
+
+
+ US Dollars |
+ |
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+ |
+ Durable |
+ Portable |
+ Divisible |
+ Fungible |
+ Store of value |
+
+
+
+
+ Gift Cards |
+ |
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+ How can you make a
digital currency?
@@ -169,10 +247,13 @@
Credits
-
+
Steven Depolo, Flickr
Pixabay
Pixabay
+
Eric Guinther, English Wikipedia
+
Pixabay
+
Ishataure Dawn, Flickr
Pixabay
Velveteen Rabbit, Margery Williams 1922
cheeseslave, Flickr
diff --git a/styles/Yap_Stone_Money.jpg b/styles/Yap_Stone_Money.jpg
new file mode 100644
index 0000000..6f67449
Binary files /dev/null and b/styles/Yap_Stone_Money.jpg differ
diff --git a/styles/gold.jpg b/styles/gold.jpg
new file mode 100644
index 0000000..61d0b70
Binary files /dev/null and b/styles/gold.jpg differ
diff --git a/styles/main.css b/styles/main.css
index c9f8701..993d0d5 100644
--- a/styles/main.css
+++ b/styles/main.css
@@ -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);
+}
diff --git a/styles/seashells.jpg b/styles/seashells.jpg
new file mode 100644
index 0000000..bcaf8af
Binary files /dev/null and b/styles/seashells.jpg differ