Public
Remixed
Personal portfolio page for GOLDFUSS
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.

GOLDFUSS — Personal Portfolio

A simple, single-page personal portfolio. Static HTML/CSS with a tiny bit of vanilla JS.

How to edit it

Everything you'd want to change lives in two files, marked with ✏️ comments:

  • index.html — your name, intro tagline, the About me text, Projects cards, and contact links.
  • style.css — colors and styling. Tweak the variables at the top of the file (--accent, --bg, etc.) to recolor the whole site.

Swap the header photo

In index.html, change the src on the .hero__photo <img> to any image URL. The current one is a free stock photo from picsum.photos.

Add a project

Copy one <article class="card">…</article> block inside .projects and edit the text.

Files

Rendering mermaid diagram...

Saving any file instantly redeploys the site.