From 5f41fe784d85688c82d7cebd13013ce8cb4c93b2 Mon Sep 17 00:00:00 2001 From: nurRiyad Date: Sun, 8 Jan 2023 23:23:44 +0600 Subject: [PATCH] add archive page Signed-off-by: nurRiyad --- components/archive/card.vue | 46 +++++++++ components/archive/hero.vue | 13 +++ components/blog/card.vue | 2 +- components/category/card.vue | 4 +- components/logo/arrow.vue | 2 +- components/logo/dogpow.vue | 195 +++++++++++++++++++++++++++++++++++ pages/blogs/index.vue | 27 ++++- 7 files changed, 285 insertions(+), 4 deletions(-) create mode 100644 components/archive/card.vue create mode 100644 components/archive/hero.vue create mode 100644 components/logo/dogpow.vue diff --git a/components/archive/card.vue b/components/archive/card.vue new file mode 100644 index 0000000..0d70526 --- /dev/null +++ b/components/archive/card.vue @@ -0,0 +1,46 @@ + + + diff --git a/components/archive/hero.vue b/components/archive/hero.vue new file mode 100644 index 0000000..8577632 --- /dev/null +++ b/components/archive/hero.vue @@ -0,0 +1,13 @@ + diff --git a/components/blog/card.vue b/components/blog/card.vue index 7e90e94..7918c29 100644 --- a/components/blog/card.vue +++ b/components/blog/card.vue @@ -11,7 +11,7 @@ defineProps<{
card photo diff --git a/components/category/card.vue b/components/category/card.vue index b015b8b..6cdba6f 100644 --- a/components/category/card.vue +++ b/components/category/card.vue @@ -26,7 +26,9 @@ const randbgcolor = ref(`${color.at(getRandomInt(0, 8))}`)