Personal site of Miguel Angel Pineda — Independent Software Engineer.
Live: www.mapineda48.de
Local environment active — an ultra-minimal, strict-dark manifesto rather than a
portfolio. Near-black canvas (#050505), a single surgical terminal-green accent, and
radical typographic contrast: massive geometric sans statements against fine monospaced
metadata. No skill bars, no card grids, no filler — every word earns its place.
- Type: Space Grotesk (display) · JetBrains Mono (metadata)
- Sections: one-statement hero →
01 / stackas a config-style definition list →02 / selected workas hairline list rows →03 / contactwith a giantmailto: - Motion: a single IntersectionObserver fade-in — the only JavaScript shipped to the client
- Performance: static Astro output, zero frameworks, zero trackers
- Astro — static site generator, plain
.astrocomponents - Hand-written CSS custom properties — no utility framework, no animation library
- TypeScript — typed i18n dictionary (EN / ES)
pnpm install # Install dependencies
pnpm dev # Start dev server at localhost:4321
pnpm build # Build for production
pnpm preview # Preview production buildHosted on GitHub Pages. Pushes to main trigger automatic deployment.
MIT