From 7974cfafc7337e03a7c25e516f7c03e545a4baa5 Mon Sep 17 00:00:00 2001 From: Robin Dittmar Date: Sat, 5 Sep 2026 20:08:37 +0200 Subject: [PATCH] feat: cv page now features "check out my work" section and small icons --- src/components/CvIcon.vue | 78 +++++++++++++++++++++ src/views/CvView.vue | 143 ++++++++++++++++++++++++++++++++++---- 2 files changed, 208 insertions(+), 13 deletions(-) create mode 100644 src/components/CvIcon.vue diff --git a/src/components/CvIcon.vue b/src/components/CvIcon.vue new file mode 100644 index 0000000..3b3056c --- /dev/null +++ b/src/components/CvIcon.vue @@ -0,0 +1,78 @@ + + + + + diff --git a/src/views/CvView.vue b/src/views/CvView.vue index 163f365..d25e4af 100644 --- a/src/views/CvView.vue +++ b/src/views/CvView.vue @@ -1,6 +1,7 @@