Skip to content

Commit

Permalink
chore: update about page
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Jan 3, 2024
1 parent 009ee8a commit 3dee879
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions src/pages/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ hide_table_of_contents: true

import { Icon } from '@iconify/react'
import Comment from '@site/src/components/Comment'
import social from '@site/data/social'

# 👋 你好! 我是愧怍

Expand Down Expand Up @@ -83,23 +84,27 @@ import Comment from '@site/src/components/Comment'
### 联系方式

<p style={{ display: 'flex', 'align-items': 'center', gap: '0.5rem' }}>
<Icon icon="ri:github-line" width="20" heigth="20" />{' '}
<a href="https://github.com/kuizuo">kuizuo</a>
<Icon icon="ri:github-line" width="20" heigth="20" />
<a href={social.github.href}>kuizuo</a>
</p>

<p style={{ display: 'flex', 'align-items': 'center', gap: '0.5rem' }}>
<Icon icon="ri:mail-open-line" width="20" heigth="20" />{' '}
<a href="mailto:hi@kuizuo.cn">hi@kuizuo.cn</a>
<Icon icon="ri:mail-open-line" width="20" heigth="20" />
<a href={social.email.href}>hi@kuizuo.cn</a>
</p>

<p style={{ display: 'flex', 'align-items': 'center', gap: '0.5rem' }}>
<Icon icon="ri:qq-line" width="20" heigth="20" />{' '}
<a href="http://wpa.qq.com/msgrd?v=3&uin=911993023&site=qq&menu=yes">QQ</a>
<Icon icon="ri:qq-line" width="20" heigth="20" />
<a href={social.qq.href}>QQ</a>
</p>

<p style={{ display: 'flex', 'align-items': 'center', gap: '0.5rem' }}>
<Icon icon="ri:twitter-x-line" width="20" heigth="20" />{' '}
<a href="https://twitter.com/kuizuo">kuizuo</a>
<Icon icon="ri:wechat-2-line" width="20" heigth="20" />
<a href={social.wx.href}>wx</a>
</p>

<p style={{ display: 'flex', 'align-items': 'center', gap: '0.5rem' }}>
<Icon icon="ri:twitter-x-line" width="20" heigth="20" /> <a href={social.twitter.href}>kuizuo</a>
</p>

---
Expand Down

1 comment on commit 3dee879

@vercel
Copy link

@vercel vercel bot commented on 3dee879 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-kuizuo.vercel.app
blog-kuizuo1.vercel.app
kuizuo.cn
blog-git-main-kuizuo1.vercel.app

Please sign in to comment.