A stunning neo-brutalist portfolio for Mark Anthony Tantongco - WebGPU Engineer specializing in living digital organisms and GPU compute shaders.
# Install dependencies
bun install
# Run development server
bun run dev
# Build for production
bun run build
This project is optimized for Vercel deployment:
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
MIT © Mark Anthony Tantongco