2018-05-05 16:00:51 +00:00
< div id = "cellophane" onclick = "kub.toggleMenu()" > < / div >
< header >
2020-05-25 17:14:44 +00:00
< a href = "{{ site.Home.RelPermalink }}" class = "logo" title = "{{ site.Home.Title }} - {{ site.Params.title }}" aria-label = "Kubernetes website" data-proofer-ignore > < / a >
2018-05-05 16:00:51 +00:00
< div class = "nav-buttons" data-auto-burger = "primary" >
< ul class = "global-nav" >
2020-03-04 19:01:48 +00:00
{{ $sections := slice "docs" "blog" "training" "partners" "community" "case-studies" }}
2018-05-05 16:00:51 +00:00
{{ range $sections }}
2020-06-24 20:26:10 +00:00
{{ with site.GetPage "section" . }}< li > < a href = "{{ .RelPermalink }}" { { if eq . Section $ . Section } } class = "active" { { end } } data-proofer-ignore > {{ .Title }}< / a > < / li > {{ end }}
2018-05-05 16:00:51 +00:00
{{ end }}
2018-09-14 21:47:24 +00:00
{{/* Link directly to documentation etc., if possible. */}}
2019-02-05 16:33:23 +00:00
{{ $langPage := cond (gt (len .Translations) 0) . site.Home }}
2018-05-05 16:00:51 +00:00
< li >
2020-05-25 17:14:44 +00:00
< a href = "#" data-proofer-ignore >
2018-09-14 21:47:24 +00:00
{{ $langPage.Language.LanguageName }} < span class = "ui-icon ui-icon-carat-1-s" > < / span >
2018-05-05 16:00:51 +00:00
< / a >
< ul >
2018-09-14 21:47:24 +00:00
{{ range $langPage.Translations }}
2020-05-25 17:14:44 +00:00
< li > < a href = "{{ .RelPermalink }}" data-proofer-ignore > {{ .Language.LanguageName }}< / a > < / li >
2018-05-05 16:00:51 +00:00
{{ end }}
< / ul >
< / li >
2019-10-03 06:14:08 +00:00
2018-05-05 16:00:51 +00:00
< li >
2020-05-25 17:14:44 +00:00
< a href = "#" data-proofer-ignore >
2019-02-05 16:33:23 +00:00
{{ site.Params.version }} < span class = "ui-icon ui-icon-carat-1-s" > < / span >
2018-05-05 16:00:51 +00:00
< / a >
< ul >
2019-02-05 16:33:23 +00:00
{{ range site.Params.versions }}
2020-05-25 17:14:44 +00:00
< li > < a href = "{{ .url }}{{ $.RelPermalink }}" data-proofer-ignore > {{ .version }}< / a > < / li >
2018-05-05 16:00:51 +00:00
{{ end }}
< / ul >
< / li >
< / ul >
2019-02-05 16:33:23 +00:00
{{ with site.GetPage "section" "docs/tutorials/kubernetes-basics" }}
2020-05-25 17:14:44 +00:00
< a href = "{{ .RelPermalink }}" class = "button" id = "tryKubernetes" data-auto-burger-exclude data-proofer-ignore > {{ .LinkTitle }}< / a >
2018-09-14 21:47:24 +00:00
{{ end }}
2018-05-05 16:00:51 +00:00
< button id = "hamburger" onclick = "kub.toggleMenu()" data-auto-burger-exclude > < div > < / div > < / button >
< / div >
< nav id = "mainNav" >
2019-10-27 11:43:24 +00:00
< div class = "main-section" data-auto-burger = "primary" >
2019-02-05 16:33:23 +00:00
{{ range site.Menus.main }}
2018-09-14 21:47:24 +00:00
< div class = "nav-box" >
2020-05-25 17:14:44 +00:00
< h3 > < a href = "{{ .URL }}" data-proofer-ignore > {{ .Title }}< / a > < / h3 >
2018-09-14 21:47:24 +00:00
{{ .Post }}
2019-10-27 11:43:24 +00:00
< / div >
2018-09-14 21:47:24 +00:00
{{ end }}
2018-05-05 16:00:51 +00:00
< / div >
2019-10-27 11:43:24 +00:00
< div class = "main-section" data-auto-burger = "primary" >
< div class = "left" >
< h5 class = "github-invite" > {{ T "main_github_invite" }}< / h5 >
< a href = "https://github.com/kubernetes/kubernetes" class = "button" data-auto-burger-exclude > {{ T "main_github_view_on" }}< / a >
< / div >
2018-05-05 16:00:51 +00:00
2019-10-27 11:43:24 +00:00
< div class = "right" >
< h5 class = "github-invite" > {{ T "main_community_explore" }}< / h5 >
< div class = "social" >
< a href = "https://twitter.com/kubernetesio" class = "twitter" > < span > {{ T "community_twitter_name" }}< / span > < / a >
< a href = "https://github.com/kubernetes/kubernetes" class = "github" > < span > {{ T "community_github_name" }}< / span > < / a >
2020-04-14 15:43:25 +00:00
< a href = "http://slack.k8s.io/" class = "slack" > < span > {{ T "community_slack_name" }}< / span > < / a >
2019-10-27 11:43:24 +00:00
< a href = "https://stackoverflow.com/questions/tagged/kubernetes" class = "stack-overflow" > < span > {{ T "community_stack_overflow_name" }}< / span > < / a >
2019-12-04 23:22:31 +00:00
< a href = "https://www.youtube.com/kubernetescommunity" class = "youtube" > < span > {{ T "community_youtube_name" }}< / span > < / a >
2019-10-27 11:43:24 +00:00
< a href = "https://discuss.kubernetes.io" class = "mailing-list" > < span > {{ T "community_forum_name" }}< / span > < / a >
2020-05-11 18:59:04 +00:00
< a href = "https://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com" class = "calendar" > < span > {{ T "community_events_calendar" }}< / span > < / a >
2019-10-27 11:43:24 +00:00
< / div >
2018-05-05 16:00:51 +00:00
< / div >
2019-10-27 11:43:24 +00:00
< div class = "clear" style = "clear: both" > < / div >
2018-05-05 16:00:51 +00:00
< / div >
< / nav >
2020-05-25 17:14:44 +00:00
< / header >