Merge pull request #51190 from cynthia-sg/cynthia-sg/careers-page

Some minor styling changes to careers page
pull/51256/head
Kubernetes Prow Robot 2025-06-14 08:30:56 -07:00 committed by GitHub
commit f99f724e19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 4 deletions

View File

@ -1462,6 +1462,13 @@ main.content {
margin-bottom: 20px; margin-bottom: 20px;
} }
/* CAREERS */
// Set 14px font size for GitJobs attribution text
.gitjobs-legend {
font-size: 14px;
}
/* CASE-STUDIES */ /* CASE-STUDIES */
// Many of the case studies have small variations in markup and styles; // Many of the case studies have small variations in markup and styles;

View File

@ -10,10 +10,11 @@ menu:
weight: 70 weight: 70
--- ---
<div align="center"> <div class="d-flex flex-column justify-content-center mt-4 mt-md-5 px-2 px-md-3 px-lg-0">
<iframe id="gitjobs" src="https://gitjobs.dev/embed?ts_query=kubernetes" style="width:100%;max-width:870px;height:100%;display:block;border:none;"></iframe> <iframe id="gitjobs" class="mx-auto" 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> <div class="mb-4 mb-md-5 mt-1 mx-auto gitjobs-legend">
<p>&nbsp;</p> Powered by <a href="https://gitjobs.dev" target="_blank">GitJobs</a>
</div>
</div> </div>
<script type="module"> <script type="module">