Fixes for Freedom. Add Announcement. #12

Merged
me merged 4 commits from dev into main 2025-10-03 13:04:40 -07:00
4 changed files with 13 additions and 16 deletions

View File

@@ -21,8 +21,8 @@
Voluntaryism, and Sovereignty.
</p>
<p>
Also covers topics such as
police encounters and provices resources for further education.
Also covers topics such as police encounters
and provides resources for further education.
</p>
</div>
</div>
@@ -33,7 +33,8 @@
Click the link below to download the 4-page PDF:
</p>
<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
</a>
</li></ul>

View File

@@ -34,7 +34,8 @@
Click the link below to download the 12-page PDF:
</p>
<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
</a>
</li></ul>

View File

@@ -7,20 +7,12 @@
<div class="col-12 title">
<i><h2>Announcements</h2></i>
</div>
<a href="/health/">
<a href="/freedom/">
<div class="col-12 text">
<u class="orange">2024-03-07</u>
<u class="orange">2025-09-28</u>
<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>!
</div>
</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>

View File

@@ -9,7 +9,10 @@
include "banner.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)
include "advisory.php";
/* */