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:
@@ -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",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user