aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohit Agarwal <mohit.agarwal@sky.com>2021-07-02 19:23:57 +0100
committerMohit Agarwal <mohit.agarwal@sky.com>2021-07-02 19:23:57 +0100
commit3bd6dfd312330f872ff5b2d0c9b0763175cfd2b3 (patch)
tree9a4833fb7c5aaa395dd4156d6ba8bd10a6779605
parent48694cec5ea35fb267dc668c3dee1cc0ee8c174e (diff)
Compile with zip file, creation of readme
-rw-r--r--README.html6
-rw-r--r--README.md18
-rwxr-xr-xcompile.sh10
-rw-r--r--paper-planes.zipbin0 -> 40547 bytes
-rw-r--r--presentation-interactive.html (renamed from presentation.html)9
-rw-r--r--presentation-plain.html178
-rw-r--r--presentation.pdfbin12369 -> 15063 bytes
-rw-r--r--presentation.tex11
8 files changed, 230 insertions, 2 deletions
diff --git a/README.html b/README.html
new file mode 100644
index 0000000..87d824a
--- /dev/null
+++ b/README.html
@@ -0,0 +1,6 @@
+<h1 id="a-lesson-plan-about-paper-planes">A lesson plan about paper planes</h1>
+<p>A simple lesson structure, aimed to appeal to a broad range of students, presented as a ‘fun lesson’, where the aim is not curriculum based learning, but instead an enjoyable activity for both the students and the teacher.</p>
+<p>The design intends to leave a lot of flexibility for the teacher, such that there is room for variation in format and content.</p>
+<h2 id="how-to-use-this">How to use this</h2>
+<p>You could download a zip file with all of the files: <a href="https://example.com" class="uri">https://example.com</a></p>
+<p>Or use this website (<a href="https://git.mohit.uk/?p=paper-planes.git;a=summary" class="uri">https://git.mohit.uk/?p=paper-planes.git;a=summary</a>) to browse all of the files, and download the ones that you need from the tree view (<a href="https://git.mohit.uk/?p=paper-planes.git;a=tree" class="uri">https://git.mohit.uk/?p=paper-planes.git;a=tree</a>).</p>
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9c5093d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# A lesson plan about paper planes
+
+A simple lesson structure, aimed to appeal to a broad range of
+students, presented as a 'fun lesson', where the aim is not curriculum
+based learning, but instead an enjoyable activity for both the
+students and the teacher.
+
+The design intends to leave a lot of flexibility for the teacher, such
+that there is room for variation in format and content.
+
+## How to use this
+
+You could download a zip file with all of the files: <https://example.com>
+
+Or use this website
+(<https://git.mohit.uk/?p=paper-planes.git;a=summary>) to browse all
+of the files, and download the ones that you need from the tree view
+(<https://git.mohit.uk/?p=paper-planes.git;a=tree>).
diff --git a/compile.sh b/compile.sh
index 9eda7ab..2c0a67c 100755
--- a/compile.sh
+++ b/compile.sh
@@ -1 +1,9 @@
-latexrun --latex-cmd xelatex presentation.tex&
+latexrun --latex-cmd xelatex presentation.tex
+pandoc presentation.tex -t revealjs -s -o presentation-interactive.html
+pandoc presentation.tex -s -o presentation-plain.html
+pandoc README.md -o README.html
+mkdir paper-planes
+rm -rf paper-planes.zip
+git ls-files | xargs -I {} cp '{}' paper-planes
+zip -r paper-planes.zip paper-planes
+rm -rf paper-planes
diff --git a/paper-planes.zip b/paper-planes.zip
new file mode 100644
index 0000000..3d1a7f6
--- /dev/null
+++ b/paper-planes.zip
Binary files differ
diff --git a/presentation.html b/presentation-interactive.html
index 572d321..b54943f 100644
--- a/presentation.html
+++ b/presentation-interactive.html
@@ -41,6 +41,15 @@
<li><p>What makes a good paper plane?</p></li>
</ul>
</section>
+<section id="the-value-of-a-paper-plane" class="slide level3 frame">
+<h3>The value of a paper plane</h3>
+</section>
+<section id="the-classic-design" class="slide level3 frame">
+<h3>The classic design</h3>
+</section>
+<section id="a-different-design" class="slide level3 frame">
+<h3>A different design</h3>
+</section>
</div>
</div>
diff --git a/presentation-plain.html b/presentation-plain.html
new file mode 100644
index 0000000..5c0ea3b
--- /dev/null
+++ b/presentation-plain.html
@@ -0,0 +1,178 @@
+<!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>Paper Planes</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>
+<section id="why-does-a-plane-fly" class="frame">
+<h3>Why does a plane fly?</h3>
+<p>Discuss</p>
+<ul>
+<li><p>Why does a plane fly?</p></li>
+<li><p>Why does a paper plane fly?</p></li>
+<li><p>What makes a good plane?</p></li>
+<li><p>What makes a good paper plane?</p></li>
+</ul>
+</section>
+<section id="the-value-of-a-paper-plane" class="frame">
+<h3>The value of a paper plane</h3>
+</section>
+<section id="the-classic-design" class="frame">
+<h3>The classic design</h3>
+</section>
+<section id="a-different-design" class="frame">
+<h3>A different design</h3>
+</section>
+</body>
+</html>
diff --git a/presentation.pdf b/presentation.pdf
index ac79651..e774956 100644
--- a/presentation.pdf
+++ b/presentation.pdf
Binary files differ
diff --git a/presentation.tex b/presentation.tex
index 5f557b2..cfdfc51 100644
--- a/presentation.tex
+++ b/presentation.tex
@@ -45,6 +45,7 @@
\end{flushleft}
}
+\setbeamertemplate{itemize items}{\color{oxfordblue}\texttt{>}}
%% Information (author, title, etc.) %%
@@ -76,6 +77,14 @@
\item What makes a good plane?
\item What makes a good paper plane?
\end{itemize}
-
+\end{frame}
+\begin{frame}
+ \frametitle{The value of a paper plane}
+\end{frame}
+\begin{frame}
+ \frametitle{The classic design}
+\end{frame}
+\begin{frame}
+ \frametitle{A different design}
\end{frame}
\end{document}