Skip to content

Commit

Permalink
new navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
fern4lvarez committed Aug 9, 2012
1 parent 9157a9b commit 5a05ad9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ input#name {
div.hero-unit {
color: #000;
text-align: center;
margin-top: 10px;
margin-top: 80px;
}

#messages {
Expand Down
20 changes: 20 additions & 0 deletions Chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,31 @@
</head>

<body>
{{> header}}
{{> entry}}
{{> messages}}
{{> footer}}
</body>

<template name="header">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">Meteor Chat</a>
<div class="nav-collapse">
<ul class="nav">
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
</template>

<template name="entry">
<div class="container">
<div class="hero-unit">
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ To get `meteor-chat` from GitHub:

git clone git://github.com/fern4lvarez/meteor-chat.git
cd meteor-chat
meteor add bootstrap
meteor

### Try it
Expand Down

0 comments on commit 5a05ad9

Please sign in to comment.