sarthaknerd / AmazingPoftfolios

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poftfolio💥💯💫🤑

Hello, This is Sarthak Ranjan, a final year undergrad student majoring in Computer Science 💻. 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 CSS3 JavaScript

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

    git clone https://github.com/<your username>/AmazingPoftfolios
  3. Add your changes or features.

  4. Before pushing the code run following command to avoid merge conflicts

    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

    git commit -m "<your message here>" 
    git push <remote name> <branch name>
  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.

About

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


Languages

Language:HTML 73.3%Language:CSS 18.2%Language:JavaScript 8.6%