Skip to content

Commit

Permalink
Updated HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
alextucker committed Sep 4, 2012
1 parent 66d2502 commit 4c1df5b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions 4-codedojo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,20 @@
</head>
<body>

<div class="row">

<!-- Controls -->
<div class="span8 offset1">
<button class="btn btn-success">Add</button>
<div class="navbar">
<div class="navbar-inner">
<a class="brand" href="#">Photo Grid</a>
<ul class="nav">
<li><a href="#"><i class="icon-plus-sign"></i>Add</a></li>
</ul>
</div>
</div>

<div class="row">

<!-- Grid -->
<div class="span8 offset1 well">
<ul class="thumbnails" id="image_list">
<ul class="thumbnails image_list">
<li class="span2">
<a href="#" class="thumbnail">
<img src="http://placekitten.com/260/180" alt="">
Expand Down

0 comments on commit 4c1df5b

Please sign in to comment.