- Concepts is now the landing (/): index.html is the form-factor gallery with the LIVE widget embedded in every box (editor/teacher/stage/micro/showcase/initial), on the shared header/footer. concepts.html retired; every "Concepts" link → /. - New shared chrome partials src/header.html, src/footer.html, src/chrome.js (assembled by build.sh) + .site-foot / details.spec styles in base.css. Applied to the landing + showcase this pass. - Showcase redesign per spec: the pendulum bar IS the display — each lane's subdivisions/accents ride along the rod as moving RGB light (all meters combined); transparent outside the body (no black window); a printed tempo scale on the vertical axis with a draggable weight to set tempo; start is an external button (the real unit starts when lifted from its holder). Next pass: roll the shared header/footer onto the remaining pages (incl. the editor header-above-toolbar), merge Open=Info into one page per form factor with the expandable Info & BOM, and add teacher-style dimensioned views to Stage/Micro/Showcase. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
8 lines
352 B
HTML
8 lines
352 B
HTML
<!-- Shared site footer — assembled into every page by build.sh. -->
|
|
<footer class="site-foot">
|
|
<span>VARASYS · Simplifying Complexity</span>
|
|
<span class="dot">·</span>
|
|
<a href="https://codeberg.org/VARASYS/metronome" target="_blank" rel="noopener">source</a>
|
|
<span class="dot">·</span>
|
|
<span id="appVersion">v0.0.1-dev</span>
|
|
</footer>
|