feat: website changes

This commit is contained in:
David Kaya
2026-03-26 00:01:32 +01:00
parent d88d00df0d
commit d02ccf22a2
5 changed files with 36 additions and 15 deletions
+16 -7
View File
@@ -47,7 +47,7 @@ const {
<a href="#patterns" class="text-sm text-zinc-400 transition hover:text-zinc-100">Patterns</a>
<a href="#get-started" class="text-sm text-zinc-400 transition hover:text-zinc-100">Get Started</a>
<a
href="https://github.com/davidkaya/eryx"
href="https://github.com/davidkaya/aryx"
target="_blank"
rel="noopener noreferrer"
class="inline-flex items-center gap-2 rounded-lg bg-zinc-800 px-4 py-2 text-sm font-medium text-zinc-100 transition hover:bg-zinc-700"
@@ -76,7 +76,7 @@ const {
<a href="#patterns" class="text-sm text-zinc-400 transition hover:text-zinc-100">Patterns</a>
<a href="#get-started" class="text-sm text-zinc-400 transition hover:text-zinc-100">Get Started</a>
<a
href="https://github.com/davidkaya/eryx"
href="https://github.com/davidkaya/aryx"
target="_blank"
rel="noopener noreferrer"
class="text-sm text-zinc-400 transition hover:text-zinc-100"
@@ -103,7 +103,7 @@ const {
</div>
<div class="flex items-center gap-6">
<a
href="https://github.com/davidkaya/eryx"
href="https://github.com/davidkaya/aryx"
target="_blank"
rel="noopener noreferrer"
class="text-sm text-zinc-500 transition hover:text-zinc-300"
@@ -111,7 +111,7 @@ const {
GitHub
</a>
<a
href="https://github.com/davidkaya/eryx/releases"
href="https://github.com/davidkaya/aryx/releases"
target="_blank"
rel="noopener noreferrer"
class="text-sm text-zinc-500 transition hover:text-zinc-300"
@@ -119,7 +119,7 @@ const {
Releases
</a>
<a
href="https://github.com/davidkaya/eryx/issues"
href="https://github.com/davidkaya/aryx/issues"
target="_blank"
rel="noopener noreferrer"
class="text-sm text-zinc-500 transition hover:text-zinc-300"
@@ -128,8 +128,17 @@ const {
</a>
</div>
</div>
<div class="mt-8 text-center text-xs text-zinc-700">
&copy; {new Date().getFullYear()} David Kaya. Built with GitHub Copilot.
<div class="mt-8 flex items-center justify-center gap-1.5 text-center text-xs text-zinc-700">
<span>&copy; 2026 Built with</span>
<svg
aria-hidden="true"
class="size-3.5 text-rose-400"
viewBox="0 0 24 24"
fill="currentColor"
>
<path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z" />
</svg>
<span>by Dávid Kaya.</span>
</div>
</div>
</footer>
+20 -8
View File
@@ -32,7 +32,7 @@ import Base from '../layouts/Base.astro';
<div class="mt-10 flex flex-col items-center justify-center gap-4 sm:flex-row">
<a
href="https://github.com/davidkaya/eryx/releases"
href="https://github.com/davidkaya/aryx/releases"
target="_blank"
rel="noopener noreferrer"
class="inline-flex items-center gap-2 rounded-xl bg-indigo-600 px-6 py-3 text-sm font-semibold text-white shadow-lg shadow-indigo-500/20 transition hover:bg-indigo-500 hover:shadow-indigo-500/30"
@@ -43,7 +43,7 @@ import Base from '../layouts/Base.astro';
Download Latest Release
</a>
<a
href="https://github.com/davidkaya/eryx"
href="https://github.com/davidkaya/aryx"
target="_blank"
rel="noopener noreferrer"
class="inline-flex items-center gap-2 rounded-xl border border-zinc-700 bg-zinc-900 px-6 py-3 text-sm font-semibold text-zinc-300 transition hover:border-zinc-600 hover:bg-zinc-800"
@@ -254,6 +254,23 @@ import Base from '../layouts/Base.astro';
</p>
</div>
</div>
<div class="mx-auto mt-16 max-w-5xl">
<div class="rounded-2xl border border-zinc-800 bg-zinc-950/60 p-2 shadow-2xl shadow-black/30 ring-1 ring-white/5">
<div class="overflow-hidden rounded-xl">
<img
src="/images/screenshot-orchestration.png"
alt="Aryx workspace showing the app interface for agent-driven work across real projects"
class="w-full"
width="1280"
height="800"
/>
</div>
</div>
<p class="mt-4 text-center text-sm text-zinc-500">
See how Aryx keeps multi-agent runs visible in one workspace while patterns stay reusable across projects.
</p>
</div>
</div>
</section>
@@ -327,7 +344,7 @@ import Base from '../layouts/Base.astro';
<!-- CTA -->
<div class="mt-16 text-center">
<a
href="https://github.com/davidkaya/eryx/releases"
href="https://github.com/davidkaya/aryx/releases"
target="_blank"
rel="noopener noreferrer"
class="inline-flex items-center gap-2 rounded-xl bg-indigo-600 px-8 py-3.5 text-sm font-semibold text-white shadow-lg shadow-indigo-500/20 transition hover:bg-indigo-500 hover:shadow-indigo-500/30"
@@ -355,11 +372,6 @@ import Base from '../layouts/Base.astro';
Powered by GitHub Copilot
</div>
<span class="hidden text-zinc-800 md:inline">·</span>
<div class="flex items-center gap-2">
<span class="text-zinc-600">⚡</span>
Electron + .NET Sidecar
</div>
<span class="hidden text-zinc-800 md:inline">·</span>
<div class="flex items-center gap-2">
<span class="text-zinc-600">🔧</span>
MCP &amp; LSP Tooling