diff --git a/src/lib/assets/ASTRO_12P.jpg b/src/lib/assets/ASTRO_12P.jpg new file mode 100644 index 0000000..f9e1e7b Binary files /dev/null and b/src/lib/assets/ASTRO_12P.jpg differ diff --git a/src/routes/astronomy/+page.svelte b/src/routes/astronomy/+page.svelte index fe22f9d..53b9d40 100644 --- a/src/routes/astronomy/+page.svelte +++ b/src/routes/astronomy/+page.svelte @@ -5,6 +5,8 @@ import ASTRO_TRIFFID from "$lib/assets/ASTRO_TRIFFID.jpg"; import ASTRO_TRIANGULUM from "$lib/assets/ASTRO_TRIANGULUM.jpg"; import ASTRO_ORION from "$lib/assets/ASTRO_ORION.jpg"; + import ASTRO_12P from "$lib/assets/ASTRO_12P.jpg"; + import Hobbies from "../../components/hobbies.svelte"; const astroImages: { @@ -13,6 +15,12 @@ description: string; date: string; }[] = [ + { + title: "12P/Pons-Brooks", + description: "A bright comet that is nearly visible to the naked eye.", + src: ASTRO_12P, + date: "Blacksburg, VA - March 31, 2024", + }, { title: "Orion Nebula", description: "One of the brightest and largest nebulae.",