Files
nodejs-website/pages/freedom.php

88 lines
2.2 KiB
PHP
Executable File

#!/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 Morality
and Sovereignty.
</p>
<p>
Also covers topics such as police encounters
and provides resources for further education.
</p>
</div>
</div>
<div class="row">
<div class="col-12 text">
<p>
Use the links 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"
target="_blank" rel="noopener noreferrer"
>
[PDF] | eBook
</a>
</li>
<li>
<a href="https://git.hyperling.com/me/ebook-freedom-flyer/releases/download/latest/VoluntarySovereignty-booklet-default.pdf"
target="_blank" rel="noopener noreferrer"
>
[PDF] | Booklet
</a>
</li>
<li>
<a href="https://git.hyperling.com/me/ebook-freedom-flyer/releases/download/latest/VoluntarySovereignty-booklet-rotated.pdf"
target="_blank" rel="noopener noreferrer"
>
[PDF] | Booklet (Duplex Rotations)
</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>
<p>
Here is the video it was announced in:
</p>
<ul class="indent">
<li>
<a href="https://odysee.com/@HyperVegan:2/20251003-Announcements:0"
target="_blank" rel="noopener noreferrer"
>
[Odysee] | HyperVegan: "Announcements: Skipped Midfest, Voluntary Sovereignty eBook, CheapRVLiving Interview"
</a>
</li>
</ul>
</div>
</div>
<?php
include "helpers/body_close.php";
?>