You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
index2: nav size, dimmer chunks, Animate start button
- top-nav links bumped to 1.00rem
- streaming "flying cube" chunks dimmed 30% (0x22d045 -> 0x189230)
- the background scene now boots in the stopped/dark state and the
former Stop button becomes an "Animate" start button; clicking it
fades the starfield in first, then assembles the cube (reverses on Stop)
- drop the "compression algorithms" counter box
Builds on the two-stage wind-down from #108.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
title="Start the background animation">Animate</button>
746
746
</div>
747
747
<noscript>
748
748
<divclass="hero-fallback">
@@ -1126,7 +1126,6 @@ <h2>Trusted by sysadmins, hoarders and the merely paranoid.</h2>
1126
1126
archives for a decade. It is boring, in the best possible way.</p>
1127
1127
<divclass="counters">
1128
1128
<divclass="counter"><divclass="num"><spanaria-hidden="true"><spandata-count="10">0</span>+</span><spanclass="sr-only">10+</span></div><divclass="what">years of development</div></div>
<divclass="counter"><divclass="num"><spanaria-hidden="true"><spandata-count="0">7</span></span><spanclass="sr-only">0</span></div><divclass="what">trust required in your server</div></div>
1132
1131
</div>
@@ -1275,7 +1274,7 @@ <h2>Trusted by sysadmins, hoarders and the merely paranoid.</h2>
1275
1274
constCHUNKS=48;
1276
1275
constchunkMesh=newTHREE.InstancedMesh(
1277
1276
newTHREE.BoxGeometry(0.22,0.22,0.22),
1278
-
newTHREE.MeshBasicMaterial({color: 0x22d045}),
1277
+
newTHREE.MeshBasicMaterial({color: 0x189230}),// 30% dimmer than the cube green
0 commit comments