Skip to content

Commit

Permalink
feat: add astronomy
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrlex committed Jul 29, 2024
1 parent 438e0ed commit c3b21d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added src/lib/assets/ASTRO_EAGLE.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/routes/astronomy/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script lang="ts">
import Meta from '../../components/meta.svelte';
import ASTRO_EAGLE from '$lib/assets/ASTRO_EAGLE.jpg';
import ASTRO_MOON from '$lib/assets/ASTRO_MOON.jpg';
import ASTRO_TRIFFID from '$lib/assets/ASTRO_TRIFFID.jpg';
import ASTRO_TRIANGULUM from '$lib/assets/ASTRO_TRIANGULUM.jpg';
Expand All @@ -15,6 +16,12 @@
description: string;
date: string;
}[] = [
{
title: 'Eagle Nebula',
description: 'A young open cluster of stars in the constellation Serpens.',
src: ASTRO_EAGLE,
date: 'McHenry, MD - July 29, 2024',
},
{
title: '12P/Pons-Brooks',
description: 'A bright comet that is nearly visible to the naked eye.',
Expand Down

0 comments on commit c3b21d2

Please sign in to comment.