golf_backend/app/Views/membership.php
suseendhiran17 a83b156933 susee
2023-06-19 18:54:58 +05:30

294 lines
9.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Evo Membership - Golf Evolution</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="<?= base_url()."/public"; ?>/assets/member_images/favicon.png" sizes="192x192" />
<link rel="apple-touch-icon" href="<?= base_url()."/public"; ?>/assets/member_images/favicon.png" />
<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=DM+Sans:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="<?= base_url()."/public"; ?>/assets/member_css/front-style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="<?= base_url()."/public"; ?>/assets/member_js/ajax.js"></script>
<input id="url" value="<?= base_url() ?>" type="hidden">
<input id="c_token" value="<?php if ($token) { echo md5($token); } ?>" type="hidden">
</head>
<body class="membership">
<?php include 'member_layout/header.php' ?>
<section class="pt-5 pb-5 evo-membership">
<div class="container">
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<h1 class="heading-border">Evo Membership</h1>
<p class="text-center">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using Content here, content here, making it look like readable English.</p>
</div>
<div class="col-md-2">
</div>
</div>
<div class="row membership-img">
<div class="col-md-4">
<img src="<?= base_url()."/public"; ?>/assets/member_images/Vector-3.png" width="68" height="80" alt="" class="mb-3"/>
<h5 class="mem-icontitle">Lorem Ipsum Lorem</h5>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>
</div>
<div class="col-md-4">
<img src="<?= base_url()."/public"; ?>/assets/member_images/Vector-4.png" width="80" height="80" alt="" class="mb-3"/>
<h5 class="mem-icontitle">Lorem Ipsum Lorem</h5>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>
</div>
<div class="col-md-4">
<img src="<?= base_url()."/public"; ?>/assets/member_images/Vector-5.png" width="80" height="80" alt="" class="mb-3"/>
<h5 class="mem-icontitle">Lorem Ipsum Lorem</h5>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>
</div>
</div>
</div>
</section>
<section class="presale-offer-section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<h3 class="mb-3 heading-font">Credit Pack Pre Opening Offer</h3>
<p>Get more yards out of your dollar. Purchase any of our Evo Packs before we open and receive an additional 20% worth of credits. Your Golf Evolution Credits are our currency and you can use them for all bookings whether it is a lesson, a practice session or a game of golf with your buddies.</p>
<h5 class="credit-table-heading">How to Redeem your credits?</h5>
<p class="mb-4">Each Golf Evolution Credit has a Value of $30, you can redeem it to book Golf Sim play and practice, Golf coaching and Fitting sessions as per the price list mentioned below. </p>
<figure class="credit-table"><table><thead><tr><th class="text-center">Product</th><th class="text-center">Cost</th><th class="text-center">Credits</th></tr></thead><tbody><tr>
<td>1/2 hr Practice / Play</td><td class="text-center">$30</td><td>1</td></tr><tr>
<td>1 hr Practice / Play</td><td class="text-center">$60</td><td>2</td></tr><tr>
<td>1/2 hr individual coaching</td><td class="text-center">$90</td><td>3</td></tr><tr>
<td>1 hr individual coaching</td><td class="text-center">$150</td><td>5</td></tr>
<tr><td colspan="3">Fitting Session</td></tr>
<td>Single fitting (driver, irons or woods)</td><td class="text-center">$120</td><td>4</td></tr><tr>
<td>2 hr full bag fitting (Driver, woods, irons, wedges)</td><td class="text-center">$210</td><td>7</td></tr></tbody></table></figure>
</div>
<div class="col-lg-6">
<div class="row">
<div class="col-lg-6">
<div class="credit-offer-box">
<div class="offer-tag"><img src="<?= base_url()."/public"; ?>/assets/member_images/Offer.png"/ width="43" height="71"></div>
<img src="<?= base_url()."/public"; ?>/assets/member_images/cart-icon.png" alt="" width="70" height="70"/>
<h6 class="pack-title font-bold"><?= $pack_data[0]['package_name']; ?></h6>
<div class="pack-desc"><?= $pack_data[0]['discription']; ?></div>
<div class="pack-price font-bold"><span class="price-symbol">$</span><?= $pack_data[0]['cost']; ?></div>
<div class="pack-tax font-bold">+ Taxes</div>
<div class="pack-credit-number font-bold"><?= $pack_data[0]['credit']; ?> Credits</div>
<div class="pack-credit-point"><?= $pack_data[0]['offer_label']; ?></div>
<div class="pack-credit-price">1 Credit at $<?= round($pack_data[0]['cost'] / $pack_data[0]['credit'] , 2); ?></div>
<a id="<?= $pack_data[0]['id']; ?>" class="pack-submit blue">Add To Cart</a>
</div>
</div>
<div class="col-lg-6 second-pack">
<div class="credit-offer-box">
<div class="offer-tag"><img src="<?= base_url()."/public"; ?>/assets/member_images/Offer.png"/ width="43" height="71"></div>
<img src="<?= base_url()."/public"; ?>/assets/member_images/cart-icon.png" alt="" width="70" height="70"/>
<h6 class="pack-title font-bold"><?= $pack_data[1]['package_name']; ?></h6>
<div class="pack-desc"><?= $pack_data[1]['discription']; ?></div>
<div class="pack-price font-bold"><span class="price-symbol">$</span><?= $pack_data[1]['cost']; ?></div>
<div class="pack-tax font-bold">+ Taxes</div>
<div class="pack-credit-number font-bold"><?= $pack_data[1]['credit']; ?> Credits</div>
<div class="pack-credit-point"><?= $pack_data[1]['offer_label']; ?></div>
<div class="pack-credit-price">1 Credit at $<?= round($pack_data[1]['cost'] / $pack_data[1]['credit'] , 2); ?></div>
<a id="<?= $pack_data[1]['id']; ?>" class="pack-submit pink">Add To Cart</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="how-works" style="background-image:url(<?= base_url()."/public/assets/member_images/good-shot-buddy-shot-two-happy-men-playing-game-golf.png"; ?>);">
<div class="container">
<div class="row">
<div class="col-lg-6 pt-5 pb-5 pe-5 bg-white">
<h3 class="mb-3 heading-font">How it Works</h3>
<div class="row work-section">
<ul>
<li>Purchase your credits<br/>(The more your purchase the cheaper it gets)</li>
<li>Credits are added to your account<br/>
(Credits will have a validity of One Year from the date of opening )</li>
<li>Select what you want to do, play practice or take a lesson (Each option has a credit value associated to it).</li>
<li>Find the time and the date that suits you.</li>
<li>Add it to your cart</li>
<li>Proceed to checkout and use your credits to confirm the booking.</li>
</ul>
</div>
</div>
<div class="col-lg-6">
</div>
</div>
</div>
</section>
<section class="contact-section pt-5 pb-5 text-center">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-3">
</div>
<div class="col-lg-3 question-title">
<h6>Have a question? Reach us</h6>
</div>
<div class="col-lg-3">
<a href="https://<?php echo $_SERVER['SERVER_NAME']; ?>/contact-us/" class="contact-btn">Contact Us</a>
</div>
<div class="col-lg-3">
</div>
</div>
</div>
</section>
<?php include 'member_layout/footer.php' ?>
</body>
</html>