View Live Portfolio - (netfusion.digital)
A modern, responsive cybersecurity portfolio website showcasing my expertise in:
- 🔐 Cybersecurity - Penetration testing, vulnerability assessment, network security
- 💻 Web Development - HTML/CSS/JS, WordPress, responsive design
- 🐍 Python Automation - Security scripting, system automation
- 📧 Email Infrastructure - Postfix/Dovecot, SPF/DKIM/DMARC
| Feature | Description |
|---|---|
| 🎯 Typed Text Animation | Dynamic role rotation (Cybersecurity Specialist → Penetration Tester → etc.) |
| 📱 Fully Responsive | Optimized for desktop, tablet, and mobile devices |
| 🍔 Mobile Hamburger Menu | Smooth sliding navigation for mobile users |
| ⬆️ Scroll to Top Button | Appears after scrolling 300px for easy navigation |
| 🎨 Cyberpunk Theme | Dark theme with cyan (#00d4ff) accents |
| 📊 Animated Skill Bars | Visual representation of proficiency levels |
| 📜 Experience Timeline | Chronological display of professional experience |
| 🔗 Social Links | LinkedIn, GitHub, and email integration |
| 📄 Resume Download | One-click PDF resume download |
| Category | Technologies |
|---|---|
| Frontend | HTML5, CSS3, JavaScript (ES6) |
| Icons | FontAwesome 6 (Free) |
| Fonts | Google Fonts - Inter |
| Deployment | GitHub Pages / Netlify / Vercel |
portfolio/ ├── index.html # Main HTML file ├── README.md # Project documentation ├── assets/ │ ├── css/ │ │ └── style.css # (Inline in index.html) │ ├── js/ │ │ └── main.js # (Inline in index.html) │ └── images/ │ └── profile.jpg # Your profile photo └── files/ └── resume.pdf # Downloadable resume
git clone https://github.com/Hushberry/portfolio.git
cd portfolio