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 single-page personal portfolio site with a hero header + stock photo, an about section, and a projects area.
Live site: https://claraloon--019edcef605d7711a02f62a6d1fc05db.web.val.run
| File | What it controls |
|---|---|
index.html | All the text & content — your name, bio, project cards, contact links |
style.css | Colors, fonts, layout. Change --accent near the top to recolor the site |
script.js | Tiny bit of JS (auto-fills the footer year) |
main.tsx | The HTTP server that hosts the files + the /source link |
- Your name: find-and-replace
YOUR NAME HEREacrossindex.html. - Hero photo: swap the Unsplash URL in the
.herorule instyle.css. - Projects: duplicate or edit the
.project-cardblocks inindex.html. - Accent color: change
--accent/--accent-darkinstyle.css.
Saving any file instantly redeploys.