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

153 lines
5.9 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="head-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>
<!-- About Us page -->
<section class="about-us">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="about-us-left">
<h1 class="big-heading">About Us</h1>
</div>
</div>
</div>
</div>
</section>
<!-- about-us -->
<section class="about">
<div class="container">
<p class="para-mid">Welcome to Good Times - Where Every Moment
Counts!
</p>
<p class="para-mid">Good Times is an event management app founded by
Matthew Weightman and developed by WDI. Our mission is to
empower people to discover and engage with the vibrant events
happening around them.
</p>
<p class="para-mid">Whether you're a seasoned culture enthusiast or
someone looking to broaden your horizons, our platform is
designed to cater to every taste and interest.
</p>
<p class="para-mid">But Good Times is more than just an event
discovery app. You can earn real money by redeeming your Good
Times points. What are the Good Times points you ask? These are
the points you are awarded every time a new user joins the app
using your referral code. Not just that! You receive points
every time the user renews their subscription, giving you a
consistent stream of income.
</p>
<p class="para-mid">We believe that the best experiences are those
shared with others, and our platform facilitates connections and
social interactions that enrich your event-going experience.
<p class="para-mid">Whether you're searching for the hottest
concerts, the trendiest art exhibitions, or the most
thrilling sports events, Good Times has you covered. Join us
on this journey of exploration, discovery, and celebration
as we redefine the way you experience the world <br> around
you.
</p>
</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="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>