Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
A simple, single-page personal portfolio. Static HTML/CSS with a tiny bit of vanilla JS.
Everything you'd want to change lives in two files, marked with ✏️ comments:
index.html— your name, intro tagline, the About me text, Projects cards, and contact links.style.css— colors and styling. Tweak the variables at the top of the file (--accent,--bg, etc.) to recolor the whole site.
In index.html, change the src on the .hero__photo <img> to any image URL.
The current one is a free stock photo from picsum.photos.
Copy one <article class="card">…</article> block inside .projects and edit the text.
Rendering mermaid diagram...
Saving any file instantly redeploys the site.