Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1016 Bytes

readme.md

File metadata and controls

15 lines (13 loc) · 1016 Bytes

GitHub branches with CSS coolers

Do the following:

  • Fork & clone this repo.
    • Click on the fork button on the top (sligthly right of the middle) of this page.
    • this will create a copy of this repository in your GitHub profile
  • Pick a color theme from coloors.com.
  • Change the cupcake1, cupcake2 & cupcake3 classes - with a colors from the coloors.com theme you selected.
  • Add & commit your changes to git & push your changes to GitHub. Use descriptive git commit messages.
  • Create a gh-pages branch and push your changes to GitHub.
    • locally create gh-pages branch using git branch gh-pages
    • checkout the gh-pages branch - git checkout gh-pages
    • push the gh-pages branch to the server
  • Once you are done you should see your repo deployed at https://<your-github-username>.github.io/colorful-cupcakes