Chad 623cba3262
Major Revisit (#13)
* Add comment that it was built from scratch.

* Add a link to Modern Day Wizards and my personal media. Simplify text.

* Change to "media" since there are also videos.

* Simplify text, add nomad note.

* Update support pages: better text, currencies first, remove many options.

* Change word to sound more like I'm talking.

* Update wordiness and provide disclaimer on top rather than only for email.

* Update wordiness.

* Use a more legible purple.

* Remove extra word.

* Fix link including a space.

* Fix word order.

* Make the banner more useful! :)

* Simplify verbiage.

* Enhance the look/feel of the addresses.

* Remove more words.

* Remove excess word.

* More major rewording, also added mission/goal.

* Remove 'the'.
2024-01-25 07:37:10 -07:00

27 lines
562 B
PHP
Executable File

#!/usr/bin/php
<!--
Landing page, keeping it apps and development projects like old WordPress site.
-->
<?php
include "helpers/body_open.php";
?>
<div class="row">
<h1 class="col-12 title">Welcome!</h1>
</div>
<div class="row">
<div class="col-12 text">
<p>
Thank you for visiting my site! My goal is to make the world a
better place. Hopefully you find content here which helps
empower you to do the same!
</p>
</div>
</div>
<?php
include "subpages/home/apps.php";
include "helpers/body_close.php";
?>