diff options
| author | IwanIDev <iwan@iwani.dev> | 2026-03-27 15:19:33 +0000 |
|---|---|---|
| committer | IwanIDev <iwan@iwani.dev> | 2026-03-27 15:19:33 +0000 |
| commit | 0a00baeefb231db6e6908d921b272acd5079c2fb (patch) | |
| tree | fbe7964b5150082f46410b0100892db45b09715f /src/components/HomePageHeader.astro | |
| parent | 8b74051bf58f48cbdd1c80e9b130e51b0702a725 (diff) | |
refactor: move home page header into a seperate component
Diffstat (limited to 'src/components/HomePageHeader.astro')
| -rw-r--r-- | src/components/HomePageHeader.astro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/HomePageHeader.astro b/src/components/HomePageHeader.astro new file mode 100644 index 0000000..b03c189 --- /dev/null +++ b/src/components/HomePageHeader.astro @@ -0,0 +1,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> + |
