Edit layout, linking, and wording of announcements.

This commit is contained in:
2025-10-13 06:52:27 -07:00
parent 363242a4d5
commit f01f8e5e82

View File

@@ -11,61 +11,62 @@
</div> </div>
<div class="row"> <div class="row">
<a href="/freedom/">
<div class="col-12 text"> <div class="col-12 text">
<u class="orange">2025-09-28</u> <a href="/freedom/">2025-09-28</a>
<p> <p>
I wrote a short free eBook, "Voluntary Sovereignty", check it out I wrote another short free eBook, "Voluntary Sovereignty", check it out
<u class="orange">here</u>! <a href="/freedom/">here</a>!
</p> </p>
<?php if ($long) echo " <?php if ($long) echo "
<p> <p>
It discusses what is needed in order to truly live in a free society, It discusses how to live in order to create a truly free society,
as well as how to conduct oneself in today's restricted system. as well as how to conduct oneself in today's authoritarian system.
</p> </p>
";?> ";?>
<p> <p>
<a <a href="https://odysee.com/@HyperVegan:2"
>Watch the announcement here (TBD/TODO)</a>. target="_blank" rel="noopener noreferrer"
>Watch the announcement here | (TBD/TODO)</a>
</p> </p>
</div> </div>
</a>
</div> </div>
<div class="row"> <div class="row">
<a href="/apps/#expense">
<div class="col-12 text"> <div class="col-12 text">
<u class="orange">2025-05-XX</u> <a href="/apps/#expense">2025-05-XX</a>
<p> <p>
My new Android app My new Android app
<u class="orange">"Expense Tracker"</u> <a href="/apps/#expense">"Expense Tracker"</a>
has been completed! has been completed!
</p> </p>
<?php if ($long) echo " <?php if ($long) echo "
<p> <p>
It allows for tracking recurring expenses against income and static assets, It allows for tracking recurring expenses against income and static assets,
helping plan for future ???. helping plan for financial planning and savings goals.
</p>
<p>
This is my first app developed using the Flutter framework.
</p> </p>
";?> ";?>
<p> <p>
<a <a href="https://odysee.com/@HyperVegan:2"
>Watch the announcement here (TBD/TODO)</a>. target="_blank" rel="noopener noreferrer"
>Watch the announcement here | (TBD/TODO)</a>
</p> </p>
</div> </div>
</a> </a>
</div> </div>
<div class="row"> <div class="row">
<a href="/health/">
<div class="col-12 text"> <div class="col-12 text">
<u class="orange">2024-03-07</u> <a href="/health/">2024-03-07</a>
<p> <p>
Find my free eBook, "Hyperling's Health Protocol", Find my free eBook, "Hyperling's Health Protocol",
<u class="orange">here</u>! <a href="/health/">here</a>!
</p> </p>
<?php if ($long) echo " <?php if ($long) echo "
@@ -77,34 +78,35 @@
";?> ";?>
<p> <p>
<a <a href="https://odysee.com/@HyperVegan:2"
>Watch the announcement here (TBD/TODO)</a>. target="_blank" rel="noopener noreferrer"
>Watch the announcement here | (TBD/TODO)</a>
</p> </p>
</div> </div>
</a>
</div> </div>
<div class="row"> <div class="row">
<a href="/apps/#tictactoe">
<div class="col-12 text"> <div class="col-12 text">
<u class="orange">2024-03-31</u> <a href="/apps/#tictactoe">2024-03-31</a>
<p> <p>
There's a new app in town, There's a new app in town,
<u class="orange">Tic-Tac-Toe</u>! <a href="/apps/#tictactoe">Tic-Tac-Toe</a>!
</p> </p>
<?php if ($long) echo " <?php if ($long) echo "
<p> <p>
This was written to learn Kotlin style Android programming. This was written to learn Kotlin style Android programming.
</p>
<p>
It allows playing against a range of automated opponents, It allows playing against a range of automated opponents,
as well as a local human player! as well as a local human player!
</p> </p>
";?> ";?>
<p> <p>
<a <a href="https://odysee.com/@HyperVegan:2"
>Watch the announcement here (TBD/TODO)</a>. target="_blank" rel="noopener noreferrer"
>Watch the announcement here | (TBD/TODO)</a>
</p> </p>
</div> </div>
</a>
</div> </div>