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, fast personal website. Static HTML + CSS served from Val Town.
- Hero — name, tagline, and a photo
- What I'm working on — your current focus ("now" page)
- Projects — a grid of project cards
- Previous work — a timeline of roles
- Contact — email and social links
| File | What it does |
|---|---|
main.tsx | HTTP server — serves the site + a /source redirect |
index.html | All the page content |
style.css | Styling (dark theme, fully responsive) |
script.js | Tiny bit of JS (sets the footer year) |
favicon.svg | Browser tab icon |
Edit index.html to swap in real content:
- Replace the photo — change the
srcof the.hero__photo imgto your own image URL. - Fill in the projects — edit each
.card(title, year, description, tags, link). - Update previous work — edit each
.timeline__item. - Fix the contact links — replace
hello@example.comand the GitHub / Twitter / LinkedIn URLs.
Any save instantly redeploys.