Skip to content

Commit

Permalink
Small template cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Jan 20, 2013
1 parent bd58510 commit 51e7c47
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions design/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,19 @@
<link href="css/style.css" rel="stylesheet" media="screen">
</head>
<body>

<div class="container-narrow">
<div class="hero-unit">
<h1><a href="index.html">Message Board</a></h1>
<p>Easily share your thoughts and photos with coworkers and classmates.</p>
<h1><a href="index.html">Message Board</a></h1>
<p>Easily share your thoughts and photos with coworkers and classmates.</p>
</div>
<div class="btn-group pull-right">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
Groups
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="group.html" tabindex="-1">Work</a></li>
<li><a href="group.html" tabindex="-1">School</a></li>
<li class="divider"></li>
<li><a href="group.html" tabindex="-1">Create group</a></li>
</ul>
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">Groups <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="group.html" tabindex="-1">Work</a></li>
<li><a href="group.html" tabindex="-1">School</a></li>
<li class="divider"></li>
<li><a href="group.html" tabindex="-1">Create Group</a></li>
</ul>
</div>
<p>
<a class="btn btn-success" href="post-message.html">Post Message</a>
Expand Down Expand Up @@ -58,7 +54,7 @@ <h2>Photos</h2>
<p>Copyright 2012 Message Board</p>
</div>
</div>

<script src="js/jquery-1.9.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
Expand Down

0 comments on commit 51e7c47

Please sign in to comment.