diff --git a/psx2-privacy.html b/psx2-privacy.html new file mode 100644 index 0000000..3120c27 --- /dev/null +++ b/psx2-privacy.html @@ -0,0 +1,87 @@ + + + + + +Privacy Policy - PSX2 + + + + + + +
+ +
+ + + +
+

Privacy Policy for PSX2

+

Last updated: September 18, 2025

+ +
+

Introduction

+

PSX2 ("we," "our," or "us") operates the PSX2 mobile application (the "Service"). This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service.

+ +

Information Collection and Use

+ +

Information We Do NOT Collect

+ + +

Information We May Access Locally

+ + +

Data Storage

+

All data is stored locally on your device. We do not transmit, store, or process any of your data on external servers.

+ +

Third-Party Services

+ +

Cover Art Downloads

+

When you use the cover art download feature, the app may connect to third-party services to download game cover images. This is done anonymously and no personal information is transmitted.

+ +

External Links

+

Our app may contain links to external websites (such as our GitHub repository). We are not responsible for the privacy practices of these external sites.

+ +

Children's Privacy

+

Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13.

+ +

Data Security

+

Since all data is stored locally on your device, the security of your data depends on your device's security measures. We recommend keeping your device updated and secured.

+ +

Changes to This Privacy Policy

+

We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last updated" date.

+ +

Contact Us

+

If you have any questions about this Privacy Policy, please contact us:

+ + +

This privacy policy is designed to comply with Google Play Store requirements and GDPR regulations.

+
+
+ + + + + diff --git a/psx2.html b/psx2.html index 1db3f7e..3c6a948 100644 --- a/psx2.html +++ b/psx2.html @@ -25,7 +25,26 @@

PSX2

-

Android ARM64 PS2 emulator project.

+

PlayStation 2 Emulator for Mobile

+ +
+

PSX2 is a powerful PlayStation 2 emulator that brings your favorite PS2 games to mobile devices. Experience classic gaming with enhanced performance and modern convenience.

+

Built on the legendary PCSX2 emulator and optimized for ARM64 Android devices, PSX2 delivers high compatibility and smooth gameplay.

+
+ +
+

Key Features

+ +
+ + + +
diff --git a/style.css b/style.css index cf8d23d..be5f6be 100644 --- a/style.css +++ b/style.css @@ -460,6 +460,64 @@ body { } } +/* Neon Pink Button */ +.btn-neon-pink { + color: #ff2a9d !important; + border: 2px solid #ff2a9d !important; + background: transparent !important; + text-shadow: + 0 0 10px rgba(255, 42, 157, 0.8), + 0 0 20px rgba(255, 42, 157, 0.6); + box-shadow: + 0 0 10px rgba(255, 42, 157, 0.4), + inset 0 0 10px rgba(255, 42, 157, 0.1); +} + +.btn-neon-pink:hover { + color: #ff2a9d !important; + border-color: #ff2a9d !important; + background: rgba(255, 42, 157, 0.1) !important; + text-shadow: + 0 0 15px rgba(255, 42, 157, 1), + 0 0 30px rgba(255, 42, 157, 0.8); + box-shadow: + 0 0 20px rgba(255, 42, 157, 0.6), + inset 0 0 15px rgba(255, 42, 157, 0.2); + transform: translateY(-2px); +} + +/* Email Icon */ +.email-icon { + display: inline-block; + text-decoration: none; + color: #ff2a9d; + border: 2px solid #ff2a9d; + background: transparent; + padding: 4px 8px; + border-radius: 6px; + font-size: 16px; + transition: all 0.3s ease; + text-shadow: + 0 0 10px rgba(255, 42, 157, 0.8), + 0 0 20px rgba(255, 42, 157, 0.6); + box-shadow: + 0 0 10px rgba(255, 42, 157, 0.4), + inset 0 0 10px rgba(255, 42, 157, 0.1); +} + +.email-icon:hover { + color: #ff2a9d; + border-color: #ff2a9d; + background: rgba(255, 42, 157, 0.1); + text-shadow: + 0 0 15px rgba(255, 42, 157, 1), + 0 0 30px rgba(255, 42, 157, 0.8); + box-shadow: + 0 0 20px rgba(255, 42, 157, 0.6), + inset 0 0 15px rgba(255, 42, 157, 0.2); + transform: scale(1.05); +} + /* Desktop Styles */ @media (min-width: 1024px) { .navbar {