An open API service indexing awesome lists of open source software.

https://github.com/sarthaknerd/amazingpoftfolios

A simple Portfolio website for everyone and along with that you learn about opensource
https://github.com/sarthaknerd/amazingpoftfolios

css git github greatfirstissue hackersquad hacktoberfest hacktoberfest-accepted hacktoberfest2022 html html5 javascript opensource opensource-projects opensourceforgood portfolio-construction portfolio-template portfolio-website

Last synced: 3 months ago
JSON representation

A simple Portfolio website for everyone and along with that you learn about opensource

Awesome Lists containing this project

README

          

# Poftfolio💥💯💫🤑

Hello, This is Sarthak Ranjan, a final year undergrad student majoring in Computer Science :computer:. This repo is for portfolio site you can use it make yours too.PLease Upload your Amazing Porfolios.If we get 100 starts i will do a swag Giveaway

#### Tech Stack used 🛠️

![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)

#### Want to contribute?
1. Fork this repo. You can fork the repo by clicking "fork" button on top-right corner.

forking

2. Clone it on your local machine by simply clicking green "code" button and copying the given link.

forking

Copy this link and open command prompt and switch to the location you want to save the project and run
``` sh
git clone https://github.com//AmazingPoftfolios
```

3. Add your changes or features.

4. Before pushing the code run following command to avoid merge conflicts
``` sh
git remote add upstream https://github.com/sarthaknerd/Poftfolio.git
git fetch upstream
git pull upstream master
```
5. Stage all the changes using ```git add .```

6. Add commit message and push the changes
```sh
git commit -m ""
git push
```

7. Then go to the main repo from where the project is forked and go into **Pull Request** tab.

Pull Request creation

8. Click **New Pull Request** button.

forking

9. Select the branch from forked repo you have contributed to and want to merge to the main repo and click **Create Pull Request**.

Selecting branch for pull request

And bam!:fire: thats it.