diff --git a/src/desktop/ambassadorinfo.html b/src/desktop/ambassadorinfo.html index 83fd4f0..6975323 100644 --- a/src/desktop/ambassadorinfo.html +++ b/src/desktop/ambassadorinfo.html @@ -139,9 +139,7 @@ } } fetchDatas(); - window.addEventListener('account_ready', function() { - $('#apply_href').attr('href', `./join.html?amb=${window.chain.account}`) - }) + $('#apply_href').attr('href', `./join.html?amb=${account}`) }) diff --git a/src/desktop/css/main.css b/src/desktop/css/main.css index 8ae8207..5401a8c 100755 --- a/src/desktop/css/main.css +++ b/src/desktop/css/main.css @@ -1214,6 +1214,7 @@ span.swiper-pagination-bullet { .amb-scroll .amb-inner{ display: flex; flex-flow: row wrap; + justify-content: center; } .amb-scroll .amb-item{ background: url('../img/applyother/am1.png') no-repeat center top; diff --git a/src/desktop/img/applyother/fb1.png b/src/desktop/img/applyother/fb1.png index 023e961..49453aa 100644 Binary files a/src/desktop/img/applyother/fb1.png and b/src/desktop/img/applyother/fb1.png differ diff --git a/src/desktop/team.html b/src/desktop/team.html index fd8b81e..be413ee 100755 --- a/src/desktop/team.html +++ b/src/desktop/team.html @@ -59,7 +59,7 @@

- Michael Yue + Michael Chief Advisor

@@ -68,39 +68,6 @@ Former Co-Founder of Giant Interactive Group.

-
-

- Ben - Community Advisor -

-

- Head of Operation of Multiverse Play. -
- Avid crypto enthusiast, senior investor, and versatile talent -

-
-
-

- Ray - Marketing Advisor -

-

- Head of Gaming of Multiverse Play. -
- 18-year experience in game publishing and R&D. -

-
-
-

- Alan - Technical Advisor -

-

- Head of Technical of Multiverse Play. -
- 16-year experience in Gaming industry. -

-
<%- include('../comp/footer.html') %> diff --git a/src/mobile/team.html b/src/mobile/team.html index ca0fa78..ced1928 100755 --- a/src/mobile/team.html +++ b/src/mobile/team.html @@ -88,7 +88,7 @@

- Michael Yue + Michael Chief Advisor

@@ -97,39 +97,6 @@ Former Co-Founder of Giant Interactive Group.

-
-

- Ben - Community Advisor -

-

- Head of Operation of Multiverse Play. -
- Avid crypto enthusiast, senior investor, and versatile talent -

-
-
-

- Ray - Marketing Advisor -

-

- Head of Gaming of Multiverse Play. -
- 18-year experience in game publishing and R&D. -

-
-
-

- Alan - Technical Advisor -

-

- Head of Technical of Multiverse Play. -
- 16-year experience in Gaming industry. -

-
<%- include('../comp/footer.html') %>