feat: add git repo to footer

This commit is contained in:
Troy 2025-03-08 09:48:04 +00:00
parent ca858f5fde
commit db40923670
Signed by: troy
GPG key ID: DFC06C02ED3B4711
6 changed files with 82 additions and 81 deletions

View file

@ -22,7 +22,7 @@ const currentPath = pathname.replace(/\/$/, "");
let linkHref = link.href.replace(/\/$/, "");
const isActive = currentPath.startsWith(linkHref);
return (
<li class="text-tertiary hover:text-secondary focus:text-secondary font-medium capitalize transition-colors duration-300 focus:outline-hidden">
<li class="text-tertiary hover:text-secondary focus:text-secondary font-medium transition-colors duration-300 focus:outline-hidden">
<a
href={link.href}
class:list={[

View file

@ -40,9 +40,9 @@ export const SITE: Site = {
icon: "mdi:email",
},
{
name: "GitHub",
href: "https://github.com/troylusty",
icon: "mdi:github",
name: "Git",
href: "https://code.troylusty.com",
icon: "mdi:git",
},
{
name: "Steam",
@ -52,15 +52,15 @@ export const SITE: Site = {
],
NAVLINKS: [
{
name: "projects",
name: "Projects",
href: "/projects",
},
{
name: "posts",
name: "Posts",
href: "/posts",
},
{
name: "cv",
name: "CV",
href: "/cv",
},
],

View file

@ -14,7 +14,7 @@ categories: ["client work"]
featured: true
---
My role has me in charge of managing an online ecommerce store in addition to creating, editing, and publishing informational YouTube and social media content for a family run outdoors store. This includes the redesign shown below but also any maintenance and general upkeep of the site and all related systems.
My role has me in charge of managing an [ecommerce store](https://camouflagestore.uk/) in addition to creating, editing, and publishing informational YouTube and social media content for a family run outdoors store. This includes the redesign shown below but also any maintenance and general upkeep of the site and all related systems.
## YouTube content

View file

@ -197,7 +197,7 @@ const sortedEducation = [...education].sort((a, b) => a.id - b.id);
<h3
class="inline-flex items-center justify-center gap-x-1 leading-none font-semibold"
>
<Link class="hover:underline" href="https://camouflagestore.uk/"
<Link class="hover:underline" href="/projects/camouflage-store"
>Camouflage Store</Link
>
</h3><div class="text-tertiary text-sm tabular-nums">