4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills
As a developer, you are given the task to replicate a picture as a website.
Do not clone this repository. The first step to start coding is cloning the html boilerplate on your local computer or opening it using gitpod.
a) If using Gitpod (recommended) you can clone the boilerplate by clicking here.
b) If working locally type the following command from your command line:
1$ git clone https://github.com/4GeeksAcademy/html-hello
💡 Important: Remember to create a new repository, update the remote (git remote set-url origin <your new url>
), and upload the code to your new repository using add
, commit
and push
.
Click here to see the image bigger
Here you can watch each component separately:
You have the online lesson about bootstrap and the cheat sheet about bootstrap in the assets section. We also recommend Net Ninja's video tutorials on bootstrap.
Don't get frustrated and think you are not good at this: All the developers get stuck all the time, ask around! How do you know if you are good at something that you don't know? Coding is a science, facts matter and you have no facts.
Don't keep wandering around for hours without seeking help: Google is only as useful as you are good at googling, please speak to other students or your instructors.
Change strategy: Einstein once said, if you do the same stuff you will get the same results.
4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills