forked from docker/docs
-
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
1 parent
114429c
commit b5c9366
Showing
20 changed files
with
3,872 additions
and
495 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
<!-- NEED TO UPDATE FINAL SCRIPT FOR NEWSLETTER SIGNUP --> | ||
<section class="newsletter_section"> | ||
<div class="container"> | ||
<form class="form-inline"> | ||
<div class="form-group"> | ||
<input type="email" class="form-control input" id="#add-id-here" placeholder="email address"> | ||
<button type="submit" class="outline-btn">Submit</button> | ||
</div> | ||
</form> | ||
</div> | ||
</section> | ||
|
||
<!-- global footer --> | ||
<footer class="footer"> | ||
<div class="container"> | ||
<div class="top_footer"> | ||
<div class="row"> | ||
<div class="col-xs-12 col-sm-3 col-md-2"> | ||
<ul class="footer_links"> | ||
<li><a href="https://www.docker.com/what-docker">What is Docker</a></li> | ||
<li><a href="https://www.docker.com/what-container">What is a Container</a></li> | ||
<li><a href="https://www.docker.com/use-cases">Use Cases</a></li> | ||
<li><a href="https://www.docker.com/customers">Customers</a></li> | ||
<li><a href="https://www.docker.com/partners/partner-program">Partners</a></li> | ||
<li><a href="https://www.docker.com/industry-government">For Government</a></li> | ||
<li><a href="https://www.docker.com/company">About Docker</a></li> | ||
<li><a href="https://www.docker.com/company/management">Management</a></li> | ||
<li><a href="https://www.docker.com/company/news-and-press">Press & News</a></li> | ||
<li><a href="https://www.docker.com/careers">Careers</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-xs-12 col-sm-3 col-md-2"> | ||
<ul class="footer_links links_2"> | ||
<li><a href="https://www.docker.com/products/overview">Product</a></li> | ||
<li><a href="https://www.docker.com/pricing">Pricing</a></li> | ||
<li><a href="https://www.docker.com/docker-community">Community Edition</a></li> | ||
<li><a href="https://www.docker.com/enterprise">Enterprise Edition </a></li> | ||
<li><a href="https://www.docker.com/products/docker-datacenter">Docker Datacenter</a></li> | ||
<li><a href="https://www.docker.com/products/docker-cloud">Docker Cloud</a></li> | ||
<li><a href="https://docs.docker.com/docker-store/">Docker Store</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-xs-12 col-sm-3 col-md-3"> | ||
<ul class="footer_links links_3"> | ||
<li><a href="https://www.docker.com/docker-mac">Docker for Mac </a></li> | ||
<li><a href="https://www.docker.com/docker-windows">Docker for Windows(PC)</a></li> | ||
<li><a href="https://www.docker.com/docker-aws" class="web30">Docker for AWS</a></li> | ||
<li><a href="https://www.docker.com/docker-microsoft-azure">Docker for Azure</a></li> | ||
<li><a href="https://www.docker.com/docker-windows-server">Docker for Windows Server</a></li> | ||
<li><a href="https://www.docker.com/docker-centos">Docker for CentOS</a></li> | ||
<li><a href="https://www.docker.com/docker-debian">Docker for Debian</a></li> | ||
<li><a href="https://www.docker.com/docker-fedora">Docker for Fedora</a></li> | ||
<li><a href="https://www.docker.com/docker-oracle-linux">Docker for Oracle Enterprise Linux</a></li> | ||
<li><a href="https://www.docker.com/docker-rhel">Docker for RHEL</a></li> | ||
<li><a href="https://www.docker.com/docker-sles">Docker for SLES</a></li> | ||
<li><a href="https://www.docker.com//docker-ubuntu">Docker for Ubuntu</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-xs-12 col-sm-3 col-md-2"> | ||
<ul class="footer_links"> | ||
<li><a href="https://docs.docker.com/">Documentation</a></li> | ||
<li><a href="https://www.docker.com/docker">Learn</a></li> | ||
<li><a href="https://blog.docker.com" target="_blank">Blog</a></li> | ||
<li><a href="https://training.docker.com/" target="_blank">Training</a></li> | ||
<li><a href="https://www.docker.com/docker-support-services">Support</a></li> | ||
<li><a href="https://www.docker.com/docker">KB</a></li> | ||
<li><a href="https://www.docker.com/products/resources">Resources</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-xs-12 col-sm-3 col-md-2"> | ||
<ul class="footer_links"> | ||
<li><a href="https://www.docker.com/docker-community">Community</a></li> | ||
<li><a href="https://www.docker.com/technologies/overview">Open Source</a></li> | ||
<li><a href="https://www.docker.com/community/events">Events</a></li> | ||
<li><a href="https://forums.docker.com/" target="_blank">Forums</a></li> | ||
<li><a href="https://www.docker.com/community/docker-captains">Docker Captians</a></li> | ||
<li><a href="https://www.docker.com/docker-community/scholarships">Scholarships</a></li> | ||
<li><a href="https://www.docker.com/company/news-and-press">Community News</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="footer-nav"> | ||
<nav class="footer_sub_nav"> | ||
<ul class="menu"> | ||
<li><a href="http://status.docker.com/">Status</a></li> | ||
<li><a href="https://www.docker.com/docker-security">Security</a></li> | ||
<li><a href="https://www.docker.com/legal">Legal</a></li> | ||
<li><a href="https://www.docker.com/company/contact">Contact</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
<div class="bottom_footer"> | ||
<div class="footer-copyright"> | ||
<p class="copyright"> | ||
Copyright © 2017 Docker Inc. All rights reserved. </p> | ||
</div> | ||
<div class="footer_social_nav"> | ||
<ul class="nav-social"> | ||
<li class="fa fa-twitter"><a href="http://twitter.com/docker">Twitter</a></li> | ||
<li class="fa fa-youtube"><a href="http://www.youtube.com/user/dockerrun">Youtube</a></li> | ||
<li class="fa fa-google-plus"><a href="https://plus.google.com/u/0/communities/108146856671494713993">Google</a></li> | ||
<li class="fa fa-github"><a href="https://github.com/docker/docker">Github</a></li> | ||
<li class="fa fa-linkedin"><a href="https://www.linkedin.com/company/docker">Linkedin</a></li> | ||
<li class="fa fa-facebook"><a href="https://www.facebook.com/docker.run">Facebook</a></li> | ||
<li class="fa fa-reddit"><a href="http://www.reddit.com/r/docker">Reddit</a></li> | ||
<li class="fa fa-slideshare"><a href="http://www.slideshare.net/docker">Slideshare</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
<!-- / end footer --> |
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,90 @@ | ||
<header class="header"> | ||
<div class="fan"></div> | ||
<div class="container"> | ||
<div class="row"> | ||
<nav class="nav-primary"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<img class="logo" src="/images/docker-docs-logo.svg" alt="Docker Docs" title="Docker Docs"> | ||
</div> | ||
<div id="navbar" class="navbar-collapse collapse"> | ||
<ul class="primary nav navbar-nav"> | ||
<li><a href="https://docker.com/what-docker">What is Docker?</a></li> | ||
<li><a href="https://docker.com/get-docker">Product</a></li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Get Docker <span class="caret"></span></a> | ||
<ul class="dropdown-menu nav-main"> | ||
<h6 class="dropdown-header">For Desktops</h6> | ||
<li><a href="https://docker.com/docker-mac">Mac</a></li> | ||
<li><a href="https://docker.com/docker-windows">Windows</a></li> | ||
<h6 class="dropdown-header">For Cloud Providers</h6> | ||
<li><a href="https://docker.com/docker-aws">AWS</a></li> | ||
<li><a href="https://docker.com/docker-microsoft-azure">Azure</a></li> | ||
<h6 class="dropdown-header">For Servers</h6> | ||
<li><a href="https://docker.com/docker-windows-server">Windows Server</a></li> | ||
<li><a href="https://docker.com/docker-centos">CentOS</a></li> | ||
<li><a href="https://docker.com/docker-debian">Debian</a></li> | ||
<li><a href="https://docker.com/docker-fedora">Fedora</a></li> | ||
<li><a href="https://docker.com/docker-oracle-linux">Oracle Enterprise Linux</a></li> | ||
<li><a href="https://docker.com/docker-rhel">RHEL</a></li> | ||
<li><a href="https://docker.com/docker-sles">SLES</a></li> | ||
<li><a href="https://docker.com/docker-ubuntu">Ubuntu</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="https://docs.docker.com">Docs</a></li> | ||
<li><a href="https://forums.docker.com">Community</a></li> | ||
</ul> | ||
<ul class="nav navbar-nav navbar-right user-nav"> | ||
<li><a href="https://cloud.docker.com/">Create Docker ID</a></li> | ||
<li><a href="https://cloud.docker.com/login">Sign In</a></li> | ||
</ul> | ||
</div> | ||
<!--/.nav-collapse --> | ||
</div> | ||
</nav> | ||
</div> | ||
</div> | ||
<!-- hero banner text --> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="hero-text"> | ||
<div class="hero-text-centered"> | ||
<h1>Docker's Documentation</h1> | ||
<p>Docker provides a way to run applications securely isolated in a container, packaged with all its dependencies and libraries.</p> | ||
<ul> | ||
<li><a class="button transparent-btn" href="#">Looking for Support</a></li> | ||
<li> <a class="button secondary-btn" href="#">Get Training</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- nav-secondary --> | ||
<nav class="nav-secondary-tabs" data-spy="affix" data-offset-top="410"> | ||
<div class="container-fluid"> | ||
<div class="search-form"> | ||
<form class="navbar-form navbar-left"> | ||
<!-- <input type="text" class="form-control" id ="search" placeholder="Search Documentation"> --> | ||
<form class="search-form form-inline ng-pristine ng-valid" id="searchForm" action="/search/"> | ||
<input class="search-field form-control ds-input" id="st-search-input" value="" name="q" placeholder="Search the docs" type="search" autocomplete="off" spellcheck="false" dir="auto" style="position: relative; vertical-align: top;"> | ||
<div id="autocompleteContainer"> | ||
<div id="autocompleteResults"></div> | ||
</div> | ||
<!-- <button type="submit" class="search-submit btn btn-default">Search</button> --> | ||
</form> | ||
</div> | ||
<div id="tabs"> | ||
<ul class="tabs nav navbar-nav"> | ||
{% include treebuilder.html %} | ||
</ul> | ||
</div> | ||
|
||
</div> | ||
</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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<nav class="nav-secondary navbar navbar-default navbar-fixed-top"> | ||
<div class="container-fluid"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a href="/"><img class="logo" src="/images/docker-docs-logo.svg" alt="Docker Docs" title="Docker Docs"></a> | ||
</div> | ||
|
||
<div id="navbar" class="navbar-collapse collapse" aria-expanded="false" style="height: 1px;"> | ||
<div class="search-form" id="search-div"> | ||
<form class="navbar-form navbar-left"> | ||
<!-- <input type="text" class="form-control" id ="search" placeholder="Search Documentation"> --> | ||
<form class="search-form form-inline ng-pristine ng-valid" id="searchForm" action="/search/"> | ||
<input class="search-field form-control ds-input" id="st-search-input" value="" name="q" placeholder="Search the docs" type="search" autocomplete="off" spellcheck="false" dir="auto" style="position: relative; vertical-align: top;"> | ||
<div id="autocompleteContainer"> | ||
<div id="autocompleteResults"></div> | ||
</div> | ||
<!-- <button type="submit" class="search-submit btn btn-default">Search</button> --> | ||
</form> | ||
</div> | ||
<div id="tabs"> | ||
<ul class="tabs nav navbar-nav"> | ||
{% include treebuilder.html %} | ||
</ul> | ||
</div> | ||
<div class="ctrl-right"> | ||
<a href="#menu-toggle" id="menu-toggle"><i class="fa fa-outdent" aria-hidden="true"></i></a> | ||
<!-- varsion --> | ||
<div class="btn-group"> | ||
<button type="button" class="btn btn-default dropdown-btn dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
Docker 1.13 <span class="caret"></span> | ||
</button> | ||
<ul class="dropdown-menu"> | ||
<li><a href="#">Docker 1.12</a></li> | ||
<li><a href="#">Docker 1.11</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- end container --> | ||
</div> | ||
</nav> |
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,38 @@ | ||
<!-- {% assign foundBranch="false" %}{% for item in tree %}{% if item.sectiontitle %}{% if foundBranch=="false" %}{% capture treeString %}{{ item.section | downcase }}{% endcapture %}{% capture pageURLString %}"{{ page.url }}"{% endcapture %}{% else %}{% assign treeString="" %}{% endif %}<li data-toggle="collapse" data-parent="#stacked-menu" class="leaf {% if treeString contains pageURLString %}{% assign foundBranch="true"%}active{% else %}menu-closed{% endif %}"><a href="javascript:void(0)" class="expand-menu "><span class="menu-icon" aria-hidden="true"></span>{{ item.sectiontitle }}</a><ul class="nav-sub">{% assign tree = item.section %}{% include tree.html %}</ul>{% else %}<li><a href="{{ item.path }}" class="{% if item.path == page.url and item.nosync != true %}active currentPage{% endif %}">{{ item.title }}</a></li>{% endif %}{% endfor %} --> | ||
|
||
|
||
<div class="toggle-mode"> | ||
<div class="icon"> | ||
<i class="fa fa-sun-o" aria-hidden="true"></i> | ||
</div> | ||
<div class="toggle-switch"> | ||
<label class="switch"> | ||
<input type="checkbox" id="switch-style"> | ||
<div class="slider round"></div> | ||
</label> | ||
</div> | ||
<div class="icon"> | ||
<i class="fa fa-moon-o" aria-hidden="true"></i> | ||
</div> | ||
</div> | ||
<div class="nav-sidebar navbar-collapse collapse"> | ||
<!-- condense these classnames--> | ||
<ul class="nav navbar-collapse" id="stacked-menu"> | ||
{% if page.tree == false %} | ||
<li><a href="/">Back to the index</a></li> | ||
{% else %} | ||
{{ leftnav }} | ||
{% endif %} | ||
<li> | ||
<a data-target="#item2" data-toggle="collapse" data-parent="#stacked-menu">Get Started<span class="caret arrow"></span></a> | ||
<ul class="nav collapse" id="item2"> | ||
{% assign foundBranch="false" %}{% for item in tree %}{% if item.sectiontitle %}{% if foundBranch=="false" %}{% capture treeString %}{{ item.section | downcase }}{% endcapture %}{% capture pageURLString %}"{{ page.url }}"{% endcapture %}{% else %}{% assign treeString="" %}{% endif %}<li class="leaf {% if treeString contains pageURLString %}{% assign foundBranch="true"%}menu-open{% else %}menu-closed{% endif %}"><a href="javascript:void(0)" class="expand-menu "><span class="menu-icon" aria-hidden="true"></span>{{ item.sectiontitle }}</a><ul class="nav-sub">{% assign tree = item.section %}{% include tree.html %}</ul>{% else %}<li><a href="{{ item.path }}" class="{% if item.path == page.url and item.nosync != true %}active currentPage{% endif %}">{{ item.title }}</a></li>{% endif %}{% endfor %} | ||
<li><a href="#">Learn Docker</a></li> | ||
<li><a href="#">Docker Basics</a></li> | ||
<li><a href="#">Define and deploy your app</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#">Docker ID</a></li> | ||
</ul> | ||
<!-- end sidebar nav --> | ||
</div> |
Oops, something went wrong.