From 73b3e8d0bd642f273234b4e5219a37985932154f Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Tue, 29 Jul 2025 01:34:59 +0800 Subject: [PATCH] :sparkles: Landing about page --- app/pages/index.vue | 95 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 89 insertions(+), 6 deletions(-) diff --git a/app/pages/index.vue b/app/pages/index.vue index 8352337..6bfc4bc 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -8,8 +8,12 @@ that interesting.

- Explore around - About us + Explore around + About us
@@ -45,11 +49,29 @@ " class="absolute left-0 right-0 top-1/2 bottom-0" /> -
- +
+ - +
@@ -85,6 +107,66 @@
+
+ + + +
+

About us

+

+ Our aim is not making a profit. + At least not yet. +

+

+ Instead we hope we can spread the love to the world and make + everyone enjoy the fun of the Internet and the world. +

+
+
+ +
+

Team members

+

+ Say hi to our lovely members... uh, seems there is only me. +

+
+
+ +
+

LittleSheep

+ + + + + +
+

+ Founder, CEO, CTO, Senior Developer, Marketing Engineer, + Customer Service Engineer, DevOps, Database Administrator, + Product Manager, UI/UX Designer, QA Engineer, Mobile + Developer, Security Engineer, Technical Writer, Project + Manager, Community Manager, Software Architect +

+
+
+
+
+
+
+
@@ -97,9 +179,10 @@ import { NCarousel, NCarouselItem, NIcon, + NAvatar, useThemeVars, } from "naive-ui"; -import { LaunchRound, CodeRound } from "@vicons/material"; +import { LaunchRound, CodeRound, InfoOutlined } from "@vicons/material"; import Typed from "typed.js"; const route = useRoute();