Skip to content

Commit d191629

Browse files
authored
Merge pull request #50925 from jeefy/careers-page
Add gitjobs embed to create a Kubernetes Careers page
2 parents 3251d7d + c76ae67 commit d191629

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

content/en/careers/_index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>&nbsp;</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>

content/en/community/_index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
<div class="community-nav-item">
5454
<a href="/releases">Releases</a>
5555
</div>
56+
<div class="community-nav-item">
57+
<a href="/case-studies">Case Studies</a>
58+
</div>
5659
</div>
5760

5861
<div class="community-section" id="gallery">

layouts/partials/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<ul class="navbar-nav mt-lg-0">
2626
{{ $p := . -}}
2727
{{/* 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" }}
2929
{{ range $sections }}
3030
{{ with site.GetPage "section" . }}
3131
<li class="nav-item mr-4 mb-2 mb-lg-0">

0 commit comments

Comments
 (0)