Files
kind/site/layouts/partials/navbar.html
Benjamin Elder a163d22924 site style update:
- Use kubernetes blue + white for header / footer
- Drop banner. It's been 14 months and we're by far the last ones in the ecosystem. Kubnernetes usually time-boxes banners.
2023-05-16 22:05:08 -07:00

4 lines
348 B
HTML

<div id="navbar" class="ua">
<span id="sidebar-toggle" onclick="toggleSidebar()">&#9776;</span><span id="navbar-title"><a href="{{.Site.BaseURL}}">kind</a> </span><span id="github"><a href="https://github.com/kubernetes-sigs/kind/"><img alt="github" title="github" src="{{ "third_party/GitHub-Mark-120px-plus.png" | relURL }}"></a></span>
</div>