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

147 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>ULTRA STARSHIP HK LIMITED</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>ULTRA STARSHIP HK LIMITED</span>
</div>
<ul class="menus">
<li class="active">
<a href="index.html">關於</a>
</li>
<li>
<a href="business.html">商務</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">COMPANY PROFILE</div>
<div class="title">公司簡介</div>
</div>
<div class="content-text">
<p>ULTRA STARSHIP HK LIMITED香港奧創星艦有限公司成立於香港是一家專注於海外遊戲發行的企業致力於為玩家帶來正版、優質的遊戲體驗。</p>
<p>公司已獲得知名動漫正版授權,並成功推出遊戲 《Perfect World TH》為全球玩家帶來原汁原味的忍者世界冒險體驗。</p>
<p>ULTRA STARSHIP HK 團隊聚集了遊戲營運、美術設計、行銷推廣等各領域的專業人才,核心成員均來自頂尖遊戲發行商,擁有豐富的產業經驗與專業背景。</p>
<p>同時,公司與多個國際發行平台與商業渠道建立了緊密的合作關係,在團隊的共同努力下,遊戲項目得以持續穩健發展。</p>
<p>ULTRA STARSHIP HK 始終秉持「專業、創新、開拓、進取」的企業精神,推動業務揚帆出海,致力於為玩家與合作夥伴提供更卓越的價值!</p>
</div>
</div>
<div class="about-ts">
<div class="title-block">
<div class="en-title">COMPANY FEATURES</div>
<div class="title">公司特色</div>
</div>
<div class="content-text">
<p>正版授權:已取得知名動漫 IP 正版授權,確保遊戲內容合法合規。</p>
<p>專業團隊:成員來自國內外一線遊戲發行商,擁有豐富經驗。</p>
<p>創新驅動:積極探索新的遊戲發行模式與行銷手段。</p>
</div>
</div>
<div class="about-yw">
<div class="title-block">
<div class="en-title">COMPANY BUSINESS</div>
<div class="title">公司業務</div>
</div>
<div class="content-text">
<p>遊戲發行:代理並發行國內外優秀遊戲作品,拓展海外市場。</p>
<p>行銷推廣:制定專業行銷策略,提升遊戲全球知名度。</p>
<p>渠道拓展:深耕各大遊戲發行管道,擴大受眾群體。</p>
<p>用戶服務:提供完善的售後服務,積極聽取並回應玩家反饋。</p>
</div>
</div>
<footer>
<p>ULTRA STARSHIP HK LIMITED</p>
<a href="agreement.html">使用者協議</a>
<a href="privacy.html">隱私政策</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>