notthewave / homepage

simple homepage in html/css only

Home Page:https://notthewave.github.io/homepage/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple homepage

The code is intentionally kept to a minimum, so people can learn HTML and CSS 🌱

few things to note

  • No javascript.
  • No remote fonts. The website loads the browsers default font.
  • Please complain
  • Send pull requests
  • meant to be portable (single file with css and html)

colors

Colorscheme can be changed in

:root {
  something something...
}

By default it uses https://github.com/sainnhe/everforest

TODO

  • detect if light or dark theme is set and adjust colors acordingly
  • colorscheme selector (if possible with pure html/css)

About

simple homepage in html/css only

https://notthewave.github.io/homepage/

License:MIT License


Languages

Language:HTML 100.0%