A simple, minimal, fast and responsive personal portfolio website built using HTML, CSS, and Javascript. This website showcases skills, projects, and provides a way for others to learn more about you.
You can see a live version of the portfolio website at https://kingshuk.free.nf
- About Me: An introduction to who you am, my background, and interests.
- Portfolio: A showcase of projects with descriptions and links.
- Resume: A downloadable PDF version of resume.
- Contact: A way for visitors to get in touch with you.
- HTML5: Structuring the content of the website.
- CSS3: Styling and layout of the website.
- JavaScript: Adding interactivity and dynamic elements.
-
Clone the Repository:
git clone https://github.com/kingshukkundu/personal-portfolio-template
-
Navigate to the Project Folder:
cd personal-portfolio
-
Open
index.html
in your Browser: Simply double-click on theindex.html
file to open it in your default web browser.
-
Edit Content:
- Open the
index.html
file and modify the content within the appropriate sections, such as the "About Me," "Portfolio," and "Contact" sections.
- Open the
-
Add Projects:
- Navigate to the #page4 in index.html file and add new project sections following the existing structure.
-
Styling:
- Customize the styling by modifying the CSS in the
.css
file to match your personal preferences.
- Customize the styling by modifying the CSS in the
Feel free to customize this portfolio website to make it your own! You can change colors, fonts, add new sections, or modify the layout to suit your personal brand.
Contributions are welcome! If you find a bug or want to improve the website, feel free to create an issue or submit a pull request.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push the changes to your fork:
git push origin feature/your-feature-name
. - Submit a pull request explaining your changes.
This project is licensed under the MIT License.
Thank you for visiting my portfolio repository! If you have any questions or feedback, feel free to get in touch.