Link headings and logos to project landing pages

This commit is contained in:
Russell Ballestrini 2025-10-15 08:03:58 -04:00
parent 491cb52fbb
commit ed93ad542d

View file

@ -16,10 +16,13 @@
h1, h2 {
font-family: 'chunkfiveregular', sans-serif;
}
h1 a {
h1 a, h2 a {
color: inherit;
text-decoration: none;
}
.logo-container a {
display: block;
}
.logo-container {
background: rgba(255, 255, 255, 0.05);
padding: 1rem;
@ -65,9 +68,11 @@
</hgroup>
<article>
<h2>Make Post Sell</h2>
<h2><a href="https://www.makepostsell.com" target="_blank">Make Post Sell</a></h2>
<div class="logo-container">
<img src="https://www.makepostsell.com/static/mps.png" alt="Make Post Sell">
<a href="https://www.makepostsell.com" target="_blank">
<img src="https://www.makepostsell.com/static/mps.png" alt="Make Post Sell">
</a>
</div><br>
<p>Sell the digital & physical things you make — commission free! A platform for creators and makers to sell their products without paying platform fees.</p>
<nav>
@ -81,9 +86,11 @@
</article>
<article>
<h2>Remarkbox</h2>
<h2><a href="https://www.remarkbox.com" target="_blank">Remarkbox</a></h2>
<div class="logo-container">
<img src="https://www.remarkbox.com/remarkbox-minified.png" alt="Remarkbox">
<a href="https://www.remarkbox.com" target="_blank">
<img src="https://www.remarkbox.com/remarkbox-minified.png" alt="Remarkbox">
</a>
</div><br>
<p>A hosted comment service that embeds in your pages to keep the conversation with your content. Supports standalone mode for dedicated Q&A style forums. Started in 2014 to solve the problem of adding comments to static sites.</p>
<p><strong>Business Model:</strong> Pay what you feel it's worth - based on reciprocity and trust.</p>
@ -97,7 +104,7 @@
</article>
<article>
<h2>uncloseai.</h2>
<h2><a href="https://uncloseai.com" target="_blank">uncloseai.</a></h2>
<p>Free LLM & Text-to-Speech machine learning service powered by NousResearch/Hermes-3-Llama-3.1-8B. A drop-in replacement for OpenAI's API that requires no API key, making machine learning accessible to everyone. Supports both server-side and browser-based (uncloseai.js) implementations.</p>
<p><strong>Mission:</strong> Machine learning for all, internet for all, open web for everyone.</p>
<nav>