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.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/HomePageHeader.astro b/src/components/HomePageHeader.astro
index b03c189..a66b7f4 100644
--- a/src/components/HomePageHeader.astro
+++ b/src/components/HomePageHeader.astro
@@ -4,8 +4,8 @@
<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.
+ 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>