Are you handy with HTML and CSS? Then this is the right project for you to show off your Web Designing skills! Each folder of this project contains various HTML pages without any styling. Complete them using pure HTML and CSS.
- 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}/hacktoberfest2020-web-designs
- 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}/hacktoberfest2020-web-designs , 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.