Public
Remixed
Onze Design's personal portfolio page
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.

Onze Design — Portfolio

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.

Editing your content

Everything you'll want to change lives in index.html:

  • Tagline — the line under the big "Onze Design" heading.
  • Photo — swap the src on the <img> in the hero .hero-photo block for your own image URL.
  • About me — edit the paragraphs in the #about section; duplicate a <p> block to add more, and edit the .skills list 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.

How it fits together

Rendering mermaid diagram...

Built with Val Town.