From fbb967c07aa65edb25fc1fb1523c012cdec4090c Mon Sep 17 00:00:00 2001 From: BhJaipa <105307427+BhJaipal@users.noreply.github.com> Date: Thu, 2 May 2024 00:24:19 +0530 Subject: [PATCH] Icons for languages --- frontend/components/VCard.vue | 61 +++++++++++++++++++++++++++++++ frontend/nuxt.config.ts | 6 ++-- frontend/pages/about/index.vue | 15 ++++++++ frontend/pages/index.vue | 4 +++ frontend/plugins/langNames.ts | 65 ++++++++++++++++++++++++++++++++++ frontend/tsconfig.json | 2 +- 6 files changed, 148 insertions(+), 5 deletions(-) create mode 100644 frontend/components/VCard.vue diff --git a/frontend/components/VCard.vue b/frontend/components/VCard.vue new file mode 100644 index 0000000..1b08697 --- /dev/null +++ b/frontend/components/VCard.vue @@ -0,0 +1,61 @@ + + \ No newline at end of file diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index 8941a27..4c36c44 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -14,11 +14,9 @@ export default defineNuxtConfig({ ], alias: { server: "./server", - "#components": "./.nuxt/components.d.ts", - "#imports": "./.nuxt/imports.d.ts", composables: "./composables", + "#components": "./.nuxt/components.d.ts", "~~": "./assets", - "~/plugins": "./plugins", - "#ui/types": "./node_modules/@nuxt/ui/dist/runtime/types/index.d.ts" + "~/plugins": "./plugins" } }); diff --git a/frontend/pages/about/index.vue b/frontend/pages/about/index.vue index 4c361d0..a1e829a 100644 --- a/frontend/pages/about/index.vue +++ b/frontend/pages/about/index.vue @@ -79,6 +79,21 @@ useHead({
+
+ + + + +