Terminal Redesign — Design Plan

Goal: make the hero live terminal feel native to the site, credible to operators, and classy to buyers — without losing the real AD kill-chain content that makes it distinctive.

Context

The site is a boutique offensive-consulting brand (“Keum Offensive”) built on a white Ellis-style editorial theme with a disciplined teal accent (--blue: #0d9488). The hero terminal currently plays a full Active Directory kill-chain on loop (nmap → responder → hashcat → kerberoast → BloodHound → secretsdump) inside a dark #0a0e14 macOS-chrome window.

The content is excellent and stays. Everything surrounding it changes.

Problems

  1. Pasted-on feel. Dark rectangle floats on pure white; no environmental blending.
  2. Color soup. Terminal ships pink / lavender / cyan / yellow — none exist elsewhere on the site.
  3. Robotic typing. Flat 38ms/char intervals; no pauses, no pastes, no thinking.
  4. Generic macOS chrome. Red/yellow/green traffic dots on a Kali window is a tiny visual lie.
  5. Two “live” fictions that don’t talk. Process section shows “Active Phase / Progress / Live” and the terminal plays a kill-chain — they never sync.
  6. No honesty frame. Nothing marks the terminal as a replay. Offensive firms never imply live access to client networks.
  7. Hard loop reset. innerHTML = '' flashes the viewer out of the moment.

Design targets


Tier 1 — Blend (highest ROI)

Fixes the pasted-on feel and color soup. No content changes.

Estimated effort: ~2 hours.


Tier 2 — Craft (signature polish)

Adds the narrative structure and honesty frame that separate this from every other pentest-firm site.

Estimated effort: ~3 hours.


Tier 3 — Signature (showcase craft)

Elective. Only if the terminal is a deliberate centerpiece worth the extra surface area.

Estimated effort: ~4 hours.


Files expected to change

No change to the kill-chain content (frames array). No change to site palette. No new dependencies.

Out of scope

Rollout

Ship tiers as independent commits so each can stand on its own. Review after Tier 1 before committing to Tier 2+.


Phase 2 — Workstation Composition

Goal: re-frame the terminal as part of a three-monitor operator workstation, so the live kill-chain reads as “a hacker is running this right now on their desk” — without resorting to stock hoodie-hacker imagery.

Reference tone

Apple Pro Display XDR product shots · Linear’s perspective-tilted UI cards · Mr. Robot’s workstation crops · Panic’s Playdate hero — floating device compositions on soft gradient washes. Not TV-show hacker silhouettes, not Matrix green, not 3D renders.

Composition

Three monitors in a front-center product shot:

All three sit over the existing teal light-bed (extended wider). Dark bezels, thin teal edge accent ring, soft drop shadows. No keyboard, no silhouette, no desk — the composition implies the workstation.

Markup changes

CSS spec

What NOT to do

Out of scope for Phase 2


Phase 3 — Operator at the Screen

Revised direction: one monitor, one human. The three-monitor shot was too “product showcase” and missed the visceral “hacker operating” feeling the user asked for. Phase 3 replaces it with a single large monitor + a silhouetted operator in the foreground.

Reference tone

Mr. Robot opening shots of Elliot at keyboard · Cyberpunk cinematics (operator silhouettes at screens) · Corridor Digital over-the-shoulder hacking shots · Defcon poster illustration style. Single focused figure, single focused screen. Camera POV: slightly above and behind the operator, looking at the screen over their shoulder.

Composition

SVG silhouette spec

ViewBox 0 0 600 200. Single path:

Fill: <linearGradient> id hacker-rim — teal @ 0% → mid-teal @ 12% → dark @ 35% → pure dark @ 100%. Replicates the effect of screen light hitting the top of the head and dying out as it travels down the silhouette.

Markup changes

CSS spec

What NOT to do