Complete software page redesign

- Change header to 'unturf.' with tagline 'free software so you may grow food not lawn'
- Convert to semantic HTML (hgroup, article, nav) for better Pico CSS styling
- Add ChunkFive font to all headings
- Add project logos (Remarkbox and Make Post Sell) under titles
- Make logos responsive (100% width, max 600px)
- Reorder projects: Make Post Sell, Remarkbox, uncloseai
- Add 'make a shop' and 'make a namespace' action links
- Remove ai.unturf.com link, keep only uncloseai.com
- Update trademark list to include uncloseai
- Change footer link to lowercase 'back to unturf.com'
- Strip most custom CSS, rely on Pico classless styling
This commit is contained in:
Russell Ballestrini 2025-10-15 07:42:43 -04:00
parent 0343b44741
commit eba3ccf142

View file

@ -7,88 +7,71 @@
<link rel="stylesheet" href="../css/pico.classless.min.css">
<link rel="stylesheet" href="../css/chunkfive/stylesheet.css">
<style>
body {
padding: 2rem;
}
.project {
margin: 2rem 0;
padding: 1.5rem;
border-left: 4px solid #1095c1;
}
.project h2 {
margin-top: 0;
}
.project img {
max-width: 200px;
height: auto;
margin-bottom: 1rem;
}
.links {
margin-top: 1rem;
}
.links a {
margin-right: 1rem;
display: inline-block;
margin-bottom: 0.5rem;
}
header {
text-align: center;
margin-bottom: 3rem;
}
header h1 {
h1, h2 {
font-family: 'chunkfiveregular', sans-serif;
font-size: 3rem;
}
.tagline {
font-size: 1.2rem;
color: #666;
article img {
width: 100%;
max-width: 600px;
height: auto;
}
</style>
</head>
<body>
<header>
<h1>Unturf Software</h1>
<p class="tagline">Free as in beer, free as in freedom. All source code donated to the public domain.</p>
</header>
<main>
<section class="project">
<h2>uncloseai</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>
<div class="links">
<a href="https://uncloseai.com" target="_blank">🌐 uncloseai.com</a>
<a href="https://ai.unturf.com" target="_blank">🌐 ai.unturf.com</a>
<a href="https://git.unturf.com/engineering/unturf/uncloseai.com" target="_blank">📦 Source Code</a>
</div>
</section>
<hgroup>
<h1>unturf.</h1>
<p>free software so you may grow food not lawn</p>
</hgroup>
<section class="project">
<img src="https://www.remarkbox.com/remarkbox-minified.png" alt="Remarkbox">
<article>
<h2>Make Post Sell</h2>
<img src="https://www.makepostsell.com/static/mps.png" alt="Make Post Sell"><br><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>
<ul>
<li><a href="https://my.makepostsell.com/s/new" target="_blank">make a shop</a></li>
<li><a href="https://www.makepostsell.com" target="_blank">🌐 makepostsell.com</a></li>
<li><a href="https://shop.unturf.com" target="_blank">🌐 shop.unturf.com</a></li>
<li><a href="https://git.unturf.com/engineering/make-post-sell/make_post_sell" target="_blank">📦 Source Code</a></li>
</ul>
</nav>
</article>
<article>
<h2>Remarkbox</h2>
<img src="https://www.remarkbox.com/remarkbox-minified.png" alt="Remarkbox"><br><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>
<div class="links">
<a href="https://www.remarkbox.com" target="_blank">🌐 remarkbox.com</a>
<a href="https://git.unturf.com/engineering/remarkbox/remarkbox" target="_blank">📦 Source Code</a>
</div>
</section>
<nav>
<ul>
<li><a href="https://my.remarkbox.com/setup" target="_blank">make a namespace</a></li>
<li><a href="https://www.remarkbox.com" target="_blank">🌐 remarkbox.com</a></li>
<li><a href="https://git.unturf.com/engineering/remarkbox/remarkbox" target="_blank">📦 Source Code</a></li>
</ul>
</nav>
</article>
<section class="project">
<img src="https://www.makepostsell.com/static/mps.png" alt="Make Post Sell">
<h2>Make Post Sell</h2>
<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>
<div class="links">
<a href="https://www.makepostsell.com" target="_blank">🌐 makepostsell.com</a>
<a href="https://shop.unturf.com" target="_blank">🌐 shop.unturf.com</a>
<a href="https://git.unturf.com/engineering/make-post-sell/make_post_sell" target="_blank">📦 Source Code</a>
</div>
</section>
<article>
<h2>uncloseai.</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>
<ul>
<li><a href="https://uncloseai.com" target="_blank">🌐 uncloseai.com</a></li>
<li><a href="https://git.unturf.com/engineering/unturf/uncloseai.com" target="_blank">📦 Source Code</a></li>
</ul>
</nav>
</article>
<footer>
<small>All source code donated into the public domain. Trademarks reserved: unturf, Remarkbox, Make Post Sell, uncloseai.</small>
<nav>
<ul>
<li><a href="/">← back to unturf.com</a></li>
</ul>
</nav>
</footer>
</main>
<footer>
<p><small>All source code donated into the public domain. Trademarks reserved: unturf, Remarkbox, Make Post Sell.</small></p>
<p><small><a href="/">← Back to Unturf.com</a></small></p>
</footer>
</body>
</html>