Skip to content

Commit 9ad1261

Browse files
author
Reg (Ceradon AI)
committed
feat: add PolyGen AI logo
1 parent fe833d1 commit 9ad1261

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

assets/polygen-logo.webp

44.4 KB
Loading

polygen.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@
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-
<span class="tag">Polygen AI Platform</span>
76+
<div class="flex items-center gap-4 mb-2">
77+
<img src="./assets/polygen-logo.webp" alt="PolyGen AI logo" class="h-16 w-16 rounded-xl image-surface" width="512" height="512" />
78+
<span class="tag">Polygen AI Platform</span>
79+
</div>
7780
<h1 class="text-4xl sm:text-5xl font-bold text-[color:var(--white)]">Text-to-3D. Describe it, print it.</h1>
7881
<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>
7982
<div class="flex flex-wrap gap-3">

0 commit comments

Comments
 (0)