martials.no/src/pages/index.astro

22 lines
304 B
Plaintext
Raw Normal View History

2024-09-08 13:14:02 +02:00
---
2024-09-25 22:20:47 +02:00
import Layout from "../layouts/Layout.astro"
import OnePager from "../components/Greeting.astro"
2024-09-08 13:14:02 +02:00
---
2024-09-25 22:20:47 +02:00
<!--
One-pager
- Quick overview of me.
- Image
- Contact
- Email
- LinkedIn
- GitHub
- Education
- Experience
- Skills
- Certifications
-->
<Layout title="Velkommen">
<OnePager />
2024-09-08 13:14:02 +02:00
</Layout>