diff --git a/components/portfolio/ClosingCta.tsx b/components/portfolio/ClosingCta.tsx
index 38adb95..b614e54 100644
--- a/components/portfolio/ClosingCta.tsx
+++ b/components/portfolio/ClosingCta.tsx
@@ -80,7 +80,7 @@ export function ClosingCta() {
Next.js · Tailwind · deployed from out/
- © {year}
+ © {year}
⌘K opens command index
diff --git a/components/portfolio/CommandPalette.tsx b/components/portfolio/CommandPalette.tsx
index 87a046d..717ac1d 100644
--- a/components/portfolio/CommandPalette.tsx
+++ b/components/portfolio/CommandPalette.tsx
@@ -198,7 +198,7 @@ export function CommandPalette() {
-
+
↑↓ select
Enter run · Esc close
diff --git a/components/portfolio/ContactTerminal.tsx b/components/portfolio/ContactTerminal.tsx
index 1906512..19bfe56 100644
--- a/components/portfolio/ContactTerminal.tsx
+++ b/components/portfolio/ContactTerminal.tsx
@@ -60,7 +60,7 @@ export function ContactTerminal() {
CONTACT TERMINAL
-
diff --git a/components/portfolio/Hero.tsx b/components/portfolio/Hero.tsx
index ade6219..ebd6eaa 100644
--- a/components/portfolio/Hero.tsx
+++ b/components/portfolio/Hero.tsx
@@ -23,7 +23,7 @@ export function Hero() {
className="relative isolate flex min-h-screen overflow-hidden bg-blacksite-bg px-5 py-28 text-blacksite-text sm:px-8 lg:px-12"
>
-
+
= {
cyan: "text-signal-cyan",
orange: "text-signal-orange",
- green: "text-signal-green",
+ green: "text-blacksite-text",
violet: "text-signal-violet",
};
const accentBorder: Record = {
cyan: "border-l-signal-cyan",
orange: "border-l-signal-orange",
- green: "border-l-signal-green",
+ green: "border-l-transparent",
violet: "border-l-signal-violet",
};
const accentGlow: Record = {
cyan: "shadow-[0_0_32px_rgba(0,240,255,0.12)]",
orange: "shadow-[0_0_32px_rgba(255,90,31,0.12)]",
- green: "shadow-[0_0_32px_rgba(182,255,0,0.1)]",
+ green: "",
violet: "shadow-[0_0_32px_rgba(128,93,255,0.12)]",
};
@@ -67,7 +67,7 @@ export function WorkIndex() {
transition={{ duration: 0.5, ease: "easeOut" }}
className="overflow-hidden border-y border-blacksite-line bg-blacksite-bg2/70"
>
-
+
PROJECT
TYPE
STATUS
@@ -106,7 +106,7 @@ export function WorkIndex() {
>
-
+
PROJECT
@@ -122,6 +122,9 @@ export function WorkIndex() {
>
{dossier.title}
+ {dossier.accent === "green" ? (
+
+ ) : null}
@@ -138,11 +141,10 @@ export function WorkIndex() {
STATUS
-
+
+ {liveStatus ? (
+
+ ) : null}
{dossier.status}