site: give echo services its own page + navbar entry; frame it as a separate S2S-linked package, not native to the daemon

This commit is contained in:
Jean Chevronnet 2026-08-30 20:44:08 +00:00
parent 149ab69afe
commit c4836c7dd1
No known key found for this signature in database
GPG key ID: 439666D63A9477E4
7 changed files with 104 additions and 20 deletions

View file

@ -127,6 +127,13 @@ code{font-family:var(--mono);font-size:.9em;background:rgba(18,165,148,.09);colo
.foot-links a{color:#aeb8c0;font-size:.9rem}
.foot-links a:hover{color:#fff}
/* services flow diagram */
.flow{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;margin:1.3rem 0 .3rem}
.flow .node{background:#fff;border:1px solid var(--line2);border-radius:9px;padding:.45rem .85rem;font-weight:500;font-size:.92rem}
.flow .node.accent{border-color:var(--teal);color:var(--teal-dd);background:var(--teal-t)}
.flow .node.accent2{border-color:#c6b6ec;color:#5a3fb0;background:#f3edfd}
.flow .arrow{color:var(--faint);font-family:var(--mono);font-size:.82rem}
@media(max-width:820px){
.hero-in{grid-template-columns:1fr;gap:1.6rem}
.statuscard{max-width:26rem}