Swap Make Post Sell and Remarkbox positions in grid layout
This commit is contained in:
parent
a0fed57091
commit
cbc4d48345
1 changed files with 16 additions and 16 deletions
|
|
@ -112,22 +112,6 @@
|
|||
</hgroup>
|
||||
|
||||
<div class="projects-grid">
|
||||
<article class="project-remarkbox">
|
||||
<div class="logo-container">
|
||||
<a href="https://www.remarkbox.com" target="_blank">
|
||||
<img src="https://www.remarkbox.com/remarkbox-minified.png" alt="Remarkbox">
|
||||
</a>
|
||||
</div>
|
||||
<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.</p>
|
||||
<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>
|
||||
|
||||
<article class="project-makepostsell">
|
||||
<div class="logo-container">
|
||||
<a href="https://www.makepostsell.com" target="_blank">
|
||||
|
|
@ -144,6 +128,22 @@
|
|||
</nav>
|
||||
</article>
|
||||
|
||||
<article class="project-remarkbox">
|
||||
<div class="logo-container">
|
||||
<a href="https://www.remarkbox.com" target="_blank">
|
||||
<img src="https://www.remarkbox.com/remarkbox-minified.png" alt="Remarkbox">
|
||||
</a>
|
||||
</div>
|
||||
<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.</p>
|
||||
<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>
|
||||
|
||||
<article class="project-uncloseai">
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue