StealThis .dev
Pages Medium

DIY — Maker Workshop Hero

Full-viewport maker workshop hero on a navy blueprint-grid background with a bold stencil-style BUILD IT YOURSELF headline, a safety-orange primary CTA and a ghost secondary CTA. Animated SVG line-art of a wrench, screwdriver and soldering iron draws itself in with stroke-dashoffset, mono-badge stats count up on scroll, and the grid drifts with subtle mouse parallax. Below the fold, three build-path cards for Electronics, Woodworking and 3D Printing lift on hover with corner rivet dots and dashed kraft dividers.

Open in Lab
html css vanilla-js
Targets: JS HTML

Code

Maker Workshop Hero

A full-viewport landing hero for a fictional maker-education site, Forge&Fix Workshop, set on the signature dark blueprint grid (fine 8px lines with a major line every 80px). The stencil-feel uppercase headline rises in two staggered lines, backed by a mono “BLUEPRINT NO. 047” kicker, a safety-orange “Start building” CTA and a kraft-outlined “Browse guides” ghost button. To the side, decorative SVG line-art of a wrench, screwdriver and soldering iron draws itself in on load — the script measures each path’s real length with getTotalLength() so every stroke animates at a natural pace via stroke-dashoffset.

A dashed-rule stats row (guides published, makers onboard, tools catalogued) counts up with an ease-out curve once it scrolls into view, using tabular-nums mono digits so the layout never jitters. The blueprint grid itself drifts a few pixels against the cursor for a subtle parallax depth effect, throttled through requestAnimationFrame and disabled entirely under prefers-reduced-motion.

Below the fold, three build-path cards — Electronics, Woodworking and 3D Printing — carry corner rivet dots, mono part-number references, first-build metadata behind a dashed “cut here” divider, and a hover lift that tints the rivets orange. Cards and buttons are keyboard-usable (Enter/Space triggers), and every interaction reports through a shared toast() helper with an aria-live status region.

Illustrative UI only — always follow real safety guidance when working with tools, electronics, or repairs.