A clean, responsive portfolio website built with HTML, CSS, and Bootstrap 5.
-
Simple Method: Double-click on
index.htmlto open it in your default web browser. -
Alternative Method:
- Right-click on
index.html - Select "Open with" → Choose your preferred browser (Chrome, Firefox, Edge, etc.)
- Right-click on
My Personal/
├── index.html # Main HTML file
├── css/
│ └── styles.css # Custom CSS styles
├── js/
│ └── script.js # Minimal JavaScript
├── assets/
│ └── README.md # Instructions for adding images
└── README.md # This file
- Open
index.htmlin a text editor - Look for comments that say
<!-- EDIT: ... --> - Replace placeholder text with your information:
- Name
- Intro text
- About me content
- Education details
- Skills
- Projects
- Contact information
- Social media links
- Add your profile photo as
assets/profile.jpg - Add project images as
assets/project1.jpg,project2.jpg, etc. - Update image paths in
index.htmlif you use different filenames
- Edit
css/styles.cssto change colors, fonts, or spacing - The primary color is currently Bootstrap's default blue (#0d6efd)
- You can change it by modifying CSS variables or class names
- All sections are clearly marked in
index.html - You can add/remove sections as needed
- Each section has comments explaining what to edit
- ✅ Fully responsive (mobile, tablet, desktop)
- ✅ Smooth scrolling navigation
- ✅ Modern, clean design
- ✅ Bootstrap 5 framework
- ✅ Minimal JavaScript
- ✅ Easy to customize
Works on all modern browsers:
- Chrome
- Firefox
- Edge
- Safari
- Opera
- This is a static website (no backend required)
- All Bootstrap and icons are loaded via CDN (internet connection needed)
- No build process or installation required
- Just edit the HTML/CSS files and refresh your browser!
- Check that all file paths are correct
- Ensure images are in the
assets/folder - Make sure you have an internet connection (for Bootstrap CDN)
- Open browser developer tools (F12) to check for errors