This is a personal resume and portfolio website designed to present professional experience, education, skills, and projects in a clean and responsive layout.
Built using HTML5, CSS3, and a lightweight JavaScript script for interactivity, including a Download Resume feature.
It emphasizes simplicity, responsiveness, and customization, making it an ideal foundation for building a professional online presence.
The website can be easily deployed on GitHub Pages, Netlify, or Vercel.
- Responsive Layout – Optimized for desktop, tablet, and mobile
- Modern & Minimal UI – Clean and professional look
- Download Resume Button – Instantly download your resume PDF
- Sectioned Structure – About, Skills, Education, Work, Projects, Contact
- Fast & Lightweight – Pure HTML, CSS, and minimal JavaScript
- Customizable – Easily modify content, color themes, and sections
- Free Hosting – Deploy via GitHub Pages or other platforms
| Technology | Purpose |
|---|---|
| HTML5 | Page structure |
| CSS3 | Styling and responsiveness |
| JavaScript (script.js) | Interactivity & Download Resume functionality |
| 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.htmldirectly in your browser - Or start a local server (example using Python):
python -m http.server 8080
- Open
Click to expand
📁 my-resume-html-main/
│── 📄 index.html # Main resume/portfolio page
│── 📄 style.css # Stylesheet for layout and design
│── 📄 script.js # JavaScript file for interactivity and resume download
│── 📁 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 the project to your GitHub repository
- Navigate to Settings → Pages
- Select main branch → Save
- Access your live site at:
https://github.com/aeshamangukiya/my-resume-html.git| Component | Convention | Example |
|---|---|---|
| Files | kebab-case | style.css |
| Folders | kebab-case | images/ |
| Assets | snake_case | asset_1.svg |
- Dark/Light mode toggle
- Animations and transitions
- Searchable/filterable project section
- Analytics integration
- Maintained by: Aesha Mangukiya
- Email: aeshamangukiya1@gmail.com
- GitHub: aeshamangukiya
- Live Resume: Netlify: Aesha Mangukiya’s QA Engineer Resume
Pull requests, suggestions, and issue reports are welcome!
- Suggest improvements or new features
- Report bugs or broken links
- Submit pull requests for styling or documentation updates
Your contributions help make this resume website more polished, accessible, and professional.