移除一些team成员

This commit is contained in:
cebgcontract 2022-11-04 11:48:45 +08:00
parent 9189e22d1f
commit d2febd0ee6
5 changed files with 4 additions and 71 deletions

View File

@ -139,9 +139,7 @@
} }
} }
fetchDatas(); fetchDatas();
window.addEventListener('account_ready', function() { $('#apply_href').attr('href', `./join.html?amb=${account}`)
$('#apply_href').attr('href', `./join.html?amb=${window.chain.account}`)
})
}) })
</script> </script>
</body> </body>

View File

@ -1214,6 +1214,7 @@ span.swiper-pagination-bullet {
.amb-scroll .amb-inner{ .amb-scroll .amb-inner{
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
justify-content: center;
} }
.amb-scroll .amb-item{ .amb-scroll .amb-item{
background: url('../img/applyother/am1.png') no-repeat center top; background: url('../img/applyother/am1.png') no-repeat center top;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 KiB

After

Width:  |  Height:  |  Size: 272 KiB

View File

@ -59,7 +59,7 @@
</div> </div>
<div class="team-item"> <div class="team-item">
<h3 class="na-he"> <h3 class="na-he">
Michael Yue Michael
<span>Chief Advisor</span> <span>Chief Advisor</span>
</h3> </h3>
<p class="na-he"> <p class="na-he">
@ -68,39 +68,6 @@
Former Co-Founder of Giant Interactive Group. Former Co-Founder of Giant Interactive Group.
</p> </p>
</div> </div>
<div class="team-item">
<h3 class="na-he">
Ben
<span>Community Advisor</span>
</h3>
<p class="na-he">
Head of Operation of Multiverse Play.
<br />
Avid crypto enthusiast, senior investor, and versatile talent
</p>
</div>
<div class="team-item">
<h3 class="na-he">
Ray
<span>Marketing Advisor</span>
</h3>
<p class="na-he">
Head of Gaming of Multiverse Play.
<br/>
18-year experience in game publishing and R&D.
</p>
</div>
<div class="team-item">
<h3 class="na-he">
Alan
<span>Technical Advisor</span>
</h3>
<p class="na-he">
Head of Technical of Multiverse Play.
<br />
16-year experience in Gaming industry.
</p>
</div>
</section> </section>
<%- include('../comp/footer.html') %> <%- include('../comp/footer.html') %>
</section> </section>

View File

@ -88,7 +88,7 @@
</div> </div>
<div class="team-item"> <div class="team-item">
<h3 class="na-he"> <h3 class="na-he">
Michael Yue Michael
<span>Chief Advisor</span> <span>Chief Advisor</span>
</h3> </h3>
<p class="na-he"> <p class="na-he">
@ -97,39 +97,6 @@
Former Co-Founder of Giant Interactive Group. Former Co-Founder of Giant Interactive Group.
</p> </p>
</div> </div>
<div class="team-item">
<h3 class="na-he">
Ben
<span>Community Advisor</span>
</h3>
<p class="na-he">
Head of Operation of Multiverse Play.
<br />
Avid crypto enthusiast, senior investor, and versatile talent
</p>
</div>
<div class="team-item">
<h3 class="na-he">
Ray
<span>Marketing Advisor</span>
</h3>
<p class="na-he">
Head of Gaming of Multiverse Play.
<br/>
18-year experience in game publishing and R&D.
</p>
</div>
<div class="team-item">
<h3 class="na-he">
Alan
<span>Technical Advisor</span>
</h3>
<p class="na-he">
Head of Technical of Multiverse Play.
<br />
16-year experience in Gaming industry.
</p>
</div>
</section> </section>
<%- include('../comp/footer.html') %> <%- include('../comp/footer.html') %>
</section> </section>