Personal portfolio website of Reda El Mhayef, focused on cybersecurity, penetration testing, networking, Linux, and Python.
This portfolio showcases my background, technical interests, current learning path, and long-term goals in cybersecurity.
My main areas of focus include:
- Networking and protocols
- Linux systems
- Enumeration and reconnaissance
- Penetration testing fundamentals
- Python for security automation
- Home lab building and hands-on practice
- Personal cybersecurity portfolio website
- Static site built with HTML, CSS, and JavaScript
- Responsive design for desktop and mobile
- Sections for skills, journey, goals, mindset, and contact
- Built to present my profile in a clear and practical way
- HTML5
- CSS3
- JavaScript
- GitHub Pages for deployment
To open the project locally, you can simply open index.html in your browser.
For LAN/local testing, this repository also includes a PowerShell local server script in the dedicated testing branch.
main: production-ready portfolio websitelocal-server-testing: local/LAN testing setup with PowerShell server utilities
.
├── index.html
├── .nojekyll
└── assets
├── css
│ └── styles.css
└── js
└── main.js