new logo implementation

This commit is contained in:
Akis 2022-08-07 21:37:55 +03:00
parent 297235ba6b
commit d077f3c140
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED
7 changed files with 2 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<link
rel="icon"
href="%sveltekit.assets%/logo.png"
href="%sveltekit.assets%/logo.svg"
/>
<meta
name="viewport"

View File

@ -3,9 +3,6 @@
export let position: any;
export let description: any;
export let icon: any;
export let internal: boolean;
import IconCircleInfo from "~icons/fa6-solid/circle-info";
</script>
<div class="card-inner">

View File

@ -27,7 +27,7 @@
marginTop="7"
>
<div class="buttons">
<a href="https://instances.projectsegfau.lt/">Explore our services</a>
<a href="/instances">Explore our services</a>
<a href="/projects">Explore our projects</a>
<a href="/donate"><IconMoneyBill /> Donate</a>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB