Merge pull request #50925 from jeefy/careers-page

Add gitjobs embed to create a Kubernetes Careers page
pull/51213/head
Kubernetes Prow Robot 2025-06-05 05:40:39 -07:00 committed by GitHub
commit d191629db6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1,22 @@
---
title: Careers
bigheader: Careers in Kubernetes
abstract: Jobs focused on Kubernetes and Cloud Native Patterns
class: gridPage
cid: careers
body_class: careers
menu:
main:
weight: 70
---
<div align="center">
<iframe id="gitjobs" src="https://gitjobs.dev/embed?ts_query=kubernetes" style="width:100%;max-width:870px;height:100%;display:block;border:none;"></iframe>
<div>Powered by <a href="https://gitjobs.dev" target="_blank">GitJobs</a></div>
<p>&nbsp;</p>
</div>
<script type="module">
import { initialize } from "https://cdn.jsdelivr.net/npm/@open-iframe-resizer/core@latest/dist/index.js";
initialize({}, "#gitjobs");
</script>

View File

@ -53,6 +53,9 @@ menu:
<div class="community-nav-item">
<a href="/releases">Releases</a>
</div>
<div class="community-nav-item">
<a href="/case-studies">Case Studies</a>
</div>
</div>
<div class="community-section" id="gallery">

View File

@ -25,7 +25,7 @@
<ul class="navbar-nav mt-lg-0">
{{ $p := . -}}
{{/* The below code needs to be aligned to Docsy to use the menu data from the front matter wherever possible */}}
{{ $sections := slice "docs" "blog" "training" "partners" "community" "case-studies" }}
{{ $sections := slice "docs" "blog" "training" "careers" "partners" "community" }}
{{ range $sections }}
{{ with site.GetPage "section" . }}
<li class="nav-item mr-4 mb-2 mb-lg-0">