Personal landing page for unbiasedgeek.com
Find a file
Jeff Smith 3570172b4c v0.2.1: footer, scanline avatar, tag split, dash cleanup
- Footer: substrate line claiming the self-hosted stack (container, Traefik, 10G fiber, Forgejo registry, Terraform). The point is the substrate.
- Avatar: CSS-only emphasized scanline treatment (color photo + 1px CRT lines at 0.28 opacity, slight contrast boost). Pulls the photo into the page's terminal aesthetic without re-encoding the source image.
- Interest tags split into two visually distinct groups: PROFESSIONAL (accent border, accent text, tinted background) and OUTSIDE (default tag style). Keeps the at-a-glance technical credentialing for scanners while letting the personal tags read as personality.
- Find me sidebar: Forgejo link now flagged with a small "self-hosted" badge in the same accent style as the project tech pills.
- Layout tightening: main max-width 64rem -> 60rem, padding 1.5rem -> 1.25rem, sidebar 18rem -> 16rem, column gap 3rem -> 2.25rem, project list spacing tightened, footer max-width 36rem -> 32rem. Body has overflow-x: hidden as a safety net and several elements got overflow-wrap: break-word.
- Bio cleanup: removed the generic "exploring agentic AI" sentence that pulled punches. (Tracked for replacement in archeious/unbiasedgeek-com#2.)
- Not into copy: cryptocurrency + tribal arguments (vim vs. emacs, tabs vs. spaces, pineapple on pizza). Replaced "tech holy wars" with "tribal arguments" for tone.
- Prose dash cleanup: replaced all `--` separators with the right punctuation per the new global rule (parens, ellipsis, comma, colon based on intent). Single hyphens preserved for compound modifiers and prefixes.
- Added docs/session-13-transcript.md capturing the session story.
2026-04-09 14:06:47 -06:00
docs v0.2.1: footer, scanline avatar, tag split, dash cleanup 2026-04-09 14:06:47 -06:00
fonts v0.2.0: profile content, terminal aesthetic, two-column layout 2026-04-09 13:19:35 -06:00
.gitignore v0.2.0: profile content, terminal aesthetic, two-column layout 2026-04-09 13:19:35 -06:00
Dockerfile v0.2.0: profile content, terminal aesthetic, two-column layout 2026-04-09 13:19:35 -06:00
favicon.svg v0.2.0: profile content, terminal aesthetic, two-column layout 2026-04-09 13:19:35 -06:00
index.html v0.2.1: footer, scanline avatar, tag split, dash cleanup 2026-04-09 14:06:47 -06:00
LICENSE Initial commit 2026-04-09 18:14:46 +00:00
profile.jpg v0.2.0: profile content, terminal aesthetic, two-column layout 2026-04-09 13:19:35 -06:00
profile.webp v0.2.0: profile content, terminal aesthetic, two-column layout 2026-04-09 13:19:35 -06:00
README.md Initial placeholder landing page 2026-04-09 12:15:09 -06:00
style.css v0.2.1: footer, scanline avatar, tag split, dash cleanup 2026-04-09 14:06:47 -06:00

unbiasedgeek-com

Personal landing page for unbiasedgeek.com.

Static HTML + CSS, served by nginx:alpine. Built into a container image and published to the homelab Forgejo container registry; deployed by the homelab/homelab-IaC Terraform stack on home-node-1.

Build

docker build -t forgejo.labbity.unbiasedgeek.com/archeious/unbiasedgeek-com:latest .
docker push forgejo.labbity.unbiasedgeek.com/archeious/unbiasedgeek-com:latest