修改3个合作伙伴的logo, 使用yarn替换npm
This commit is contained in:
parent
c3343d485e
commit
3156fa1d32
20745
package-lock.json
generated
20745
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 19 KiB |
Binary file not shown.
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 54 KiB |
Binary file not shown.
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 30 KiB |
@ -38,24 +38,25 @@ import AdvisorMember from '@/components/team/AdvisorMember.vue'
|
||||
export default class extends Vue {
|
||||
private scale = 1.0
|
||||
private initWidth = 1920
|
||||
private teamList = [{
|
||||
avatar: require('@/assets/202202/team/luca_ganzedda.png'),
|
||||
name: 'Luca Ganzedda',
|
||||
job: 'Head of Tokenomic',
|
||||
intro: [
|
||||
'Luca has accumulated a lot of project experience in different field, including DAO,NFT, Gamefi and DeFi, and good at token economic model design,digital asset consulting, IDO/IEO guidance.',
|
||||
'Luca has the master degree in economics, and double bachelor’s degree in macroeconomics and Economics.'
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: require('@/assets/202202/team/jesse_lynch.png'),
|
||||
name: 'Jesse Lynch',
|
||||
job: 'Head of Operation',
|
||||
intro: [
|
||||
'Jesse has over 5-year experience in gaming, and used to work for NetEast and other famous game companies. ',
|
||||
'Jesse has enriched network resource in the global game industry. Dedicated into the analysis of global traditional game market and GameFi industry for a long time, Jesse has in-depth understanding and insights regarding GameFi and Web 3.0.'
|
||||
]
|
||||
}
|
||||
private teamList = [
|
||||
// {
|
||||
// avatar: require('@/assets/202202/team/luca_ganzedda.png'),
|
||||
// name: 'Luca Ganzedda',
|
||||
// job: 'Head of Tokenomic',
|
||||
// intro: [
|
||||
// 'Luca has accumulated a lot of project experience in different field, including DAO,NFT, Gamefi and DeFi, and good at token economic model design,digital asset consulting, IDO/IEO guidance.',
|
||||
// 'Luca has the master degree in economics, and double bachelor’s degree in macroeconomics and Economics.'
|
||||
// ]
|
||||
// },
|
||||
{
|
||||
avatar: require('@/assets/202202/team/jesse_lynch.png'),
|
||||
name: 'Jesse Lynch',
|
||||
job: 'Head of Operation',
|
||||
intro: [
|
||||
'Jesse has over 5-year experience in gaming, and used to work for NetEast and other famous game companies. ',
|
||||
'Jesse has enriched network resource in the global game industry. Dedicated into the analysis of global traditional game market and GameFi industry for a long time, Jesse has in-depth understanding and insights regarding GameFi and Web 3.0.'
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
private advisors = [
|
||||
|
@ -40,24 +40,25 @@ import AdvisorMember from '@/components/team/AdvisorMember.vue'
|
||||
}
|
||||
})
|
||||
export default class MobileTeam extends Vue {
|
||||
private teamList = [{
|
||||
avatar: require('@/assets/202202/team/luca_ganzedda.png'),
|
||||
name: 'Luca Ganzedda',
|
||||
job: 'Head of Tokenomic',
|
||||
intro: [
|
||||
'Luca has accumulated a lot of project experience in different field, including DAO,NFT, Gamefi and DeFi, and good at token economic model design,digital asset consulting, IDO/IEO guidance.',
|
||||
'Luca has the master degree in economics, and double bachelor’s degree in macroeconomics and Economics.'
|
||||
]
|
||||
},
|
||||
{
|
||||
avatar: require('@/assets/202202/team/jesse_lynch.png'),
|
||||
name: 'Jesse Lynch',
|
||||
job: 'Head of Operation',
|
||||
intro: [
|
||||
'Jesse has over 5-year experience in gaming, and used to work for NetEast and other famous game companies. ',
|
||||
'Jesse has enriched network resource in the global game industry. Dedicated into the analysis of global traditional game market and GameFi industry for a long time, Jesse has in-depth understanding and insights regarding GameFi and Web 3.0.'
|
||||
]
|
||||
}
|
||||
private teamList = [
|
||||
// {
|
||||
// avatar: require('@/assets/202202/team/luca_ganzedda.png'),
|
||||
// name: 'Luca Ganzedda',
|
||||
// job: 'Head of Tokenomic',
|
||||
// intro: [
|
||||
// 'Luca has accumulated a lot of project experience in different field, including DAO,NFT, Gamefi and DeFi, and good at token economic model design,digital asset consulting, IDO/IEO guidance.',
|
||||
// 'Luca has the master degree in economics, and double bachelor’s degree in macroeconomics and Economics.'
|
||||
// ]
|
||||
// },
|
||||
{
|
||||
avatar: require('@/assets/202202/team/jesse_lynch.png'),
|
||||
name: 'Jesse Lynch',
|
||||
job: 'Head of Operation',
|
||||
intro: [
|
||||
'Jesse has over 5-year experience in gaming, and used to work for NetEast and other famous game companies. ',
|
||||
'Jesse has enriched network resource in the global game industry. Dedicated into the analysis of global traditional game market and GameFi industry for a long time, Jesse has in-depth understanding and insights regarding GameFi and Web 3.0.'
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
private advisors = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user