Compare commits
	
		
			4 Commits
		
	
	
		
			286c92dd0d
			...
			05b37d775f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 05b37d775f | |||
| 37a5dc23f1 | |||
| da530eebfb | |||
| 21fc20b10f | 
							
								
								
									
										69
									
								
								pages/freedom.php
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										69
									
								
								pages/freedom.php
									
									
									
									
									
										Executable 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"; | ||||||
|  | ?> | ||||||
| @@ -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> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user