From 3e010527cf0dd21a7b4ee916a4df07b7b3ec0bb7 Mon Sep 17 00:00:00 2001 From: Weile Date: Tue, 30 Jul 2024 14:09:35 -0400 Subject: [PATCH] update recent project --- components/projectCard.jsx | 21 +++++++++++--- config/homepage.json | 33 +++++++++++----------- public/images/footwear_classification.png | Bin 651416 -> 0 bytes public/images/llm_augmentation.png | Bin 0 -> 246643 bytes public/images/rvf.png | Bin 0 -> 456025 bytes 5 files changed, 34 insertions(+), 20 deletions(-) delete mode 100644 public/images/footwear_classification.png create mode 100644 public/images/llm_augmentation.png create mode 100644 public/images/rvf.png diff --git a/components/projectCard.jsx b/components/projectCard.jsx index 5456639..efd8f74 100644 --- a/components/projectCard.jsx +++ b/components/projectCard.jsx @@ -3,7 +3,10 @@ import Image from "next/image"; import Icon from "@/components/icon"; export default function ProjectCard({ project, basePath }) { - const imagePath = `${basePath}/images/projects/${project.label.toLowerCase().split(" ").join("_")}.jpg`; + const imagePath = `${basePath}/images/projects/${project.label + .toLowerCase() + .split(" ") + .join("_")}.jpg`; return (
{project.label}
-

{project.label}

+

+ {project.label} +