Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 760 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 760 Bytes

HTML Challenge - Local Hackday 2017

Welcome to Local Hackday 2017!

Below is a project idea to create a resume website.

Part 1 - Github

  • Create Github Account
  • Clone this repository
  • Change cloned repos name

Part 2 - HTML

  • Add a title to your index.html
  • Add a header tag with your name
  • Add a p tag with a short bio
  • Add an image to your img folder
  • Place the image in your index.html using an image tag
  • Add links to reference your social media or projects using a tags

Part 3 - CSS