1234567891011121314151617181920212223242526272829303132333435363738 |
- <div id="header" class="navbar navbar-collapse collapse navbar-static-top">
- <!--class="navbar navbar-default navbar-static-top affix"-->
- <div class="navbar-inner container container-standard-sized">
- <a class="brand" href="https://www.docker.io" title="{{ site_name }}">
- <img src="https://www.docker.io/static/img/docker-top-logo.png">
- </a>
- <ul id="nav_docker_io" class="nav navbar-nav navbar-collapse">
- <li>
- <a href="https://www.docker.io/" title="Docker IO Home">Home</a>
- </li>
- <li>
- <a href="https://www.docker.io/learn_more/" title="Learn more about Docker">Learn More</a>
- </li>
- <li>
- <a href="https://www.docker.io/gettingstarted/" title="Get Started with Docker">Getting Started</a>
- </li>
- <li>
- <a href="https://www.docker.io/community/" title="The Docker Community">Community</a>
- </li>
- <li class="active">
- <a href="http://docs.docker.io" title="Docker Documentation">Documentation</a>
- </li>
- <li>
- <a href="http://blog.docker.io" title="Blog">Blog</a>
- </li>
- <li>
- <a href="https://index.docker.io" title="Docker Image Index, find images here">INDEX</a>
- </li>
- </ul>
- </div>
- </div>
- <div id="horizontal_thin_menu" >
- <div class="container container-standard-sized">
- <a href="https://www.docker.io/account/signup/">sign up</a>
- <a href="https://www.docker.io/account/login/">login</a>
- </div>
- </div>
|