2022-10-09 09:43:38 -05:00
|
|
|
#!/usr/bin/php
|
2022-10-13 07:29:46 -05:00
|
|
|
<!--
|
|
|
|
Page for my video links.
|
|
|
|
-->
|
|
|
|
<?php
|
|
|
|
include "helpers/body_open.php";
|
|
|
|
?>
|
|
|
|
|
2024-01-26 02:50:43 +00:00
|
|
|
<div class="row">
|
|
|
|
<h1 class="col-12 title">Videos</h1>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-12 header center" >
|
|
|
|
<img src="/files/photos/20230908_Chad_And_Cleo_Touring_Transition_Zone/20230909081850318.shrunk20230913.jpg">
|
|
|
|
</div>
|
|
|
|
</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>
|
2024-01-25 07:37:10 -07:00
|
|
|
|
2024-01-26 02:50:43 +00:00
|
|
|
<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>
|
2022-10-13 07:29:46 -05:00
|
|
|
|
|
|
|
<?php
|
|
|
|
include "helpers/body_close.php";
|
|
|
|
?>
|