Welcome to my professional developer portfolio! This website highlights my projects, skills, and achievements. It is built using clean HTML, CSS, and JavaScript — no frameworks — and is fully responsive.
🔗 Live Demo: https://abdulahad-dev.netlify.app
- 🎨 Sleek dark UI design
- 📱 Fully responsive across devices
- 💼 Pages: Home, About, Projects, Resume, Contact
- 🖼️ Smooth animations & transitions
- 💡 Easy to customize content, colors, and sections
- 🚀 Deployed on Netlify
git clone https://github.com/abdulahad-2/portfolio2.git
cd portfolio2
2. Open with VS Code (optional)
bash
Copy
Edit
code .
3. Run Locally (Python HTTP Server)
Option A: Python 3
bash
Copy
Edit
python -m http.server 8000
Option B: Python 2
bash
Copy
Edit
python -m SimpleHTTPServer 8000
Then open your browser and go to:
👉 http://localhost:8000
💡 Recommended: Live Server (VS Code Extension)
Install Live Server extension from VS Code Marketplace.
Open this folder in VS Code.
Right-click on index.html → click Open with Live Server.
Your site will reload automatically on file changes.
🧑💻 Customize the Portfolio
Edit the .html files to:
Change your name, bio, and social links
Add your real projects and GitHub URLs
Replace placeholder text and images
Tweak styles in css/style.css if needed
🚀 Deployment
This portfolio is deployed using Netlify. You can also use:
GitHub Pages
Vercel
Firebase Hosting
Netlify
🧾 License
This project is open-source and free to use. Attribution appreciated!
🙋♂️ Created by
Abdul Ahad
📧 [email protected]
---
Let me know if you want to include badges (views, stars, license), SEO meta tags, or resume download link!