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

View File

@ -8,12 +8,14 @@
include "helpers/body_open.php";
?>
<h1>Support</h1>
<p>
While I do not ask for anything, and prefer to take care of myself,
I acknowledge that some people enjoy gift giving and would like to
help me out. Below are my preferred ways that this be done.
</p>
<div class="row col-12 title">
<h1>Support</h1>
<p>
While I do not ask for anything, and prefer to take care of myself,
I acknowledge that some people enjoy gift giving and would like to
help me out. Below are my preferred ways to do this.
</p>
</div>
<?php
include "helpers/section_open.php";
@ -26,4 +28,3 @@
include "helpers/body_close.php";
?>