This commit is contained in:
Daniel Ledda
2024-11-06 21:35:14 +01:00
parent 3e517a8ce8
commit a84e9418ba
4 changed files with 137 additions and 98 deletions

View File

@@ -17,7 +17,7 @@ export default {
and my life in general. Hover over the links below for more detail.
</p>
</div>
<h2>Links</h2>
<h2>Projects</h2>
<div class="text-slab">
<ul>
<li>
@@ -32,6 +32,21 @@ export default {
</li>
</ul>
</div>
<h2>Links</h2>
<div class="text-slab">
<ul>
<li>
<DJTooltip tooltip="Full text search of the majority of Ray's interviews. Extremely helpful and fun to use.">
<a href="https://bioenergeic.life">bioenergetic.life - A Ray Peat Search Engine</a>
</DJTooltip>
</li>
<li>
<DJTooltip tooltip="A mirror to Ray's website with many CSS issues fixed for improved readability. Also serves as a mirror should his site go down.">
<a href="https://raypeat2.com">raypeat2.com - Mirror with Improved Readability</a>
</DJTooltip>
</li>
</ul>
</div>
</>
);
},