From 4fb1c2cb8c7825a7cd6e39a4e3d26c8f8a91970a Mon Sep 17 00:00:00 2001 From: Harsh Khandelwal Date: Mon, 28 Oct 2024 03:35:59 +0530 Subject: [PATCH 1/5] Update README.md --- README.md | 142 ++++++++---------------------------------------------- 1 file changed, 21 insertions(+), 121 deletions(-) diff --git a/README.md b/README.md index fe13db08..fdf7880e 100644 --- a/README.md +++ b/README.md @@ -1,121 +1,21 @@ -

Portfolio-Collection πŸš€

- -Welcome to the Portfolio-Collection repository! This project is a curated compilation of diverse and creative portfolio source code, providing a space for developers to showcase their work and inspire others in the community. Whether you're seeking inspiration for your own portfolio or eager to contribute and collaborate, you've come to the right place! - -

Description

- -In the ever-evolving landscape of technology and design, having a standout portfolio is crucial for professionals and enthusiasts alike. The Portfolio-Collection repository aims to bring together a wide array of portfolio source code, showcasing the creativity, innovation, and unique approaches of developers from around the world. - -

Features

- -- **Diverse Source Code:** Our collection includes portfolios designed for various purposes, from personal branding to specific project showcases. Explore different coding styles, frameworks, and design philosophies. - -- **Inspiration Hub:** Whether you're a seasoned developer looking to revamp your portfolio or a beginner seeking ideas, Portfolio-Collection serves as a vibrant hub of inspiration. Discover new ways to present your skills and projects. - -- **Collaborative Environment:** We believe in the power of collaboration. Contribute to this repository, share your portfolio, and be part of a community that values creativity and learning. Help shape the future of portfolio design! - -

Badges πŸ›‘οΈ

