修改合作伙伴和team
This commit is contained in:
parent
af60b817f8
commit
0bcc2cf484
BIN
src/assets/logos/snz.png
Normal file
BIN
src/assets/logos/snz.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -13,11 +13,14 @@
|
||||
<a href="javascript:void(0)">
|
||||
<img class="initiate" src="@/assets/202202/partners/initiate-catital.png" alt="Initiate catital"/>
|
||||
</a>
|
||||
<a href="https://snzholding.com">
|
||||
<img class="multiverse" src="@/assets/logos/snz.png" alt="snz holding"/>
|
||||
</a>
|
||||
<a href="https://twitter.com/multiverse_play">
|
||||
<img class="multiverse" src="@/assets/202202/multiverse_play.png" alt="multiverse play"/>
|
||||
</a>
|
||||
<a href="https://twitter.com/cososwap">
|
||||
<img class="coso" src="@/assets/202202/coso@2x.png" alt="coso"/>
|
||||
<img class="coso" src="@/assets/logos/coso.png" alt="coso"/>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
@ -60,7 +63,7 @@ export default class extends Vue {
|
||||
width: 1200px;
|
||||
justify-items: center;
|
||||
.coso{
|
||||
width: 136px;
|
||||
width: 200px;
|
||||
}
|
||||
.kucoin{
|
||||
width: 360px;
|
||||
@ -89,8 +92,8 @@ export default class extends Vue {
|
||||
width: 100vw;
|
||||
gap: 1vw;
|
||||
.coso{
|
||||
width: 16.4vw;
|
||||
height: 16.4vw;
|
||||
width: 25vw;
|
||||
height: 25vw;
|
||||
}
|
||||
.kucoin{
|
||||
width: 30vw;
|
||||
|
@ -21,39 +21,8 @@ import { AppModule, DeviceType } from '@/store/modules/app'
|
||||
})
|
||||
export default class PartnerSection extends Vue {
|
||||
private datas = [
|
||||
{ id: 'kucoin', href: 'https://www.kucoin.com/' },
|
||||
{ id: 'multiverse_play', href: 'https://twitter.com/multiverse_play' },
|
||||
{ id: 'coso', href: 'https://twitter.com/cososwap' },
|
||||
{ id: 'gamestreet', href: 'https://gamestreet.io/' },
|
||||
{ id: 'san-lazarus-guild', href: 'https://discord.com/invite/sanlazarusguild' },
|
||||
{ id: 'shadow-scholar-guild', href: 'https://shadowscholarguild.com/' },
|
||||
{ href: 'https://beacons.ai/fidem', id: 'sfc-guild' },
|
||||
{ href: 'https://www.certik.com/projects/cebg-game', id: 'certik' },
|
||||
{ href: 'https://discord.gg/RvDEBYpxYz', id: 'alpha_dao' },
|
||||
{ href: 'https://twitter.com/fanzDAO', id: 'fanz' },
|
||||
{ href: 'https://twitter.com/21GamingNews', id: '21gaming' },
|
||||
{ href: 'https://discord.gg/YBrPzrsS', id: 'astrounautes' },
|
||||
{ href: 'https://discord.gg/RCWzDaze', id: 'axb_esports' },
|
||||
{ href: 'https://twitter.com/daily_gamefi', id: 'gamefi_daily' },
|
||||
{ href: 'https://discord.gg/rufgqemn', id: 'lightning_guild' },
|
||||
{ href: 'https://www.blockchaingaming.games', id: 'blockchain_gaming' },
|
||||
{ href: 'https://amgdao.com/', id: 'amg_dao' },
|
||||
{ href: 'https://web.facebook.com/AxbeSports', id: 'axbesports' },
|
||||
{ href: 'https://www.hotcapital.io', id: 'hotcapital' },
|
||||
{ href: 'https://www.facebook.com/AsgardMetaguild', id: 'asgard_meta' },
|
||||
{ href: 'https://www.facebook.com/CabronMetaGames', id: 'cabron_metagames' },
|
||||
{ href: 'https://discord.com/invite/vgg', id: 'vgg' },
|
||||
{ href: 'https://discord.gg/6xj6RcSH', id: 'okg' },
|
||||
{ href: 'https://discord.gg/5W5GUpKVFR', id: 'asl' },
|
||||
{ href: 'https://twitter.com/ClipsDAO', id: 'clipsdao' },
|
||||
{ href: 'https://attm.co/', id: 'attmgameguild' },
|
||||
{ href: 'https://discord.com/invite/mttgg', id: 'mttgameingguild' },
|
||||
{ href: 'https://discord.gg/yFxhsABXJB', id: 'strenuous_guild' },
|
||||
{ href: 'https://discord.gg/RNePH8vDXe', id: 'lets_go_gaming_guild' },
|
||||
{ href: 'https://discord.gg/D32mrmUmrz', id: 'guild22' },
|
||||
{ href: 'https://discord.gg/pw37gfVZE3', id: 'o3h_guild' },
|
||||
{ href: 'https://www.slashfire.io/', id: 'slash_fire' },
|
||||
{ href: 'https://twitter.com/1ABVentures', id: 'ab_ventures' }
|
||||
{ id: 'coso', href: 'https://twitter.com/cososwap' }
|
||||
]
|
||||
|
||||
get mobile() {
|
||||
@ -70,17 +39,17 @@ export default class PartnerSection extends Vue {
|
||||
margin-top: 60px;
|
||||
}
|
||||
.partner-list{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
display: flex;
|
||||
width: 1200px;
|
||||
flex-direction: row;
|
||||
margin: 20px auto 50px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-items: center;
|
||||
grid-row-gap: 10px;
|
||||
.logo{
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
margin: 0 50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -97,8 +66,8 @@ export default class PartnerSection extends Vue {
|
||||
margin-bottom: 5vw;
|
||||
justify-content: space-between;
|
||||
width: 100vw;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 1vw;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 0;
|
||||
.logo{
|
||||
width: 25vw;
|
||||
height: 25vw;
|
||||
|
@ -58,7 +58,7 @@ export default class extends Vue {
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Jesse Lynch',
|
||||
name: 'Jesse',
|
||||
job: 'Branding Leader',
|
||||
intro: [
|
||||
'Over 5-year experience in gaming, and used to work for NetEast and other famous game companies.'
|
||||
|
@ -60,7 +60,7 @@ export default class MobileTeam extends Vue {
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Jesse Lynch',
|
||||
name: 'Jesse',
|
||||
job: 'Branding Leader',
|
||||
intro: [
|
||||
'Over 5-year experience in gaming, and used to work for NetEast and other famous game companies.'
|
||||
|
Loading…
x
Reference in New Issue
Block a user