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
Some checks failed
Build and Test - Staging / test (pull_request) Failing after 4m56s
Build and Test - Staging / build_and_push (pull_request) Has been skipped
Build and Test - Staging / deploy_staging (pull_request) Has been skipped

This commit is contained in:
2025-12-12 22:48:03 -08:00
parent adcbce68c8
commit 8fd744118f
67 changed files with 586 additions and 107 deletions

View File

@@ -1,7 +1,6 @@
import type { navLink } from "@interfaces/site-layout.ts";
export const siteLayout: navLink[] = [
// Standard navbar entries
{ navText: "About", path: "" },
{ navText: "Education", path: "education" },
{
@@ -26,49 +25,57 @@ export const siteLayout: navLink[] = [
navText: "OSU CEOAS Ocean Mixing Group",
path: "osu-ceoas-ocean-mixing-group",
children: [
{
navText: "Student Software/Electrical Engineer",
placeholderEntry: true,
},
{
navText: "Robotic Oceanographic Surface Sampler",
isSubItem: true,
path: "robotic-oceanographic-surface-sampler",
},
{
navText: "LeConte Glacier Deployments",
isSubItem: true,
path: "leconte-glacier-deployments",
},
],
},
{
enabled: false,
navText: "OSU SARL",
navText: "OSU Sinnhuber Aquatic Research Lab",
path: "osu-sinnhuber-aquatic-research-laboratory",
children: [
{
enabled: false,
navText: "Team Lead",
path: "team-lead",
navText: "Student Automation Engineer",
placeholderEntry: true,
},
{
enabled: false,
navText: "Zebrafish Embryo Pick and Plate",
isSubItem: true,
path: "zebrafish-embryo-pick-and-plate",
},
{
enabled: false,
navText: "Shuttlebox Behavior System",
isSubItem: true,
path: "shuttlebox-behavior-system",
},
{
enabled: false,
navText: "Dechorionator",
isSubItem: true,
path: "dechorionator",
},
{
enabled: false,
navText: "Denso Embryo Pick and Plate",
isSubItem: true,
path: "denso-embryo-pick-and-plate",
},
{
enabled: false,
navText: "ZScan Processor",
isSubItem: true,
path: "zscan-processor",
},
],