From 30aae66320b4f132c6240e5dffef3b439f1b0649 Mon Sep 17 00:00:00 2001 From: Jay V Date: Wed, 10 Sep 2025 16:42:32 -1000 Subject: [PATCH] docs: lander --- cloud/app/src/routes/index.css | 35 +++++++++++++++++++++++++++++++++- cloud/app/src/routes/index.tsx | 8 ++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/cloud/app/src/routes/index.css b/cloud/app/src/routes/index.css index 1e8b2517..fe95bb7e 100644 --- a/cloud/app/src/routes/index.css +++ b/cloud/app/src/routes/index.css @@ -50,7 +50,8 @@ } [data-component="top"] { - padding: var(--padding); + padding: calc(var(--padding) * 1.5) var(--padding) var(--padding); + position: relative; display: flex; flex-direction: column; align-items: center; @@ -82,6 +83,25 @@ color: var(--color-text-secondary); text-transform: uppercase; } + + [data-slot="login"] { + position: absolute; + top: 0; + right: 0; + border-width: 0 0 1px 1px; + border-style: solid; + border-color: var(--color-border); + background-color: var(--color-bg); + + @media (max-width: 30rem) { + display: none; + } + + a { + display: block; + padding: 0.5rem 1rem calc(0.5rem + 4px); + } + } } [data-component="cta"] { @@ -111,6 +131,19 @@ } } + [data-slot="center"] { + display: none; + + @media (max-width: 30rem) { + display: block; + flex: 1; + text-align: center; + padding: var(--vertical-padding) 0.5rem; + border-top: 1px solid var(--color-border); + border-left: none; + } + } + [data-slot="right"] { flex: 1; padding: var(--vertical-padding) 1rem; diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx index 6ad6487e..9075f407 100644 --- a/cloud/app/src/routes/index.tsx +++ b/cloud/app/src/routes/index.tsx @@ -53,17 +53,24 @@ export default function Home() { return (
opencode | AI coding agent built for the terminal +
opencode logo light opencode logo dark

The AI coding agent built for the terminal

+
+ opencode zen +
Get Started
+
+ opencode zen +
+
©2025 Anomaly Innovations