Personal website and portfolio showcasing my projects and work in software development and cybersecurity.
This is my personal website where I share:
- Personal projects and open source contributions
- Blog posts about development and security
- Contact information and professional background
- Minimal, clean design with monospace typography
- Animated noise background using WebGL/Canvas
- Fully responsive and accessible
- Optimized for performance on all devices
- Automatic social media embeds (Discord, Twitter, etc.)
- Pure HTML, CSS, and JavaScript
- WebGL for animated background effects
- GitHub Pages for hosting
- Automated embed generation via GitHub Actions
Simply open index.html
in your browser or serve with any static file server:
# Using Bun (recommended)
bunx serve .
# Or using Python
python -m http.server 8000
# Or using Node.js
npx serve .
Visit http://localhost:3000
(Bun) or http://localhost:8000
(Python) to view the site.
This project is licensed under the MIT License - see the LICENSE file for details.
You are free to use, modify, and distribute this code for any purpose, including commercial use.