forked from emberjs/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
272 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<header> | ||
<nav class="navbar navbar-inverse"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="/"><img src="https://glimmer-styleguide.global.ssl.fastly.net/glimmer-styleguide/master/images/ember-logo.svg" alt="home" /></a> | ||
</div> | ||
<div class="collapse navbar-collapse" id="navbar-collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Docs <span class="caret"></span></a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="/guides">Guides</a></li> | ||
<li><a href="/api">API Reference</a></li> | ||
<li role="separator" class="divider"></li> | ||
<li><a href="/learn">Learn Ember</a></li> | ||
<li role="separator" class="divider"></li> | ||
<li><a href="/deprecations">Deprecations</a></li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Releases <span class="caret"></span></a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="/builds">Channels</a></li> | ||
<li><a href="/builds/release">-- Stable</a></li> | ||
<li><a href="/builds/beta">-- Beta</a></li> | ||
<li><a href="/builds/canary">-- Canary</a></li> | ||
<li><a href="/builds/tagged">-- LTS</a></li> | ||
<li role="separator" class="divider"></li> | ||
<li><a href="/statusboard">Status Board</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="/blog">Blog</a></li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Community <span class="caret"></span></a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="/community">The Ember Community</a> | ||
<li><a href="/guidelines">Guidelines</a></li> | ||
<li><a href="http://github.com/emberjs/">Contribute (Github)</a></li> | ||
<li role="separator" class="divider"></li> | ||
<li><a href="/community/meetups">Meetups</a></li> | ||
<li><a href="http://jobs.emberjs.com/">Job Board</a></li> | ||
<li role="separator" class="divider"></li> | ||
<li><a href="http://emberconf.com/">Ember Conf</a></li> | ||
<%# <li><a href="#">Annual Survey</a></li> %> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About<span class="caret"></span></a> | ||
<ul class="dropdown-menu"> | ||
<%# <li><a href="#">Why Ember</a></li> | ||
<li role="separator" class="divider"></li> %> | ||
<li><a href="/team">The Team</a></li> | ||
<li><a href="/security">Security</a></li> | ||
<li role="separator" class="divider"></li> | ||
<li><a href="/legal">Legal</a></li> | ||
<li><a href="/logos">Logos</a></li> | ||
<li><a href="/mascots">Mascots</a></li> | ||
<li role="separator" class="divider"></li> | ||
<li><a href="/ember-users">Who Uses Ember</a></li> | ||
<li><a href="/sponsors">Sponsors</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
<form class="navbar-form navbar-right"> | ||
<div class="input-group"> | ||
<input type="text" class="form-control" placeholder="Search" id="search-input"> | ||
<div class="input-group-addon"> | ||
<span class="glyphicon glyphicon-search" aria-hidden="true"></span></div> | ||
</div> | ||
</form> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
<!-- /.container-fluid --> | ||
</nav> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: "A framework for creating ambitious web applications." | ||
title: "Homepage" | ||
responsive: true | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.