update jobs

This commit is contained in:
Lucy Cifferello
2023-09-08 14:22:31 -04:00
parent cb157ea00d
commit 0cad5db94e
8 changed files with 12 additions and 31 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -1,24 +1 @@
[
{
"title": "Senior Backend Developer (Rust)",
"blurb": "Our mission at Start9 is to eliminate the need for trusted 3rd parties in the human/computer relationship. Our flagship product, StartOS, is the most advanced, secure, and reliable personal server operating system in the world, making it possible for anyone to host their own software and data. One brick at a time, we will help construct an open and decentralized computing platform for humanity's future, one where sovereign individuals control their own data and the flow of information, as well as the abundance of intelligent devices that will come to engulf the human experience.",
"description": ["We are seeking an experienced Rust developer to contribute to the StartOS backend codebase. The StartOS backend is a novel and highly performant container management system that affords users granular control over applications running on their personal server."],
"requirements": [
"Familiarity with Rust's async model and the tokio runtime",
"Familiarity with Linux kernel intrinsics",
"Computer science / computer engineering degree or equivalent experience",
"Bonus: Familiarity with the Linux FUSE apis"
],
"benefits": [
"Competitive salary",
"Performance-based bonuses",
"A healthy equity package. You're still early!",
"Work from anywhere in the world, including our Denver office",
"Health and dental insurance",
"Budget for new computer",
"Attend conferences",
"Team retreats!"
],
"how": "Email us at jobs@start9.com with your resume and any other information you think we should know about you."
}
]
[]

View File

@@ -416,8 +416,8 @@ nav {
position: relative;
display: flex;
scale: 0.95;
opacity: 0;
filter: blur(10px);
// opacity: 0;
// filter: blur(10px);
img {
width: 50rem;
max-width: 90vw;

View File

@@ -571,6 +571,10 @@ a.btn {
}
}
.center {
text-align: center;
}
@media only screen and (max-width: 1245px) {
section#hero {
flex-direction: column;

View File

@@ -9,7 +9,7 @@ layout: layouts/peripheral.njk
<img class="img-shadow" src="/assets/images/jobs-hero.png" alt=""/>
</div>
<div id="logo">
<h1>
<h1 class="center">
<span>Jobs</span>
</h1>
</div>
@@ -52,12 +52,12 @@ layout: layouts/peripheral.njk
</ul>
{% endif %}
{% if jobs|length == 0 %}
<h3>
<p class="center">
There are no open positions at Start9 at this time.
</h3>
</p>
<br/>
<h3>
<p class="center">
Check back soon!
</h3>
</p>
{% endif %}
</section>