summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIwanIDev <iwan@iwani.dev>2026-03-31 13:48:00 +0100
committerIwanIDev <iwan@iwani.dev>2026-03-31 13:48:00 +0100
commite232b0b97e4f0371d5101e5e77e6cce66c3e7518 (patch)
tree5249126c53b9b710f1563bd98c74825bbbfcf4c6
parent4925d4e9036b709363409733a6f2e52b400e5a55 (diff)
refactor: add URL underline and blue text on home page header link
-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>