From 3bd6dfd312330f872ff5b2d0c9b0763175cfd2b3 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Fri, 2 Jul 2021 19:23:57 +0100 Subject: Compile with zip file, creation of readme --- README.html | 6 ++ README.md | 18 +++++ compile.sh | 10 ++- paper-planes.zip | Bin 0 -> 40547 bytes presentation-interactive.html | 82 +++++++++++++++++++ presentation-plain.html | 178 ++++++++++++++++++++++++++++++++++++++++++ presentation.html | 73 ----------------- presentation.pdf | Bin 12369 -> 15063 bytes presentation.tex | 11 ++- 9 files changed, 303 insertions(+), 75 deletions(-) create mode 100644 README.html create mode 100644 README.md create mode 100644 paper-planes.zip create mode 100644 presentation-interactive.html create mode 100644 presentation-plain.html delete mode 100644 presentation.html diff --git a/README.html b/README.html new file mode 100644 index 0000000..87d824a --- /dev/null +++ b/README.html @@ -0,0 +1,6 @@ +

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/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: + +Or use this website +() to browse all +of the files, and download the ones that you need from the tree view +(). 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 Binary files /dev/null and b/paper-planes.zip differ diff --git a/presentation-interactive.html b/presentation-interactive.html new file mode 100644 index 0000000..b54943f --- /dev/null +++ b/presentation-interactive.html @@ -0,0 +1,82 @@ + + + + + + + Paper Planes + + + + + + + + + +
+
+ +
+

Paper Planes

+

Mohit Agarwal

+

Last modified July 2021

+
+ +
+

Why does a plane fly?

+

Discuss

+
    +
  • Why does a plane fly?

  • +
  • Why does a paper plane fly?

  • +
  • What makes a good plane?

  • +
  • What makes a good paper plane?

  • +
+
+
+

The value of a paper plane

+
+
+

The classic design

+
+
+

A different design

+
+
+
+ + + + + + + + + + + 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 @@ + + + + + + + + Paper Planes + + + + +
+

Paper Planes

+

Mohit Agarwal

+

Last modified July 2021

+
+
+

Why does a plane fly?

+

Discuss

+
    +
  • Why does a plane fly?

  • +
  • Why does a paper plane fly?

  • +
  • What makes a good plane?

  • +
  • What makes a good paper plane?

  • +
+
+
+

The value of a paper plane

+
+
+

The classic design

+
+
+

A different design

+
+ + diff --git a/presentation.html b/presentation.html deleted file mode 100644 index 572d321..0000000 --- a/presentation.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - Paper Planes - - - - - - - - - -
-
- -
-

Paper Planes

-

Mohit Agarwal

-

Last modified July 2021

-
- -
-

Why does a plane fly?

-

Discuss

-
    -
  • Why does a plane fly?

  • -
  • Why does a paper plane fly?

  • -
  • What makes a good plane?

  • -
  • What makes a good paper plane?

  • -
-
-
-
- - - - - - - - - - - diff --git a/presentation.pdf b/presentation.pdf index ac79651..e774956 100644 Binary files a/presentation.pdf and b/presentation.pdf 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} -- cgit v1.2.3