From 2f91102107c7fee000a0427314a269455cb803b9 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Fri, 9 Aug 2024 04:31:40 -0400 Subject: refactor: replace `cleanMetropolis` with `redmond2010` for now... --- download.php | 4 ++-- img/redmond2010.webp | Bin 0 -> 1886 bytes index.php | 2 +- output/redmond2010.md | 8 ++++++++ 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 img/redmond2010.webp create mode 100644 output/redmond2010.md diff --git a/download.php b/download.php index dbde51d..fb6cf78 100644 --- a/download.php +++ b/download.php @@ -54,8 +54,8 @@ generatePresentation("output/90sMakeUpCommercial.md"); } elseif (isset($_POST["chicagoOlives"])) { generatePresentation("output/chicagoOlives.md"); - } elseif (isset($_POST["cleanMetropolis"])) { - generatePresentation("output/cleanMetropolis.md"); + } elseif (isset($_POST["redmond2010"])) { + generatePresentation("output/redmond2010.md"); } elseif (isset($_POST["ohioCustard"])) { generatePresentation("output/ohioCustard.md"); } elseif (isset($_POST["raleighAroundMe"])) { diff --git a/img/redmond2010.webp b/img/redmond2010.webp new file mode 100644 index 0000000..5b58b64 Binary files /dev/null and b/img/redmond2010.webp differ diff --git a/index.php b/index.php index 3a37f2b..6467e63 100644 --- a/index.php +++ b/index.php @@ -43,10 +43,10 @@ session_start(); ?> $themes = [ '90sMakeUpCommercial' => '90sMakeUpCommercial', 'chicagoOlives' => 'chicagoOlives', - 'cleanMetropolis' => 'cleanMetropolis', 'earlyCupertino' => 'earlyCupertino', 'ohioCustard' => 'ohioCustard', 'raleighAroundMe' => 'raleighAroundMe', + 'redmond2010' => 'redmond2010', 'defaultIsKing' => 'defaultIsKing', 'cuppertinoIsh' => 'cuppertinoIsh', 'lazyProfessor' => 'lazyProfessor', diff --git a/output/redmond2010.md b/output/redmond2010.md new file mode 100644 index 0000000..c6c0006 --- /dev/null +++ b/output/redmond2010.md @@ -0,0 +1,8 @@ +--- +theme: "boxes" +colortheme: "seagull" +aspectratio: "169" +fontsize: "17pt" +fontfamily: "helvet" +--- + -- cgit v1.2.3