diff --git a/slides/shared/thankyou.md b/slides/shared/thankyou.md index e383865f..16e32d5a 100644 --- a/slides/shared/thankyou.md +++ b/slides/shared/thankyou.md @@ -9,3 +9,15 @@ class: title, in-person That's all, folks!
Questions? ![end](images/end.jpg) + +--- + +class: fullpic + +![](https://2019-ardan-images.netlify.com/2019-ardan-1.jpg) + +--- + +class: fullpic + +![](https://2019-ardan-images.netlify.com/2019-ardan-2.jpg) diff --git a/slides/workshop.css b/slides/workshop.css index f3047404..3869d835 100644 --- a/slides/workshop.css +++ b/slides/workshop.css @@ -112,6 +112,17 @@ div.pic img { max-width: 1210px; max-height: 550px; } +div.fullpic p { + margin: 0; +} +div.fullpic { + padding: 0; +} +div.fullpic img { + margin: auto; + max-width: 100%; + max-height: 100%; +} div.pic h1, div.pic h2, div.title h1, div.title h2 { text-align: center; }