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