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`. diff --git a/README.md b/README.md index 19478a4f..a14aced6 100644 --- a/README.md +++ b/README.md @@ -1,50 +1,28 @@ -

Portfolio-Collection πŸš€

+![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 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! +Showcase your talent, get inspired, and collaborate with a creative collection of portfolio source code designed for developers like you! -

Description

+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! -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. +## Star History 🌟 + + + + + Star History Chart + + -

Features

+## Contributing 🀝 +Contribute by adding your portfolio to this repository and let your work inspire developers across the community! -- **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. +For information on how to contribute to this repository, check out the [Contributing Guidelines](CONTRIBUTING.md). -- **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! 🌈✨ +Happy Submissions πŸ™‚ Got it! Here’s a concise section for that: @@ -65,75 +43,10 @@ Got it! Here’s a concise section for that: Thank you for adding to the Portfolio-Collection! πŸŽ‰ -

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) +## Our Contributors ✨ + + + +## License βš– +This project is licensed under the [MIT License](LICENSE).