File: //var/www/admin.javaapp.co.uk/resources/views/privacy-policy.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>
<x-app-breadcrumb>
<li class="breadcrumb-item active" aria-current="page">Café {{ __('common.PrivacyPolicy') }}</li>
</x-app-breadcrumb>
<div class="page-header">
<div class="page-title">
<h3>Café {{ __('common.PrivacyPolicy') }}</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>At Java Go, we take your privacy and the protection of your personal information very
seriously. This privacy policy outlines how we collect, use, and protect the information
you provide to us through the Java Go café admin page.</em></b></p>
<h4 class="pt-3 text-dark">Information We Collect</h4>
<p>When you sign up for the Java Go café admin page, we collect your login information and email
address. Additionally, we require cafés to share their location, phone number, menu, opening
times, and photos, which will be shared with our users.</p>
<h4 class="pt-3 text-dark">How We Use Your Information</h4>
<p>We use the information you provide to us to facilitate the ordering process between cafés and our
users. We may use your email address to communicate with you regarding updates to our app or
changes to our policies.</p>
<p>We do not share your login information or email address with our users. However, we may share
your café's location, phone number, menu, opening times, and photos with our users.</p>
<p>We may also use your information to improve our app and services, such as by analyzing user
behavior and preferences to provide better recommendations for cafés and menu items.</p>
<h4 class="pt-3 text-dark">Data Security</h4>
<p>We take appropriate measures to protect your personal information from unauthorized access,
alteration, or disclosure. We use industry-standard encryption to protect your login information
and email address. </p>
<p>However, no method of transmission over the internet or electronic storage is completely secure.
Therefore, while we strive to protect your personal information, we cannot guarantee its
absolute security.</p>
<h4 class="pt-3 text-dark">Third-Party Links</h4>
<p>Our app may contain links to third-party websites or services that are not owned or controlled by
Java Go. We are not responsible for the privacy practices of these third-party sites or
services. We encourage you to review the privacy policies of any third-party sites or services
before providing your personal information. </p>
<h4 class="pt-3 text-dark">Updates to Privacy Policy</h4>
<p>We may update this privacy policy from time to time by posting a new version on our website or
app. We encourage you to review this policy periodically for any updates.
Contact Us If you have any questions or concerns about our privacy policy, 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>