Coding Challenge: Basic content page

by Chad Drummond

JavaScript

/*

  Make the following landing page

  __________________________________
  |          NAVIGATION            |
  ----------------------------------

  -----------  ---------------------
  |         |  |                   |
  | sidebar |  |      content      |
  |         |  |                   |
  -----------  ---------------------

  __________________________________
  |            FOOTER              |
  ----------------------------------

Requirements:
- Use a logo in the navigation on the left side: https://assets.servedby-buysellads.com/p/manage/asset/id/24208
- Logo should be retina ready (2x)
- Navigation sticks to the top of the page, even when scrolling
- Navigation has four links shown horizontally
- Sidebar is 1/3, Content is 2/3, with a gutter between them
- Sidebar and Content can be empty with solid background colors for placeholders
- Sidebar and Content should not exceed a width of 1200px total
- Footer has copyright message on left "Copyright (c) 2016 Page.com"
- Use HTML5 elements where applicable
- Navigation and Footer should expand full width of page

*/