e9591bb3ee
- Change "Kubernetes", which is not a thing you can assign copyright to, to "The Kubernetes Authors", in line with comments in source files. This may or may not be more appropriate to assign copyright to CNCF. - Add link to LICENSE with CC BY SA text, which will only be true when #1763 is merged. - I don't think you'll like the CSS, but without the 'light-text' tag you get a blue/purple link.
30 lines
1.4 KiB
HTML
30 lines
1.4 KiB
HTML
<footer>
|
|
<main class="light-text">
|
|
<nav>
|
|
<a href="/docs/hellonode/">Get Started</a>
|
|
<a href="/docs/">Documentation</a>
|
|
<a href="http://blog.kubernetes.io/">Blog</a>
|
|
<a href="/partners/">Partners</a>
|
|
<a href="/community/">Community</a>
|
|
<a href="/case-studies/">Case Studies</a>
|
|
</nav>
|
|
<div class="social">
|
|
<div>
|
|
<a href="https://twitter.com/kubernetesio" class="twitter"><span>twitter</span></a>
|
|
<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>
|
|
</div>
|
|
<div>
|
|
<a href="http://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>Stack Overflow</span></a>
|
|
<a href="https://groups.google.com/forum/#!forum/kubernetes-users" 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>
|
|
<a href="//get.k8s.io" class="button">Download K8s</a>
|
|
<a href="https://github.com/kubernetes/kubernetes" class="button">Contribute to the K8s codebase</a>
|
|
</div>
|
|
</div>
|
|
<div id="miceType" class="center">© {{ 'now' | date: "%Y" }} The Kubernetes Authors | Distributed under <a href="https://github.com/kubernetes/kubernetes.github.io/blob/master/LICENSE" class="light-text">CC BY 4.0</a></div>
|
|
</main>
|
|
</footer>
|