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 personal portfolio page — header + nav, a hero with a stock photo, and sections for About, Projects, and Contact.
| File | What it controls |
|---|---|
index.html | All page content — your name, tagline, about text, project cards, links |
style.css | Colors, layout, and styling (tweak the :root variables for a quick theme change) |
script.js | Tiny bit of JS (fills in the footer year) |
main.tsx | The HTTP server that hosts the files + the /source route |
- Replace Lori with your name (in
index.htmland 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
srcif you'd like a different image.
Saving any file instantly redeploys the site.