diff --git a/app.vue b/app.vue index a7a1da7..548d9da 100644 --- a/app.vue +++ b/app.vue @@ -18,7 +18,9 @@ $mitt.on('startLoading', (on) => {
+ > + +
diff --git a/assets/css/main.scss b/assets/css/main.scss index 4bc85ce..b46c45b 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -19,13 +19,6 @@ pre, code { .loading { @apply fixed h-screen w-screen flex justify-center items-center z-[999] bg-blue-50 backdrop-blur-3xl bg-opacity-45 transition-all duration-500 opacity-100; - - &::before { - content: 'CantyOni_on\'s Index'; - font-family: 'BaconyScript', sans-serif; - - @apply text-5xl lg:text-7xl text-gray-600; - } } .stop { diff --git a/components/footer/Main.vue b/components/footer/Main.vue index 3839f7d..93dc7c0 100644 --- a/components/footer/Main.vue +++ b/components/footer/Main.vue @@ -8,21 +8,14 @@
- -
-

CantyOni_on's

-

Index

-
+ /> +

- ©2024 All rights reserved. + ©2025 All rights reserved.

diff --git a/components/logo/NoTextLogo.vue b/components/logo/NoTextLogo.vue new file mode 100644 index 0000000..6e552e5 --- /dev/null +++ b/components/logo/NoTextLogo.vue @@ -0,0 +1,31 @@ + + + + + diff --git a/components/logo/TextLogoWithIndexCol.vue b/components/logo/TextLogoWithIndexCol.vue new file mode 100644 index 0000000..03f5b69 --- /dev/null +++ b/components/logo/TextLogoWithIndexCol.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/components/logo/TextLogoWithIndexRow.vue b/components/logo/TextLogoWithIndexRow.vue new file mode 100644 index 0000000..97f8c99 --- /dev/null +++ b/components/logo/TextLogoWithIndexRow.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/components/nav/NavBar.vue b/components/nav/NavBar.vue index a7642aa..2495af8 100644 --- a/components/nav/NavBar.vue +++ b/components/nav/NavBar.vue @@ -144,11 +144,10 @@ onUnmounted(() => { v-else class="py-2" > - +