To do this challenge, you need a basic understanding of HTML5 and CSS3.
The challenge is to build out your cv and get it looking as close to the design as possible.
You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.
- Fork this repo
- Clone this repo
-
Upon completion, run the following commands:
git add . git commit -m "done" git push origin main
-
Create Pull Request so your TAs can check up your work.
All your work will happen inside starter_code so first enter starter_code and start coding.
Your task is to build out the projecto to the designs inside /design
folder. You will find both a mobile and a desktop version of the design.
The designs are in JPG static format. Using JPGs will mean that you'll need to use your best judgment for styles such as font-size
, padding
and margin
.
You will find all the required assets in the /starter_code/src/images
folder. The assets are already optimized.
There is also a style-guide.md
file containing the information you'll need, such as color palette and fonts.
- Semantic HTML5 markup
- CSS custom properties -Desktop-first workflow
- CSS Docs - This helped me to learn CSS3.
- CSS3 properties - A list with common CSS3 properties.
Happy coding! ❤️