Public
Remixed
My personal portfolio site
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.

Personal Portfolio

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

Where to edit

FileWhat it controls
index.htmlAll the text & content — your name, bio, project cards, contact links
style.cssColors, fonts, layout. Change --accent near the top to recolor the site
script.jsTiny bit of JS (auto-fills the footer year)
main.tsxThe HTTP server that hosts the files + the /source link

Customizing

  • Your name: find-and-replace YOUR NAME HERE across index.html.
  • Hero photo: swap the Unsplash URL in the .hero rule in style.css.
  • Projects: duplicate or edit the .project-card blocks in index.html.
  • Accent color: change --accent / --accent-dark in style.css.

Saving any file instantly redeploys.