Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,6 @@ <h2>Why <span class="accent">this</span> exists</h2>
<p class="origin-body"><strong class="brand">micasa</strong> replaces the binders, the filing cabinet, and the sticky note on the fridge with one SQLite file and a terminal you already have open.</p>
</div>
</section>

<!-- ─── Tech ─── -->
<section id="tech">
<div class="container">
<p class="tech-note"><a href="https://go.dev">Pure Go</a>, zero CGO. <a href="https://github.com/charmbracelet">Charmbracelet</a> + <a href="https://gorm.io">GORM</a> + <a href="https://sqlite.org">SQLite</a>. Docs by <a href="https://gohugo.io">Hugo</a>.</p>
<p class="tech-note">Pair-programmed with <a href="https://claude.ai">Claude</a> via <a href="https://cursor.com">Cursor</a>.</p>
</div>
</section>

<!-- ─── Footer ─── -->
<footer>
<div class="container">
Expand Down
7 changes: 0 additions & 7 deletions website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -420,13 +420,6 @@ section + section {
margin: 0 auto;
}

/* --- Tech --- */
.tech-note {
text-align: center;
color: var(--warm-gray);
font-size: 0.9rem;
}

/* --- Footer --- */
footer {
padding: 3rem 0;
Expand Down
Loading