网修
This commit is contained in:
parent
16ef3ff032
commit
566ebd1a6b
@ -23,6 +23,9 @@
|
||||
<p>To send you updates, offers, and notifications regarding the app.</p>
|
||||
<p>We will not sell, rent, or share your personal information with third parties, unless we have your explicit consent or are required by law to do so.</p>
|
||||
|
||||
<h2>Privacy Compliance Statement</h2>
|
||||
<p>We are committed to protecting your personal data in accordance with the Personal Data (Privacy) Ordinance (Cap. 486, Laws of Hong Kong). Your information will be collected, processed, and stored securely, and will only be used for purposes directly related to our services. We do not disclose your personal data to third parties except as required by law or with your explicit consent.</p>
|
||||
|
||||
<h2>3. Information Protection</h2>
|
||||
<p>We take the security of your personal information seriously. We employ various security technologies and procedures to protect your data from loss, misuse, unauthorized access, or disclosure. However, please be aware that no security system is completely infallible, and we cannot fully guarantee the absolute security of your information over the internet.</p>
|
||||
|
||||
|
||||
@ -93,7 +93,13 @@
|
||||
</section>
|
||||
|
||||
<section class="section-card legal-block">
|
||||
<h3>10. Contact</h3>
|
||||
<h3>10. Governing Law and Jurisdiction</h3>
|
||||
<p>These Terms are governed by the laws of the Hong Kong Special Administrative Region. Any dispute arising from or relating to these Terms or Yumi services shall be submitted to the competent courts of Hong Kong, unless applicable law requires another forum.</p>
|
||||
|
||||
</section>
|
||||
|
||||
<section class="section-card legal-block">
|
||||
<h3>11. Contact</h3>
|
||||
<p>For service questions or legal notices, contact postmaster@haiyinet.com.cn or call +85256283162.</p>
|
||||
|
||||
</section>
|
||||
@ -107,7 +113,8 @@
|
||||
<div>
|
||||
<div class="eyebrow">Legal and support</div>
|
||||
<p>Yumi is operated by Global Interactive Technology Co., Limited (環球互動科技有限公司).</p>
|
||||
<p>中国香港环球大厦A01</p>
|
||||
<p>Company Registration No.: 79935183</p>
|
||||
<p>Registered address: 中国香港环球大厦A01</p>
|
||||
<p>Industry: Internet technology and information services</p>
|
||||
<p>Support: <a href="mailto:postmaster@haiyinet.com.cn">postmaster@haiyinet.com.cn</a><br>Phone: <a href="tel:+85256283162">+85256283162</a></p>
|
||||
</div>
|
||||
@ -128,4 +135,3 @@
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
BIN
www/assets/payment/dana.png
Normal file
BIN
www/assets/payment/dana.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
www/assets/payment/googlepay.png
Normal file
BIN
www/assets/payment/googlepay.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
www/assets/payment/paytm.png
Normal file
BIN
www/assets/payment/paytm.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
www/assets/payment/phonepe.png
Normal file
BIN
www/assets/payment/phonepe.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
www/assets/payment/qris.png
Normal file
BIN
www/assets/payment/qris.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
BIN
www/assets/payment/upi.png
Normal file
BIN
www/assets/payment/upi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@ -560,6 +560,57 @@ img {
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.corp-entity {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
margin-top: 18px;
|
||||
padding-top: 18px;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
|
||||
.corp-entity p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.corp-entity strong {
|
||||
color: rgba(255, 255, 255, 0.92);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.corp-payment {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 22px;
|
||||
padding: 22px 28px 34px;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
|
||||
.corp-payment small {
|
||||
color: rgba(255, 255, 255, 0.46);
|
||||
letter-spacing: 0.12em;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.76rem;
|
||||
}
|
||||
|
||||
.corp-payment__logos {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.corp-payment__logos img {
|
||||
width: 82px;
|
||||
height: 42px;
|
||||
object-fit: contain;
|
||||
padding: 7px 10px;
|
||||
border-radius: 8px;
|
||||
background: rgba(255, 255, 255, 0.94);
|
||||
box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
|
||||
}
|
||||
|
||||
.footer-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1.1fr 0.9fr;
|
||||
@ -704,6 +755,15 @@ img {
|
||||
.corp-strip__item:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.corp-payment {
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.corp-payment__logos {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
@ -754,4 +814,13 @@ img {
|
||||
max-width: 34ch;
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.corp-payment {
|
||||
padding: 18px 22px 28px;
|
||||
}
|
||||
|
||||
.corp-payment__logos img {
|
||||
width: 74px;
|
||||
height: 38px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -62,12 +62,27 @@
|
||||
<p><a href="mailto:postmaster@haiyinet.com.cn">postmaster@haiyinet.com.cn</a></p>
|
||||
<p><a href="tel:+85256283162">+85256283162</a></p>
|
||||
<p>https://www.haiyihy.com</p>
|
||||
<div class="corp-entity">
|
||||
<p><strong>Company Name:</strong> Global Interactive Technology Co., Limited</p>
|
||||
<p><strong>Company Number:</strong> 79935183</p>
|
||||
<p><strong>Company Address:</strong> 中国香港环球大厦A01</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<div class="shell corp-payment">
|
||||
<small>Payment methods</small>
|
||||
<div class="corp-payment__logos" aria-label="Payment methods">
|
||||
<img src="assets/payment/googlepay.png" alt="Google Pay">
|
||||
<img src="assets/payment/upi.png" alt="UPI">
|
||||
<img src="assets/payment/phonepe.png" alt="PhonePe">
|
||||
<img src="assets/payment/paytm.png" alt="Paytm">
|
||||
<img src="assets/payment/qris.png" alt="QRIS">
|
||||
<img src="assets/payment/dana.png" alt="DANA">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user