From a5bea344c12fd46739445b6161b5bc01d7699bcf Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Fri, 2 Jul 2021 21:05:38 +0100 Subject: Remove revealjs version --- compile.sh | 3 +- paper-planes.zip | Bin 142917 -> 139568 bytes presentation-interactive.html | 88 --------------------- presentation-plain.html | 176 ------------------------------------------ presentation.pdf | Bin 94084 -> 94084 bytes presentation.pptx | Bin 53232 -> 53232 bytes 6 files changed, 1 insertion(+), 266 deletions(-) delete mode 100644 presentation-interactive.html delete mode 100644 presentation-plain.html diff --git a/compile.sh b/compile.sh index 8f21d98..5dc1081 100755 --- a/compile.sh +++ b/compile.sh @@ -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 index 39def01..b96cbb4 100644 Binary files a/paper-planes.zip and b/paper-planes.zip differ 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 @@ - - - - - - - presentation - - - - - - - - - -
-
- -
-

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

-

Placeholder text

-
-
-

The classic design

-
-Classical Plane Design -
-
-
-

A different design

-

John Collins designed the current world record plane for distance.

-

(Optional) See the world record throw: https://example.com

-
-
-
- - - - - - - - - - - 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 @@ - - - - - - - - presentation - - - - -
-

Paper Planes

-

Mohit Agarwal

-

Last modified July 2021

-
-

Why does a plane fly?

-

Discuss

- -

The value of a paper plane

-

Placeholder text

-

The classic design

-
-Classical Plane Design -
-

A different design

-

John Collins designed the current world record plane for distance.

-

(Optional) See the world record throw: https://example.com

- - diff --git a/presentation.pdf b/presentation.pdf index 5fee73b..d611b80 100644 Binary files a/presentation.pdf and b/presentation.pdf differ diff --git a/presentation.pptx b/presentation.pptx index d479cbd..b1eb823 100644 Binary files a/presentation.pptx and b/presentation.pptx differ -- cgit v1.2.3