From a9db28d1a8394f9133c0e5eb246dd614b997be8a Mon Sep 17 00:00:00 2001 From: Tabby <41929769+tabby-cat-nya@users.noreply.github.com> Date: Sat, 28 Jun 2025 18:06:11 +1000 Subject: [PATCH] partially added badges, currently buggy --- components/Badge.vue | 80 +++++++++++++++++++++++++++++++ components/ProjectCardContent.vue | 15 +++++- components/ProjectCardV2.vue | 22 +++++++++ pages/index.vue | 2 + 4 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 components/Badge.vue diff --git a/components/Badge.vue b/components/Badge.vue new file mode 100644 index 0000000..32a2aea --- /dev/null +++ b/components/Badge.vue @@ -0,0 +1,80 @@ + + + + + {{ badges[props.id].name }} + + + + + + \ No newline at end of file diff --git a/components/ProjectCardContent.vue b/components/ProjectCardContent.vue index 9c27d68..1bdd897 100644 --- a/components/ProjectCardContent.vue +++ b/components/ProjectCardContent.vue @@ -1,12 +1,15 @@ - + {{title}} {{description}} + + + @@ -20,6 +23,7 @@
{{ badges[props.id].name }}
{{description}}