2022-10-16 09:22:44 -05:00
|
|
|
#!/usr/bin/php
|
|
|
|
<?php
|
|
|
|
include "helpers/body_open.php";
|
|
|
|
?>
|
|
|
|
|
|
|
|
<div class="row">
|
2024-01-25 07:37:10 -07:00
|
|
|
<h1 class="col-12 title">Contact</h1>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
2024-01-26 02:50:43 +00:00
|
|
|
<div class="col-12 header center" >
|
|
|
|
<img src="/files/photos/20231118_Wizard-Friend-In-Arizona/20231121140823190_Apache-Lake,-Closer-Shot-Of-Our-Bay-From-Nearest-Hill.shrunk20231125.jpg">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-12 title">
|
2024-01-25 07:37:10 -07:00
|
|
|
<p>
|
|
|
|
Timely responses are not guarenteed, as I spend a majority of
|
|
|
|
my time offline and enjoy traveling in signal-free zones.
|
|
|
|
</p>
|
|
|
|
</div>
|
2022-10-16 09:22:44 -05:00
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-12 text">
|
|
|
|
<p>
|
2024-01-25 07:37:10 -07:00
|
|
|
Public comments and inquiries can be made on my Odysee channel's
|
|
|
|
discussion board. Feel free to drop in and say hello!
|
2022-10-16 09:22:44 -05:00
|
|
|
</p>
|
|
|
|
<ul class="indent"><li>
|
|
|
|
<a href="https://odysee.com/@HyperVegan:2?view=discussion"
|
|
|
|
target="_blank" rel="noopener noreferrer"
|
|
|
|
>
|
2024-01-25 07:37:10 -07:00
|
|
|
Odysee | HyperVegan Community
|
2022-10-16 09:22:44 -05:00
|
|
|
</a>
|
|
|
|
</li></ul>
|
|
|
|
<p>
|
2024-01-25 07:37:10 -07:00
|
|
|
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.
|
2022-10-16 09:22:44 -05:00
|
|
|
</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";
|
|
|
|
?>
|