A modern, hacker-themed personal portfolio website that showcases your projects and skills in an engaging way.
- 🎯 Clean and minimalist design with a hacker theme
- 📱 Responsive layout that works on all devices
- 🚀 Dynamic project showcase
- 🔧 Skills and expertise section
- 📬 Contact information display
- ⚙️ Easy to customize through data.json
- 🌐 HTML5
- 🎨 CSS3
- 🔄 JavaScript (Vanilla)
- 📦 JSON for data management
├── data/
│ └── data.json # Personal information and project data
├── js/
│ └── main.js # Core JavaScript functionality
├── styles/
│ └── main.css # Styling and animations
├── index.html # Main entry point
└── README.md # Project documentation
- Clone the repository
- Customize the
data/data.json
file with your personal information - Deploy to your preferred hosting service
All personal information and project data can be modified through the data/data.json
file. This includes:
- 👤 Personal details
- 💡 Skills and expertise
- 📂 Project information
- 📞 Contact details
The website can be deployed to any static hosting service such as:
- 🔗 GitHub Pages
- 🚀 Netlify
- ⚡ Vercel
- 🌍 Any standard web hosting service
Feel free to use this template for your personal portfolio.
Contributions are welcome! Please feel free to submit a Pull Request.