Links page.
Icons using npm package instead of svgs. Props and types. Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
---
|
||||
|
||||
import Layout from "@/layouts/Layout.astro"
|
||||
import LinksPage from "@/components/myLinks/LinksPage.astro"
|
||||
---
|
||||
<Layout title="My links">
|
||||
<LinksPage />
|
||||
</Layout>
|
@ -3,19 +3,6 @@ import Layout from "../layouts/Layout.astro"
|
||||
import Greeting from "../components/Greeting.astro"
|
||||
---
|
||||
|
||||
<!--
|
||||
One-pager
|
||||
- Quick overview of me.
|
||||
- Image
|
||||
- Contact
|
||||
- Email
|
||||
- LinkedIn
|
||||
- GitHub
|
||||
- Education
|
||||
- Experience
|
||||
- Skills
|
||||
- Certifications
|
||||
-->
|
||||
<Layout title="Velkommen">
|
||||
<Greeting />
|
||||
</Layout>
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
|
||||
import Layout from "@/layouts/Layout.astro"
|
||||
import LinksPage from "@/components/myLinks/LinksPage.astro"
|
||||
---
|
||||
<Layout title="Mine lenker">
|
||||
<LinksPage />
|
||||
</Layout>
|
Reference in New Issue
Block a user