diff --git a/assets/images/projects/eifueo.webp b/assets/images/projects/eifueo.webp new file mode 100644 index 0000000..a4d08e0 Binary files /dev/null and b/assets/images/projects/eifueo.webp differ diff --git a/assets/images/projects/mandown.webp b/assets/images/projects/mandown.webp new file mode 100644 index 0000000..5e3ccc7 Binary files /dev/null and b/assets/images/projects/mandown.webp differ diff --git a/assets/images/projects/napbot.webp b/assets/images/projects/napbot.webp new file mode 100644 index 0000000..7a050c4 Binary files /dev/null and b/assets/images/projects/napbot.webp differ diff --git a/assets/images/projects/perdiem.webp b/assets/images/projects/perdiem.webp new file mode 100644 index 0000000..cfcfdab Binary files /dev/null and b/assets/images/projects/perdiem.webp differ diff --git a/assets/images/projects/public.webp b/assets/images/projects/public.webp new file mode 100644 index 0000000..6403b74 Binary files /dev/null and b/assets/images/projects/public.webp differ diff --git a/assets/images/projects/recipeready.webp b/assets/images/projects/recipeready.webp new file mode 100644 index 0000000..813e6db Binary files /dev/null and b/assets/images/projects/recipeready.webp differ diff --git a/assets/images/projects/resketch.webp b/assets/images/projects/resketch.webp new file mode 100644 index 0000000..7d394f3 Binary files /dev/null and b/assets/images/projects/resketch.webp differ diff --git a/components/ProjectCard.vue b/components/ProjectCard.vue index 91b2761..4d751ee 100644 --- a/components/ProjectCard.vue +++ b/components/ProjectCard.vue @@ -20,24 +20,36 @@ const imgUrl = `url(/assets/images/projects/${project.img ?? ""})`;