diff options
| -rwxr-xr-x | compile.sh | 3 | ||||
| -rw-r--r-- | paper-planes.zip | bin | 142917 -> 139568 bytes | |||
| -rw-r--r-- | presentation-interactive.html | 88 | ||||
| -rw-r--r-- | presentation-plain.html | 176 | ||||
| -rw-r--r-- | presentation.pdf | bin | 94084 -> 94084 bytes | |||
| -rw-r--r-- | presentation.pptx | bin | 53232 -> 53232 bytes |
6 files changed, 1 insertions, 266 deletions
@@ -1,6 +1,5 @@ pandoc -t beamer -H formatting.tex -V aspectratio:169 presentation.md -o presentation.pdf -pandoc presentation.md -t revealjs -s -o presentation-interactive.html -pandoc presentation.md -s -o presentation-plain.html +pandoc presentation.md -s -o presentation.html pandoc presentation.md -o presentation.pptx pandoc README.md -o README.html mkdir paper-planes diff --git a/paper-planes.zip b/paper-planes.zip Binary files differindex 39def01..b96cbb4 100644 --- a/paper-planes.zip +++ b/paper-planes.zip 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> diff --git a/presentation-plain.html b/presentation-plain.html deleted file mode 100644 index 1d8073b..0000000 --- a/presentation-plain.html +++ /dev/null @@ -1,176 +0,0 @@ -<!DOCTYPE html> -<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> -<head> - <meta charset="utf-8" /> - <meta name="generator" content="pandoc" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> - <meta name="author" content="Mohit Agarwal" /> - <title>presentation</title> - <style> - html { - line-height: 1.5; - font-family: Georgia, serif; - font-size: 20px; - color: #1a1a1a; - background-color: #fdfdfd; - } - body { - margin: 0 auto; - max-width: 36em; - padding-left: 50px; - padding-right: 50px; - padding-top: 50px; - padding-bottom: 50px; - hyphens: auto; - word-wrap: break-word; - text-rendering: optimizeLegibility; - font-kerning: normal; - } - @media (max-width: 600px) { - body { - font-size: 0.9em; - padding: 1em; - } - } - @media print { - body { - background-color: transparent; - color: black; - font-size: 12pt; - } - p, h2, h3 { - orphans: 3; - widows: 3; - } - h2, h3, h4 { - page-break-after: avoid; - } - } - p { - margin: 1em 0; - } - a { - color: #1a1a1a; - } - a:visited { - color: #1a1a1a; - } - img { - max-width: 100%; - } - h1, h2, h3, h4, h5, h6 { - margin-top: 1.4em; - } - h5, h6 { - font-size: 1em; - font-style: italic; - } - h6 { - font-weight: normal; - } - ol, ul { - padding-left: 1.7em; - margin-top: 1em; - } - li > ol, li > ul { - margin-top: 0; - } - blockquote { - margin: 1em 0 1em 1.7em; - padding-left: 1em; - border-left: 2px solid #e6e6e6; - color: #606060; - } - code { - font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace; - font-size: 85%; - margin: 0; - } - pre { - margin: 1em 0; - overflow: auto; - } - pre code { - padding: 0; - overflow: visible; - } - .sourceCode { - background-color: transparent; - overflow: visible; - } - hr { - background-color: #1a1a1a; - border: none; - height: 1px; - margin: 1em 0; - } - table { - margin: 1em 0; - border-collapse: collapse; - width: 100%; - overflow-x: auto; - display: block; - font-variant-numeric: lining-nums tabular-nums; - } - table caption { - margin-bottom: 0.75em; - } - tbody { - margin-top: 0.5em; - border-top: 1px solid #1a1a1a; - border-bottom: 1px solid #1a1a1a; - } - th { - border-top: 1px solid #1a1a1a; - padding: 0.25em 0.5em 0.25em 0.5em; - } - td { - padding: 0.125em 0.5em 0.25em 0.5em; - } - header { - margin-bottom: 4em; - text-align: center; - } - #TOC li { - list-style: none; - } - #TOC a:not(:hover) { - text-decoration: none; - } - 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> - <!--[if lt IE 9]> - <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> - <![endif]--> -</head> -<body> -<header id="title-block-header"> -<h1 class="title">Paper Planes</h1> -<p class="author">Mohit Agarwal</p> -<p class="date">Last modified July 2021</p> -</header> -<h1 id="why-does-a-plane-fly">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> -<h1 id="the-value-of-a-paper-plane">The value of a paper plane</h1> -<p>Placeholder text</p> -<h1 id="the-classic-design">The classic design</h1> -<figure> -<img 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> -<h1 id="a-different-design">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> -</body> -</html> diff --git a/presentation.pdf b/presentation.pdf Binary files differindex 5fee73b..d611b80 100644 --- a/presentation.pdf +++ b/presentation.pdf diff --git a/presentation.pptx b/presentation.pptx Binary files differindex d479cbd..b1eb823 100644 --- a/presentation.pptx +++ b/presentation.pptx |
