Component for PCBs, many visual tweaks, finished dechorionator content, added many many photos, started work on mars rover software lead, timeline to luxon and automatic date-based ordering
This commit is contained in:
@@ -20,6 +20,7 @@ import type { timelineEntry } from "@interfaces/timeline.ts";
|
||||
import five_year_patch from "@assets/experience/spacex/hardware-test-engineer-i-ii/five-year-patch.jpg";
|
||||
import starlink_headquarters_selfie from "@assets/experience/spacex/hardware-test-engineer-i-ii/starlink-headquarters-selfie.jpg";
|
||||
import starlink_patch from "@assets/experience/spacex/hardware-test-engineer-i-ii/starlink-patch.jpg";
|
||||
import { DateTime } from "luxon";
|
||||
|
||||
const headerCarouselGroup: carouselGroup = {
|
||||
animation: "slide",
|
||||
@@ -30,28 +31,28 @@ const timeline: timelineEntry[] = [
|
||||
{
|
||||
event: "Started",
|
||||
eventDetail: "Satellite Hardware Test Team",
|
||||
date: "September 2019",
|
||||
date: DateTime.fromISO("2019-09-01"),
|
||||
description:
|
||||
"Owned test systems for four generations of Starlink flight computers and two generations of power boards",
|
||||
},
|
||||
{
|
||||
event: "Transitioned To Remote",
|
||||
eventDetail: "Moved To Oregon",
|
||||
date: "August 2022",
|
||||
date: DateTime.fromISO("2022-08-01"),
|
||||
description:
|
||||
"Personal decision, but I was allowed to work on tools for the build reliability engineering team",
|
||||
},
|
||||
{
|
||||
event: "Changed Teams",
|
||||
eventDetail: "Components Test Infra Team",
|
||||
date: "March 2024",
|
||||
date: DateTime.fromISO("2024-03-01"),
|
||||
description:
|
||||
"Vertical move that allowed for broader application of my skills",
|
||||
},
|
||||
{
|
||||
event: "Finished",
|
||||
eventDetail: "Thanks for all the fish!",
|
||||
date: "April 2025",
|
||||
date: DateTime.fromISO("2025-04-01"),
|
||||
description:
|
||||
"Celebrated five and a half years of helping put thousands of satellites, and dozens of rockets, into orbit",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user