summaryrefslogtreecommitdiff
path: root/src/components/HomePageHeader.astro
blob: b03c18984d0b41363ccc8fac6d991a82cb2f0de5 (plain)
1
2
3
4
5
6
7
8
9
10
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>