Start adding and organizing content.
This commit is contained in:
parent
ac20b32b57
commit
a327465e2d
2
pages/about.php
Normal file
2
pages/about.php
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/usr/bin/php
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/php
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
include "footer.php"
|
include "footer.php"
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/php
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
include "header.php"
|
include "header.php"
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/php
|
|
||||||
<h6> Copyright $year </h6>
|
<h6> Copyright $year </h6>
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/php
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
7
pages/helpers/menu.php
Normal file
7
pages/helpers/menu.php
Normal 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
0
pages/notice.js → pages/helpers/section_close.php
Executable file → Normal file
0
pages/helpers/section_open.php
Normal file
0
pages/helpers/section_open.php
Normal 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;
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/php
|
#!/usr/bin/php
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
include "body_open.php";
|
include "helpers/body_open.php";
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<h1> Welcome! </h1>
|
<h1> Welcome! </h1>
|
||||||
@ -9,6 +9,17 @@
|
|||||||
<p> This is a test. It can be ignored. :) </p>
|
<p> This is a test. It can be ignored. :) </p>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
include "body_close.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";
|
||||||
|
?>
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/php
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li> <a href=""> Home </a> </li>
|
|
||||||
</ul>
|
|
0
pages/subpages/about/notice.php
Normal file
0
pages/subpages/about/notice.php
Normal file
0
pages/subpages/about/stance.php
Normal file
0
pages/subpages/about/stance.php
Normal file
0
pages/subpages/about/whoami.php
Normal file
0
pages/subpages/about/whoami.php
Normal file
74
pages/subpages/home/apps.php
Normal file
74
pages/subpages/home/apps.php
Normal 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’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 “playable”.
|
||||||
|
</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>
|
0
pages/subpages/home/contact.php
Normal file
0
pages/subpages/home/contact.php
Normal file
3
pages/subpages/home/health.php
Normal file
3
pages/subpages/home/health.php
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<h1> My Health Protocol </h1>
|
||||||
|
|
||||||
|
<!-- URL to MyPriorities.pdf on files.hyperling.com -->
|
1
pages/subpages/support/donate.php
Normal file
1
pages/subpages/support/donate.php
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!-- How people can support me with currency if they so desire. -->
|
1
pages/subpages/support/gifts.php
Normal file
1
pages/subpages/support/gifts.php
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!-- Gift ideas such as dried fruit, teas, etc. -->
|
9
pages/support.php
Normal file
9
pages/support.php
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/php
|
||||||
|
|
||||||
|
<?php
|
||||||
|
include "helpers/body_open.php";
|
||||||
|
|
||||||
|
|
||||||
|
include "helpers/body_close.php";
|
||||||
|
?>
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user