Getting much closer! Still need to finalize About and write Journey.

This commit is contained in:
2022-10-16 09:22:44 -05:00
parent ce20fa0f6f
commit 239aa26b49
20 changed files with 394 additions and 188 deletions

View File

@ -1,30 +1,39 @@
#!/usr/bin/php
<!--
Page for my video links.
-->
<?php
include "helpers/body_open.php";
?>
<div class="row col-12 title">
<h1>Videos</h1>
<p >
I enjoy making video content when I have free time. Other life duties take
priority so this is not always frequent of often.
</p>
<div class="row">
<h1 class="col-12 title">Videos</h1>
</div>
<div class="row">
<div class="col-12 text">
<p>
I enjoy making video content when I have free time. Other life duties
take priority so this is not always frequent of often. 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"
>
https://odysee.com/@HyperVegan:2
</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"
>
https://odysee.com/@HyperVegan-Reposts:5
</a>
</li></ul>
</div>
</div>
<?php
include "helpers/section_open.php";
//include "subpages/support/gifts.php";
include "helpers/section_close.php";
include "helpers/section_open.php";
//include "subpages/support/donate.php";
include "helpers/section_close.php";
include "helpers/body_close.php";
?>