added site as project. Improved mobile display

This commit is contained in:
Hunter W.
2026-06-01 23:04:00 -04:00
parent d979ac7f9b
commit 3f17cf9094
5 changed files with 170 additions and 144 deletions

View File

@@ -83,4 +83,12 @@ export const PROJECTS: Project[] = [{
tags: ["C#", ".NET", "WPF", "Netcode", "Security"],
link: "https://github.com/FerrenF/CleanSpace",
year: "2025",
}];
}, {
id: 3,
slug: "personal-portfolio",
title: "Personal Portfolio Website",
description: "This very website! Built with Next.JS, React, and TypeScript. Featuring a custom CMS and a lot of custom-built components and hooks.",
tags: ["Next.JS", "React", "TypeScript", "Vercel"],
link: "https://git.hwilliams.dev/hwilliams/hwilliams-dev",
year: "2026",
}];