Final content work for the night.

This commit is contained in:
Hyperling 2022-10-06 22:28:17 -05:00
parent 02e5e40143
commit 8cfe6e43e2
3 changed files with 29 additions and 8 deletions

View File

@ -5,8 +5,9 @@
?> ?>
<h1>Welcome!</h1> <h1>Welcome!</h1>
<p>
<p> This is a test. It can be ignored. :) </p> Website is still in testing. Don't judge too harshly. :)
</p>
<?php <?php
include "helpers/section_open.php"; include "helpers/section_open.php";

View File

@ -1,6 +1,6 @@
<h1> My Public Programs </h1> <h2> My Public Programs </h2>
<h2> Android Apps </h2> <h3> Android Apps </h3>
<div class="wp-container-3 wp-block-columns alignwide"> <div class="wp-container-3 wp-block-columns alignwide">
<div class="wp-container-1 wp-block-column"> <div class="wp-container-1 wp-block-column">
<div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://play.google.com/store/apps/details?id=com.hyperling.carbupbeta" target="_blank" rel="noopener noreferrer"><img width="512" height="512" src="https://www.hyperling.com/wp-content/uploads/2020/09/ctfu.png" alt="ctfu" class="wp-image-13" srcset="https://www.hyperling.com/wp-content/uploads/2020/09/ctfu.png 512w, https://www.hyperling.com/wp-content/uploads/2020/09/ctfu-300x300.png 300w, https://www.hyperling.com/wp-content/uploads/2020/09/ctfu-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /><figcaption>Carb Up! BETA</a> <div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://play.google.com/store/apps/details?id=com.hyperling.carbupbeta" target="_blank" rel="noopener noreferrer"><img width="512" height="512" src="https://www.hyperling.com/wp-content/uploads/2020/09/ctfu.png" alt="ctfu" class="wp-image-13" srcset="https://www.hyperling.com/wp-content/uploads/2020/09/ctfu.png 512w, https://www.hyperling.com/wp-content/uploads/2020/09/ctfu-300x300.png 300w, https://www.hyperling.com/wp-content/uploads/2020/09/ctfu-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /><figcaption>Carb Up! BETA</a>
@ -16,7 +16,7 @@
<div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.the45minuterule" target="_blank" rel="noopener noreferrer"><img loading="lazy" width="512" height="512" src="https://www.hyperling.com/wp-content/uploads/2020/09/t45mr.png" alt="45minuterule" class="wp-image-12" srcset="https://www.hyperling.com/wp-content/uploads/2020/09/t45mr.png 512w, https://www.hyperling.com/wp-content/uploads/2020/09/t45mr-300x300.png 300w, https://www.hyperling.com/wp-content/uploads/2020/09/t45mr-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /><figcaption>45 Minute Rule</a> <div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.the45minuterule" target="_blank" rel="noopener noreferrer"><img loading="lazy" width="512" height="512" src="https://www.hyperling.com/wp-content/uploads/2020/09/t45mr.png" alt="45minuterule" class="wp-image-12" srcset="https://www.hyperling.com/wp-content/uploads/2020/09/t45mr.png 512w, https://www.hyperling.com/wp-content/uploads/2020/09/t45mr-300x300.png 300w, https://www.hyperling.com/wp-content/uploads/2020/09/t45mr-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /><figcaption>45 Minute Rule</a>
<br> <br>
<p>Determine when to go to bed if you&#8217;d like to wake up during light sleep.</p> <p>Determine when to go to bed if you'd like to wake up during light sleep.</p>
[<a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.the45minuterule" target="_blank" rel="noopener noreferrer">Play Store</a>] [<a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.the45minuterule" target="_blank" rel="noopener noreferrer">Play Store</a>]
[<a href="https://files.hyperling.com/apks/45MinuteRule.apk">APK</a>] [<a href="https://files.hyperling.com/apks/45MinuteRule.apk">APK</a>]
<p>TBD: <p>TBD:
@ -51,7 +51,7 @@
HyperGames [IN DEVELOPMENT]</a> HyperGames [IN DEVELOPMENT]</a>
<br> <br>
<p> <p>
Began developing some games for fun. Not near a finished state, but &#8220;playable&#8221;. Began developing some games for fun. Not near a finished state, but "playable".
</p> </p>
[<a href="https://play.google.com/store/apps/details?id=apps.hyperling.com.platformer" [<a href="https://play.google.com/store/apps/details?id=apps.hyperling.com.platformer"
target="_blank" rel="noopener noreferrer">Play Store target="_blank" rel="noopener noreferrer">Play Store
@ -65,7 +65,7 @@
</figure> </figure>
</div> </div>
<h2> Other Programs </h2> <h3> Other Programs </h3>
<p> <p>
For a full list of my programs including my Ansible automation, For a full list of my programs including my Ansible automation,
Docker setup, source code for this website, and fun-type projects Docker setup, source code for this website, and fun-type projects

View File

@ -1,8 +1,28 @@
#!/usr/bin/php #!/usr/bin/php
<!--
Page to provide ways people can support me.
-->
<?php <?php
include "helpers/body_open.php"; 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>
<?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"; include "helpers/body_close.php";
?> ?>