Portfolio site for Joe O'Regan Games showcasing projects by platform/framework (Unity, JavaScript, Angular, Cocos2D-X, SDL2, RayLib).
- HTML5
- CSS3
- Vue 3 (CDN build, no bundler)
- Font Awesome
.
├─ index.html
├─ about.html
├─ unity.html
├─ javascript.html
├─ angular.html
├─ cocos2dx.html
├─ sdl2.html
├─ raylib.html
├─ styles.css
├─ app.js
└─ components/
└─ SiteFooter.js
This is a static site, so you can run it locally with any simple web server.
- Open the project in VS Code
- Right-click
index.html - Click Open with Live Server
# from project root
python -m http.server 5500Then open: http://localhost:5500
- Push changes to
main - In Settings → Pages
- Ensure source is set to Deploy from a branch (
main/ root) - Save and wait for the Pages build to complete
- Add project cards for each platform page
- Add screenshots/videos for featured projects
- Add dedicated project detail pages
- Improve accessibility (labels, contrast, keyboard focus)
- Add automated link checking