Goal: Continue developing good indentation and spacing habits while simultaneously exploring the anatomy of a basic website, and practicing cloning Git repositories. These skills will be used nonstop during your time at Epicodus.
Discuss the following with your partner:
Now it’s time to practice using Git clone and fixing indentation and spacing. There is a link to a cookie repository right here on GitHub that contains an HTML file with terrible indentation, spacing and HTML tag placement. It really needs your help.
git clone
to clone the repository onto your desktop. (Be sure you have changed into the desktop directory (cd ~/Desktop
) before cloning the repository, so that you do not accidentally clone the cookie repository inside of an existing project folder.)Today (and always!), focus on making sure that all of your code is properly indented and spaced and your HTML tags are properly placed around the content they contain.