added socials section
This commit is contained in:
parent
b7e9ac7bdd
commit
19b426ade7
11 changed files with 554 additions and 10 deletions
9
src/components/socialsbutton.astro
Normal file
9
src/components/socialsbutton.astro
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
import Button from "../components/navbutton.svelte"
|
||||
const { link,text }=Astro.props
|
||||
---
|
||||
<slot>
|
||||
<Button class="SocialsButton">
|
||||
<a href={link}>{text}</a>
|
||||
</Button>
|
||||
</slot>
|
||||
Loading…
Add table
Add a link
Reference in a new issue