feat(portfolio): replace skills section with about section and skills marquee

- Remove old skills data and components
- Add new about section with personal introduction and stats
- Implement animated skills marquee component
- Update navigation to reflect new section structure
This commit is contained in:
joyzhao
2025-06-16 12:50:08 +08:00
parent 0c22c6abf6
commit a18a0cdff1
10 changed files with 432 additions and 346 deletions

View File

@@ -6,36 +6,6 @@ export const personalInfo = {
linkedin: "https://www.linkedin.com/in/rishikeshs/",
};
export const skills = {
programmingLanguages: [
"TypeScript",
"JavaScript",
"React",
"Vue",
"微信小程序",
"UniApp",
],
frontendDevelopment: [
"NuxtJs",
"NextJs",
"React Native",
"Shadcn UI",
"PrimeVue",
"Naive-UI",
"Tailwind CSS",
],
backendDevelopment: ["NodeJs", "ExpressJs", "NestJs", "FastifyJs", "HonoJs"],
databaseAndStorage: ["PostgreSQL", "MongoDB", "Drizzle (ORM)", "Mongoose", "Prisma"],
cloudAndDevOps: ["AWS", "Cloudflare", "Vercel"],
toolsAndServices: [
"Zod",
"BetterAuth",
"Clerk (Auth)",
"GitLab",
"CI/CD"
],
};
export const projects = [
{
title: "projects.taskify.title",