Personal landing page for alexmr.me — social links and projects.
Plain HTML/CSS/JS, no build step, no framework. Dark glassmorphism design with animated gradient orbs, a cursor-tracking spotlight, and scroll-reveal motion.
index.html markup
styles.css styles, animations, layout
script.js scroll-reveal, cursor spotlight, card tilt effect
assets/ favicon, project images, OG preview image
robots.txt
sitemap.xml
No build step — just serve the directory statically:
python3 -m http.server 8000
Then open http://localhost:8000.
Deploys to Cloudflare Pages as a static site:
- Build command: none
- Output directory:
/
- Inter typeface — SIL Open Font License 1.1, served via Google Fonts.
- Social icons (X, Facebook, GitHub, LinkedIn) — brand marks based on Simple Icons (CC0 1.0). These are trademarks of their respective owners, used here only to link to the author's official profiles.
- Mail and arrow icons — drawn in the style of Feather Icons (MIT License, Copyright (c) 2013-2023 Cole Bemis).
Code in this repository is licensed under the MIT License, except for third-party assets noted in Credits above, which remain under their original licenses.