Latest projects on landing page, moved landing page components
All checks were successful
Build and deploy website / build (push) Successful in 34s

This commit is contained in:
2025-02-16 12:01:51 +01:00
parent 22cdc634f9
commit e1c3ae7d87
7 changed files with 57 additions and 29 deletions

View File

@ -0,0 +1,29 @@
---
import { Image } from "astro:assets"
import me from "@/images/polite-cat.jpg"
import * as m from "@/paraglide/messages.js"
import "@/styles/global.css"
---
<div class="flex items-center justify-around flex-wrap">
<div class="m-5">
<h1>
{m.hiIm()}
<br />
Martin Berg Alstad
<br />
{m.position()}
</h1>
<p class="mx-1 sm:my-10">{m.aboutMe()}</p>
</div>
<Image
src={me}
alt="Me on a hike"
width="400"
height="400"
class="p-5 mx-auto"
loading={"eager"}
/>
</div>
<!-- Mastodon verification -->
<a rel="me" href="https://snabelen.no/@Martials" class="hidden">Mastodon</a>