nicklathe / bootstrap_lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mockups Lab

For today's lab, we'd like you to code up the mockups using Twitter Bootstrap.

Getting Started

  1. For each mockup, create a new HTML page and include Twitter Bootstrap in your head tag
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
  1. Since you are not running your code on a server, make sure that you include http:// in all of your bootstrap links
  2. Be sure to check your networks tab to ensure that Bootstrap is included and working
  3. Now you're ready to start coding!
  4. Try to use as little external CSS as possible, you should be able to do almost everything using Bootstrap classes. Challenge yourself to write as little CSS as possible.
  5. Use http://lorempixel.com or http://placekitten.com/ if you need a placeholder for images
  6. When you are finished or even if you do not get done in time, make sure to push your code to github

If you get stuck....

Check out the Bootstrap Examples to see sample layouts and inspect the layout.

Bonus

  1. Complete Mock 3
  2. Implement a Twitter Bootstrap carousel in Mock 3
  3. Include a dropdown or modal into one of your mockups

About