refactor: more refactoring to topics as the top-level organization

This commit is contained in:
Andy Burke 2025-09-11 14:09:28 -07:00
parent 11ecd86bb9
commit 4347d20263
18 changed files with 730 additions and 317 deletions

View file

@ -0,0 +1,3 @@
# Blurbs
Blurbs are going to be short (128? 256? character thoughts)

View file

@ -0,0 +1,16 @@
<div id="blurb" class="tab">
<input
type="radio"
name="top-level-tabs"
id="blurb-tab-input"
class="tab-switch"
data-view="blurb"
/>
<label for="blurb-tab-input" class="tab-label mockup"
><div class="icon blurb"></div>
<div class="label">Blurbs</div></label
>
<div class="tab-content">
<!-- #include file="./README.md" -->
</div>
</div>