Created a banner, added more content, converted spaces to tabs, figured out hrefs with # based on id.

This commit is contained in:
2022-10-13 07:29:46 -05:00
parent 1c70887199
commit ce20fa0f6f
14 changed files with 158 additions and 48 deletions

29
pages/videos.php Normal file → Executable file
View File

@ -1 +1,30 @@
#!/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>
<?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";
?>