A responsive personal profile website built with HTML, CSS, and JavaScript. This project showcases a clean and modern portfolio/profile layout and is designed to be easy to customize.
- HTML5
- CSS3
- JavaScript
git clone <repository-url>cd <project-folder>git statusNote: You do not need to run
git initafter cloning the repository.git initis only required when creating a brand-new Git repository.
The easiest way to run the project is with the Live Server extension in Visual Studio Code.
- Open the project in VS Code.
- Install the Live Server extension if you haven't already.
- Right-click
index.html. - Select Open with Live Server.
Your browser will automatically open the project and refresh whenever you save changes.
- Responsive layout
- Clean and modern design
- Easy to customize
- Built with vanilla HTML, CSS, and JavaScript
project/
│── index.html
│── css/
│── js/
│── images/
└── README.md