File: /var/www/admin.javaapp.co.uk/resources/views/terms-and-conditions-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>
<x-app-breadcrumb>
<li class="breadcrumb-item active" aria-current="page">Café {{ __('common.TermsAndConditions') }}</li>
</x-app-breadcrumb>
<div class="page-header">
<div class="page-title">
<h3>Café {{ __('common.TermsAndConditions') }}</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 signing up to the Java Go platform, you are agreeing (on behalf of yourself and the
café you are signing up) to the following terms and conditions (please note, the term
‘café’ is used to refer to any food vendor part of the Java Go platform, including
cafés, coffee carts and any others) :</em></b></p>
<h4 class="pt-3 text-dark">Use of the platform</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">Account</h4>
<p>The person who fills out the information on behalf of the cafe is responsible for the accuracy of
the information provided. Java Go will review the information to ensure it is appropriate and
accurate before publishing it onto the app, Java Go has the right to refrain from publishing if
the information lacks accuracy or is not appropriate. </p>
<h4 class="pt-3 text-dark">Payments</h4>
<p>You agree to pay the subscription fee once your free trial is expired and acknowledge the
subscription fee can be subject to change in the future and that continuation to be on our
platform is an agreement to pay the new subscription fee.</p>
<h4 class="pt-3 text-dark">Café Menus and Information</h4>
<p>The app displays menus and information for cafés on the platform. It is the responsibility of the
cafés to provide accurate information about their café, including menu items, pricing, and
allergy information. cafés 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 café is responsible for the categorisation of the café (i.e. if they claim to be a ‘vegan
café’ and are categorised as such on the app) this information is the responsibility of the
person in charge of the café 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 café.</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 café, this matter should be between
the café and the users and should not involve Java Go. cafés 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 café are the
responsibility of the coffee run initiator.</p>
<p>If a customer would like a refund for their order, this would be a matter between the user and
the café and will not involve Java Go.</p>
<h4 class="pt-3 text-dark">Café Fulfilment</h4>
<p>Java Go is not responsible for any café that is unable to fulfil an order, this is an issue
between the user and the café. It is the responsibility of the user to ensure that the café 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 cafés 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.. 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="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>