Reference a new Book Recommendation page on the Lists page.

This commit is contained in:
2025-08-03 14:41:52 -07:00
parent 6f7934f8ff
commit 68fb297cb0

View File

@@ -12,25 +12,54 @@
<div class="row">
<h1 class="col-12 title">Lists</h1>
</div>
<div class="row">
<h3 class="col-6 header">Gear</h3>
<h3 class="col-6 header">Apps</h3>
<!-- Gear -->
<div class="col-6 text">
<!-- Books -->
<div class="row text" id="books">
<h3 class="col-3">
<a target='_blank' rel='noopener noreferrer'
href="/recommendations-books">
Books
</a>
</h3>
<div class="col-9">
<p>
Gear that I find critical to my life.
TBD/TODO: Berk page description goes here!
</p>
<ul class="indent">
<li><a href="TBD">Sleeping Bag</a></li>
</ul>
<p>
Another line fortesting.
</p>
<p>
Yet another line fortesting.
</p>
</div>
</div>
<!-- Apps -->
<div class="col-6 text">
<div class="row text" id="apps">
<h3 class="col-3">
<a target='_blank' rel='noopener noreferrer'
href="https://git.hyperling.com/me/env-obtainium">
Apps (Repo TBD/TODO)
</a>
</h3>
<div class="col-9">
<p>
Apps that I use frequently on a degoogled Android phone.
Obtaiumiun config for apps that I use on a degoogled Android phone.
</p>
</div>
</div>
<!-- Gear -->
<div class="row text" id="gear">
<h3 class="col-3">
<a target='_blank' rel='noopener noreferrer'
href="/recommendations-gear">
Gear
</a>
</h3>
<div class="col-9">
<p>
Important gear I recommend.
</p>
</div>
</div>