From 552d06cd7e61c45476c55895422c8ca3d77a9bc6 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Sat, 21 Dec 2024 01:46:21 -0500 Subject: refactor: cleaner codebase and best practices --- includes/download-logic.php | 52 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 includes/download-logic.php (limited to 'includes/download-logic.php') diff --git a/includes/download-logic.php b/includes/download-logic.php new file mode 100644 index 0000000..517115a --- /dev/null +++ b/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