Add unsandbox.com card to software page with branded styling

Added new project card for unsandbox.com featuring anonymous remote code execution API supporting 42+ programming languages. Positioned alongside uncloseai.com in a 2x2 grid layout. Applied brand styling with ArialPixel font and #c4b550 accent color.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Russell Ballestrini 2025-11-25 10:49:30 -05:00
parent 4722d0f4ae
commit 898aad1839

View file

@ -20,6 +20,10 @@
color: inherit;
text-decoration: none;
}
.unsandbox-logo {
font-family: ArialPixel, system-ui, sans-serif;
color: #c4b550;
}
hgroup {
margin-bottom: 1rem;
}
@ -144,7 +148,7 @@
</nav>
</article>
<article class="project-uncloseai">
<article>
<h2><a href="https://uncloseai.com" target="_blank">uncloseai.</a></h2>
<p>Free LLM & Text-to-Speech machine learning service powered by Hermes 3 (general purpose conversational AI) and Qwen 3 Coder 30B (specialized coding model). 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>
@ -155,6 +159,16 @@
</ul>
</nav>
</article>
<article>
<h2><a href="https://unsandbox.com" target="_blank" class="unsandbox-logo">unsandbox.</a></h2>
<p>Anonymous remote code, compile, & execution API for humans & machine learning agents. Write, generate, compile, and execute code across 42+ programming languages in isolated containers. Returns code artifacts like binaries, WASM, images, and more.</p>
<nav>
<ul>
<li><a href="https://unsandbox.com" target="_blank">🌐 unsandbox.com</a></li>
</ul>
</nav>
</article>
</div>
<footer>