From d5538e740b855c43e477730028e67093d12d693f Mon Sep 17 00:00:00 2001 From: Troy Date: Mon, 27 Jan 2025 21:37:48 +0000 Subject: [PATCH] apply link styling to previously added --- src/components/ShowcaseProject.astro | 4 ++-- src/pages/cv.astro | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/ShowcaseProject.astro b/src/components/ShowcaseProject.astro index 7905453..1e289df 100644 --- a/src/components/ShowcaseProject.astro +++ b/src/components/ShowcaseProject.astro @@ -27,12 +27,12 @@ const { collection } = Astro.props; href={`/${collection.collection}/${collection.slug}`} aria-label={collection.data.title}>

{collection.data.title}

{ collection.data.collection ? ( diff --git a/src/pages/cv.astro b/src/pages/cv.astro index 02044af..d06cfff 100644 --- a/src/pages/cv.astro +++ b/src/pages/cv.astro @@ -74,7 +74,11 @@ import Link from "@components/Link.astro"; My specific chosen area of focus is design, lighting, and rendering focusing on 3D environments within software such as Blender and Unreal Engine. Using either real-time or offline rendering techniques. In -addition to this I am also very interested in web development, with this sites source code being public. + addition to this I am also very interested in web development, with this + site's source code being public.