This is my personal portfolio website built using HTML, CSS, and JavaScript. It showcases my projects, skills, and background as a software engineer.
Visit the live portfolio at: rahuldabgotra.github.io/portfolio
- 🔗 Home — Landing page with a brief introduction.
- 🔗 About — Background, skills, and experience.
- 🔗 Portfolio — Showcase of projects with descriptions and visuals.
- 🔗 Contact — Contact form and communication links.
- HTML — Structure of the site
- CSS — Styling and layout
- JavaScript — Interactivity and dynamic features
portfolio/
│
├── index.html
├── about.html
├── contact.html
├── portfolio.html
│
├── css/
│ └── styles.css
├── js/
│ └── script.js
├── assets/
│ └── images, icons, etc.
└── .vscode/
To run the site locally:
-
Clone the repository:
git clone https://github.com/rahuldabgotra/portfolio.git
-
Open index.html in your browser.
This project is open-source and available under the MIT License.
See the LICENSE file for more information.