File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title: Careers
3
+ bigheader: Careers in Kubernetes
4
+ abstract: Jobs focused on Kubernetes and Cloud Native Patterns
5
+ class: gridPage
6
+ cid: careers
7
+ body_class: careers
8
+ menu:
9
+ main:
10
+ weight: 70
11
+ ---
12
+
13
+ < div align ="center ">
14
+ < iframe id ="gitjobs " src ="https://gitjobs.dev/embed?ts_query=kubernetes " style ="width:100%;max-width:870px;height:100%;display:block;border:none; "> </ iframe >
15
+ < div > Powered by < a href ="https://gitjobs.dev " target ="_blank "> GitJobs</ a > </ div >
16
+ < p > </ p >
17
+ </ div >
18
+
19
+ < script type ="module ">
20
+ import { initialize } from "https://cdn.jsdelivr.net/npm/@open-iframe-resizer/core@latest/dist/index.js" ;
21
+ initialize ( { } , "#gitjobs" ) ;
22
+ </ script >
Original file line number Diff line number Diff line change 53
53
< div class ="community-nav-item ">
54
54
< a href ="/releases "> Releases</ a >
55
55
</ div >
56
+ < div class ="community-nav-item ">
57
+ < a href ="/case-studies "> Case Studies</ a >
58
+ </ div >
56
59
</ div >
57
60
58
61
< div class ="community-section " id ="gallery ">
Original file line number Diff line number Diff line change 25
25
< ul class ="navbar-nav mt-lg-0 ">
26
26
{{ $p := . -}}
27
27
{{/* The below code needs to be aligned to Docsy to use the menu data from the front matter wherever possible */}}
28
- {{ $sections := slice "docs" "blog" "training" "partners " "community " "case-studies " }}
28
+ {{ $sections := slice "docs" "blog" "training" "careers " "partners " "community " }}
29
29
{{ range $sections }}
30
30
{{ with site.GetPage "section" . }}
31
31
< li class ="nav-item mr-4 mb-2 mb-lg-0 ">
You can’t perform that action at this time.
0 commit comments