This is my personal github.io blog/portfolio page.
- Landing Page: A modern homepage with navigation to different sections of the portfolio.
- Cybersecurity Guide: An interactive page with a sidebar navigation listing various security topics. Clicking on any item displays detailed information including descriptions and prevention strategies for:
- Security Protocols (HTTPS, TLS, SSH, IPsec, OAuth, SAML)
- Common Attacks (SQL Injection, XSS, CSRF, MitM, Phishing, DoS, Buffer Overflow)
- Misconfigurations (Weak Passwords, Unpatched Software, Open Ports, etc.)
- HTML5 for structure
- CSS3 with modern features like gradients, flexbox, and responsive design
- Vanilla JavaScript for interactivity
- Hosted on GitHub Pages
To deploy this site on GitHub Pages:
- Create a new repository on GitHub named
yourusername.github.io(for a personal site) or any name for a project site. - Push this code to the repository.
- Go to Settings > Pages, select the branch (usually main), and set the source to root.
- The site will be available at
https://yourusername.github.io/orhttps://yourusername.github.io/repository-name/.
This portfolio will be expanded with additional projects, blog posts, and demonstrations of cybersecurity concepts and tools.
Feel free to suggest improvements or report issues.