nodejs-website/pages/contact.php
Chad 6e003be906
Enhancements, Again :) (#14)
* Remove unnecessary exclamation mark.

* First attempt to add photo.

* Make the title consistent with others.

* Add a readme for a new folder.

* Make the ignorance under the files folder more strict.

* Bring Infinite Timer up in order since I use it more than T45MR.

* Add photos to the main pages!!

* Simplify name.

* Fix occasional formatting weirdness.

* Fix formatting issues, add comments.

* Fix background color.

* Add trailing slash for consistency.
2024-01-26 02:50:43 +00:00

48 lines
1.3 KiB
PHP
Executable File

#!/usr/bin/php
<?php
include "helpers/body_open.php";
?>
<div class="row">
<h1 class="col-12 title">Contact</h1>
</div>
<div class="row">
<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">
<p>
Timely responses are not guarenteed, as I spend a majority of
my time offline and enjoy traveling in signal-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";
?>