- -[![GitHub issues](https://img.shields.io/github/issues/avinash201199/Portfolio-Collection)](https://github.com/avinash201199/Portfolio-Collection/issues) -[![GitHub forks](https://img.shields.io/github/forks/avinash201199/Portfolio-Collection)](https://github.com/avinash201199/Portfolio-Collection/network) -[![GitHub stars](https://img.shields.io/github/stars/avinash201199/Portfolio-Collection)](https://github.com/avinash201199/Portfolio-Collection/stargazers) - -# How to Rate: 🌟 - -1. **Login with GitHub:** - - Log in with your GitHub account on [Repo Rater](https://repo-rater.eddiehub.io/) πŸš€. - -2. **Add Rating:** - - Navigate to the "Add Rating" section 🌐. - -3. **Paste Repository Link:** - - Paste the link to this repository: [Portfolio-Collection](https://github.com/avinash201199/Portfolio-Collection) πŸ”—. - -4. **Provide Rating:** - - Give your rating based on your experience ⭐. - -5. **Submit:** - - Submit your rating, πŸ“ - - -# Contribution is fun! :green_heart: - -In order to make a hassle-free environment, I implore you all (_while contributing_) to follow the instructions mentioned below! - -Happy Submissions :slightly_smiling_face: - -Your feedback is valuable! Thank you for contributing to the growth of the Portfolio-Collection repository. Happy rating! 🌈✨ - - -

Contribution GuidelinesπŸ—

- -Are we missing any of your favorite features, which you think you can add to it❓ We invite you to contribute to this project and make it better. -To start contributing, follow the below guidelines: - -**1.** Fork this repository. - -**2.** Clone your forked copy of the project. - -``` -git clone https://github.com//Portfolio-Collection.git -``` - -**3.** Navigate to the project directory :file_folder: . - -``` -cd Portfolio-Collection -``` - -**4.** Add a reference(remote) to the original repository. - -``` -git remote add upstream https://github.com/avinash201199/Portfolio-Collection.git -``` - -**5.** Check the remotes for this repository. - -``` -git remote -v -``` - -**6.** Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository). - -``` -git pull upstream main -``` - -**7.** Create a new branch. - -``` -git checkout -b -``` - -**8.** Perform your desired changes to the code base. - -**9.** Track your changes:heavy_check_mark: . - -``` -git add . -``` - -**10.** Commit your changes . - -``` -git commit -m "Relevant message" -``` - -**11.** Push the committed changes in your feature branch to your remote repo. - -``` -git push -u origin -``` - -**12.** To create a pull request, click on `compare and pull requests`. - -**13.** Add appropriate title and description to your pull request explaining your changes and efforts done. - -**14.** Click on `Create Pull Request`. - - -**15** Voila :exclamation: You have made a PR to the Portfolio-Collection :boom: . Wait for your submission to be accepted and your PR to be merged.(Hacktoberfest 2023) - +![Portfolio-Collection](https://socialify.git.ci/avinash201199/Portfolio-Collection/image?font=Jost&forks=1&issues=1&name=1&owner=1&stargazers=1&theme=Auto) +Showcase your talent, get inspired, and collaborate with a creative collection of portfolio source code designed for developers like you! + +## Star History 🌟 + + + + + Star History Chart + + + +## Contributing 🀝 +Contribute by adding your portfolio to this repository and let your work inspire developers across the community!
+For information on how to contribute to the intro repository, check out the [Contributing Guidelines](CONTRIBUTING.md). + + +## Our Contributors ✨ + + + From 2e9c4616b4bfdda472360151f94708d4db623cdc Mon Sep 17 00:00:00 2001 From: Harsh Khandelwal Date: Mon, 28 Oct 2024 03:48:25 +0530 Subject: [PATCH 2/5] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdf7880e..343a242a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ ![Portfolio-Collection](https://socialify.git.ci/avinash201199/Portfolio-Collection/image?font=Jost&forks=1&issues=1&name=1&owner=1&stargazers=1&theme=Auto) +
+Welcome to Portfolio-Collection repository. +
+ Showcase your talent, get inspired, and collaborate with a creative collection of portfolio source code designed for developers like you! ## Star History 🌟 @@ -11,11 +15,17 @@ Showcase your talent, get inspired, and collaborate with a creative collection o ## Contributing 🀝 -Contribute by adding your portfolio to this repository and let your work inspire developers across the community!
-For information on how to contribute to the intro repository, check out the [Contributing Guidelines](CONTRIBUTING.md). +Contribute by adding your portfolio to this repository and let your work inspire developers across the community! + +For information on how to contribute to this repository, check out the [Contributing Guidelines](CONTRIBUTING.md). + +Happy Submissions πŸ™‚ ## Our Contributors ✨ + +## License βš– +This project is licensed under the [MIT License](LICENSE). From f8663c6a8456bafcea980694b02867815ee6e749 Mon Sep 17 00:00:00 2001 From: Harsh Khandelwal Date: Mon, 28 Oct 2024 03:50:43 +0530 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 343a242a..3e186825 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ ![Portfolio-Collection](https://socialify.git.ci/avinash201199/Portfolio-Collection/image?font=Jost&forks=1&issues=1&name=1&owner=1&stargazers=1&theme=Auto)
Welcome to Portfolio-Collection repository. -
Showcase your talent, get inspired, and collaborate with a creative collection of portfolio source code designed for developers like you! + ## Star History 🌟 From 0e70e1d4906d5f1d6e3fab53cce28e6c6b1e098f Mon Sep 17 00:00:00 2001 From: Harsh Khandelwal Date: Mon, 28 Oct 2024 04:00:39 +0530 Subject: [PATCH 4/5] Create CONTRIBUTING.md --- CONTRIBUTING.md | 66 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..48f0a72f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,66 @@ +## To start contributing, follow the below guidelines: + +**1.** Fork this repository. + +**2.** Clone your forked copy of the project. + +``` +git clone https://github.com//Portfolio-Collection.git +``` + +**3.** Navigate to the project directory :file_folder: . + +``` +cd Portfolio-Collection +``` + +**4.** Add a reference (remote) to the original repository. + +``` +git remote add upstream https://github.com/avinash201199/Portfolio-Collection.git +``` + +**5.** Check the remotes for this repository. + +``` +git remote -v +``` + +**6.** Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository). + +``` +git pull upstream main +``` + +**7.** Create a new branch. + +``` +git checkout -b +``` + +**8.** Perform your desired changes to the code base. + +**9.** Track your changes:heavy_check_mark: . + +``` +git add . +``` + +**10.** Commit your changes . + +``` +git commit -m "Relevant message" +``` + +**11.** Push the committed changes in your feature branch to your remote repo. + +``` +git push -u origin +``` +Replace "" with a descriptive name for your branch β€” for example, `update-readme`. + +**12.** To create a pull request, click on `compare and pull requests`. + +**13.** Add appropriate title and description to your pull request explaining your changes and efforts done. + +**14.** Click on `Create Pull Request`. From fcf100af094383d1d651ab64729105b93550d314 Mon Sep 17 00:00:00 2001 From: Harsh Khandelwal Date: Mon, 28 Oct 2024 04:05:09 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e186825..e3c808ad 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ ![Portfolio-Collection](https://socialify.git.ci/avinash201199/Portfolio-Collection/image?font=Jost&forks=1&issues=1&name=1&owner=1&stargazers=1&theme=Auto)
-Welcome to Portfolio-Collection repository. +Welcome to Portfolio-Collection repository πŸš€ +
+
Showcase your talent, get inspired, and collaborate with a creative collection of portfolio source code designed for developers like you! - + +Whether you’re revamping your portfolio or seeking fresh ideas, this is your go-to hub for creative presentation of skills and projects. Contribute your own work and collaborate with a community that values creativity, learning, and the evolution of portfolio design! ## Star History 🌟