增加合作伙伴

This commit is contained in:
cebgcontract 2022-03-17 21:03:39 +08:00
parent 4629d507a6
commit b68c00840f
14 changed files with 102 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -28,6 +28,45 @@
<a href="https://www.certik.com/projects/cebg-game">
<img class="certik" src="@/assets/202202/partners/certik.png" alt="certik"/>
</a>
<a href="https://discord.gg/RvDEBYpxYz">
<img class="alpha" src="@/assets/202202/partners/alpha_dao.png" alt="alpha dao"/>
</a>
<a href="https://twitter.com/fanzDAO">
<img class="fanz" src="@/assets/202202/partners/fanz.png" alt="fanz"/>
</a>
<a href="https://twitter.com/21GamingNews">
<img class="w400" src="@/assets/202202/partners/21gaming.png" alt="21gaming"/>
</a>
<a href="https://discord.gg/YBrPzrsS">
<img class="square" src="@/assets/202202/partners/astrounautes.png" alt="Astrounautes guild"/>
</a>
<a href="https://discord.gg/RCWzDaze">
<img class="square" src="@/assets/202202/partners/axb_esports.png" alt="AxB eSports"/>
</a>
<a href="https://twitter.com/daily_gamefi">
<img class="w202" src="@/assets/202202/partners/gamefi_daily.png" alt="GameFi daily"/>
</a>
<a href="https://discord.gg/rufgqemn">
<img class="w325" src="@/assets/202202/partners/lightning_guild.png" alt="Lighting guild "/>
</a>
<a href="https://www.blockchaingaming.games">
<img class="square" src="@/assets/202202/partners/blockchain_gaming.png" alt="Blockchain Gaming"/>
</a>
<a href="https://amgdao.com/">
<img class="square" src="@/assets/202202/partners/amg_dao.png" alt="AMG DAO"/>
</a>
<a href="https://web.facebook.com/AxbeSports">
<img class="w124" src="@/assets/202202/partners/axbesports.png" alt="AxbeSports"/>
</a>
<a href="https://www.hotcapital.io">
<img class="w284" src="@/assets/202202/partners/hotcapital.png" alt="Hotcapital("/>
</a>
<a href="https://www.facebook.com/AsgardMetaguild">
<img class="w179" src="@/assets/202202/partners/asgard_meta.png" alt="Asgard Meta Guild "/>
</a>
<a href="https://www.facebook.com/CabronMetaGames">
<img class="w156" src="@/assets/202202/partners/cabron_metagames.png" alt="Cabron Meta Games "/>
</a>
</div>
</section>
</template>
@ -62,6 +101,7 @@ export default class PartnerSection extends Vue {
margin: 20px auto 50px;
align-items: center;
justify-items: center;
grid-row-gap: 10px;
.multiverse{
width: 232px;
}
@ -86,6 +126,37 @@ export default class PartnerSection extends Vue {
.certik{
width: 360px;
}
.alpha {
width: 195px;
}
.square{
width: 130px;
}
.fanz{
width: 166px;
height: 80px;
}
.w400{
width: 400px;
}
.w202{
width: 202px;
}
.w325{
width: 325px;
}
.w124{
width: 124px;
}
.w284{
width: 284px;
}
.w179{
width: 179px;
}
.w156{
width: 156px;
}
}
}
@ -133,6 +204,37 @@ export default class PartnerSection extends Vue {
.certik{
width: 30vw;
}
.alpha {
width: 16.25vw;
}
.square{
width: 10.8vw;
}
.fanz{
width: 13.8vw;
height: 6.67vw;
}
.w400{
width: 33.3vw;
}
.w202{
width: 16.8vw;
}
.w325{
width: 27vw;
}
.w124{
width: 10.3vw;
}
.w284{
width: 23.7vw;
}
.w179{
width: 14.9vw;
}
.w156{
width: 13vw;
}
}
}