Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Adding new Mashery logo + Adding link to "Events" to the nav bar
  • Loading branch information
ajot committed Sep 17, 2013
1 parent bb42793 commit 1258a3e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Expand Up @@ -45,7 +45,7 @@
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<div id="logo"><img src="http://mashery.github.com/assets/img/mashery-logo.png" class="bs-icon"></div>
<div id="logo"><img src="http://content.developer.mashery.com/images/mashery_intel_logo.png" class="bs-icon"></div>

<button data-target=".nav-collapse" data-toggle="collapse" class="btn btn-navbar" type="button">
<span class="icon-bar"></span>
Expand All @@ -70,6 +70,9 @@
<li class="">
<a href="http://masherydev.tumblr.com">Blog</a>
</li>
<li class="">
<a href="http://developer.mashery.com/events">Events</a>
</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -293,4 +296,4 @@ <h2>About</h2>
<script src="http://mashery.github.com/assets/js/bootstrap-typeahead.js"></script>
<script src="http://mashery.github.com/assets/js/application.js"></script>
</body>
</html>
</html>

0 comments on commit 1258a3e

Please sign in to comment.