diff --git a/docs/index.html b/docs/index.html index dd05dd5..a31b2bd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -41,6 +41,7 @@ How it works Sources Tiers + Screens Download @@ -293,6 +294,37 @@ + + + + + screenshots + The whole app, top to bottom. + No account, no onboarding, no cloud dashboard to + configure — open it, hit START, and drill into any source. Three taps + deep is as complex as it gets. + + + + + + The threat ringA live map centered on you, wrapped in the current tier's color. Green reads “all clear” at a glance. + + + + Source drill-downTap the ring for every source, its live tier, and the exact observation that fired it. + + + + SettingsToggle each source, tune proximity distances, and paste an encrypted Waze proxy token. + + + + + diff --git a/docs/style.css b/docs/style.css index 5075687..c01dc5b 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1089,3 +1089,35 @@ pre.code .prompt { color: var(--accent-hot); user-select: none; } /* radar logo mark in nav/footer (replaces the ◉ glyph) */ .nav-logo { display: inline-block; vertical-align: middle; border-radius: 7px; } .nav-brand .nav-logo { margin-right: 3px; } + +/* ============================================================ + SCREENSHOTS GALLERY + ============================================================ */ +.shots { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 2.6rem; + margin-top: 2.8rem; + align-items: start; +} +.shots .shot { margin: 0; display: flex; flex-direction: column; align-items: center; } +.shots .phone { width: 260px; max-width: 100%; } +.shots figcaption { + margin-top: 1.4rem; + max-width: 260px; + color: var(--text-muted); + font-size: 0.9rem; + line-height: 1.55; + text-align: center; +} +.shots figcaption strong { + display: block; + color: var(--text); + font-family: var(--display); + font-size: 1rem; + margin-bottom: 0.3rem; +} +@media (max-width: 820px) { + .shots { grid-template-columns: 1fr; gap: 3rem; } + .shots .phone { width: 256px; } +}
No account, no onboarding, no cloud dashboard to + configure — open it, hit START, and drill into any source. Three taps + deep is as complex as it gets.