added project gallery behavior
This commit is contained in:
@@ -16,6 +16,7 @@ export type Project = {
|
||||
title: string;
|
||||
description: string;
|
||||
tags: string[];
|
||||
images?: string[];
|
||||
link: string;
|
||||
year: string;
|
||||
};
|
||||
@@ -25,7 +26,7 @@ export const PROFILE = {
|
||||
name: "Hunter W",
|
||||
title: "Software Engineer",
|
||||
email: "contact@hwilliams.dev",
|
||||
bio: "I build user experiences before I ever write code. Experience with full-stack development across a variety of frameworks and languages including JS [Vue, React, Next.JS, Nuxt, Node.JS, Express], Python [Flask, FastAPI, Gunicorn], and more.",
|
||||
bio: "I build user experiences before I write code. Experience with full-stack development across a variety of frameworks and languages including Vue, React, Next.JS, Nuxt, Node.JS, Express, Flask, FastAPI, Gunicorn, and more.",
|
||||
links: [
|
||||
{ label: "GitHub", url: "https://github.com/FerrenF", icon: "gh" },
|
||||
{ label: "LinkedIn", url: "https://www.linkedin.com/in/hwilliamsf/", icon: "li" }
|
||||
@@ -35,7 +36,7 @@ export const PROFILE = {
|
||||
label: "478-331-2258",
|
||||
icon: "tel"
|
||||
}, {
|
||||
masked: false,
|
||||
masked: true,
|
||||
label: "contact@hwilliams.dev",
|
||||
icon: "email"
|
||||
}
|
||||
@@ -53,6 +54,15 @@ export const SITE = {
|
||||
|
||||
export const PROJECTS: Project[] = [{
|
||||
id: 1,
|
||||
slug: "flowbased-agent-management",
|
||||
title: "Flow-Based Agent Management platform",
|
||||
description: "The Flow-based Agent Managemment (FAM) platform is a real-world example of an Agent support tool designed to streamline high-volume in-person Agent to Guest interactions in various scenarios.",
|
||||
tags: ["Vue", "Node.JS", "Event-Management", "Real-Time", "Full-Stack"],
|
||||
link: "private",
|
||||
year: "2026",
|
||||
images: [ "img/projects/fam/example-welcome.png", "img/projects/fam/example-step-in-flow.png"],
|
||||
},{
|
||||
id: 2,
|
||||
slug: "clean-space",
|
||||
title: "Clean Space",
|
||||
description: "Clean Space is an architecture, proof of concept, and an in-development tool for Space Engineers and Space Engineers 2 server owners featuring client and server side .",
|
||||
|
||||
Reference in New Issue
Block a user