From 094bf4e342307fdfa3608bad2110c28d39fd8ff7 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Wed, 9 Apr 2025 15:18:30 -0400 Subject: refactor: directory structure --- src/includes/download-logic.php | 52 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/includes/download-logic.php (limited to 'src/includes/download-logic.php') diff --git a/src/includes/download-logic.php b/src/includes/download-logic.php new file mode 100644 index 0000000..517115a --- /dev/null +++ b/src/includes/download-logic.php @@ -0,0 +1,52 @@ +
+

🎨 please select your presentation theme 🎭

+
+ + + + + + + + + '90sMakeUpCommercial', + 'chicagoOlives' => 'chicagoOlives', + 'earlyCupertino' => 'earlyCupertino', + 'ohioCustard' => 'ohioCustard', + 'raleighAroundMe' => 'raleighAroundMe', + 'redmond2013' => 'redmond2013', + 'defaultIsKing' => 'defaultIsKing', + 'cuppertinoIsh' => 'cuppertinoIsh', + 'lazyProfessor' => 'lazyProfessor', + 'redmond2003' => 'redmond2003', + 'strengthInNumbers' => 'strengthInNumbers', + 'thatMagazine' => 'thatMagazine', + ]; + + foreach ($themes as $key => $theme) { + echo " + + + "; + } + ?> + +
+

preview

+
+

select

+
+ {$theme} + + +
+ +
+
+
-- cgit v1.2.3