Skip to content

nishitxmehta/PortfolioWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

hf10_wallpaper_1920x1080

Contributions Accepted under Hacktoberfest 2023

Tech Used

HTML CSS Javascript

Contribution Guidelines 🏗

Step 1: Find an issue

  • Take a look at the Existing Issues or create your own Issues!
  • Wait for the Issue to be assigned to you after which you can start working on it.
  • Note: Every change in this project should/must have an associated issue.

Step 2: Fork the Project

  • Fork this Repository. This will create a Local Copy of this Repository on your Github Profile. Keep a reference to the original project in the upstream remote.
$ git clone https://github.com/<your-username>/PortfolioWebsite.git
$ cd PortfolioWebsite
$ git remote add upstream https://github.com/nishitxmehta/PortfolioWebsite
  • If you have already forked the project, update your copy before working.
$ git remote update
$ git checkout <branch-name>
$ git rebase upstream/<branch-name>

Step 3: Branch

Create a new branch. Use its name to identify the issue you addressing.

# It will create a new branch with the name Branch_Name and switch to that branch 
$ git checkout -b branch_name

Step 4: Work on the issue assigned

  • Work on the issue(s) assigned to you.
  • Add all the files/folders needed.
  • After you've made changes or made your contribution to the project add changes to the branch you've just created by:
# To add all new files to branch Branch_Name
$ git add .

Step 5: Commit

  • To commit give a descriptive message for the convenience of the reviewer by:
# This message gets associated with all files you have changed
$ git commit -m "message"

Step 6: Push the changes

# To push your work to your remote repository
$ git push -u origin Branch_Name

Step 7: Create a Pull Request

  • Go to your repository in the browser and click on compare and pull request. Then add a title and description to your pull request that explains your contribution.

  • Voila! Your Pull Request has been submitted and will be reviewed by the moderator and merged. 🥳

License

License: MIT

Terms and conditions for use, reproduction and distribution are under the MIT License.

Contributors ✨

Thanks goes to these wonderful people :

This project follows the all-contributors specification. Contributions of any kind welcome!

Back to top

About

Responsive Portfolio Website Design Using HTML CSS & JavaScript

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •