2016-03-05 01:07:06 +00:00
|
|
|
{% if page.title %}{% assign title=page.title %}{% endif %}
|
2016-03-05 00:02:00 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="shortcut icon" type="image/png" href="/images/favicon.png">
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
|
|
|
|
<link rel="stylesheet" href="/css/styles.css"/>
|
|
|
|
<script src="/js/jquery-2.2.0.min.js"></script>
|
|
|
|
<script src="/js/script.js"></script>
|
2016-03-05 01:07:06 +00:00
|
|
|
<title>Kubernetes - {{ title }}</title>
|
2016-03-05 00:02:00 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="cellophane" onclick="kub.toggleMenu()"></div>
|
|
|
|
<header>
|
|
|
|
<a href="/" class="logo"></a>
|
|
|
|
<div class="nav-buttons" data-auto-burger="primary">
|
2016-03-07 21:59:59 +00:00
|
|
|
<a href="/docs/" class="button" id="viewDocs" data-auto-burger-exclude>View Documentation</a>
|
|
|
|
<a href="/docs/hellonode/" class="button" id="tryKubernetes" data-auto-burger-exclude>Try Kubernetes</a>
|
2016-03-05 00:02:00 +00:00
|
|
|
<button id="hamburger" onclick="kub.toggleMenu()" data-auto-burger-exclude><div></div></button>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<nav id="mainNav">
|
|
|
|
<main data-auto-burger="primary">
|
|
|
|
<div class="nav-box">
|
|
|
|
<h3><a href="/docs/hellonode/">Get Started</a></h3>
|
|
|
|
<p>Built for a multi-cloud world, public, private or hybrid. Seamlessly roll out new features.</p>
|
|
|
|
</div>
|
|
|
|
<div class="nav-box">
|
|
|
|
<h3><a href="/docs/">Documentation</a></h3>
|
|
|
|
<p>Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt. </p>
|
|
|
|
</div>
|
|
|
|
<div class="nav-box">
|
2016-03-05 01:07:06 +00:00
|
|
|
<h3><a href="/community/">Community</a></h3>
|
2016-03-05 00:02:00 +00:00
|
|
|
<p>Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. </p>
|
|
|
|
</div>
|
|
|
|
<div class="nav-box">
|
|
|
|
<h3><a href="http://blog.kubernetes.io">Blog</a></h3>
|
|
|
|
<p>Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in. </p>
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
<main data-auto-burger="primary">
|
|
|
|
<div class="left">
|
|
|
|
<h5 class="github-invite">Interested in hacking on the core Kubernetes code base?</h5>
|
2016-03-07 21:59:59 +00:00
|
|
|
<a href="" class="button" data-auto-burger-exclude>View On Github</a>
|
2016-03-05 00:02:00 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="right">
|
|
|
|
<h5 class="github-invite">Explore the community</h5>
|
|
|
|
<div class="social">
|
2016-03-07 21:59:59 +00:00
|
|
|
<a href="https://twitter.com/kubernetesio" class="twitter"><span>Twitter</span></a>
|
2016-03-05 00:02:00 +00:00
|
|
|
<a href="https://github.com/kubernetes/kubernetes" class="github"><span>Github</span></a>
|
|
|
|
<a href="http://slack.k8s.io/" class="slack"><span>Slack</span></a>
|
2016-03-07 21:59:59 +00:00
|
|
|
<a href="http://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>Stackoverflow</span></a>
|
2016-03-05 00:02:00 +00:00
|
|
|
<a href="https://groups.google.com/forum/#!forum/google-containers" class="mailing-list"><span>Mailing List</span></a>
|
|
|
|
<a href="https://calendar.google.com/calendar/embed?src=nt2tcnbtbied3l6gi2h29slvc0%40group.calendar.google.com" class="calendar"><span>Events Calendar</span></a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="clear" style="clear: both"></div>
|
|
|
|
</main>
|
|
|
|
</nav>
|
|
|
|
</header>
|