diff options
| author | kj-sh604 | 2024-08-09 04:31:40 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-08-09 04:31:40 -0400 |
| commit | 2f91102107c7fee000a0427314a269455cb803b9 (patch) | |
| tree | 1ae0423b40f66337b3bef8bfa43068b069e87d59 | |
| parent | ab0b9a8a9c4c3323c4fd4804e0ef47df3b63fd93 (diff) | |
refactor: replace `cleanMetropolis` with `redmond2010`
for now...
| -rw-r--r-- | download.php | 4 | ||||
| -rw-r--r-- | img/redmond2010.webp | bin | 0 -> 1886 bytes | |||
| -rw-r--r-- | index.php | 2 | ||||
| -rw-r--r-- | output/redmond2010.md | 8 |
4 files changed, 11 insertions, 3 deletions
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 Binary files differnew file mode 100644 index 0000000..5b58b64 --- /dev/null +++ b/img/redmond2010.webp @@ -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" +--- + |
