Skip to content

Commit

Permalink
Merge pull request #45 from toeverything/staging
Browse files Browse the repository at this point in the history
feat: add open source affine.pro to site footer
  • Loading branch information
SuneBear authored Jun 15, 2023
2 parents 915511d + bea170b commit 0617e94
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
4 changes: 3 additions & 1 deletion components/widgets/site-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
.list-name {{ $t('openSource') }}
nuxt-link.nav-item.flex( :to="PATH.AFFiNE_GITHUB" target="_blank" rel="nofollow" ) toeverything/AFFiNE
nuxt-link.nav-item.flex( :to="PATH.AFFiNE_BLOCK_SUITE" target="_blank" rel="nofollow") toeverything/BlockSuite
nuxt-link.nav-item( :to="PATH.AFFiNE_OCTO_BASE" target="_blank" rel="nofollow") toeverything/OctoBase
nuxt-link.nav-item.flex( :to="PATH.AFFiNE_OCTO_BASE" target="_blank" rel="nofollow") toeverything/OctoBase
nuxt-link.nav-item( :to="PATH.AFFiNE_HOME_PAGE" target="_blank" rel="nofollow") toeverything/AFFiNE.pro

.right-part.theme-switcher-part
client-only( v-if="CONFIG.ENABLE_THEME_SWITCHER" )
.nav-list
Expand Down
Binary file added public/XuanPang.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/YanxiLiu.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion services/blog/userMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const USER_MAP: Record<
'Christopher Smolak': {
name: 'Christopher Smolak',
avatar: '/ChristopherSmolak.jpg',
dec: 'Author, Overseas Operation Specialist'
dec: 'Author, Operations Director'
},
'Chi Zhang': {
name: 'Chi Zhang',
Expand Down Expand Up @@ -116,5 +116,15 @@ export const USER_MAP: Record<
name: 'Joe Hou',
avatar: '/JoeHou.jpeg',
dec: 'Product Architect'
},
'Yanxi Liu': {
name: 'Yanxi Liu',
avatar: '/YanxiLiu.jpeg',
dec: 'Operations Team'
},
'Xuan Pang': {
name: 'Xuan Pang',
avatar: '/XuanPang.jpeg',
dec: 'Operations Team'
}
}
1 change: 1 addition & 0 deletions utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const PATH = {
AFFiNE_GITHUB_ORG: 'https://github.com/toeverything',
AFFiNE_BLOCK_SUITE: 'https://github.com/toeverything/blocksuite',
AFFiNE_OCTO_BASE: 'https://github.com/toeverything/octobase',
AFFiNE_HOME_PAGE: "https://github.com/toeverything/affine.pro",
AFFiNE_COMMUNITY: 'https://community.affine.pro/',

SNS_REDDIT: 'https://www.reddit.com/r/Affine/',
Expand Down

1 comment on commit 0617e94

@vercel
Copy link

@vercel vercel bot commented on 0617e94 Jun 15, 2023

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:

affine-pro – ./

affine-pro-toeverything.vercel.app
affine.pro
affine-pro-git-production-toeverything.vercel.app

Please sign in to comment.