Skip to content

IJai-code/personalproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my personal site

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.

pages

  • index.html — home, with a "currently" box
  • about.html — the longer version of who i am
  • projects.html — stuff i made, with filter buttons
  • log.html — every rocket launch, wins and faceplants

files

  • style.css — all the styling (graph paper, sticker, crooked cards, two themes)
  • main.js — the little interactive bits

the fun 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.

the look

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.

running it

nothing to install. open index.html in a browser, or run any static server:

python3 -m http.server

then go to localhost:8000.

todo

  • 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

About

This is my personal project for hack club stardance!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors