Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.35 KB

File metadata and controls

37 lines (28 loc) · 1.35 KB

{{ your_name_here }} - Portfolio Task

[My portfolio site]( {{ link_to_your_site }} )

Project Requirements

Content

{{ Add a short paragraph describing the features below. }}

  • At least one profile picture
  • Biography (at least 100 words)
  • Functional Contact Form
  • "Projects" section
  • Links to external sites, e.g. GitHub and LinkedIn.

Technical

{{ Add a short paragraph describing the features below. }}

  • At least 2 web pages.
  • Version controlled with Git
  • Deployed on GitHub pages.
  • Implements responsive design principles.
  • Uses semantic HTML.

Bonus (optional)

{{ Add a short paragraph describing the features below, if you included any. }}

  • Different styles for active, hover and focus states.
  • Include JavaScript to add some dynamic elements to your site. (Extratricky!)

Screenshots> Please include the following:

  • The different pages and features of your website on mobile, tablet anddesktop screen sizes (multiple screenshots per page and screen size).
  • The different features of your site, e.g. if you have hover states, take ascreenshot that shows that.

You can do this by saving the images in a folder in your repo, and includingthem in your readme document with the following Markdown code:

{{ image_title }}

![ {{ Description of image }} ]( {{ .relative_path_to_file }} )