This is a personal resume and portfolio website designed to present professional experience, education, skills, and projects in a clean and responsive format.
The project is built using HTML5 and CSS3, ensuring a lightweight and fast-loading user experience.
It emphasizes simplicity, responsiveness, and customizability, making it a solid foundation for building a professional online presence.
The website can be deployed easily on GitHub Pages, Netlify, or Vercel.
- Responsive Layout – Optimized for desktop, tablet, and mobile
- Modern & Minimal UI – Clean and professional look
- Sectioned Structure – About, Skills, Education, Work, Projects, Contact
- Fast & Lightweight – Pure HTML + CSS, no frameworks
- Customizable – Easily edit content, styles, and images
- Free Hosting – Deploy via GitHub Pages or other platforms
Technology | Purpose |
---|---|
HTML5 | Page structure |
CSS3 | Styling and responsiveness |
GitHub Pages | Deployment and hosting |
SVG / PNG Assets | Icons and images |
-
Clone the Repository:
git clone https://github.com/aeshamangukiya/my-resume-html.git # or git clone git@github.com:aeshamangukiya/my-resume-html.git
-
Run Locally:
-
Open index.html directly in your browser Or start a local server (example using Python):
python -m http.server 8080
Click to expand
📁 my-resume-html-main/
│── 📄 index.html # Main resume/portfolio page
│── 📄 style.css # Stylesheet for layout and design
│── 📁 images/ # Icons, logos, and assets
│ ├── asset_1.svg
│ ├── asset_2.svg
│ ├── asset_3.svg
│ ├── asset_4.svg
│ └── img_1.png
📄 README.md # Project documentation
GitHub Pages
- Push project to a GitHub repository
- Navigate to Settings > Pages
- Select main branch and save
- Access your site at:
https://github.com/aeshamangukiya/my-resume-html
Component | Convention | Example |
---|---|---|
Files | kebab-case | style.css |
Folders | kebab-case | images/ |
Assets | snake_case | asset_1.svg |
- Dark/Light mode toggle
- Downloadable PDF Resume button
- Animations and transitions
- Searchable/filterable project section
- Analytics integration
- Maintained by: Aesha Mangukiya
- Email: aeshamangukiya1@gmail.com
- GitHub: GitHub: aeshamangukiya
- My Netlify URL: Netlify: Aesha_Mangukiya's_QA_Engineer_Resume
Pull requests, suggestions, and issue reports are welcome!
- Feel free to suggest improvements or new features.
- Report bugs or broken links for faster fixes.
- Submit pull requests with enhancements, documentation updates, or styling improvements.
- Your contributions help make this resume website more accessible and professional.