diff --git a/src/app/archive/page.tsx b/src/app/archive/page.tsx index d2e11e6b..13e5848b 100644 --- a/src/app/archive/page.tsx +++ b/src/app/archive/page.tsx @@ -10,7 +10,7 @@ export const metadata: Metadata = { export default function ArchivePage() { return ( <> -
+
archive @@ -20,7 +20,7 @@ export default function ArchivePage() {

Earlier Work

-

+

Experiments, browser extensions, and bootcamp projects. Kept here for context — not representative of current work.

@@ -43,11 +43,11 @@ export default function ArchivePage() { {project.year}
)} - + {project.title}
-

+

{project.description}

diff --git a/src/app/homelab/page.tsx b/src/app/homelab/page.tsx index 6ae318d2..a9fc0443 100644 --- a/src/app/homelab/page.tsx +++ b/src/app/homelab/page.tsx @@ -80,7 +80,7 @@ export default function HomelabPage() { return ( <> {/* Header */} -
+
lerkolabs @@ -90,7 +90,7 @@ export default function HomelabPage() {

Home Infrastructure Lab

-

+

Personal infrastructure environment for learning, self-hosting, and operational practice. Running 24/7 on production-grade hardware with real network segmentation, SSO, monitoring, and IaC-style documentation. @@ -108,7 +108,7 @@ export default function HomelabPage() {

{label}

-

{value}

+

{value}

))}
@@ -151,7 +151,7 @@ export default function HomelabPage() { {v.subnet} - {v.purpose} + {v.purpose} ))} @@ -187,7 +187,7 @@ export default function HomelabPage() {

{svc.name}

-

+

{svc.description}

@@ -213,13 +213,13 @@ export default function HomelabPage() { key={adr.title} className="bg-[var(--color-surface)] hover:bg-[var(--color-surface-raised)] px-4 py-4" > -

{adr.title}

-

- decision: +

{adr.title}

+

+ decision: {adr.decision}

-

- why: +

+ why: {adr.why}

@@ -229,8 +229,8 @@ export default function HomelabPage() { {/* GitHub CTA */}
-

lerkolabs on GitHub

-

+

lerkolabs on GitHub

+

Full documentation: VLAN maps, runbooks, service registry, config exports, and setup guides.

+
{/* Section header */}
@@ -31,7 +31,7 @@ export default function Hero() {

-

+

I write software and run infrastructure that goes well past what my job title implies. Games, AI tooling, mobile apps, and a homelab running 20+ self-hosted services on segmented VLANs. Continuously diff --git a/src/components/ProjectCard.tsx b/src/components/ProjectCard.tsx index cc42fcdf..76d75a00 100644 --- a/src/components/ProjectCard.tsx +++ b/src/components/ProjectCard.tsx @@ -6,7 +6,7 @@ type Props = { export default function ProjectCard({ project }: Props) { return ( -

+
-

+

{project.description}

diff --git a/src/components/Skills.tsx b/src/components/Skills.tsx index f176c3e0..6e535d4a 100644 --- a/src/components/Skills.tsx +++ b/src/components/Skills.tsx @@ -32,14 +32,14 @@ export default function Skills() { {skillGroups.map(({ label, skills }, i) => (
{label} - + {skills.join(" · ")}
diff --git a/src/components/Widget.tsx b/src/components/Widget.tsx index c3e84071..6ec63db8 100644 --- a/src/components/Widget.tsx +++ b/src/components/Widget.tsx @@ -16,8 +16,8 @@ export default function Widget({ children, }: WidgetProps) { return ( - -
+ +
{title}