Have the landing page reuse the normal header, restyled
This commit is contained in:
parent
e66ac8425e
commit
7399f5db54
3 changed files with 23 additions and 13 deletions
|
@ -5,15 +5,7 @@
|
|||
<img class="logo" src="/static/img/box-logo.png">
|
||||
<span class="product-name">Quay.io</span>
|
||||
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="http://docs.quay.io/" target="_blank">Tour</a></li>
|
||||
<li><a href="http://docs.quay.io/" target="_blank">Documentation</a></li>
|
||||
<li><a ng-href="/tutorial/" target="{{ appLinkTarget() }}">Tutorial</a></li>
|
||||
<li><a ng-href="/plans/" target="{{ appLinkTarget() }}">Pricing</a></li>
|
||||
<li><a ng-href="/repository/" target="{{ appLinkTarget() }}">Repositories</a></li>
|
||||
<li><a ng-href="/organizations/" target="{{ appLinkTarget() }}">Organizations</a></li>
|
||||
<li><a ng-href="/signin/" target="{{ appLinkTarget() }}">Sign In</a></li>
|
||||
</ul>
|
||||
<div class="header-bar"></div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row messages">
|
||||
|
|
Reference in a new issue