Personal site of MAS Yasin Arafat, a travel technology engineer in Sydney, Australia. NDC/GDS integrations, payment systems, and full-stack TypeScript.
Live at alfamas.dev, hosted on GitHub Pages.
- A single static
index.htmlwith no build step, no frameworks, no external requests (fonts, styling, icons, and the favicon are all inline or system-provided) - Dark by default with a light-mode toggle (persisted in
localStorage) - Sci-fi HUD styling: grid backdrop, glow accents, corner-bracket portrait frame, and scroll-reveal animations, all in plain CSS and ~40 lines of JS
- Accessible: semantic landmarks, skip link, visible focus states,
prefers-reduced-motionrespected - Contact form via Formspree with a honeypot field
Open index.html in a browser, or serve it locally:
python3 -m http.server 8000