Commit a8b0bb40 authored by Markus Mößler's avatar Markus Mößler
Browse files

updated presentation

parent da3c8e0e
Loading
Loading
Loading
Loading
Loading
+19 −4
Original line number Diff line number Diff line
@@ -31,9 +31,8 @@
    }
    .display.math{display: block; text-align: center; margin: 0.5rem auto;}
    /* CSS for syntax highlighting */
    html { -webkit-text-size-adjust: 100%; }
    pre > code.sourceCode { white-space: pre; position: relative; }
    pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
    pre > code.sourceCode > span { line-height: 1.25; }
    pre > code.sourceCode > span:empty { height: 1.2em; }
    .sourceCode { overflow: visible; }
    code.sourceCode > span { color: inherit; text-decoration: inherit; }
@@ -99,7 +98,6 @@
    div.csl-bib-body { }
    div.csl-entry {
      clear: both;
      margin-bottom: 0em;
    }
    .hanging-indent div.csl-entry {
      margin-left:2em;
@@ -254,6 +252,23 @@ multi-container apps.</li>
</ul></li>
</ul>
</div>
</section>
<section class="slide level2">

<div style="font-size: 20pt">
<ul>
<li>Get Started
<ul>
<li><a href="https://docs.docker.com/get-started/introduction/">Docker
Introduction</a></li>
<li><a
href="https://docs.docker.com/get-started/docker-concepts/the-basics/what-is-a-container/">Docker
Concepts</a></li>
<li><a href="https://docs.docker.com/get-started/workshop/">Docker
Workshop</a></li>
</ul></li>
</ul>
</div>
</section></section>
<section>
<section id="a-simple-tornado-wep-app" class="title-slide slide level1">
@@ -627,7 +642,7 @@ graph TD
<section id="references" class="title-slide slide level1">
<h1>References</h1>
<div id="refs" class="references csl-bib-body hanging-indent"
data-entry-spacing="0" data-line-spacing="2" role="list">
data-line-spacing="2" role="list">
<div id="ref-Dory2012Introduction" class="csl-entry" role="listitem">
Dory, M., Parrish, A., &amp; Berg, B. (2012). <em>Introduction to
tornado: Modern web applications with python</em>. O’Reilly Media.
+11 −0
Original line number Diff line number Diff line
@@ -89,6 +89,17 @@ flowchart TD

</div>

---

<div style="font-size: 20pt">

- Get Started
  - [Docker Introduction](https://docs.docker.com/get-started/introduction/)
  - [Docker Concepts](https://docs.docker.com/get-started/docker-concepts/the-basics/what-is-a-container/)
  - [Docker Workshop](https://docs.docker.com/get-started/workshop/)

</div>

# A Simple Tornado Wep App

---