summaryrefslogtreecommitdiff
path: root/src/components/HomePageHeader.astro
blob: a66b7f4e3ae7d133392b9ca450280f4399eb0f59 (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 <a class="hover:underline text-blue-600" href="https://www.cardiff.ac.uk">Cardiff University</a>, 
    with a focus on Software Development.
  </p>
</div>