From 7a526f11d6ba968b4648615ebe20022aac2cf070 Mon Sep 17 00:00:00 2001 From: t-will-gillis <40799239+t-will-gillis@users.noreply.github.com> Date: Sun, 14 May 2023 18:37:23 -0700 Subject: [PATCH 1/2] fix languages /technologies filters 4587 --- assets/js/current-projects.js | 175 +++++++++++++++++----------------- 1 file changed, 87 insertions(+), 88 deletions(-) diff --git a/assets/js/current-projects.js b/assets/js/current-projects.js index 5aee0f5d13..06d80fc94c 100644 --- a/assets/js/current-projects.js +++ b/assets/js/current-projects.js @@ -476,94 +476,93 @@ function clearAllEventHandler(){ * Takes a single project object and returns the html string representing the project card */ function projectCardComponent(project){ -return ` -
${ project.description }
- -${ role.skill }
`).join(", ")} - //${ language }
`).join(", ")} -${ tech }
`).join(", ")} -${ programArea }
`).join(", ")} -${ project.description }
+ +${ role.skill }
`).join(", ")} + //${ language }
`).join(", ")} +${ tech }
`).join(", ")} +${ programArea }
`).join(", ")} +