Public
Remixed
Basic HTML starter template based on Glitch's starter
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.

Portfolio

A simple personal portfolio page — header + nav, a hero with a stock photo, and sections for About, Projects, and Contact.

Where to edit

FileWhat it controls
index.htmlAll page content — your name, tagline, about text, project cards, links
style.cssColors, layout, and styling (tweak the :root variables for a quick theme change)
script.jsTiny bit of JS (fills in the footer year)
main.tsxThe HTTP server that hosts the files + the /source route

Things to personalize

  • Replace Lori with your name (in index.html and the <title>).
  • Write your real bio in the About section.
  • Swap the three project cards for your actual projects + links.
  • Update the email and social links in the Contact section.
  • Change the hero photo src if you'd like a different image.

Saving any file instantly redeploys the site.