jessefrench / LAB-HTML-Resume

Home Page:https://jf-html-resume.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAB: HTML Resume

Get Started

  • Clone this repo into ~/workspace/foundations/inclass/
  • Make setup branch with index.html, main.css, main.js files
  • Change background color of index.html
  • Add a console log in main.js
  • TEST YOUR CODE, then Push to GitHub, create a PR, and merge to main

The Task

You will be building an HTML version of your resume

HTML

  • Each place you've worked must be contained in an article element.
  • Each article element should have a header that contains the name of the company and the dates of your employment. BONUS: Ensure that the dates are semantically marked by being contained within the appropriate HTML element.
  • Each article should have its own id.
  • Each article should contain at least one section that describes your position there.

CSS

  • Each article should use a different font family.
  • All article headings should be the same font color (don't be boring).
  • Site should have a background color or background image. Images google filtered for "Royalty Free"
  • Each article should have a different border(weight,style,color).

NOTE: If you have less than two previous employers, either use your educational instituions as a substitute or make them up.

About

https://jf-html-resume.netlify.app


Languages

Language:HTML 65.9%Language:CSS 30.4%Language:JavaScript 3.7%