docker_io_nav.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <div id="header" class="navbar navbar-collapse collapse navbar-static-top">
  2. <!--class="navbar navbar-default navbar-static-top affix"-->
  3. <div class="navbar-inner container container-standard-sized">
  4. <a class="brand" href="https://www.docker.io" title="{{ site_name }}">
  5. <img src="https://www.docker.io/static/img/docker-top-logo.png">
  6. </a>
  7. <ul id="nav_docker_io" class="nav navbar-nav navbar-collapse">
  8. <li>
  9. <a href="https://www.docker.io/" title="Docker IO Home">Home</a>
  10. </li>
  11. <li>
  12. <a href="https://www.docker.io/learn_more/" title="Learn more about Docker">Learn More</a>
  13. </li>
  14. <li>
  15. <a href="https://www.docker.io/gettingstarted/" title="Get Started with Docker">Getting Started</a>
  16. </li>
  17. <li>
  18. <a href="https://www.docker.io/community/" title="The Docker Community">Community</a>
  19. </li>
  20. <li class="active">
  21. <a href="http://docs.docker.io" title="Docker Documentation">Documentation</a>
  22. </li>
  23. <li>
  24. <a href="http://blog.docker.io" title="Blog">Blog</a>
  25. </li>
  26. <li>
  27. <a href="https://index.docker.io" title="Docker Image Index, find images here">INDEX</a>
  28. </li>
  29. </ul>
  30. </div>
  31. </div>
  32. <div id="horizontal_thin_menu" >
  33. <div class="container container-standard-sized">
  34. <a href="https://www.docker.io/account/signup/">sign up</a>
  35. <a href="https://www.docker.io/account/login/">login</a>
  36. </div>
  37. </div>