From 90d85db7d336f1a7fa33e6a91931ed94255ae657 Mon Sep 17 00:00:00 2001 From: Chad Date: Wed, 6 Mar 2024 18:56:41 -0700 Subject: [PATCH] Add Health Page (#19) * Change Videos page to Media. * Add page for My Health Ptorocol. * Add placeholder with basic layout for future lists page. * Little more work on the book links. * Be consistent with sentences. * Add a link to the GitHub project. * Change filename, add TBD's. * Add a note about the new eBook. --- pages/health.php | 58 ++++++++++++++++++++++++ pages/helpers/menu.php | 2 +- pages/lists.php | 37 +++++++++++++++ pages/media.php | 79 +++++++++++++++++++++++++++++++++ pages/subpages/about/health.php | 4 ++ pages/videos.php | 63 ++------------------------ 6 files changed, 182 insertions(+), 61 deletions(-) create mode 100755 pages/health.php create mode 100755 pages/lists.php create mode 100755 pages/media.php diff --git a/pages/health.php b/pages/health.php new file mode 100755 index 0000000..965de87 --- /dev/null +++ b/pages/health.php @@ -0,0 +1,58 @@ +#!/usr/bin/php + + + +
+

My Health Protocol

+
+
+
+

+ Please click the link below to download the PDF: +

+ + +

+ There is also an audio companion which can be found here: +

+ + + +

+ Curious how I made it? Check out its GitHub project: +

+ +
+
+ + diff --git a/pages/helpers/menu.php b/pages/helpers/menu.php index b0cba81..3d28459 100755 --- a/pages/helpers/menu.php +++ b/pages/helpers/menu.php @@ -3,7 +3,7 @@