diff --git a/project-words.txt b/project-words.txt index b641fad..141346e 100644 --- a/project-words.txt +++ b/project-words.txt @@ -1,6 +1,9 @@ ADCP +Altium ASSEM astrojs +Atmel +barebones Candian caperren CEOAS @@ -10,6 +13,7 @@ CONSERV Corwin dangerousthings Dechorionator +ebox fhhs flowbite HDFS @@ -19,10 +23,13 @@ hwupload iceops ITAR Jetson +KFSK leconte Loctite luxon MGMT +Mokai +Multimeters nixos offroad Onshape @@ -30,6 +37,7 @@ OSSM OSURC Perren Perren's +Pixhawk pubpath RFID RSSI diff --git a/src/assets/experience/osu-ceoas-ocean-mixing-group/robotic-oceanographic-surface-sampler/ross-ebox-4p0.jpg b/src/assets/experience/osu-ceoas-ocean-mixing-group/robotic-oceanographic-surface-sampler/ross-ebox-4p0.jpg new file mode 100644 index 0000000..a067c8e Binary files /dev/null and b/src/assets/experience/osu-ceoas-ocean-mixing-group/robotic-oceanographic-surface-sampler/ross-ebox-4p0.jpg differ diff --git a/src/components/H1.astro b/src/components/H1.astro index 6778a2c..5596324 100644 --- a/src/components/H1.astro +++ b/src/components/H1.astro @@ -2,4 +2,4 @@ --- -

+

diff --git a/src/components/H2.astro b/src/components/H2.astro index d31b002..c2ead95 100644 --- a/src/components/H2.astro +++ b/src/components/H2.astro @@ -2,4 +2,4 @@ --- -

+

diff --git a/src/components/H3.astro b/src/components/H3.astro index 5933837..5f72ac5 100644 --- a/src/components/H3.astro +++ b/src/components/H3.astro @@ -2,4 +2,4 @@ --- -

+

diff --git a/src/components/Li.astro b/src/components/Li.astro new file mode 100644 index 0000000..5d800a1 --- /dev/null +++ b/src/components/Li.astro @@ -0,0 +1,9 @@ +--- + +--- + +<> +
  • + +
  • + diff --git a/src/components/LinkButton.astro b/src/components/LinkButton.astro index e1907c8..8ef27b8 100644 --- a/src/components/LinkButton.astro +++ b/src/components/LinkButton.astro @@ -9,10 +9,12 @@ interface Props { const { title, href, target = "_blank" } = Astro.props; --- - - {title} - +
    + + {title} + +
    diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 1bef748..2d4148b 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -39,7 +39,7 @@ import { Image } from "astro:assets";