Welcome to the repository for my portfolio website! This repository contains all the necessary files and code to build and maintain my personal portfolio website. Below, you'll find information on how to navigate the repository and get started with setting up the website locally.
This portfolio website serves as a showcase of my work, projects, skills, and experiences. It provides visitors with an insight into my professional background, accomplishments, and aspirations. The website is designed to be visually appealing, easy to navigate, and informative.
The website is built using modern web development technologies, including but not limited to:
- HTML5
- CSS3
- JavaScript
To set up the website locally on your machine, follow these steps:
-
Clone the repository:
git clone https://github.com/P09s/Portfolio-web.git
-
Navigate into the project directory:
cd portfolio-web
-
Open the index.html file: You can open the
index.html
file using any web browser to view the website locally.
The repository is structured as follows:
- index.html: The main HTML file containing the structure of the website.
- style.css/: Directory containing CSS files for styling the website.
- img/: Directory containing images used in the website.
Contributions to the website are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.
- Fork the repository.
- Create your feature branch:
git checkout -b feature/your-feature
. - Commit your changes:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin feature/your-feature
. - Submit a pull request.
Copyright (c) 2024 Parag Sharma
For any inquiries or questions regarding the website or this repository, please feel free to contact me at [email protected]
Thank you for visiting my portfolio website repository! 😊🚀