Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

dscpvgcoet/hacktoberfest2020-web-designs

Repository files navigation

WebDesigns

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.

What you can/cannot do while styling this project?

  • 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.

How to contribute?

  1. Fork this repo.
  2. Open the terminal and clone your fork using
git clone http://github.com/{your_username}/hacktoberfest2020-web-designs
  1. Before making changes, in the project directory checkout to a new branch with name of your choice
git checkout -b {branch_name}
  1. Start adding/modifying the code.
  2. Once you are done making changes

    Create a new folder with name 'Preview' in the same project folder you have made changes to and add a preview image of the website/page in the 'Preview' folder.

  3. Add the files you want to commit to the staging area.
git add {folder_name/file_name}
  1. Commit the changes
git commit -m '{Your commit message}'
  1. Push to GitHub.
git push origin {branch_name}
  1. 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}.
  2. Now you will be able see a button named "Pull request". Click on it.
  3. Add appropriate message and click the "Create Pull Request" button.

Resolving errors

  1. If you get a message like "This branch is X commits ahead, Y commits behind" then visit this thread and follow the steps. Also don't forget to push and pull from proper branches.
  2. In case of merge conflict visit this thread.

Releases

No releases published

Packages

No packages published