diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png index 1b274d7..9570339 100644 Binary files a/public/apple-touch-icon.png and b/public/apple-touch-icon.png differ diff --git a/public/favicon.ico b/public/favicon.ico index afd5bcf..01b1348 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/icon-192.png b/public/icon-192.png index f89fb4f..ab35d5e 100644 Binary files a/public/icon-192.png and b/public/icon-192.png differ diff --git a/public/icon-512.png b/public/icon-512.png index 445e227..0f05eee 100644 Binary files a/public/icon-512.png and b/public/icon-512.png differ diff --git a/src/_data/jobs.json b/src/_data/jobs.json index 7cbca56..fe51488 100644 --- a/src/_data/jobs.json +++ b/src/_data/jobs.json @@ -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." - } -] +[] diff --git a/src/assets/styles/main.scss b/src/assets/styles/main.scss index 3f1a8fc..a5c4964 100644 --- a/src/assets/styles/main.scss +++ b/src/assets/styles/main.scss @@ -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; diff --git a/src/assets/styles/peripheral.scss b/src/assets/styles/peripheral.scss index 1886b16..f99df3a 100644 --- a/src/assets/styles/peripheral.scss +++ b/src/assets/styles/peripheral.scss @@ -571,6 +571,10 @@ a.btn { } } +.center { + text-align: center; +} + @media only screen and (max-width: 1245px) { section#hero { flex-direction: column; diff --git a/src/jobs.njk b/src/jobs.njk index 4c5cfbd..881f919 100644 --- a/src/jobs.njk +++ b/src/jobs.njk @@ -9,7 +9,7 @@ layout: layouts/peripheral.njk @@ -52,12 +52,12 @@ layout: layouts/peripheral.njk {% endif %} {% if jobs|length == 0 %} -

+

There are no open positions at Start9 at this time. -

+


-

+

Check back soon! -

+

{% endif %} \ No newline at end of file