It's a start

This commit is contained in:
Joshua Seigler 2018-03-20 01:49:05 -04:00
parent 4766906f84
commit fb8b59ec32
17 changed files with 571 additions and 55 deletions

158
index.html Normal file
View file

@ -0,0 +1,158 @@
<!DOCTYPE html>
<html>
<head>
<title>Dash as a money platform</title>
<meta charset='utf-8'>
<style>
body {
font-family: sans-serif;
word-wrap: break-word;
}
h1, h2, h3 {
font-weight: normal;
}
.remark-code, .remark-inline-code { font-family: monospace; }
.remark-slide-container {
opacity: 1;
transition: opacity 0.5s ease;
}
.remark-fading {
opacity: 0;
z-index: 3;
pointer-events: none;
}
.remark-preview-area .remark-fading {
opacity: 1;
}
.remark-slide-content {
cursor: none;
background-size: cover;
font-size: 28px;
}
.remark-slide-content h3 {
font-size: 1.414em;
}
.remark-slide-content h2 {
font-size: 2em;
}
.remark-slide-content h1 {
font-size: 2.827em;
}
.remark-slide-number {
display: none;
}
.big {
font-size: 4em;
padding: 0.2ch 0.5ch;
background-color: rgba(255,255,255,0.8);
-webkit-box-decoration-break: clone;
-o-box-decoration-break: clone;
box-decoration-break: clone;
}
</style>
</head>
<body>
<textarea id="source">
name: title
background-image: url('img/shrug.jpg')
background-size: contain
background-position: 80% 50%
# Who needs<br>cryptocurrency<br>today?
---
background-image: url('img/1280px-Ceifa_em_Anticoli_Corrado_-_Pedro_Weingärtner.jpg')
.big[underbanked]
???
Rural or third-world regions
(Image by Ceifa em Anticoli Corrado, by Pedro Weingärtner, 1909)
---
background-image: url('img/payday-loans.jpg')
background-position: 50% 60%
.big[underbanked]
???
(Image CC-BY 2.0 https://www.flickr.com/photos/andrewbain/524195139/)
---
background-image: url('img/cannabis-leaf-hemp.jpg')
.big[underbanked]
???
Politically or socially marginalized groups (cannabis dispensaries)
(image is in public domain)
---
background-image: url('img/Exchange_Money_Conversion_to_Foreign_Currency-1024x574.jpg')
class: right
.big[expatriates]
???
Sending money overseas into another currency is very expensive and slow.
(Image CC-BY 2.0 epSos.de)
---
background-image: url('img/zim-trillion.jpg')
class: right bottom
.big[inflation<br>victims]
???
Countries like Venezuela and Zimbabwe have inflated their currency into uselessness, and instituted harsh monetary controls which sap people's purchasing power overnight. These regions are comfortable with the comparatively mild swings in cryptocurrencies' values.
(Image is in the public domain)
---
background-image: url('img/14713883257_dd30ef9f51_k.jpg')
background-position: 50% 25%
.big[savers]
???
Inflation is a problem in first-world countries too. Most first-world nations practice _financial repression_, which is mild inflation which remains higher than common interest rates. This is a way to reduce national debt without quantitative easing.
(Image CC-BY 2.0 https://www.flickr.com/photos/126131780@N08/14713883257/)
---
background-image: url('img/Trading-desk.jpg.png')
class: center
.big[speculators]
???
image origin unclear
---
background-image: url('img/business.jpg')
background-position: 50% 30%
class: bottom
.big[businesses]
???
image origin unclear, used in memes
</textarea>
<script src='./lib/remark-latest.min.js'></script>
<script>
var slideshow = remark.create({
ratio: '16:9',
navigation: {
click: false,
scroll: false
}
});
slideshow.on('afterShowSlide', function(slide) {
});
</script>
</body>
</html>