Add unfirehose to software page
This commit is contained in:
parent
3f7cb116d0
commit
0978dd5233
2 changed files with 23 additions and 1 deletions
|
|
@ -222,6 +222,18 @@ sup a:hover {
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.unfirehose-logo {
|
||||||
|
font-family: system-ui, sans-serif;
|
||||||
|
font-weight: 900;
|
||||||
|
color: #ffffff !important;
|
||||||
|
-webkit-text-fill-color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.unfirehose-logo span {
|
||||||
|
color: #e53935 !important;
|
||||||
|
-webkit-text-fill-color: #e53935;
|
||||||
|
}
|
||||||
|
|
||||||
.software-page hgroup {
|
.software-page hgroup {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -81,10 +81,20 @@
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</article>
|
</article>
|
||||||
|
<article>
|
||||||
|
<h2><a href="https://unfirehose.com" target="_blank" class="unfirehose-logo">un<span>firehose</span></a></h2>
|
||||||
|
<p>NextJS session logger & todo tracker for machine learning agents. Ingests Claude Code, Fetch, & uncloseai JSONL sessions, extracts todos, & provides a dashboard to triage work across projects.</p>
|
||||||
|
<nav>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://unfirehose.com" target="_blank">🌐 unfirehose.com</a></li>
|
||||||
|
<li><a href="https://github.com/russellballestrini/unfirehose-nextjs-logger" target="_blank">📦 Source Code</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<small>All source code donated into the public domain.<br>Trademarks reserved: <span class="unturf-brand">unturf.</span>, Remarkbox, Make Post Sell, uncloseai, unsandbox, neopig.</small>
|
<small>All source code donated into the public domain.<br>Trademarks reserved: <span class="unturf-brand">unturf.</span>, Remarkbox, Make Post Sell, uncloseai, unsandbox, neopig, unfirehose.</small>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">← back to <span class="unturf-brand">unturf.</span>com</a></li>
|
<li><a href="/">← back to <span class="unturf-brand">unturf.</span>com</a></li>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue