Skip to content

Commit

Permalink
feat: second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
huzhuangzhuang committed May 8, 2024
1 parent 8fa91af commit adbfa19
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 53 deletions.
2 changes: 0 additions & 2 deletions src/content/pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ I am a web developer working with tech stack `Vue` `Nuxt` `React` `NextJs` etc..
Currently focus on a CDE product with `React` `NextJS`.

Besides coding, I enjoy climbing and hiking; and occasionally running (maybe twice a week).

kor
102 changes: 51 additions & 51 deletions src/site-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,57 +47,57 @@ export const siteConfig = {
},
],
projects: [
{
title: 'Develop Templates',
projects: [
{
text: 'Frosty Web',
description: 'A clean and minimalist website template designed to showcase content with style.',
icon: 'i-carbon-webhook',
href: '',
},
],
},
{
title: 'Framework',
projects: [
{
text: 'Pixel Craft',
description: 'Frontend framework for crafting pixel-perfect web applications with a responsive design.',
icon: 'i-carbon-pen-fountain',
href: '',
},
{
text: 'Aurora UI',
description: 'Modern UI library designed to streamline frontend development with modular components.',
icon: 'i-carbon-mountain',
href: '',
},
{
text: 'Nimbus CSS',
description: 'Lightweight CSS framework for building responsive websites with a flexible grid system.',
icon: 'i-carbon-face-satisfied',
href: '',
},
],
},
{
title: 'Library',
projects: [
{
text: 'Zenith Scroll',
description: 'Smooth-scrolling JavaScript library for creating immersive scrolling experiences.',
icon: '',
href: '',
},
{
text: 'Polaris JS',
description: 'Lightweight JavaScript library for creating smooth animations and transitions.',
icon: 'i-carbon-tools-alt',
href: '',
},
],
},
// {
// title: 'Develop Templates',
// projects: [
// {
// text: 'Frosty Web',
// description: 'A clean and minimalist website template designed to showcase content with style.',
// icon: 'i-carbon-webhook',
// href: '',
// },
// ],
// },
// {
// title: 'Framework',
// projects: [
// {
// text: 'Pixel Craft',
// description: 'Frontend framework for crafting pixel-perfect web applications with a responsive design.',
// icon: 'i-carbon-pen-fountain',
// href: '',
// },
// {
// text: 'Aurora UI',
// description: 'Modern UI library designed to streamline frontend development with modular components.',
// icon: 'i-carbon-mountain',
// href: '',
// },
// {
// text: 'Nimbus CSS',
// description: 'Lightweight CSS framework for building responsive websites with a flexible grid system.',
// icon: 'i-carbon-face-satisfied',
// href: '',
// },
// ],
// },
// {
// title: 'Library',
// projects: [
// {
// text: 'Zenith Scroll',
// description: 'Smooth-scrolling JavaScript library for creating immersive scrolling experiences.',
// icon: '',
// href: '',
// },
// {
// text: 'Polaris JS',
// description: 'Lightweight JavaScript library for creating smooth animations and transitions.',
// icon: 'i-carbon-tools-alt',
// href: '',
// },
// ],
// },
],
footerNavLinks: [
{
Expand Down

0 comments on commit adbfa19

Please sign in to comment.