Merge pull request #2 from Hyperling/dev

Finalize Site
This commit is contained in:
Hyperling 2022-10-31 20:24:51 -05:00 committed by GitHub
commit a16a1dddac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 27 additions and 23 deletions

View File

@ -26,7 +26,7 @@ Then in a web browser, navigate to `your_machines_ip_address:8080`.
## TODO
Host referenced content on files.hyperling.com.
All goals are currently completed.
## Inspiration

View File

@ -3,12 +3,11 @@
<html>
<head>
<title>Hyperling</title>
<!-- TBD move these favicons to files.hyperling.com -->
<link rel="icon" sizes="32x32"
href="https://www.hyperling.com/wp-content/uploads/2020/09/favicon.ico"
href="https://files.hyperling.com/media/favicon.ico"
/>
<link rel="icon" sizes="192x192"
href="https://www.hyperling.com/wp-content/uploads/2020/09/favicon.ico"
href="https://files.hyperling.com/media/favicon.ico"
/>
<!-- CSS -->
<style>

View File

@ -11,9 +11,6 @@
</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

View File

@ -105,7 +105,7 @@ cat << EOF
<p>
Speaking of lifestyle, that is something else I learned from listening to
my new role models. "Sleep Water Sugar" as Durianrider used to say. The
<a href="https://files.hyperling.com/Priorities2015.docx" target="_blank">[TBD: PDF]</a>
<a href="https://files.hyperling.com/media/HealthPriorities.pdf" target="_blank">PDF</a>
on my main
<a href="/about/#health" target="_blank">Health</a>
section covers the 6 pillars that I found to be highly important.

View File

@ -19,8 +19,8 @@
my protocol without getting too into the weeds can be found here:
</p>
<!-- URL/image/something to MyPriorities.pdf on files.hyperling.com -->
<a href="https://files.hyperling.com/Priorities2015.docx" target="_blank">
Health Is A Priority (PDF Download) [TBD]
<a href="https://files.hyperling.com/media/HealthPriorities.pdf" target="_blank">
Health Is A Priority (PDF Download)
</a>
<p>
Other free sources of imformation I recommend would be

View File

@ -4,6 +4,7 @@
</div>
<div class="row">
<div class="col-12 text">
<p></p>
<strong>No Guarentee</strong>
<p>
Anything I say, do, or produce comes with no guarentee or warranty

View File

@ -5,6 +5,7 @@
</div>
<div class="row">
<div class="col-12 text">
<p></p>
<strong>General</strong>
<p>
My thoughts are my own. I do not subscribe to any external systems.

View File

@ -1,10 +1,14 @@
#!/usr/bin/php
<div class="row" id="programs">
<h2 class="col-12 header">My Public Programs</h2>
<p class="col-12 text">
</div>
<div class="row">
<div class="col-12 text">
<p>
I write free software! Please feel welcome to browse and use anything I have created.
</p>
</div>
</div>
<div class="row" id="android">
<h3 class="col-12 header">Android Apps</h3>
@ -16,7 +20,7 @@
<a href="https://play.google.com/store/apps/details?id=com.hyperling.carbupbeta"
target="_blank" rel="noopener noreferrer">
<img width="100%" height="100%" alt="ctfu_image"
src="https://www.hyperling.com/wp-content/uploads/2020/09/ctfu.png"
src="https://files.hyperling.com/media/ctfu.png"
/>
<figcaption>
<p>Carb Up! BETA</p>
@ -45,7 +49,7 @@
<a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.the45minuterule"
target="_blank" rel="noopener noreferrer">
<img loading="lazy" width="100%" height="100%" alt="45minuterule"
src="https://www.hyperling.com/wp-content/uploads/2020/09/t45mr.png"
src="https://files.hyperling.com/media/t45mr.png"
/>
<figcaption>
<p>45 Minute Rule</p>
@ -75,7 +79,7 @@
target="_blank" rel="noopener noreferrer"
>
<img loading="lazy" width="100%" height="100%" alt="infinitetimer_image"
src="https://www.hyperling.com/wp-content/uploads/2020/09/infinitetimer.png"
src="https://files.hyperling.com/media/infinitetimer.png"
/>
<figcaption>
<p>Infinite Timer</p>
@ -105,7 +109,7 @@
target="_blank" rel="noopener noreferrer"
>
<img loading="lazy" width="100%" height="100%" alt="hypergames_image"
src="https://www.hyperling.com/wp-content/uploads/2020/09/hypergames.png"
src="https://files.hyperling.com/media/hypergames.png"
/>
<figcaption>
<p>
@ -136,10 +140,12 @@
<h3 class="col-12 header">Other Programs</h3>
</div>
<div class="row">
<p class="col-12 text">
<div class="col-12 text">
<p>
For a full list of programs including my Ansible automation,
Docker setup, source code for this website, and fun projects
like an obfuscating editor and music fixer, check out
<a href="https://github.com/Hyperling" target="_blank">My Github</a>.
</p>
</div>
</div>