#!/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">
				<strong>No Guarentee</strong>
				<p>
					Anything I say, do, or produce comes with no guarentee or warranty
					unless explicitly noted.
				</p>
				<strong>Freedom of Choice</strong>
				<p>
					My time is my own and 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 choose who and what I do my business with and hold the right to make
					different choices at any time.
				</p>
			</div>
		</div>