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,20 +1,26 @@
#!/usr/bin/php
<!--
Landing page, keeping it apps and development projects like old WordPress site.
-->
<?php
include "helpers/body_open.php";
?>
<div class="row col-12 title">
<h1>Welcome!</h1>
<p>
[ Website is still in testing. Don't judge too harshly. :) ]
</p>
<p>
Welcome to my site! It is the central hub of my activities, linking you
to most of my projects and providing ways to contact and support me.
I've also included information such as my health protocol which was
currently only scattered throughout videos.
</p>
<div class="row">
<h1 class="col-12 title">Welcome!</h1>
</div>
<div class="row">
<div class="col-12 text">
<p>
[ Website is still in development, please treat this as an unfinished product. ]
</p>
<p>
Thanks for visiting my site! It is the central hub of my activities,
linking you to most of my projects and providing ways to contact and
support me. I've also included information such as my health protocol
which was currently only scattered throughout videos.
</p>
</div>
</div>
<?php