Do the following:
- Fork & clone this repo.
- 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 usinggit branch gh-pages
- checkout the
gh-pages
branch -git checkout gh-pages
- push the
gh-pages
branch to the server
- locally create
- Once you are done you should see your repo deployed at
https://<your-github-username>.github.io/colorful-cupcakes