Skip to content

Commit

Permalink
Merge pull request #9 from Fyrlex/dev
Browse files Browse the repository at this point in the history
feat: add new astro content
  • Loading branch information
Fyrlex authored Apr 1, 2024
2 parents 2772fb7 + 84ac730 commit afe9b6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added src/lib/assets/ASTRO_12P.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/routes/astronomy/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -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.",
Expand Down

0 comments on commit afe9b6c

Please sign in to comment.