diff --git a/public/discord.svg b/public/discord.svg new file mode 100644 index 0000000..4b74773 --- /dev/null +++ b/public/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/git.svg b/public/git.svg new file mode 100644 index 0000000..320b407 --- /dev/null +++ b/public/git.svg @@ -0,0 +1,9 @@ + + + \ No newline at end of file diff --git a/public/lastfm.svg b/public/lastfm.svg new file mode 100644 index 0000000..bea536b --- /dev/null +++ b/public/lastfm.svg @@ -0,0 +1,364 @@ + + diff --git a/public/signal.svg b/public/signal.svg new file mode 100644 index 0000000..b15c74d --- /dev/null +++ b/public/signal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/telegram.svg b/public/telegram.svg new file mode 100644 index 0000000..4a723e2 --- /dev/null +++ b/public/telegram.svg @@ -0,0 +1,56 @@ + + diff --git a/src/components/Friendbutton.astro b/src/components/Friendbutton.astro index c8765b3..8a11570 100644 --- a/src/components/Friendbutton.astro +++ b/src/components/Friendbutton.astro @@ -8,7 +8,7 @@ const { website, image, name }=Astro.props \ No newline at end of file diff --git a/src/components/socials.astro b/src/components/socials.astro index e69de29..eb213ce 100644 --- a/src/components/socials.astro +++ b/src/components/socials.astro @@ -0,0 +1,65 @@ +--- +import Socialsbutton from "../components/socialsbutton.astro" +--- + +
+ + + + + \ No newline at end of file diff --git a/src/components/socialsbutton.astro b/src/components/socialsbutton.astro new file mode 100644 index 0000000..d9143e5 --- /dev/null +++ b/src/components/socialsbutton.astro @@ -0,0 +1,9 @@ +--- +import Button from "../components/navbutton.svelte" +const { link,text }=Astro.props +--- +