This project is a personal portfolio website showcasing skills, experiences, and projects. It features a responsive design to ensure it looks great on all devices, including desktops, tablets, and mobile phones.
- Responsive Design: Ensures the website looks great on all devices.
- Skills Section: Displays skills with images.
- Experiences Section: Lists past experiences with relevant details.
- Projects Section: Highlights key projects with descriptions and links.
- HTML: For structuring the website.
- CSS: For styling the website.
- JavaScript: For interactive elements.
- CSS Variables: Used for theme customization.
- Clone the repository:
git clone https://github.com/yourusername/your-portfolio.git
- Navigate to the project directory:
cd portfolio-main - Open
index.htmlin your preferred web browser to view the website locally.
To customize the content:
- Open the HTML files in the
srcdirectory. - Modify the content within the
<body>tags to update text, images, and links.
To customize the styles:
- Open the CSS files in the
src/stylesdirectory. - Modify the CSS variables in the
vars.cssfile to change colors, fonts, and other styles.
Contributions are welcome! If you have any improvements or suggestions, feel free to open a pull request or issue.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch-name - Make your changes and commit them:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature-branch-name - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to reach out with any questions or feedback!
Author: Yash Nayan
