修改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 {
|
export default class extends Vue {
|
||||||
private scale = 1.0
|
private scale = 1.0
|
||||||
private initWidth = 1920
|
private initWidth = 1920
|
||||||
private teamList = [{
|
private teamList = [
|
||||||
avatar: require('@/assets/202202/team/luca_ganzedda.png'),
|
// {
|
||||||
name: 'Luca Ganzedda',
|
// avatar: require('@/assets/202202/team/luca_ganzedda.png'),
|
||||||
job: 'Head of Tokenomic',
|
// name: 'Luca Ganzedda',
|
||||||
intro: [
|
// job: 'Head of Tokenomic',
|
||||||
'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.',
|
// intro: [
|
||||||
'Luca has the master degree in economics, and double bachelor’s degree in macroeconomics and Economics.'
|
// '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',
|
avatar: require('@/assets/202202/team/jesse_lynch.png'),
|
||||||
job: 'Head of Operation',
|
name: 'Jesse Lynch',
|
||||||
intro: [
|
job: 'Head of Operation',
|
||||||
'Jesse has over 5-year experience in gaming, and used to work for NetEast and other famous game companies. ',
|
intro: [
|
||||||
'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.'
|
'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 = [
|
private advisors = [
|
||||||
|
@ -40,24 +40,25 @@ import AdvisorMember from '@/components/team/AdvisorMember.vue'
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
export default class MobileTeam extends Vue {
|
export default class MobileTeam extends Vue {
|
||||||
private teamList = [{
|
private teamList = [
|
||||||
avatar: require('@/assets/202202/team/luca_ganzedda.png'),
|
// {
|
||||||
name: 'Luca Ganzedda',
|
// avatar: require('@/assets/202202/team/luca_ganzedda.png'),
|
||||||
job: 'Head of Tokenomic',
|
// name: 'Luca Ganzedda',
|
||||||
intro: [
|
// job: 'Head of Tokenomic',
|
||||||
'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.',
|
// intro: [
|
||||||
'Luca has the master degree in economics, and double bachelor’s degree in macroeconomics and Economics.'
|
// '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',
|
avatar: require('@/assets/202202/team/jesse_lynch.png'),
|
||||||
job: 'Head of Operation',
|
name: 'Jesse Lynch',
|
||||||
intro: [
|
job: 'Head of Operation',
|
||||||
'Jesse has over 5-year experience in gaming, and used to work for NetEast and other famous game companies. ',
|
intro: [
|
||||||
'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.'
|
'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 = [
|
private advisors = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user