Welcome to the repository for my personal website, hosted on GitHub Pages.
🌐 Live Website: zixxorb.github.io
This website is a clean, modern, and responsive personal homepage designed to introduce who I am, showcase my areas of focus, highlight projects, and provide links to get in touch.
- Responsive & Mobile-Ready: Fully fluid design that adapts seamlessly to desktop, tablet, and mobile screens.
- Dark & Light Mode: Built-in theme switcher with
localStoragepersistence and automatic system preference detection. - Modern Minimalist UI: Glassmorphism cards, glowing ambient accents, smooth transitions, and typography powered by Plus Jakarta Sans.
- Zero Build Step: Built with pure HTML5, CSS3, and JavaScript — fast to load, simple to customize, and zero dependency overhead.
- Structured Changelog: All version updates and additions are tracked in
CHANGELOG.md.
├── index.html # Main HTML structure and content
├── style.css # Styling system, CSS variables, and light/dark theme rules
├── script.js # Interactive behaviors (theme toggle, mobile menu, scroll spy)
├── about.md # Comprehensive background, homelab, and hardware details
├── CHANGELOG.md # Detailed version and iteration log
└── README.md # Repository documentation
To view and edit the site locally:
- Clone or download this repository.
- Open
index.htmldirectly in any modern web browser (e.g. Chrome, Firefox, Edge, Safari), or use an extension like Live Server in VS Code.
This site is automatically deployed via GitHub Pages from the repository root on the default branch (main or master).
Whenever changes to index.html, style.css, or script.js are pushed to GitHub, GitHub Pages will automatically rebuild and update zixxorb.github.io within a couple minutes.