From 45c8b079162441b52d4dd9ba711465e55511e1e9 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Wed, 17 Sep 2025 13:42:40 +0000 Subject: [PATCH] Auto commit: 2025-09-17T13:42:40.993Z --- careers.php | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/careers.php b/careers.php index e553a0f..30c7092 100644 --- a/careers.php +++ b/careers.php @@ -3,32 +3,25 @@ $jobs = [ [ 'id' => 1, - 'title' => 'Senior Product Manager', - 'department' => 'Product', + 'title' => 'Senior Frontend Developer – Space Data Platform', + 'department' => 'Engineering', 'location' => 'Remote', 'type' => 'Full-time' ], [ 'id' => 2, - 'title' => 'Lead Software Engineer (Backend)', - 'department' => 'Engineering', + 'title' => 'Product Manager – Orbital Systems & Services', + 'department' => 'Product', 'location' => 'New York, NY', 'type' => 'Full-time' ], [ 'id' => 3, - 'title' => 'UX/UI Designer', + 'title' => 'UI/UX Designer – Mission-Control Interfaces', 'department' => 'Design', 'location' => 'Remote', 'type' => 'Contract' ], - [ - 'id' => 4, - 'title' => 'Marketing Manager', - 'department' => 'Marketing', - 'location' => 'San Francisco, CA', - 'type' => 'Full-time' - ], ]; ?>