aboutsummaryrefslogtreecommitdiff
path: root/presentation-interactive.html
diff options
context:
space:
mode:
authorMohit Agarwal <mohit.agarwal@sky.com>2021-07-02 21:05:38 +0100
committerMohit Agarwal <mohit.agarwal@sky.com>2021-07-02 21:05:38 +0100
commita5bea344c12fd46739445b6161b5bc01d7699bcf (patch)
tree3162f408f0ecd46c464d5c696fa2f6ada2840157 /presentation-interactive.html
parent4682b8f66b408653659849d8c9a1bbc7b3017060 (diff)
Remove revealjs version
Diffstat (limited to 'presentation-interactive.html')
-rw-r--r--presentation-interactive.html88
1 files changed, 0 insertions, 88 deletions
diff --git a/presentation-interactive.html b/presentation-interactive.html
deleted file mode 100644
index a0e5fe3..0000000
--- a/presentation-interactive.html
+++ /dev/null
@@ -1,88 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset="utf-8">
- <meta name="generator" content="pandoc">
- <meta name="author" content="Mohit Agarwal">
- <title>presentation</title>
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
- <link rel="stylesheet" href="https://unpkg.com/reveal.js@^4//dist/reset.css">
- <link rel="stylesheet" href="https://unpkg.com/reveal.js@^4//dist/reveal.css">
- <style>
- code{white-space: pre-wrap;}
- span.smallcaps{font-variant: small-caps;}
- span.underline{text-decoration: underline;}
- div.column{display: inline-block; vertical-align: top; width: 50%;}
- div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
- ul.task-list{list-style: none;}
- .display.math{display: block; text-align: center; margin: 0.5rem auto;}
- </style>
- <link rel="stylesheet" href="https://unpkg.com/reveal.js@^4//dist/theme/black.css" id="theme">
-</head>
-<body>
- <div class="reveal">
- <div class="slides">
-
-<section id="title-slide">
- <h1 class="title">Paper Planes</h1>
- <p class="author">Mohit Agarwal</p>
- <p class="date">Last modified July 2021</p>
-</section>
-
-<section id="why-does-a-plane-fly" class="slide level1">
-<h1>Why does a plane fly?</h1>
-<p>Discuss</p>
-<ul>
-<li>Why does a plane fly?</li>
-<li>Why does a paper plane fly?</li>
-<li>What makes a good plane?</li>
-<li>What makes a good paper plane?</li>
-</ul>
-</section>
-<section id="the-value-of-a-paper-plane" class="slide level1">
-<h1>The value of a paper plane</h1>
-<p>Placeholder text</p>
-</section>
-<section id="the-classic-design" class="slide level1">
-<h1>The classic design</h1>
-<figure>
-<img data-src="https://upload.wikimedia.org/wikipedia/commons/c/c4/Paper_Airplane.png" style="width:50.0%" alt="Classical Plane Design" /><figcaption aria-hidden="true">Classical Plane Design</figcaption>
-</figure>
-</section>
-<section id="a-different-design" class="slide level1">
-<h1>A different design</h1>
-<p>John Collins designed the current world record plane for distance.</p>
-<p>(Optional) See the world record throw: <a href="https://example.com" class="uri">https://example.com</a></p>
-</section>
- </div>
- </div>
-
- <script src="https://unpkg.com/reveal.js@^4//dist/reveal.js"></script>
-
- <!-- reveal.js plugins -->
- <script src="https://unpkg.com/reveal.js@^4//plugin/notes/notes.js"></script>
- <script src="https://unpkg.com/reveal.js@^4//plugin/search/search.js"></script>
- <script src="https://unpkg.com/reveal.js@^4//plugin/zoom/zoom.js"></script>
-
- <script>
-
- // Full list of configuration options available at:
- // https://revealjs.com/config/
- Reveal.initialize({
-
- // Add the current slide number to the URL hash so that reloading the
- // page/copying the URL will return you to the same slide
- hash: true,
-
- // reveal.js plugins
- plugins: [
- RevealNotes,
- RevealSearch,
- RevealZoom
- ]
- });
- </script>
- </body>
-</html>