Merge pull request 'Add Freedom eBook' (#10) from dev into main

Reviewed-on: #10
This commit is contained in:
2025-09-28 07:04:41 -07:00
2 changed files with 72 additions and 1 deletions

69
pages/freedom.php Executable file
View File

@@ -0,0 +1,69 @@
#!/usr/bin/php
<!--
Page to provide links for Freedom eBook.
-->
<?php
$GLOBALS["ADVISORY"] = false;
if (!isset($GLOBALS["HEADER_TITLE"])) {
$GLOBALS["HEADER_TITLE"] = "Freedom";
}
include "helpers/body_open.php";
?>
<div class="row">
<h1 class="col-12 title">Voluntary Sovereignty</h1>
</div>
<div class="row">
<div class="col-12 header">
<p>
Short eBook and printable booklet succintly covering anarchy,
Voluntaryism, and Sovereignty.
</p>
<p>
Also covers topics such as
police encounters and provices resources for further education.
</p>
</div>
</div>
<div class="row">
<div class="col-12 text">
<p>
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/1.0.1/VoluntarySovereignty.pdf">
[PDF] | eBook Download
</a>
</li></ul>
<p>
There is also a printable booklet version which can be found here:
</p>
<ul class="indent">
<li>
<a href="https://git.hyperling.com/me/ebook-freedom-flyer/releases/download/1.0.1/VoluntarySovereignty-book.pdf"
target="_blank" rel="noopener noreferrer"
>
[PDF] | Booklet Download
</a>
</li>
</ul>
<p>
Curious how I made it? Check out its Git repository:
</p>
<ul class="indent"><li>
<a href="https://git.hyperling.com/me/ebook-freedom-flyer"
target="_blank" rel="noopener noreferrer"
>
[CODE] | Source Code
</a>
</li></ul>
</div>
</div>
<?php
include "helpers/body_close.php";
?>

View File

@@ -33,7 +33,9 @@
I enjoy writing! Find my free eBooks below. I enjoy writing! Find my free eBooks below.
</p> </p>
<ul class="indent"><li> <ul class="indent"><li>
<a href="/health/">My Health Protocol</a> 2025-09-28: <a href="/freedom/">Voluntary Sovereignty</a>
</li><li>
2024-03-07: <a href="/health/">My Health Protocol</a>
</li></ul> </li></ul>
</div> </div>
</div> </div>