diff --git a/README.md b/README.md index 6923991..739476b 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # quartznet-info Main website for quartznet. -Work in progress and subject to change. 1. `pnpm install` diff --git a/src/app.html b/src/app.html index 6a430f9..0ff3579 100644 --- a/src/app.html +++ b/src/app.html @@ -4,9 +4,9 @@ + + - - %sveltekit.head% diff --git a/src/lib/Banner.svelte b/src/lib/Banner.svelte index 4357d69..8b1b0c9 100644 --- a/src/lib/Banner.svelte +++ b/src/lib/Banner.svelte @@ -11,7 +11,7 @@ .overlay { display: flex; flex-direction: column; - background-image: url("/images/bluenebula.webp"); + background-image: url("/images/blue-nebula.png"); background-size: cover; background-position: center; min-height: 200px; diff --git a/static/images/blue-nebula.png b/static/images/blue-nebula.png new file mode 100644 index 0000000..dd1389d Binary files /dev/null and b/static/images/blue-nebula.png differ diff --git a/static/images/bluenebula.webp b/static/images/bluenebula.webp deleted file mode 100644 index 5c7abe8..0000000 Binary files a/static/images/bluenebula.webp and /dev/null differ diff --git a/static/favicon.png b/static/images/favicon.png similarity index 100% rename from static/favicon.png rename to static/images/favicon.png