A simple static website, ready to host on GitHub Pages.
https://janellejessup.github.io/janelle-jessup.github.io/
- index.html — Main page with hero, about, and contact sections
- styles.css — Dark theme, responsive layout, DM Sans + Fraunces fonts
Open index.html in a browser, or use a local server:
# Python 3
python3 -m http.server 8000
# Then open http://localhost:8000