This is an exercise to show us where your front-end skills are. Feel free to use any tools or frameworks you want.
Clone this repo
New to git? This should help Github Help on cloning a repo, Let's suck at Github together
Create an HTML5 page with a header, footer and main section in index.html. The main section should contain a content section and a sidebar. Make the sidebar align to the right side of the content section.
index.html should include:
test.csstest.jshttps://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
The header should include a nav with three links:
- Home - index.html
- About - /about
- Blog - /blog
In the content section of the site, build out a simple blog post that has a featured image. Feel free to pull in some alternative placeholders with something like Zombie Ipsum or Cincy Ipsum for text and Fill Murray or Place Kitten for the image. Style this however you would like.
Using CSS, make index.html responsive. Style from mobile through desktop views.
- Write your styles in SCSS, SASS, or LESS
- For using BEM methodology
- Awesome now you can submit a pull request.