A modern, responsive personal portfolio website built using plain HTML, CSS, and JavaScript. It features a distinctive red hacker aesthetic, interactive animations, and visual effects to showcase projects, skills, and contact information in a dynamic way.
A modern, responsive personal portfolio website built using plain HTML, CSS, and JavaScript. It features a distinctive red hacker aesthetic, interactive animations, and visual effects to showcase projects, skills, and contact information in a dynamic way.
- 🔴 Red hacker-themed design with glitch and neon elements
- ⌨️ Typing animation for an engaging introduction
- 💥 Glitch effects on headings and images
- 🃏 3D card tilt interaction on project thumbnails
- 🖼️ Gallery lightbox for viewing project screenshots
- 📱 Fully responsive layout (desktop, tablet, mobile)
- ⚡ Lightweight: no frameworks or build tools required
You only need a browser. No installation or dependencies required.
-
Clone the repository:
git clone https://github.com/augustdev290/personal-portfolio.git cd personal-portfolio -
Open
index.htmlin your favorite browser:start index.html # Windows open index.html # macOS
-
Modify
styles.cssandscript.jsto customize the look and behavior.
personal-portfolio/
├── index.html # Main page
├── styles.css # Styling and layout
└── script.js # Interactive effects and animations
- Change colors or fonts in
styles.css. - Replace project details or images in
index.html. - Add more interactivity by editing
script.js.
This project is open source and available under the MIT License.
Built with ❤️ by [augustdev290]