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