Update content
All checks were successful
Build / build (push) Successful in 37s

This commit is contained in:
2025-06-24 20:05:34 +01:00
parent 709e133635
commit c240db1ad9
6 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,6 @@
# quartznet-info # quartznet-info
Main website for quartznet. Main website for quartznet.
Work in progress and subject to change.
1. `pnpm install` 1. `pnpm install`

View File

@ -4,9 +4,9 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Software development team" /> <meta name="description" content="Software development team" />
<link rel="icon" type="image/png" href="/images/favicon.png" sizes="96x96" />
<link rel="preload" as="image" href="/images/blue-nebula.png" />
<link rel="stylesheet" href="/global.css" /> <link rel="stylesheet" href="/global.css" />
<link rel="icon" type="image/png" href="/favicon.png" sizes="96x96" />
<link rel="preload" as="image" href="/images/bluenebula.webp" />
%sveltekit.head% %sveltekit.head%
</head> </head>
<body data-sveltekit-preload-data="hover"> <body data-sveltekit-preload-data="hover">

View File

@ -11,7 +11,7 @@
.overlay { .overlay {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-image: url("/images/bluenebula.webp"); background-image: url("/images/blue-nebula.png");
background-size: cover; background-size: cover;
background-position: center; background-position: center;
min-height: 200px; min-height: 200px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 243 KiB