added site as project. Improved mobile display
This commit is contained in:
@@ -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",
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user