Images should be good now

This commit is contained in:
Jérôme Petazzoni
2017-11-06 23:26:39 -08:00
parent 938fe956cf
commit 164578f1c8
3 changed files with 33 additions and 19 deletions

View File

@@ -65,17 +65,7 @@ class: extra-details
## What's this application?
---
class: pic
![DockerCoins logo](images/dockercoins.png)
(DockerCoins 2016 logo courtesy of [@XtlCnslt](https://twitter.com/xtlcnslt) and [@ndeloof](https://twitter.com/ndeloof). Thanks!)
---
## What's this application?
--
- It is a DockerCoin miner! 💰🐳📦🚢

View File

@@ -82,6 +82,22 @@ class: extra-details
## Illustration
On the next slide:
- whales = nodes (workers and managers)
- monkeys = managers
- purple monkey = leader
- grey monkeys = followers
- dotted triangle = raft protocol
---
class: pic
![Illustration](images/swarm-mode.svg)
---

View File

@@ -85,17 +85,25 @@ a {
.underline { text-decoration: underline; }
.strike { text-decoration: line-through; }
.pic {
/* On pic slides, zoom images as big as possible */
div.pic {
padding: 0;
vertical-align: middle;
text-align: center;
padding: 0 0 0 0 !important;
}
img {
max-width: 100%;
max-height: 550px;
div.pic p {
margin: 0;
}
.small img {
max-height: 250px;
div.pic img {
display: block;
margin: auto;
max-width: 1210px;
max-height: 681px;
}
/* Center images that are on title slides */
div.title img {
display: block;
margin: auto;
}
div.title {