Marktantongco

Neo-Brutalist WebGPU Engineer Portfolio

A stunning neo-brutalist portfolio for Mark Anthony Tantongco - WebGPU Engineer specializing in living digital organisms and GPU compute shaders.

Features

Tech Stack

Getting Started

# Install dependencies
bun install

# Run development server
bun run dev

# Build for production
bun run build

Deployment

This project is optimized for Vercel deployment:

Deploy with Vercel

Project Structure

src/
├── app/
│   ├── page.tsx          # Main portfolio page
│   ├── layout.tsx        # Root layout with fonts
│   └── globals.css       # Neo-brutalist styles
├── components/
│   ├── portfolio/        # Portfolio components
│   │   ├── hero.tsx
│   │   ├── projects.tsx
│   │   ├── about.tsx
│   │   ├── contact.tsx
│   │   └── ...
│   └── ui/               # shadcn/ui components
└── lib/                  # Utilities

License

MIT © Mark Anthony Tantongco