File: //var/www/quadcode/frontend/src/cookie-policy.html
<!DOCTYPE html>
<html lang="en">
<head>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta content="true" name="HandheldFriendly" />
<meta content="width" name="MobileOptimized" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<title>Quadcode - Cookie Policy</title>
<link
href="https://fonts.cdnfonts.com/css/proxima-nova-2"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap"
rel="stylesheet"
/>
<!-- STAR FAVICON -->
<link
rel="shortcut icon"
type="image/x-icon"
href="./lp/assets/static/favicon.ico"
/>
<!-- END FAVICON -->
<meta name="description" content="" />
<% if (process.env.APP_ENV === 'production') { %> <%=
require('html-loader!./html/_gtm.html').default %> <% } %>
</head>
<style>
.skip-animation * {
transition-duration: 0ms !important;
}
</style>
<script src="https://code.createjs.com/1.0.0/createjs.min.js"></script>
<body class="skip-animation js-history-animation">
<script>
const skip = document.querySelector(".skip-animation");
skip.classList.remove("skip-animation");
</script>
<div id="root">
<!-- START PRELOADER -->
<%= require('html-loader!./html/_preloader.html').default %>
<!-- END PRELOADER -->
<!-- START HEADER -->
<%= require('html-loader!./html/header.html').default %>
<!-- END HEADER -->
<div class="terms-conditions">
<div class="container">
<div class="terms-conditions__title titleM">
<h1>Quadcode Cookie Policy</h1>
</div>
<p>
<small><em>Last Updated: 16th of May 2024.</em></small>
</p>
<div id="Title1" class="terms-conditions__term">
<h2>What are cookies?</h2>
<p>
This Cookie Policy explains what cookies are and how we use them,
the types of cookies we use i.e, the information we collect using
cookies and how that information is used, and how to manage the
cookie settings.
</p>
<p>
Cookies are small text files that are used to store small pieces
of information. They are stored on your device when the website is
loaded on your browser. These cookies help us make the website
function properly, make it more secure, provide better user
experience, and understand how the website performs and to analyze
what works and where it needs improvement.
</p>
</div>
<div id="Title2" class="terms-conditions__term">
<h2>How do we use cookies?</h2>
<p>
As most of the online services, our website uses first-party and
third-party cookies for several purposes. First-party cookies are
mostly necessary for the website to function the right way, and
they do not collect any of your personally identifiable data.
</p>
<p>
The third-party cookies used on our website are mainly for
understanding how the website performs, how you interact with our
website, keeping our services secure, providing advertisements
that are relevant to you, and all in all providing you with a
better and improved user experience and help speed up your future
interactions with our website.
</p>
</div>
<div id="Title3" class="terms-conditions__term">
<h2>Cookie Policy</h2>
<p>We use the following cookies:</p>
<ul>
<li>
<strong>Strictly necessary</strong> cookies. Necessary cookies
are required to enable the basic features of this site, such as
providing secure log-in or adjusting your consent preferences.
These cookies do not store any personally identifiable data.
</li>
<li>
<strong>Analytical</strong> cookies. These cookies are used to
understand how visitors interact with the website. These cookies
help provide information on metrics such as the number of
visitors, bounce rate, traffic source, etc.
</li>
<li>
<strong>Functionality</strong> cookies. Functional cookies help
perform certain functionalities like sharing the content of the
website on social media platforms, collecting feedback, and
other third-party features.
</li>
<li>
<strong>Advertisement</strong> cookies. Advertisement cookies
are used to provide visitors with customized advertisements
based on the pages you visited previously and to analyze the
effectiveness of the ad campaigns.
</li>
</ul>
</div>
<div id="Title4" class="terms-conditions__term">
<h2>Cookie Settings</h2>
<p>
You may block cookies by activating the setting on your browser
that allows you to refuse the setting of all or some cookies.
However, if you use your browser settings to block all cookies
(including essential cookies) you may not be able to access all or
parts of our site. Different browsers provide different methods to
block and delete cookies used by websites. You can change the
settings of your browser to block/delete the cookies. Listed below
are the links to the support documents on how to manage and delete
cookies from the major web browsers.
</p>
<p>
Chrome:
<a href="https://support.google.com/accounts/answer/32050"
>https://support.google.com/accounts/answer/32050</a
>
</p>
<p>
Safari:
<a
href="https://support.apple.com/en-in/guide/safari/sfri11471/mac"
>https://support.apple.com/en-in/guide/safari/sfri11471/mac</a
>
</p>
<p>
Firefox:
<a
href="https://support.mozilla.org/en-US/kb/clear-cookies-and-site-data-firefox?redirectslug=delete-cookies-remove-info-websites-stored&redirectlocale=en-US"
>https://support.mozilla.org/en-US/kb/clear-cookies-and-site-data-firefox?redirectslug=delete-cookies-remove-info-websites-stored&redirectlocale=en-US</a
>
</p>
<p>
Internet Explorer:
<a
href="https://support.microsoft.com/en-us/topic/how-to-delete-cookie-files-in-internet-explorer-bca9446f-d873-78de-77ba-d42645fa52fc"
>https://support.microsoft.com/en-us/topic/how-to-delete-cookie-files-in-internet-explorer-bca9446f-d873-78de-77ba-d42645fa52fc</a
>
</p>
<p>
If you are using any other web browser, please visit your
browser’s official support documents.
</p>
</div>
</div>
</div>
<!-- START FOOTER -->
<%= require('html-loader!./html/footer.html').default %>
<!-- END FOOTER -->
<!-- START _MENU-MOBILE -->
<%= require('html-loader!./html/_menu-mobile.html').default %>
<!-- END _MENU-MOBILE -->
<!-- START _POPUP-COOKIE -->
<%= require('html-loader!./html/_popup-cookie.html').default %>
<!-- END _POPUP-COOKIE -->
</div>
<!-- START _COUNTER -->
<%= require('html-loader!./html/_counter.html').default %>
<!-- END _COUNTER -->
</body>
</html>