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, static personal portfolio page: a sticky header, a hero with a photo, and sections for an "About me" write-up, projects, and contact links.
Everything you'll want to change lives in index.html:
- Tagline — the line under the big "Onze Design" heading.
- Photo — swap the
srcon the<img>in the hero.hero-photoblock for your own image URL. - About me — edit the paragraphs in the
#aboutsection; duplicate a<p>block to add more, and edit the.skillslist items. - Projects — each project is a
.project-card; copy one to add another, and point its link at the real project. - Contact — update the
mailto:email and the GitHub / LinkedIn links.
Styling lives in style.css (colors are CSS variables at the top under
:root, so you can re-theme quickly). script.js just fills in the footer
year. main.tsx is the HTTP server that hosts the files and adds a
/source link.
Rendering mermaid diagram...
Built with Val Town.