150 lines
8.6 KiB
PHP
150 lines
8.6 KiB
PHP
<!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="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-5.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>
|
||
</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">Get Credit Packs on <br/>Pre-Sales Offer</h3>
|
||
<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. 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-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>
|
||
<p class="mb-5">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 class="row work-section">
|
||
<div class="col-12 mb-4">
|
||
<h5>Lorem Ipsum</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-12 mb-4">
|
||
<h5>Lorem Ipsum</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-12 mb-4">
|
||
<h5>Lorem Ipsum</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>
|
||
<a href="#" class="work-submit pink">Get Now</a>
|
||
</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="#" class="contact-btn">Contact Us</a>
|
||
</div>
|
||
<div class="col-lg-3">
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<?php include 'member_layout/footer.php' ?>
|
||
|
||
</body>
|
||
</html>
|