nodejs-website/pages/contact.php
Chad 623cba3262
Major Revisit (#13)
* Add comment that it was built from scratch.

* Add a link to Modern Day Wizards and my personal media. Simplify text.

* Change to "media" since there are also videos.

* Simplify text, add nomad note.

* Update support pages: better text, currencies first, remove many options.

* Change word to sound more like I'm talking.

* Update wordiness and provide disclaimer on top rather than only for email.

* Update wordiness.

* Use a more legible purple.

* Remove extra word.

* Fix link including a space.

* Fix word order.

* Make the banner more useful! :)

* Simplify verbiage.

* Enhance the look/feel of the addresses.

* Remove more words.

* Remove excess word.

* More major rewording, also added mission/goal.

* Remove 'the'.
2024-01-25 07:37:10 -07:00

43 lines
1.0 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">
<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";
?>