forked from nin0/website
added buttons
This commit is contained in:
parent
6d7b18dc01
commit
9b58091459
4 changed files with 30 additions and 0 deletions
|
@ -4,6 +4,9 @@ import GroupBox from "../components/GroupBox.astro";
|
|||
import Me from "../components/Me.astro";
|
||||
import Presence from "../components/Presence.astro";
|
||||
import Window from "../components/Window.astro";
|
||||
import Button from "./Button.astro";
|
||||
import ButtonCollection from "./ButtonCollection.astro";
|
||||
import Spacer from "./Spacer.astro";
|
||||
---
|
||||
<Window title="Home" maxWidth="600px">
|
||||
<Me />
|
||||
|
@ -18,4 +21,11 @@ import Window from "../components/Window.astro";
|
|||
<GroupBox name="Reach out">
|
||||
<Contacts />
|
||||
</GroupBox>
|
||||
<ButtonCollection>
|
||||
<Button position="left" text="Projects (soon)" url="/projects"/>
|
||||
<Spacer />
|
||||
<Button position="left" text="Code (soon)" url="/code"/>
|
||||
<Spacer />
|
||||
<Button position="left" text="Blog (ETA: 100 years)" url="/code"/>
|
||||
</ButtonCollection>
|
||||
</Window>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue