add gitjobs embed with kubernetes jobs

Signed-off-by: Jeffrey Sica <me@jeefy.dev>
pull/50925/head
Jeffrey Sica 2025-05-15 18:13:16 -05:00
parent 99b9082204
commit c76ae67158
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">