Chad
623cba3262
* 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'.
61 lines
1.3 KiB
PHP
Executable File
61 lines
1.3 KiB
PHP
Executable File
#!/usr/bin/php
|
|
<!--
|
|
Page for my video links.
|
|
-->
|
|
<?php
|
|
include "helpers/body_open.php";
|
|
?>
|
|
|
|
<div class="row">
|
|
<h1 class="col-12 title">Videos</h1>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-12 text">
|
|
<p>
|
|
For the best viewing experience, please go directly to my channel here:
|
|
</p>
|
|
<ul class="indent"><li>
|
|
<a href="https://odysee.com/@HyperVegan:2"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>
|
|
Odysee | HyperVegan
|
|
</a>
|
|
</li></ul>
|
|
<p> I also have a separate channel for reposting content, found here:</p>
|
|
<ul class="indent"><li>
|
|
<a href="https://odysee.com/@HyperVegan-Reposts:5"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>
|
|
Odysee | HyperVegan Reposts
|
|
</a>
|
|
</li></ul>
|
|
<p>There is also a backup of my content on Modern Day Wizards:</p>
|
|
<ul class="indent"><li>
|
|
<a href="https://moderndaywizards.org/c/hypervegan"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>
|
|
Modern Day Wizards | HyperVegan
|
|
</a>
|
|
</li></ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<h1 class="col-12 title">Personal Media</h1>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-12 text">
|
|
<p>
|
|
I don't have social media, so where do my photos and videos go?
|
|
Try right here!
|
|
</p>
|
|
<ul class="indent"><li>
|
|
<a href="/photos">My Photos</a>
|
|
</li></ul>
|
|
</div>
|
|
</div>
|
|
|
|
<?php
|
|
include "helpers/body_close.php";
|
|
?>
|