Skip to content

Commit 5bbfeb1

Browse files
author
Reg (Ceradon AI)
committed
fix: bigger logos, remove redundant tag badges, use correct Vantage logo from Drive
1 parent 85551c4 commit 5bbfeb1

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

architect.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@
6060
<div class="relative mx-auto max-w-7xl px-4 py-16">
6161
<div class="grid gap-10 lg:grid-cols-[1.4fr_1fr] lg:items-center">
6262
<div class="space-y-6">
63-
<img src="./assets/cots-architect-logo.png" alt="COTS Architect" class="h-16 md:h-20 mb-2" loading="eager" />
64-
<span class="tag">Architect Stack</span>
63+
<img src="./assets/cots-architect-logo.png" alt="COTS Architect" class="h-24 md:h-32 mb-2" loading="eager" />
6564
<h1 class="text-4xl font-bold text-[color:var(--white)]">A UxS planning toolkit for COTS hardware.</h1>
6665
<p class="text-lg text-subtle">Architect sits between spreadsheets and enterprise logistics systems. It turns real inventory&mdash;frames, radios, batteries, 3D printers, compute&mdash;into concrete node, drone, and kit designs tied to a specific mission.</p>
6766
<p class="text-subtle">Offline-first by design: physics validation and mission planning run entirely in the browser with zero cloud dependencies.</p>

polygen.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@
7373
<div class="relative mx-auto max-w-7xl px-4 py-16">
7474
<div class="grid gap-12 lg:grid-cols-[3fr_2fr] lg:items-center">
7575
<div class="space-y-6">
76-
<div class="flex items-center gap-4 mb-2">
77-
<img src="./assets/polygen-logo.png" alt="PolyGen AI" class="h-16 md:h-20 mb-2" loading="eager" />
78-
<span class="tag">Polygen AI Platform</span>
79-
</div>
76+
<img src="./assets/polygen-logo.png" alt="PolyGen AI" class="h-24 md:h-32 mb-2" loading="eager" />
8077
<h1 class="text-4xl sm:text-5xl font-bold text-[color:var(--white)]">Text-to-3D. Describe it, print it.</h1>
8178
<p class="text-lg text-subtle">Polygen AI transforms natural language descriptions into printable OpenSCAD code using a multi-agent AI pipeline. Powered by Google Gemini for planning and Anthropic Claude for code generation, with browser-based WASM validation.</p>
8279
<div class="flex flex-wrap gap-3">

vantage.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,8 @@
119119
<div class="relative mx-auto max-w-7xl px-4 py-16">
120120
<div class="grid gap-12 lg:grid-cols-[3fr_2fr] lg:items-center">
121121
<div class="space-y-6">
122-
<div class="flex items-center gap-3">
123-
<span class="tag">Vantage Platform</span>
124-
<span class="inline-flex items-center gap-1 rounded-full border border-yellow-500/40 bg-yellow-500/10 px-3 py-1 text-xs font-medium text-yellow-400">TRL 4 &mdash; Lab Validated</span>
125-
</div>
122+
<img src="./assets/vantage-logo.png" alt="Vantage" class="h-24 md:h-32 mb-2" loading="eager" />
123+
<span class="inline-flex items-center gap-1 rounded-full border border-yellow-500/40 bg-yellow-500/10 px-3 py-1 text-xs font-medium text-yellow-400">TRL 4 &mdash; Lab Validated</span>
126124
<h1 class="text-4xl sm:text-5xl font-bold text-[color:var(--white)]">Passive through-wall detection.<br/>No emissions. No detection.</h1>
127125
<p class="text-lg text-subtle">Vantage uses passive WiFi Channel State Information (CSI) to detect human presence through walls &mdash; without emitting any RF energy. Zero signature means zero detection risk in contested environments.</p>
128126
<p class="text-lg text-subtle">At a fraction of the cost of active radar systems like <strong class="text-[color:var(--white)]">Camero Xaver ($60K&ndash;$85K)</strong> or handheld devices like <strong class="text-[color:var(--white)]">Lumineye ($~5K)</strong>, Vantage delivers covert through-wall awareness on COTS edge hardware.</p>
@@ -138,7 +136,6 @@ <h1 class="text-4xl sm:text-5xl font-bold text-[color:var(--white)]">Passive thr
138136
</div>
139137
</div>
140138
<div class="card-glass p-8 space-y-4">
141-
<img src="./assets/vantage-logo.png" alt="Vantage &mdash; WiFi CSI through-wall sensing" class="w-full max-w-sm" loading="lazy" />
142139
<h2 class="text-xl font-semibold text-[color:var(--white)]">What works now</h2>
143140
<ul class="space-y-2 text-sm text-subtle">
144141
<li class="flex gap-2"><span class="text-green-400">&#10003;</span> Presence detection via WiFi CSI</li>

0 commit comments

Comments
 (0)