summaryrefslogtreecommitdiff
path: root/src/components/HomePageHeader.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/HomePageHeader.astro')
-rw-r--r--src/components/HomePageHeader.astro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/HomePageHeader.astro b/src/components/HomePageHeader.astro
new file mode 100644
index 0000000..b03c189
--- /dev/null
+++ b/src/components/HomePageHeader.astro
@@ -0,0 +1,11 @@
+---
+---
+<!-- Title -->
+<div class="flex flex-col items-center px-4">
+ <h1 class="text-4xl font-bold text-center mt-10">Iwan Ingman</h1>
+ <p class="text-lg text-center text-muted-foreground mt-4">
+ I'm a Computer Science student at Cardiff University, with a focus
+ on Software Development.
+ </p>
+</div>
+