Skip to content

Commit 50280a2

Browse files
author
Reg (Ceradon AI)
committed
fix: transparent PNG logos for Vantage and PolyGen (no background boxes)
1 parent a538329 commit 50280a2

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

assets/polygen-logo.png

-512 KB
Loading

assets/vantage-logo.png

128 KB
Loading

vantage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h1 class="text-4xl sm:text-5xl font-bold text-[color:var(--white)]">Passive thr
138138
</div>
139139
</div>
140140
<div class="card-glass p-8 space-y-4">
141-
<img src="./assets/vantage-mark.webp" alt="Vantage &mdash; WiFi CSI through-wall sensing" class="w-full max-w-xs image-surface rounded" loading="lazy" width="1920" height="1080" />
141+
<img src="./assets/vantage-logo.png" alt="Vantage &mdash; WiFi CSI through-wall sensing" class="w-full max-w-sm" loading="lazy" />
142142
<h2 class="text-xl font-semibold text-[color:var(--white)]">What works now</h2>
143143
<ul class="space-y-2 text-sm text-subtle">
144144
<li class="flex gap-2"><span class="text-green-400">&#10003;</span> Presence detection via WiFi CSI</li>

0 commit comments

Comments
 (0)