Files
goodtimes/templates/payment/terms.html
rizwanisready 01469b41c6 notifications
2024-03-13 18:25:54 +05:30

166 lines
6.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="/images/icon.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css">
<title>Good times</title>
</head>
<body>
<!-- Header -->
<section class="terms-sec">
<header class="header-main" id="header">
<div class="container">
<div class="header-main-inner">
<div class="logo">
<a href="index.html">
<img loading="lazy" src="images/logo.png" alt>
</a>
</div>
<nav class="navs">
<div class="cross-btn">
&times;
</div>
<ul class="navLinks">
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="terms.html">Terms &
Condition</a></li>
</ul>
</nav>
<div class="hamburger">
<img loading="lazy" src="images/ham.png" alt>
</div>
<div class="overlay"></div>
</div>
</div>
</div>
</header>
</section>
<!-- terms page -->
<section class="terms-main">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="about-us-left">
<h1 class="big-heading">Terms & Condition</h1>
</div>
</div>
</div>
</div>
</section>
<!-- about-us -->
<section class="terms">
<div class="container">
<p class="para-mid">Welcome to Good Times
</p>
<p class="para-mid">These terms and conditions outline the rules and
regulations for the use of Good Times, located at Website.com.
</p>
<p class="para-mid">By accessing this website we assume you accept
these terms and conditions. Do not continue to use Good
Times if you do not agree to take all of the terms and
conditions stated on this page.
</p>
<p class="para-mid">The following terminology applies to these Terms
and Conditions, Privacy Statement and Disclaimer Notice and all
Agreements: “Client”, “You” and “Your” refers to you, the
person
log on this website and compliant to the Company's terms and
conditions. “The Company”, “Ourselves”, “We”, “Our” and
“Us”,
refers to our Company. “Party”, “Parties”, or “Us”, refers to
both the Client and ourselves. All terms refer to the
offer,
acceptance and consideration of payment necessary to undertake
the process of our assistance to the Client in the most
appropriate manner for the express purpose of meeting the
Client's needs in respect of provision of the Company's
stated
services, in accordance with and subject to, prevailing law of
Netherlands. Any use of the above terminology or other
words in
the singular, plural, capitalization and/or he/she or they, are
taken as interchangeable and therefore as referring to
same.
</p>
<p class="para-mid">We employ the use of cookies. By accessing Good
Times, you agreed to use cookies in agreement with the Good
Times Privacyc Policy. Most interactive websites use
cookies to let us retrieve the user's details for each visit.
Cookies are used by our website to enable the functionality
of certain areas to make it easier for people visiting our
website. Some of our affiliate/advertising partners may
also use cookies.
</div>
</section>
<!-- footer -->
<section class="footer">
<div class="container">
<div class="footer-main-img">
<img loading="lazy" src="images/logo.png" alt>
</div>
<div class="footer-main-grid">
<div class="footer-main-grid-first">
<!-- <div class="footer-main-grid-first-img"> -->
<div class="store-app">
<a href>
<img loading="lazy" src="images/menu-left-btn.png" alt>
</a>
<a href class>
<img loading="lazy" src="images/menu-right-btn.png" alt>
</a>
</div>
</div>
<div class="footer-main-grid-second">
<p class="para-dark">Help</p>
<p class="para">About Us</p>
<p class="para">Terms & Conditions</p>
</div>
<div class="footer-main-grid-third">
<p class="para-dark">Quick Links</p>
<p class="para">Key Features Us</p>
<p class="para">3 Easy Steps to Stay Informed
</p>
</div>
<div class="footer-main-grid-fourth">
<div class="footer-btn">
<button class="common-btn">Join now</button>
</div>
<p class="para">Let the Adventure Begin</p>
<p class="para">FAQ
</p>
</div>
</div>
<div class>
<a href="#" class="copy-right">
Copyright © Good Times
</a>
</div>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous">
</script>
<script src="custom.js"></script>
</body>
</html>