Move the fdroid info to its own section, did not realize it was under the Obtainium header.

This commit is contained in:
2026-07-03 13:05:06 -07:00
parent 62044e48d3
commit 756f7625a3
+32 -3
View File
@@ -89,6 +89,31 @@
--> -->
</div> </div>
<div class="row" id="fdroid">
<h4 class="col-12 header">F-Droid Repository</h4>
</div>
<div class="row text">
<div class="col-12 text">
<strong>F-Droid App Store</strong>
<p>
If you prefer F-Droid over Obtainium, that's an option too!
Just visit the link below, click the link, and choose 'Add repository' when F-Droid opens.
</p>
<ul class="indent">
<li>
<a href="https://fdroid.hyperling.com"
target="_blank" rel="noopener noreferrer"
>fdroid.hyperling.com</a>
</li>
</ul>
<p>
It should recognize if any apps are already installed,
and depending on your settings will notify or auto-update for you.
</p>
</div>
</div>
<div class="row" id="android"> <div class="row" id="android">
<h3 class="col-12 header">Android Apps</h3> <h3 class="col-12 header">Android Apps</h3>
</div> </div>
@@ -96,7 +121,8 @@
<div class="row center text"> <div class="row center text">
<div class="col-12 text border" id="expense"> <div class="col-12 text border" id="expense">
<a href="https://git.hyperling.com/me/flutter-expense-tracker/releases"> <a href="https://git.hyperling.com/me/flutter-expense-tracker/releases"
target="_blank" rel="noopener noreferrer">
<figure> <figure>
<img class="app-icon" loading="lazy" alt="<<expense.png>>" <img class="app-icon" loading="lazy" alt="<<expense.png>>"
src="/files/media/icons/expense.png" src="/files/media/icons/expense.png"
@@ -121,7 +147,8 @@
</div> </div>
<div class="col-12 text border" id="tictactoe"> <div class="col-12 text border" id="tictactoe">
<a href="https://git.hyperling.com/me/android-tictactoe/releases"> <a href="https://git.hyperling.com/me/android-tictactoe/releases"
target="_blank" rel="noopener noreferrer">
<figure> <figure>
<img class="app-icon" loading="lazy" alt="<<tictactoe.png>>" <img class="app-icon" loading="lazy" alt="<<tictactoe.png>>"
src="/files/media/icons/tictactoe.png" src="/files/media/icons/tictactoe.png"
@@ -279,7 +306,9 @@
For a full list of software including my Ansible automation, For a full list of software including my Ansible automation,
Docker setup, source code for this website, and other Docker setup, source code for this website, and other
fun/random toys, check out fun/random toys, check out
<a href="https://git.hyperling.com/me" target="_blank">My Projects</a>. <a href="https://git.hyperling.com/me"
target="_blank" rel="noopener noreferrer"
>My Projects</a>.
</p> </p>
</div> </div>
</div> </div>