avinash201199 / Portfolio-Collection

This repository contains collection of portfolio's .

Home Page:https://www.instagram.com/lets__code/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 GitHub forks GitHub stars

How to Rate: 🌟

  1. Login with GitHub:

    • Log in with your GitHub account on Repo Rater πŸš€.
  2. Add Rating:

    • Navigate to the "Add Rating" section 🌐.
  3. Paste Repository Link:

  4. Provide Rating:

    • Give your rating based on your experience ⭐.
  5. Submit:

    • Submit your rating, πŸ“

Contribution is fun! πŸ’š

In order to make a hassle-free environment, I implore you all (while contributing) to follow the instructions mentioned below!

Happy Submissions πŸ™‚

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/<your_user_name>/Portfolio-Collection.git

3. Navigate to the project directory πŸ“ .

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 <your_branch_name>

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 <your_branch_name>

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 ❗ You have made a PR to the Portfolio-Collection πŸ’₯ . Wait for your submission to be accepted and your PR to be merged.(Hacktoberfest 2023)

About

This repository contains collection of portfolio's .

https://www.instagram.com/lets__code/

License:MIT License


Languages

Language:HTML 33.5%Language:CSS 29.1%Language:JavaScript 16.9%Language:SCSS 12.8%Language:PHP 3.9%Language:Less 2.6%Language:Vue 0.7%Language:TypeScript 0.3%Language:Python 0.2%Language:Pug 0.1%Language:Procfile 0.0%