修改3个合作伙伴的logo, 使用yarn替换npm

This commit is contained in:
cebgcontract 2022-03-25 08:39:48 +08:00
parent c3343d485e
commit 3156fa1d32
7 changed files with 12812 additions and 20781 deletions

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

View File

@ -38,15 +38,16 @@ 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 bachelors degree in macroeconomics and Economics.'
]
},
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 bachelors degree in macroeconomics and Economics.'
// ]
// },
{
avatar: require('@/assets/202202/team/jesse_lynch.png'),
name: 'Jesse Lynch',

View File

@ -40,15 +40,16 @@ 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 bachelors degree in macroeconomics and Economics.'
]
},
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 bachelors degree in macroeconomics and Economics.'
// ]
// },
{
avatar: require('@/assets/202202/team/jesse_lynch.png'),
name: 'Jesse Lynch',

12774
yarn.lock Normal file

File diff suppressed because it is too large Load Diff