0ea526106f
Make the 'trademark usage page' a hyperlink, thus removing the display of the raw URL (and condensing the footer from three lines to two.) I assume there is some legalese reason why this has to be on Every Page, but other Collaborative Projects don't have it at all.
35 lines
2.1 KiB
HTML
35 lines
2.1 KiB
HTML
<footer>
|
|
<main class="light-text">
|
|
<nav>
|
|
<a href="/docs/tutorials/stateless-application/hello-minikube/">Get Started</a>
|
|
<a href="/docs/home/">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="/docs/setup/pick-right-solution/" class="button">Get Kubernetes</a>
|
|
<a href="https://github.com/kubernetes/kubernetes" class="button">Contribute</a>
|
|
</div>
|
|
</div>
|
|
<div id="miceType" class="center">
|
|
© {{ 'now' | date: "%Y" }} The Kubernetes Authors | Documentation Distributed under <a href="https://git.k8s.io/website/LICENSE" class="light-text">CC BY 4.0</a>
|
|
</div>
|
|
<div id="miceType" class="center">
|
|
Copyright © {{ 'now' | date: "%Y" }} The Linux Foundation®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage" class="light-text">Trademark Usage page</a>
|
|
</div>
|
|
</main>
|
|
</footer>
|