Minimal terminal-style personal site. Plain HTML, CSS, JS, deployed simply via Github Pages.
index.html— markupstyles.css— all stylesscript.js— terminal logic, boot sequence, tweaks
Open index.html in a browser, or:
python3 -m http.server 8000
# then visit http://localhost:8000- Push these files to a repo (e.g.
decyphered.github.iofor a user site, or any repo for a project site). - Settings → Pages → Source:
mainbranch, root. - Done.
All copy lives in script.js in two places:
filesobject — about / work / projects / contact blockscommandsobject — command behavior, easter eggs
Click the ⚙ in the bottom-right to change accent color, toggle scanlines, density, or replay the boot animation.