File: /var/www/admin.javaapp.co.uk/resources/views/mobile-app/terms-and-conditions-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.TermsAndConditionsApp') }}
</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>By using the Java Go application, you agree to the following terms and conditions (please
note, the term ‘cafe’ is used to refer to any food vendor part of the Java Go platform,
including cafes, coffee carts and any others) :</em></b></p>
<h4 class="pt-3 text-dark">Use of the App</h4>
<p>Java Go grants you a limited, non-exclusive, non-transferable, and revocable license to use the
app for its intended purpose, which is to send and receive payments for coffee runs with your
peers. You may not use the app for any other purpose or in any manner that violates these terms
and conditions.</p>
<h4 class="pt-3 text-dark">Sending and Receiving Payments</h4>
<p>To send or receive payments, you must provide accurate and complete information about yourself
and the coffee run, including the amount due and the recipient of the payment. You may be
required to create an account to use certain features of the app.</p>
<p>You agree to pay all fees and charges associated with your use of the app, including the service
fee of 25p per transaction. The service fee is subject to change in the future, and any changes
will be posted on the app or on our website.</p>
<p>Java Go is not responsible for any misuse of payment once it is sent. It is the user's
responsibility to only send payment to trusted people for the intended use of paying for their
order.</p>
<h4 class="pt-3 text-dark">Cafe Menus and Information</h4>
<p>The app displays menus and information for cafes on the platform. It is the responsibility of the
cafes to provide accurate information about their cafe, including menu items, pricing, and
allergy information. Cafes are responsible for uploading an accurate and updated menu.</p>
<p>Users ordering their food are responsible for ensuring they check food allergy information, and
for verifying that the order matches their preferences. This is not the responsibility of Java
Go or the coffee run initiator.</p>
<p>The cafe is responsible for the categorisation of the cafe (i.e. if they claim to be a ‘vegan
cafe’ and are categorised as such on the app) this information is the responsibility of the
person in charge of the cafe admin. This rule extends to the categorisation of food, (i.e if
certain foods are claimed to be ‘halal’ or ‘vegan’) Java Go is not responsible for the
miscategorization committed by any cafe.</p>
<h4 class="pt-3 text-dark">Ordering</h4>
<p>If for any reason a user is picking up orders for a coffee run but is unable to obtain the items
their colleagues have ordered or is refused service at the cafe, this matter should be between
the cafe and the users and should not involve Java Go. Cafes are responsible for any refunds if
a user has requested one, and the coffee run initiator is responsible for returning payments to
their colleagues if for whatever reason the order cannot be fulfilled or does not reach the user
who ordered it. Any damage or issues with items ordered to and from the cafe are the
responsibility of the coffee run initiator. </p>
<h4 class="pt-3 text-dark">Cafe Fulfilment</h4>
<p>Java Go is not responsible for any cafe that is unable to fulfil an order, this is an issue
between the user and the cafe. It is the responsibility of the user to ensure that the cafe they
choose is able to fulfil their order.</p>
<h4 class="pt-3 text-dark">Intellectual Property</h4>
<p>The app and its contents, including but not limited to text, graphics, logos, and images, are the
property of Java Go or its licensors and are protected by copyright and other intellectual
property laws. You may not copy, reproduce, distribute, or create derivative works based on the
app or its contents without the express written consent of Java Go.</p>
<h4 class="pt-3 text-dark">Limitation of Liability</h4>
<p>Java Go will not be liable for any damages, losses, or expenses arising from your use of the app,
including but not limited to any direct, indirect, incidental, or consequential damages. Java Go
is not responsible for the quality or safety of the coffee or other products offered by
third-party cafes or vendors.</p>
<h4 class="pt-3 text-dark">Indemnification</h4>
<p>You agree to indemnify, defend, and hold harmless Java Go and its affiliates, officers,
directors, employees, and agents from any claims, damages, liabilities, or expenses arising from
your use of the app or any breach of these terms and conditions.</p>
<h4 class="pt-3 text-dark">Governing Law</h4>
<p>These terms and conditions will be governed by and construed in accordance with the laws of the
United Kingdom. Any disputes arising from these terms and conditions will be subject to the
exclusive jurisdiction of the courts in the United Kingdom.</p>
<h4 class="pt-3 text-dark">Changes to Terms and Conditions</h4>
<p>Java Go may update these terms and conditions from time to time. Any changes will be posted on
the app or on our website and will be effective immediately upon posting. Your continued use of
the app after any changes to these terms and conditions indicates your acceptance of the updated
terms.</p>
<h4 class="pt-3 text-dark">Contact Us</h4>
<p>If you have any questions or concerns about these terms and conditions or the Java Go app, please
contact us at <a href="mailto:javago@javaapp.co.uk.">Javago@javaapp.co.uk</a></p>
<br>
<p><b><em>These terms and conditions were last updated on 06/03/2023.</em></b></p>
</div>
</div>
</div>
</div>
</x-app-layout>