Welcome to my portfolio website! This repository contains the source code for my personal website, showcasing my projects, skills, and professional experience. It's live here
This portfolio website is designed to:
- Highlight my skills and achievements.
- Showcase my projects with descriptions, images, and links to live demos or GitHub repositories.
- Provide contact information and links to my social media profiles.
To run the website locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/your-portfolio-repo.git
- Navigate to the project directory:
cd your-portfolio-repo
- Run index.html in browser
If you have suggestions for improvements, feel free to open an issue or submit a pull request!
- Fork this repository, by clicking on "Fork" button on the top right.
- Clone this repository
git clone https://github.com/<your_username>/Portfolio-website.git
- Create new branch
git checkout -b your_branch_name
- Make changes to the repository.
- Commit your changes
git commit -m "Meaningful message"
- Push your branch to Github
git push origin your_branch_name
- Create Pull Request by clicking on "Compare and Create a Pull request" from your forked repository.