mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-08 17:12:24 +05:30
new logo implementation
This commit is contained in:
parent
297235ba6b
commit
d077f3c140
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
href="%sveltekit.assets%/logo.png"
|
href="%sveltekit.assets%/logo.svg"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="viewport"
|
name="viewport"
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
export let position: any;
|
export let position: any;
|
||||||
export let description: any;
|
export let description: any;
|
||||||
export let icon: any;
|
export let icon: any;
|
||||||
export let internal: boolean;
|
|
||||||
|
|
||||||
import IconCircleInfo from "~icons/fa6-solid/circle-info";
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="card-inner">
|
<div class="card-inner">
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
marginTop="7"
|
marginTop="7"
|
||||||
>
|
>
|
||||||
<div class="buttons">
|
<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="/projects">Explore our projects</a>
|
||||||
<a href="/donate"><IconMoneyBill /> Donate</a>
|
<a href="/donate"><IconMoneyBill /> Donate</a>
|
||||||
</div>
|
</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