- Make the pages responsive mobile friendly.
- Create some cool animations.
- Make a beautiful UI.
- Add suitable new images and icons of your own choice.
- Do not make use of Javascript or any of its library(eg. jQuery).
- However you may use any CSS library like Bootstrap.
- Fork this repo.
- Open the terminal and clone your fork using
git clone http://github.com/{your_username}/Hacktoberfest-web
- Before making changes, in the project directory checkout to a new branch with name of your choice
git checkout -b {branch_name}
- Start adding/modifying the code.
- Once you are done making changes
- Add the files you want to commit to the staging area.
git add {folder_name/file_name}
- Commit the changes
git commit -m '{Your commit message}'
- Push to GitHub.
git push origin {branch_name}
- Go to http://github.com/{your_username}/Hacktoberfest-web , on the left there is a button to change your branch. Click on it and select {branch_name}.
- Now you will be able see a button named "Pull request". Click on it.
- Add appropriate message and click the "Create Pull Request" button.