forked from ProjectSegfault/website
new logo implementation
This commit is contained in:
parent
297235ba6b
commit
d077f3c140
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<link
|
||||
rel="icon"
|
||||
href="%sveltekit.assets%/logo.png"
|
||||
href="%sveltekit.assets%/logo.svg"
|
||||
/>
|
||||
<meta
|
||||
name="viewport"
|
||||
|
@ -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">
|
||||
|
@ -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 |
BIN
static/logo.png
BIN
static/logo.png
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 17 KiB |
Loading…
Reference in New Issue
Block a user