diff --git a/src/assets/logos/snz.png b/src/assets/logos/snz.png
new file mode 100644
index 0000000..4885d34
Binary files /dev/null and b/src/assets/logos/snz.png differ
diff --git a/src/components/index/InvestorsSection.vue b/src/components/index/InvestorsSection.vue
index 2a68463..948b426 100644
--- a/src/components/index/InvestorsSection.vue
+++ b/src/components/index/InvestorsSection.vue
@@ -13,11 +13,14 @@
+
+
+
-
+
@@ -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;
diff --git a/src/components/index/PartnerSection.vue b/src/components/index/PartnerSection.vue
index bc2f37a..d9ee912 100644
--- a/src/components/index/PartnerSection.vue
+++ b/src/components/index/PartnerSection.vue
@@ -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;
diff --git a/src/views/desktop/Team.vue b/src/views/desktop/Team.vue
index f0e6e54..2126719 100644
--- a/src/views/desktop/Team.vue
+++ b/src/views/desktop/Team.vue
@@ -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.'
diff --git a/src/views/mobile/Team.vue b/src/views/mobile/Team.vue
index 26cc15b..4d92f2d 100644
--- a/src/views/mobile/Team.vue
+++ b/src/views/mobile/Team.vue
@@ -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.'