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

6
pages/helpers/banner.php Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/php
<div class="row col-12">
<div class="banner-top">Peace</div>
<div class="banner-middle">Love</div>
<div class="banner-bottom">Happiness</div>
</div>