This repository contains the source code for the personal portfolio website of Abdulrazzaq Alsamawi, a Cybersecurity Engineer and Penetration Tester.
This is a modern, responsive, single-page portfolio website designed to showcase Abdulrazzaq Alsamawi's skills, experience, projects, and certifications in the field of cybersecurity. The website features a clean, dark theme inspired by cybersecurity aesthetics, including a dynamic matrix background effect.
- Modern Design: Clean and professional layout using Tailwind CSS and custom styling.
- Responsive: Adapts seamlessly to various screen sizes (desktop, tablet, mobile).
- Dynamic Matrix Background: A subtle, animated green matrix rain effect using HTML Canvas and JavaScript.
- Animations: Smooth scrolling, fade-in effects for sections, and enhanced hover transitions on interactive elements.
- Mobile Navigation: Includes a hamburger menu for easy navigation on smaller devices.
- Sections:
- About (Skills, Tools, Certifications)
- Experience
- Projects
- Hands-On Labs
- Contact Information
- HTML5
- CSS3 (including custom styles and animations)
- JavaScript (ES6+)
- Tailwind CSS (Utility-first CSS framework)
- HTML Canvas API (for matrix background)
- Run Locally:
- Clone or download this repository.
- Open the
index.html
file in your web browser.
- The project uses Tailwind CSS via its CDN link for rapid UI development.
- Custom styles and animations are located in
css/style.css
. - JavaScript for animations (matrix background, smooth scroll, fade-in sections, mobile menu toggle) is in
js/script.js
.
- Original portfolio structure provided by Eng: Abdulrazzaq Alsamawi.