Merge pull request 'Fixes for Freedom. Add Announcement.' (#12) from dev into main

Reviewed-on: #12
This commit is contained in:
2025-10-03 13:04:39 -07:00
4 changed files with 13 additions and 16 deletions

View File

@@ -21,8 +21,8 @@
Voluntaryism, and Sovereignty. Voluntaryism, and Sovereignty.
</p> </p>
<p> <p>
Also covers topics such as Also covers topics such as police encounters
police encounters and provices resources for further education. and provides resources for further education.
</p> </p>
</div> </div>
</div> </div>
@@ -33,7 +33,8 @@
Click the link below to download the 4-page PDF: Click the link below to download the 4-page PDF:
</p> </p>
<ul class="indent"><li> <ul class="indent"><li>
<a href="https://git.hyperling.com/me/ebook-freedom-flyer/releases/download/latest/VoluntarySovereignty.pdf"> <a href="https://git.hyperling.com/me/ebook-freedom-flyer/releases/download/latest/VoluntarySovereignty.pdf"
target="_blank" rel="noopener noreferrer">
[PDF] | eBook Download [PDF] | eBook Download
</a> </a>
</li></ul> </li></ul>

View File

@@ -34,7 +34,8 @@
Click the link below to download the 12-page PDF: Click the link below to download the 12-page PDF:
</p> </p>
<ul class="indent"><li> <ul class="indent"><li>
<a href="/files/media/documents/HyperlingsHealthProtocol.pdf"> <a href="/files/media/documents/HyperlingsHealthProtocol.pdf"
target="_blank" rel="noopener noreferrer">
[PDF] | Direct Download [PDF] | Direct Download
</a> </a>
</li></ul> </li></ul>

View File

@@ -7,20 +7,12 @@
<div class="col-12 title"> <div class="col-12 title">
<i><h2>Announcements</h2></i> <i><h2>Announcements</h2></i>
</div> </div>
<a href="/health/"> <a href="/freedom/">
<div class="col-12 text"> <div class="col-12 text">
<u class="orange">2024-03-07</u> <u class="orange">2025-09-28</u>
<br> <br>
Find my free eBook, "Hyperling's Health Protocol", I wrote another short free eBook, "Voluntary Sovereignty", check it out
<u class="orange">here</u>! <u class="orange">here</u>!
</div> </div>
</a> </a>
<!--<div class="col-12 text">
<u>2024-03-31</u>
<br>
There's a
<a href="/home/#tictactoe">new app</a>
in town,
<a href="/files/apks/TicTacToe.apk">Tic-Tac-Toe</a>!
</div>-->
</div> </div>

View File

@@ -9,7 +9,10 @@
include "banner.php"; include "banner.php";
include "menu.php"; include "menu.php";
/* 2025-01-29 Disable advisory now that Books is explicitly a menu item. * / /*
2025-01-29 Disable advisory now that Books is explicitly a menu item.
2025-10-03 Re-enable advisory for new eBook.
*/
if (!isset($GLOBALS["ADVISORY"]) || $GLOBALS["ADVISORY"] !== false) if (!isset($GLOBALS["ADVISORY"]) || $GLOBALS["ADVISORY"] !== false)
include "advisory.php"; include "advisory.php";
/* */ /* */