just my little corner of the internet. it's a portfolio + a log of the rockets i build. hand-coded with plain html, css, and a bit of javascript. no frameworks, no build step, you can just open index.html and it works.
index.html— home, with a "currently" boxabout.html— the longer version of who i amprojects.html— stuff i made, with filter buttonslog.html— every rocket launch, wins and faceplants
style.css— all the styling (graph paper, sticker, crooked cards, two themes)main.js— the little interactive bits
- day/night switch (notebook <-> blueprint), remembers your pick
- typewriter tagline on the home page
- filter buttons on the projects page
- a tiny local clock
- a visitor counter (counts your own visits, neocities style)
- konami code does something. go find it.
went for an engineer's notebook feel since i'm into rockets. graph paper, blueprint colors, a couple things tilted on purpose so it doesn't feel too perfect.
nothing to install. open index.html in a browser, or run any static server:
python3 -m http.server
then go to localhost:8000.
- add real github link
- swap the rocket log rows for actual flights
- figure out hosting (github pages probably)
- maybe a photos page
reach me at code4rk@gmail.com