Interactive frontend piece about gender equity in tech — built for the WeCoded Challenge 2026 on DEV.to.
🔗 Live demo: https://fcwebdesign.github.io/Less-Heard/
A terminal-based interactive experience. Type help to start, then follow the guided path: speak → listen → connect → amplify → echo.
The piece explores how voices from women and gender minorities in tech are often present before they are equally heard — and what it takes to change that.
index.html— markupstyle.css— stylesmain.js— interaction & Three.js face renderingmodel.glb— 3D face model
Vanilla HTML/CSS/JS + Three.js. No build step, no dependencies to install.
Any static server works:
npx serve .
# or
python3 -m http.serverThen open http://localhost:3000 (or whichever port).
