A personal portfolio for a game developer working across Unity and Roblox. Single-page site with a filterable project grid, hover-to-play gameplay previews, and Unity WebGL games playable directly in the browser.
index.html # the whole site (HTML + CSS + JS, self-contained)
netlify.toml # headers so the Brotli WebGL builds load correctly
media/ # gameplay preview videos (mp4)
games/ # playable Unity WebGL builds
tilevania/
snow-surfer/
Akash-Sharma-CV.pdf # résumé (linked from the site)
This site is built to deploy on Netlify (the netlify.toml sets the
Content-Encoding: br headers the compressed Unity builds need).
Two ways:
- Drag & drop — go to https://app.netlify.com/drop and drop this folder in.
- Connect this repo (recommended) — in Netlify, "Add new site" → "Import an existing project" → pick this GitHub repo. Every push then auto-deploys. No build command needed; publish directory is the repo root.
Note: the Unity WebGL games rely on Netlify's header rules, so they will not run on GitHub Pages or by opening
index.htmllocally — they need to be served by Netlify (or a server that sends the Brotli headers).
Plain HTML/CSS/JS — no framework, no build step. Fonts: Bricolage Grotesque, Inter, JetBrains Mono. Games built in Unity (WebGL, Brotli-compressed).