Skip to content

hambali999/Portfolio-Websites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Portifolio Websites

Share your portfolio websites templates for open source

About the project   |    How to contribute   |   

👨🏻‍💻 About the project

  • Share and contribute all your portfolio websites templates for open source, anyone, anywhere to use it :)

  • Basic, HTML, CSS, JS or even React, Angular or Vue :)

🤔 How to contribute

Steps

: Star The Repo

Star the repo by pressing the topmost-right button to start your wonderful journey.

: Fork The Repo

You can get your own fork/copy of this repo by using the Fork button present at top-right of your screen.

: Clone it

You need to clone (download) it to local machine using

$ git clone https://github.com/<Your_Github_Username>/Portfolio-Websites.git

: Create a new branch

Whenever you are going to contribute. Please create a separate branch using command and keep your main branch clean (i.e. synced with remote branch).

# It will create a new branch with name <your-branch-name> and switch to branch 
$ git checkout -b <your-branch-name>

To add the changes to the branch Use

# To add all files to branch use below command
$ git add File_Name

Type in a message relevant for the code reviewer using

# This message get associated with all files you have changed
$ git commit -m 'relevant message'

Now, Push your awesome work to your remote repository using

# To push your work to your remote repository
$ git push origin <add-your-branch-name>

Finally, go to your repository in the browser and click on compare and pull requests. Then add a title and description to your pull request that explains your precious effort.

Step 1:
- Fork this Project on click the fork button on top right of the screen.
Step 2 :
- Clone the repo on your computer
git clone
Navigate to the folder in your computer cd Portfolio-Websites
git checkout -b "any_suitable_branch_name"
Step 3 :
- Add your Portfolio Website Folder in the Portfolio Folder above.
Step 4 :
Now add this updation on github by typing - git add . git commit -m "Added Portfolio Website" git push -u orgin any_suitable_branch_name
Step 5 :
- Click on the pull request appearing on the folder of your forked repo.
Step 6 :
- That's it enjoy

About

Share and contribute all your portfolio websites templates for open source, anyone, anywhere to use it :) hacktoberfest2020

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published