Update static data
All checks were successful
Build / build (push) Successful in 38s

This commit is contained in:
Chris Dill 2025-02-20 19:56:31 +00:00
parent d89aba34fa
commit 848006c026
4 changed files with 2 additions and 12 deletions

View File

@ -4,13 +4,8 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Software development team" />
<link rel="stylesheet" href="/css/styles.css" />
<link
rel="icon"
type="image/png"
href="/images/favicon.png"
sizes="96x96"
/>
<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%
</head>

View File

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 243 KiB

View File

@ -1,5 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user">
<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
<circle cx="12" cy="7" r="4"></circle>
</svg>

Before

Width:  |  Height:  |  Size: 322 B