- Responsive Design: Adapts seamlessly to all device sizes
- Interactive UI: Smooth transitions and animations
- Multiple Sections:
- About Me
- Resume/Experience
- Projects Portfolio
- Community Impact
- Contact Form
- Dark Mode: Eye-friendly dark theme
- Project Filtering: Easy navigation through different project categories
- Contact Form Integration: Using Formspree for message handling
- Interactive Maps: Location integration with Google Maps
portfolio/
├── assets/
│ ├── images/
│ │ ├── my-avatar.png
│ │ └── project-images/
│ ├── css/
│ │ └── style.css
│ └── js/
│ └── script.js
├── index.html
└── README.md
- Clone the repository:
git clone https://github.com/yourusername/portfolio.git
- Navigate to project directory:
cd portfolio
- Open
index.html
in your browser or use a local server:
# Using Python
python -m http.server 8080
- For contact form functionality:
- Sign up at Formspree
- Replace
YOUR_FORM_ID
in the contact form action URL
The contact form is configured using Formspree. To set it up:
- Create an account at Formspree
- Create a new form
- Replace the form action URL in
index.html
<form action="https://formspree.io/f/YOUR_FORM_ID" method="POST">
To update the location:
- Go to Google Maps
- Find your location
- Click "Share"
- Select "Embed a map"
- Copy the iframe code
- Replace the existing iframe in the contact section
Feel free to fork this repository and submit pull requests for any improvements.
For any queries or suggestions, please reach out through the contact form on the website.