* Add lowercase "state". * Add more explicit message about stance on law vs Law. * Improve the language, split a section. * Change more wording. * Further enhance wording. * Avoid saying state or country since I don't currently fully understand the definitions. * Make the paragraph read slightly better.
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/php
 | |
| 		<div class="row" id="notice">
 | |
| 			<h2 class="col-12 header">Public Notice</h2>
 | |
| 		</div>
 | |
| 		<div class="row">
 | |
| 			<div class="col-12 text">
 | |
| 				<p></p>
 | |
| 				<strong>No Guarantee</strong>
 | |
| 				<p>
 | |
| 					Anything I say, do, or produce comes with no guarantee or warranty
 | |
| 					unless explicitly noted.
 | |
| 				</p>
 | |
| 				<strong>No Harm Principle</strong>
 | |
| 				<p>
 | |
| 					I have the potential to be wrong and strive to admit and correct
 | |
| 					my mistakes. It is never my goal to cause intentional harm.
 | |
| 				</p>
 | |
| 				<strong>Freedom of Choice</strong>
 | |
| 				<p>
 | |
| 					My time is my own and only I choose what to do with it. I am in
 | |
| 					the process of reclaiming any of it which I feel has been given
 | |
| 					away in error.
 | |
| 				</p>
 | |
| 				<strong>Freedom of Association</strong>
 | |
| 				<p>
 | |
| 					I may choose who and what I do my business with and hold the right
 | |
| 					to make different choices at any time, regardless of any parties
 | |
| 					outside the voluntary contract deciding whether it is permissable.
 | |
| 				</p>
 | |
| 				<strong>Legal Jurisdiction</strong>
 | |
| 				<p>
 | |
| 					I am in the process of learning any rules I have been mistakenly
 | |
| 					bound by. Any agreements which give away Natural Law rights will
 | |
| 					be considered under duress through confusion and complication.
 | |
| 				</p>
 | |
| 			</div>
 | |
| 		</div>
 |