Skip to content

shark1Martin/portfolio

Repository files navigation

Portfolio

Personal portfolio site — Porsche-inspired dark design.

Stack

Getting Started

npm install
npm run dev

Open http://localhost:4321.

Customizing Content

All content lives directly in the component files — no CMS, no config files to hunt down.

Section File
Hero src/components/Hero.astro
Projects src/components/Projects.astro
Experience src/components/Experience.astro
Club Work src/components/ClubWork.astro
Contact src/components/Contact.astro
Nav src/components/Nav.astro

Each file has a clearly marked data block at the top — just replace the placeholder strings.

Design Tokens

Token Value Usage
Background #0f0f0f Page background
Surface #1a1a1a Cards, panels
Guards Red #B00000 Accents, CTAs, active states
Text Primary #f5f5f5 Headings, body
Text Secondary #999999 Subtext, descriptions
Text Muted #555555 Labels, metadata
Border #2a2a2a Dividers, card borders

Build

npm run build    # outputs to dist/
npm run preview  # preview the production build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors