Skip to content

breatheco-de/exercise-build-your-resume-html-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your Resume (CV) in HTML and CSS

Resume in HTML/CSS Breathecode

You are in your way to be a software developer, you are going to need to update your Resume eventually, hug? 💪😅

These are some examples of resumes you can build:

Version 1 Version 2 Version 3

Click to expand

Click to expand

Click to expand

🌱 How to start this project

Do not clone this repository because we are going to be using a different template.

We recommend opening the html template repository using a provisioning tool like Codespaces (recommended) or Gitpod. Alternatively, you can clone it to your local computer using the git clone command.

This is the repository you need to open:

https://github.com/4GeeksAcademy/html-hello

👉 Please follow these steps on how to start a coding project.

📝 Instructions

The ideal example is version 3 but you can build version 1 or version 2 first, and later jump into version 3.

Start by drawing your strategy!

Look at the expected result and use a marker to identify the tags, imagen what CSS styles will you be applying to them, remember to reuse styles, don't repeat yourself!

Strategy 1 Strategy 2
Strategy 1 Resume Click to expand Strategy 2 resume Click to expand

💡Tips when building your resume:

  1. Rely heavily on the different HTML tags available: <h1>, <h2>, <h3>, <p> (paragraph), <ul> or <ol> (bullets or ordered list), <divs>.

  2. Start by defining your strategy, pick the tags first. Then start coding.

  3. When building your CSS start from the most generic and general to the most specific, it will decrease the amount of work dramatically. For example:

    • You can apply a style to all of your h1 at once to make them stronger.
    • You can apply the font family to the entire website <body>.
    • You can pick the colors for everything and then only specify different colors for the few exceptions.

About

Practice HTML and CSS by building your Resume.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5