Personal site for Andreas Gerolemou — AI-first Product Manager based in Amsterdam.
Static one-page site. No build step, no framework — just HTML, CSS, and JS.
- Hero — positioning, quick stats, call to action
- About — background, current focus on AI products
- What I do — strategy, delivery, and measurement
- Side projects — Poetry Cove, word search books, handmade wallets
- Experience — Backbase role timeline (2016–present), client engagements, Studio 82 Degrees (2009–2016)
- Contact — LinkedIn, GitHub, email
- Plain HTML / CSS / JS (no build tools)
- Fraunces (display) + Hanken Grotesk (body) via Google Fonts
- Dark / light mode with toggle (persisted in localStorage)
- Scroll-driven decorative elements and reveal animations
- Hosted on Vercel, domain via Namecheap
python3 -m http.server 5173
# open http://localhost:5173- Copy: edit sections in
index.html— each section has a clear id (#about,#work,#projects,#experience,#contact). - Colours / fonts: CSS custom properties at the top of
styles.css(--accent,--ink,--bg,--font-sans,--font-display). - Projects / clients: duplicate an
<li>block in the relevant section to add more.