HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/admin.javaapp.co.uk/resources/views/mobile-app/privacy-policy-app-old.blade.php
<x-app-layout>
    <x-slot name="css">
        <style>
            .layout-top-spacing {
                min-height: calc(100vh - 260px) !important;
            }

            p {
                font-size: 1rem;
            }

            ul {
                padding-left: 20px;
            }

            ul li {
                font-size: 1rem;
                margin-bottom: 12px;
                color: #515365;
            }

            .footer-section {
                position: relative !important;
                margin: 0px auto;
            }

            em {
                color: #6A442E;
            }
        </style>
    </x-slot>
    <div class="page-header">
        <div class="page-title">
            <h3>{{ __('common.PrivacyPolicyApp') }}</h3>
        </div>
    </div>

    <div class="row layout-top-spacing">
        <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 layout-spacing">
            <div class="row">
                <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 mt-4">
                    <p><b><em>Here at Java Go we are committed to protecting the privacy of our users. This Privacy
                                Policy outlines the types of information that Java Go collects and how we use and
                                protect that information. Please read this policy carefully to understand how we handle
                                your personal data.</em></b></p>

                    <h4 class="pt-3 text-dark">Information We Collect</h4>
                    <p><b>Java Go collects the following types of information from its users:</b></p>
                    <p><b>Personal data:</b> This includes your name, email address, phone number, and any other
                        personal information you provide when you sign up for Java Go or use our app. We also collect
                        information about your usage of Java Go, including data related to your location, IP address,
                        device information, and activity logs.</p>
                    <p><b>Payment information:</b> When you make a payment through Java Go, we collect payment
                        information such as your credit card number and billing address. This information is used solely
                        for the purpose of processing your payment.</p>


                    <h4 class="pt-3 text-dark">How We Use Your Information</h4>
                    <p><b>Java Go uses your personal data to:</b> </p>
                    <ul>
                        <li>Provide you with the services offered by Java Go, such as allowing you to connect with other
                            users, browse events, and purchase tickets.</li>
                        <li>Improve our app and services, such as by analyzing user behaviour, identifying trends, and
                            implementing updates.</li>
                        <li>Communicate with you about Java Go-related news, events, and promotions.</li>
                        <li>Provide customer support and respond to your inquiries or requests.</li>
                    </ul>


                    <h4 class="pt-3 text-dark">How We Protect Your Information</h4>
                    <p><b>Java Go takes the security of your personal data seriously and implements measures to
                            safeguard your information from unauthorized access, disclosure, and misuse. These measures
                            include:</b> </p>
                    <ul>
                        <li>Encryption of sensitive data, such as payment information, during transmission and storage.
                        </li>
                        <li>Limited access to personal data by authorised personnel only.</li>
                    </ul>

                    <h4 class="pt-3 text-dark">Disclosure of Your Information</h4>
                    <p><b>Java Go does not sell or rent your personal data to third parties. We may disclose your
                            personal data in the following circumstances:</b> </p>

                    <p>To our trusted service providers who assist us in providing our app and services, such as payment
                        processors, cloud storage providers, cafés and food vendors who are signed on to our platform.
                    </p>
                    <p>To comply with applicable laws or legal processes, or to respond to valid requests from law
                        enforcement or other government agencies.</p>
                    <p>To protect the rights, property, or safety of Java Go, its users, or others.</p>
                    <!-- <ul>
                        <li>To our trusted service providers who assist us in providing our app and services, such as payment processors, cloud storage providers, cafés and food vendors who are signed on to our platform.</li>
                        <li>To comply with applicable laws or legal processes, or to respond to valid requests from law enforcement or other government agencies.</li>
                        <li>To protect the rights, property, or safety of Java Go, its users, or others.</li>
                    </ul> -->

                    <h4 class="pt-3 text-dark">Changes to This Policy</h4>
                    <p>Java Go may update this Privacy Policy from time to time. We will notify you of any significant
                        changes by sending you an email.</p>

                    <h4 class="pt-3 text-dark">Contact Us</h4>
                    <p>If you have any questions or concerns about this Privacy Policy or Java Go's privacy practices,
                        please contact us at <a href="mailto:javago@javaapp.co.uk.">javago@javaapp.co.uk.</a></p>

                    <br>
                    <p><b><em>This Privacy Policy was last updated on 06/03/2023.</em></b></p>


                </div>
            </div>
        </div>
    </div>
</x-app-layout>