From 3e98148e3f0ee0b37e9b707370e24743ddb61ca5 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sun, 2 Feb 2020 10:20:39 -0600 Subject: [PATCH] Refactor useful information to about-slide.md prereqs.md can vary from a session to another, so I moved the common information to about-slides.md (which should be included all the time). --- slides/shared/about-slides.md | 73 ++++++++++++++++++++++++++++------- slides/shared/prereqs.md | 22 ----------- 2 files changed, 58 insertions(+), 37 deletions(-) diff --git a/slides/shared/about-slides.md b/slides/shared/about-slides.md index bef7a2bc..e69b0699 100644 --- a/slides/shared/about-slides.md +++ b/slides/shared/about-slides.md @@ -1,22 +1,49 @@ -## About these slides +## Accessing these slides now -- All the content is available in a public GitHub repository: +- We recommend that you open these slides in your browser: + + @@SLIDES@@ + +- Use arrows to move to next/previous slide + + (up, down, left, right, page up, page down) + +- Type a slide number + ENTER to go to that slide + +- The slide number is also visible in the URL bar + + (e.g. .../#123 for slide 123) + +--- + +## Accessing these slides later + +- Slides will remain online so you can review them later if needed + + (let's say we'll keep them online at least 1 year, how about that?) + +- You can download the slides using that URL: + + @@ZIP@@ + + (then open the file `@@HTML@@`) + +- You will to find new versions of these slides on: + + https://container.training/ + +--- + +## These slides are open source + +- You are welcome to use, re-use, share these slides + +- These slides are written in markdown + +- The sources of these slides are available in a public GitHub repository: https://@@GITREPO@@ -- You can get updated "builds" of the slides there: - - http://container.training/ - - - --- - - Typos? Mistakes? Questions? Feel free to hover over the bottom of the slide ... .footnote[.emoji[👇] Try it! The source file will be shown and you can view it on GitHub and fork and edit it.] @@ -46,3 +73,19 @@ class: extra-details - you want only the most essential information - You can review these slides another time if you want, they'll be waiting for you ☺ + +--- + +class: in-person, chat-room + +## Chat room + +- We've set up a chat room that we will monitor during the workshop + +- Don't hesitate to use it to ask questions, or get help, or share feedback + +- The chat room will also be available after the workshop + +- Join the chat room: @@CHAT@@ + +- Say hi in the chat room! diff --git a/slides/shared/prereqs.md b/slides/shared/prereqs.md index 533a80d4..9daca01a 100644 --- a/slides/shared/prereqs.md +++ b/slides/shared/prereqs.md @@ -58,28 +58,6 @@ Misattributed to Benjamin Franklin --- -## Navigating slides - -- Use arrows to move to next/previous slide - - (up, down, left, right, page up, page down) - -- Type a slide number + ENTER to go to that slide - -- The slide number is also visible in the URL bar - - (e.g. .../#123 for slide 123) - -- Slides will remain online so you can review them later if needed - -- You can download the slides using that URL: - - @@ZIP@@ - - (then open the file `@@HTML@@`) - ---- - class: in-person ## Where are we going to run our containers?