My personal portfolio website showcasing research in AI Safety and Machine Learning.
Live site: jrosser.co.uk
- Vanilla HTML, CSS, JavaScript
- Markdown content
- GitHub Pages hosting
# Serve locally
python -m http.server 8000 -d docs/docs/index.html- Main pagedocs/*.md- Content (about, publications, resume)docs/styles.css- Stylingdocs/script.js- Functionality
Inspired by astro-theme-cactus :)
