Start using media on files.hyperling.com. Fix div spacing on a few sections. Remove TBDs and TODOs.

This commit is contained in:
2022-10-31 20:21:34 -05:00
parent 041efd02c2
commit b2e3a96ac7
8 changed files with 27 additions and 23 deletions

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,9 +1,13 @@
#!/usr/bin/php
<div class="row" id="programs">
<h2 class="col-12 header">My Public Programs</h2>
<p class="col-12 text">
I write free software! Please feel welcome to browse and use anything I have created.
</p>
</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">
@ -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">
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 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>