2025-12-19 18:01:06 +08:00

146 lines
5.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hong Kong Maiji Games Co., LTD.</title>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="format-detection" content="telephone=no"/>
<meta name="renderer" content="webkit|ie-comp|ie-stand"> -->
<meta name="facebook-domain-verification" content="kzlq940p0uvgt58vyi3rvg883njptq" />
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/swiper-bundle.min.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/index.css">
<script src="js/jquery-1.11.2.min.js"></script>
<script src="js/swiper-bundle.min.js"></script>
<script>
</script>
</head>
<body>
<nav>
<div class="nav">
<div class="logo">
<img src="./img/logo.png" alt="">
<span>Maiji Games Co., LTD.</span>
</div>
<ul class="menus">
<li class="active">
<a href="index.html">About Us</a>
</li>
<li>
<a href="business.html">Business</a>
</li>
<!-- <li>
<a
href="https://apps.apple.com/us/app/chaos-heroes-war/id6670391899"
accesskey="6"
>遊戲</a>
</li> -->
</ul>
</div>
</nav>
<header>
<div class="swiper-container swiper-container-initialized swiper-container-horizontal">
<div class="swiper-wrapper" style="transition: all 0ms ease 0s; transform: translate3d(-2744px, 0px, 0px);">
<div class="swiper-slide">
<img src="img/banner-1.jpg" alt=""/>
</div>
<div class="swiper-slide">
<img src="img/banner-2.jpg" alt=""/>
</div>
</div>
<div class="swiper-button-prev"></div>
<!--左箭头。如果放置在swiper-container外面需要自定义样式。-->
<div class="swiper-button-next"></div>
<!--右箭头。如果放置在swiper-container外面需要自定义样式。-->
<!-- Add Pagination -->
<div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets"></div>
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
</div>
</header>
<div class="about-jj">
<div class="title-block">
<div class="en-title"></div>
<div class="title">COMPANY PROFILE</div>
</div>
<div class="content-text">
<p>Founded in Hong Kong, Hong Kong Maiji Games Co., LTD is an enterprise focusing on overseas game publishing, dedicated to bringing genuine and high-quality gaming experiences to players.</p>
<p>The Maiji Games team brings together professionals from various fields such as game operation, art design, and marketing promotion.</p>
<p>All core members come from top-tier game publishers and boast rich industry experience and professional backgrounds.</p>
<p>Meanwhile, the company has established close cooperative relationships with multiple international publishing platforms and commercial channels. With the joint efforts of the team, game projects have achieved sustained and steady development.</p>
<p>Maiji Games has always upheld the enterprise spirit of "Professionalism, Innovation, Exploration, and Progress", driving its business to expand overseas and striving to provide greater value to both players and partners!</p>
</div>
</div>
<div class="about-ts">
<div class="title-block">
<div class="en-title"></div>
<div class="title">COMPANY FEATURES</div>
</div>
<div class="content-text">
<p>Professional TeamTeam members are from first-class domestic and overseas game publishers and possess extensive experience.</p>
<p>Innovation-DrivenActively explore new game publishing models and marketing methods.</p>
</div>
</div>
<div class="about-yw">
<div class="title-block">
<div class="en-title"></div>
<div class="title">COMPANY BUSINESS</div>
</div>
<div class="content-text">
<p>Game Publishing: Agent and publish outstanding domestic and overseas game works to expand overseas markets.</p>
<p>Marketing Promotion: Formulate professional marketing strategies to enhance the global popularity of games.</p>
<p>Channel Expansion: Deepen engagement with major game publishing channels to expand the audience base.</p>
<p>User Service: Provide comprehensive after-sales services and actively listen to and respond to player feedback.</p>
</div>
</div>
<footer>
<p>Hong Kong Maiji Games Co., LTD</p>
<a href="agreement.html">User Agreement</a>
<a href="privacy.html">Privacy Policy</a>
</footer>
<script>
const swiper = new Swiper('.swiper-container',{
spaceBetween: 30,
autoplay: true,
pagination: {
el: '.swiper-pagination',
clickable: true,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
})
window.onresize = function() {
document.title = window.innerWidth + '';
}
$('.menus li').click(function() {
$(this).addClass('active').siblings('li').removeClass('active');
});
</script>
</body>
</html>