initial page

This commit is contained in:
2025-02-13 08:24:00 +01:00
parent 2cc8a03491
commit 32fea815f2
47 changed files with 2490 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
package components
templ AboutPage() {
@rootLayout() {
<main class="w-full h-full flex flex-col gap-0 items-center justify-center">
<section class="flex flex-col gap-6">
<h1 class="text-3xl">About Me</h1>
<p class="text-base">I am a software engineer with a passion for web development. I have experience with a variety of technologies including React, Node.js, and MongoDB. I am always looking to learn new things and improve my skills.</p>
</section>
</main>
}
}