diff --git a/apps/web/public/images/projects/blog/cover.png b/apps/web/public/images/projects/blog/cover.png index 3c90854..6bb305a 100644 Binary files a/apps/web/public/images/projects/blog/cover.png and b/apps/web/public/images/projects/blog/cover.png differ diff --git a/apps/web/public/images/projects/friend-quiz/cover.png b/apps/web/public/images/projects/friend-quiz/cover.png deleted file mode 100644 index 1e6c0fe..0000000 Binary files a/apps/web/public/images/projects/friend-quiz/cover.png and /dev/null differ diff --git a/apps/web/public/images/projects/links/cover.png b/apps/web/public/images/projects/links/cover.png index cd3a5a5..e717188 100644 Binary files a/apps/web/public/images/projects/links/cover.png and b/apps/web/public/images/projects/links/cover.png differ diff --git a/apps/web/public/images/projects/one-blog/cover.png b/apps/web/public/images/projects/one-blog/cover.png deleted file mode 100644 index 36eda8a..0000000 Binary files a/apps/web/public/images/projects/one-blog/cover.png and /dev/null differ diff --git a/apps/web/public/images/projects/tools/cover.png b/apps/web/public/images/projects/tools/cover.png deleted file mode 100644 index f206903..0000000 Binary files a/apps/web/public/images/projects/tools/cover.png and /dev/null differ diff --git a/apps/web/public/images/projects/zsh-web/cover.png b/apps/web/public/images/projects/zsh-web/cover.png deleted file mode 100644 index 4957a8b..0000000 Binary files a/apps/web/public/images/projects/zsh-web/cover.png and /dev/null differ diff --git a/apps/web/src/app/about/page.tsx b/apps/web/src/app/about/page.tsx index effc2bc..9995cea 100644 --- a/apps/web/src/app/about/page.tsx +++ b/apps/web/src/app/about/page.tsx @@ -6,7 +6,7 @@ import Mdx from '@/components/mdx' import PageTitle from '@/components/page-title' const title = 'About' -const description = '👋 Hi there! I am Hong, a student who loves web development.' +const description = '👋 Hi there! I am fiq, a person love to learn.' type PageProps = { params: Record diff --git a/apps/web/src/content/projects/blog.mdx b/apps/web/src/content/projects/blog.mdx index 9f75701..2b72c1a 100644 --- a/apps/web/src/content/projects/blog.mdx +++ b/apps/web/src/content/projects/blog.mdx @@ -1,8 +1,8 @@ --- name: Blog description: Share my knowledge and experience -homepage: https://honghong.me -github: https://github.com/tszhong0411/honghong.me +homepage: https://fiqlab.vercel.app/ +github: https://github.com/fiqgant/fiqlab techstack: - label: Typescript - label: Turso diff --git a/apps/web/src/content/projects/friend-quiz.mdx b/apps/web/src/content/projects/friend-quiz.mdx deleted file mode 100644 index cfca9e1..0000000 --- a/apps/web/src/content/projects/friend-quiz.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Friend quiz cheat tool -description: Get full score in friend quiz -homepage: https://friendquiz.honghong.me/ -github: https://github.com/tszhong0411/friend-quiz -techstack: - - label: Typescript - - label: Next.js ---- - -I often see a link to a friend quiz from a friend on Instagram, and I wonder if I can hack it, and something interesting happens when I press F12. diff --git a/apps/web/src/content/projects/links.mdx b/apps/web/src/content/projects/links.mdx index 51f6a6e..03b3ecd 100644 --- a/apps/web/src/content/projects/links.mdx +++ b/apps/web/src/content/projects/links.mdx @@ -1,12 +1,11 @@ --- name: Links description: All my social media links in one place -homepage: https://links.honghong.me -github: https://github.com/tszhong0411/links +homepage: https://fiqgant.github.io/ +github: https://github.com/fiqgant/fiqgant.github.io techstack: - - label: Typescript - - label: Next.js - - label: Tailwindcss + - label: HTML + - label: CSS selected: true --- diff --git a/apps/web/src/content/projects/one-blog.mdx b/apps/web/src/content/projects/one-blog.mdx deleted file mode 100644 index d888ef6..0000000 --- a/apps/web/src/content/projects/one-blog.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: One Blog -description: A simple full-stack blog -homepage: https://one-blog.honghong.me -github: https://github.com/tszhong0411/one-blog -techstack: - - label: Typescript - - label: Next.js - - label: Prisma - - label: Neon -selected: true ---- - -I tried to make an online blog where users could write their own posts with a rich text editor. It's a big challenge because I'm not familiar with database. diff --git a/apps/web/src/content/projects/tools.mdx b/apps/web/src/content/projects/tools.mdx deleted file mode 100644 index 75a01bd..0000000 --- a/apps/web/src/content/projects/tools.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Tools -description: Some tools for web developer -homepage: https://tools.honghong.me -github: https://github.com/tszhong0411/tools -techstack: - - label: Typescript - - label: Next.js ---- - -I made some useful tools and hosted them on [tools.honghong.me](https://tools.honghong.me) I want to practice my programming skills. Learning different techniques by making different tools, such as making and view PDF is not easy, and color is also a science - -Hope the tools I made help you! diff --git a/apps/web/src/content/projects/zsh-web.mdx b/apps/web/src/content/projects/zsh-web.mdx deleted file mode 100644 index c328aa6..0000000 --- a/apps/web/src/content/projects/zsh-web.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Zsh Web -description: A web-based terminal that runs Zsh in the browser simulately. -homepage: https://zsh.honghong.me -github: https://github.com/tszhong0411/zsh-web -techstack: - - label: Typescript - - label: Next.js ---- - -I have a lot of crazy ideas, and one of them is to run Zsh in the browser. I have been using Zsh for a long time, and I love it. So, I am trying to create Zsh Web. It is a web-based terminal that runs Zsh in the browser simulately. It is built with Next.js and TypeScript.