diff options
| author | kj-sh604 | 2024-08-09 17:31:32 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-08-09 17:31:32 -0400 |
| commit | dc9e8ae42eed3846905fcf093a137b7afd4e4549 (patch) | |
| tree | 0e2b984663f5804a350b878a99b8786875e2d7c7 | |
| parent | 2f91102107c7fee000a0427314a269455cb803b9 (diff) | |
refactor: redmond2010 → redmond2013
| -rw-r--r-- | download.php | 4 | ||||
| -rw-r--r-- | index.php | 2 | ||||
| -rw-r--r-- | output/redmond2003.md | 2 | ||||
| -rw-r--r-- | output/redmond2013.md (renamed from output/redmond2010.md) | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/download.php b/download.php index fb6cf78..9b8d29b 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["redmond2010"])) { - generatePresentation("output/redmond2010.md"); + } elseif (isset($_POST["redmond2013"])) { + generatePresentation("output/redmond2013.md"); } elseif (isset($_POST["ohioCustard"])) { generatePresentation("output/ohioCustard.md"); } elseif (isset($_POST["raleighAroundMe"])) { @@ -46,7 +46,7 @@ session_start(); ?> 'earlyCupertino' => 'earlyCupertino', 'ohioCustard' => 'ohioCustard', 'raleighAroundMe' => 'raleighAroundMe', - 'redmond2010' => 'redmond2010', + 'redmond2013' => 'redmond2013', 'defaultIsKing' => 'defaultIsKing', 'cuppertinoIsh' => 'cuppertinoIsh', 'lazyProfessor' => 'lazyProfessor', diff --git a/output/redmond2003.md b/output/redmond2003.md index 77d7690..d4a57fb 100644 --- a/output/redmond2003.md +++ b/output/redmond2003.md @@ -6,5 +6,5 @@ colortheme: fontsize: - 17pt fontfamily: -- carlito +- helvet --- diff --git a/output/redmond2010.md b/output/redmond2013.md index c6c0006..7f2784b 100644 --- a/output/redmond2010.md +++ b/output/redmond2013.md @@ -3,6 +3,6 @@ theme: "boxes" colortheme: "seagull" aspectratio: "169" fontsize: "17pt" -fontfamily: "helvet" +fontfamily: "carlito" --- |
