We are interested in your approach to the following problems. Each of the given problems have a handful of valid solutions, and possibly other solutions we haven't seen, so don't worry about finding "the" solution. It should render correctly in all major browsers and devices.
Fork this project.
Commit each exercise once you've finished with it.
Create a full width page with a header, a footer and a main section in index.html. The main section should contain a content section and a sidebar. Set the width of the content section to 70% and the sidebar section to 30%. The sidebar should appear on the right hand side of the content section.
index.html should include these assets:
https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js
test.js
test.css
The header section should contain a navigation bar with three links:
- Home ( index.html )
- About ( /about )
- Blog ( /blog )
Style the header in whatever way you think suits.
In the content section of index.html build the following design.
Add a new link to the header called "sidebar", when clicked on will show/hide the sidebar with a transition effect.
Once you're finished, send us a link to your fork.