Start adding and organizing content.

This commit is contained in:
Hyperling 2022-10-06 22:16:27 -05:00
parent ac20b32b57
commit a327465e2d
21 changed files with 118 additions and 32 deletions

2
pages/about.php Normal file
View File

@ -0,0 +1,2 @@
#!/usr/bin/php

View File

@ -1,4 +1,4 @@
#!/bin/php
<?php
include "footer.php"

View File

@ -1,4 +1,4 @@
#!/bin/php
<?php
include "header.php"

View File

@ -1,3 +1,3 @@
#!/bin/php
<h6> Copyright $year </h6>

View File

@ -1,4 +1,4 @@
#!/bin/php
<!DOCTYPE html>
<html>

7
pages/helpers/menu.php Normal file
View File

@ -0,0 +1,7 @@
<ul>
<li><a href="https://hyperling.com">Home</a></li>
<li><a href="https://hyperling.com/about/">About</a></li>
<li><a href="https://hyperling.com/support/">Support</a></li>
</ul>

0
pages/notice.js → pages/helpers/section_close.php Executable file → Normal file
View File

View File

View File

@ -1,17 +0,0 @@
/*
2022-09-14 Return an example web page.
Maybe this should this be Node or PHP/BASH? Doing HTML in Node seems gross.
*/
class Include {
constructor () { }
async load (request, response) {
}
}
include = new Include();
module.exports = include;

View File

@ -1,14 +1,25 @@
#!/bin/php
#!/usr/bin/php
<?php
include "body_open.php";
include "helpers/body_open.php";
?>
<h1> Welcome! </h1>
<p> This is a test. It can be ignored. :) </p>
<?php
include "body_close.php";
?>
<?php
include "helpers/section_open.php";
include "subpages/home/apps.php";
include "helpers/section_close.php";
include "helpers/section_open.php";
include "subpages/home/health.php";
include "helpers/section_close.php";
include "helpers/section_open.php";
include "subpages/home/contact.php";
include "helpers/section_close.php";
include "helpers/body_close.php";
?>

View File

@ -1,5 +0,0 @@
#!/bin/php
<ul>
<li> <a href=""> Home </a> </li>
</ul>

View File

View File

View File

View File

@ -0,0 +1,74 @@
<h1> My Public Programs </h1>
<h2> Android Apps </h2>
<div class="wp-container-3 wp-block-columns alignwide">
<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>
<br>
<p>Calculate cost-effectiveness of foods on a High Carb Low Fat lifestyle.</p>
[<a href="https://play.google.com/store/apps/details?id=com.hyperling.carbupbeta" target="_blank" rel="noopener noreferrer">Play Store</a>]
[<a href="https://files.hyperling.com/apks/CarbUpBeta.apk">APK</a>]
<p>TBD:
<s>[<a target="_blank" rel="noopener noreferrer">F-Droid</a>]
[<a target="_blank" rel="noopener noreferrer">Github</a>]</s>
</p>
</figcaption></figure></div>
<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>
<p>Determine when to go to bed if you&#8217;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://files.hyperling.com/apks/45MinuteRule.apk">APK</a>]
<p>TBD:
<s>[<a target="_blank" rel="noopener noreferrer">F-Droid</a>]
[<a target="_blank" rel="noopener noreferrer">Github</a>]</s>
</p>
</figcaption></figure></div>
</div>
<div class="wp-container-2 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.apps.infinitetimer" target="_blank" rel="noopener noreferrer"><img loading="lazy" width="512" height="512" src="https://www.hyperling.com/wp-content/uploads/2020/09/infinitetimer.png" alt="infinitetimer" class="wp-image-11" srcset="https://www.hyperling.com/wp-content/uploads/2020/09/infinitetimer.png 512w, https://www.hyperling.com/wp-content/uploads/2020/09/infinitetimer-300x300.png 300w, https://www.hyperling.com/wp-content/uploads/2020/09/infinitetimer-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /><figcaption>Infinite Timer</a>
<br>
<p>Play your notification sound at your chosen Hour:Minute:Second interval.</p>
[<a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.infinitetimer" target="_blank" rel="noopener noreferrer">Play Store</a>]
[<a href="https://files.hyperling.com/apks/InfiniteTimer.apk">APK</a>]
<p>TBD:
<s>[<a target="_blank" rel="noopener noreferrer">F-Droid</a>]
[<a target="_blank" rel="noopener noreferrer">Github</a>]</s>
</p>
</figcaption></figure></div>
<div>
<figure>
<a href="https://play.google.com/store/apps/details?id=apps.hyperling.com.platformer"
target="_blank" rel="noopener noreferrer">
<img loading="lazy" width="512" height="512"
src="https://www.hyperling.com/wp-content/uploads/2020/09/hypergames.png"
alt="hypergames" class="wp-image-9"
srcset="https://www.hyperling.com/wp-content/uploads/2020/09/hypergames.png 512w, https://www.hyperling.com/wp-content/uploads/2020/09/hypergames-300x300.png 300w, https://www.hyperling.com/wp-content/uploads/2020/09/hypergames-150x150.png 150w"
sizes="(max-width: 512px) 100vw, 512px" />
<figcaption>
HyperGames [IN DEVELOPMENT]</a>
<br>
<p>
Began developing some games for fun. Not near a finished state, but &#8220;playable&#8221;.
</p>
[<a href="https://play.google.com/store/apps/details?id=apps.hyperling.com.platformer"
target="_blank" rel="noopener noreferrer">Play Store
</a>]
[<a href="https://files.hyperling.com/apks/HyperGames.apk">APK</a>]
<p>TBD:
<s>[<a target="_blank" rel="noopener noreferrer">F-Droid</a>]
[<a target="_blank" rel="noopener noreferrer">Github</a>]</s>
</p>
</figcaption>
</figure>
</div>
<h2> Other Programs </h2>
<p>
For a full list of my programs including my Ansible automation,
Docker setup, source code for this website, and fun-type projects
like an obfuscating editor and music fixer, check out
<a href="https://github.com/hyperling" target="_blank">my Github</a>.
</p>

View File

View File

@ -0,0 +1,3 @@
<h1> My Health Protocol </h1>
<!-- URL to MyPriorities.pdf on files.hyperling.com -->

View File

@ -0,0 +1 @@
<!-- How people can support me with currency if they so desire. -->

View File

@ -0,0 +1 @@
<!-- Gift ideas such as dried fruit, teas, etc. -->

9
pages/support.php Normal file
View File

@ -0,0 +1,9 @@
#!/usr/bin/php
<?php
include "helpers/body_open.php";
include "helpers/body_close.php";
?>