46 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/php
 | 
						|
<?php
 | 
						|
	include "helpers/body_open.php";
 | 
						|
?>
 | 
						|
 | 
						|
		<div class="row">
 | 
						|
			<h1 class="col-12 title">Contact</h1>
 | 
						|
			<div class="col-12 header center" >
 | 
						|
				<img src="/files/media/icons/contact.jpg">
 | 
						|
			</div>
 | 
						|
		</div>
 | 
						|
		<div class="row">
 | 
						|
			<div class="col-12 title">
 | 
						|
				<p>
 | 
						|
					Timely responses are not guarenteed, as I spend a majority of
 | 
						|
					my time offline and enjoy traveling in reception-free zones.
 | 
						|
				</p>
 | 
						|
			</div>
 | 
						|
		</div>
 | 
						|
		<div class="row">
 | 
						|
			<div class="col-12 text">
 | 
						|
				<p>
 | 
						|
					Public comments and inquiries can be made on my Odysee channel's
 | 
						|
					discussion board. Feel free to drop in and say hello!
 | 
						|
				</p>
 | 
						|
				<ul class="indent"><li>
 | 
						|
					<a href="https://odysee.com/@HyperVegan:2?view=discussion"
 | 
						|
						target="_blank" rel="noopener noreferrer"
 | 
						|
					>
 | 
						|
						Odysee | HyperVegan Community
 | 
						|
					</a>
 | 
						|
				</li></ul>
 | 
						|
				<p>
 | 
						|
					My email address may be used for private matters. Please be sure
 | 
						|
					to form your email in a way which does not look like spam.
 | 
						|
				</p>
 | 
						|
				<ul class="indent"><li>
 | 
						|
					<a href="mailto:me@hyperling.com">me@hyperling.com</a>
 | 
						|
				</li></ul>
 | 
						|
			</div>
 | 
						|
		</div>
 | 
						|
 | 
						|
<?php
 | 
						|
	include "helpers/body_close.php";
 | 
						|
?>
 |