Merge branch 'master' of bitbucket.org:venbainformationtechnology/golf_backend
This commit is contained in:
commit
3287cfe1e5
@ -45,90 +45,28 @@
|
||||
<?php include 'member_layout/header.php' ?>
|
||||
|
||||
|
||||
|
||||
<section class="pt-4 pb-5 evo-membership">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-1">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-10">
|
||||
|
||||
<h1 class="heading-border">Pre-opening Golf Evolution Offer!</h1>
|
||||
|
||||
<p class="text-justify">Elevate your golfing experience with our exclusive pre-opening offer designed for golf enthusiasts like you. With our pre-opening credit pack offer, you gain additional access to our state-of-the-art golf simulators, allowing you to practice your swing, improve your skills, and enjoy virtual rounds of golf on some of the world’s most renowned courses.</p>
|
||||
<p class="text-justify">Our booking system offers flexibility and convenience, allowing you to redeem credits at your own pace and explore various simulation options. Whether you're a beginner looking to learn the game or a seasoned golfer seeking to enhance your technique, our golf simulator credit pack is your ticket to endless enjoyment on the greens and our pre-opening offer adds additional value. Come join us, on the journey to Evolve your game.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
|
||||
</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-4"/>
|
||||
|
||||
<p class="text-justify">Book lessons or club fittings with our Internationally Certified (Canada & UK) Golf Professional – Jonathan Garratt. His ability to help you achieve the best you can be as a golfer sets him apart.</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-4"/>
|
||||
|
||||
<p class="text-justify">Utilize our investment in state-of-the-art technology to play courses in vivid detail and accurate ball tracking, all over the world.</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-4"/>
|
||||
|
||||
<!-- <h5 class="mem-icontitle">Lorem Ipsum Lorem</h5> -->
|
||||
|
||||
<p class="text-justify">Take the Golf Evolution Simulator experience to improve your overall enjoyment of the game.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="presale-offer-section">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="row align-items-center">
|
||||
<h3 class="mb-5 heading-font text-center heading-border">Credit Pack Pre Opening Offer</h3>
|
||||
|
||||
<div class="col-lg-6">
|
||||
<div class="row align-items-center">
|
||||
|
||||
<h3 class="mb-3 heading-font">Credit Pack Pre Opening Offer</h3>
|
||||
<div class="col-lg-6">
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
<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>
|
||||
<td>Practice / Play - 1/2 hr</td><td class="text-center">$30</td><td>1</td></tr><tr>
|
||||
<td>Practice / Play - 1 hr</td><td class="text-center">$60</td><td>2</td></tr><tr>
|
||||
<td>Individual Coaching - 1/2 hr</td><td class="text-center">$90</td><td>3</td></tr><tr>
|
||||
<td>Individual Coaching - 1 hr</td><td class="text-center">$150</td><td>5</td></tr>
|
||||
<tr class="fit-session"><td>Fitting Session</td><td></td><td></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>
|
||||
<td>Single fitting (driver, irons or woods) - 1 hr</td><td class="text-center">$120</td><td>4</td></tr><tr>
|
||||
<td>Full bag fitting (Driver, woods, irons, wedges) - 2 hr</td><td class="text-center">$210</td><td>7</td></tr></tbody></table></figure>
|
||||
|
||||
</div>
|
||||
|
||||
@ -202,8 +140,6 @@
|
||||
|
||||
</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">
|
||||
@ -213,16 +149,14 @@
|
||||
<div class="col-12 col-lg-6 pt-5 pb-3 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 you 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>After we open, you can select what you want to do, play practice or take a lesson (Each option has a credit value associated to it).</li>
|
||||
<li>After we open, you can use credits for yourself, and your friends and family to - play, practice, take a lesson or do a fitting season (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>
|
||||
@ -242,6 +176,68 @@
|
||||
|
||||
</section>
|
||||
|
||||
<section class="pt-5 pb-5 evo-membership">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-1">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-10">
|
||||
|
||||
<h1 class="heading-border">Golf Evolution Offer!</h1>
|
||||
|
||||
<p class="text-justify">Elevate your golfing experience with our exclusive pre-opening offer designed for golf enthusiasts like you. With our pre-opening credit pack offer, you gain additional access to our state-of-the-art golf simulators, allowing you to practice your swing, improve your skills, and enjoy virtual rounds of golf on some of the world’s most renowned courses.</p>
|
||||
<p class="text-justify">Our booking system offers flexibility and convenience, allowing you to redeem credits at your own pace and explore various simulation options. Whether you're a beginner looking to learn the game or a seasoned golfer seeking to enhance your technique, our golf simulator credit pack is your ticket to endless enjoyment on the greens and our pre-opening offer adds additional value. Come join us, on the journey to Evolve your game.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
|
||||
</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-4"/>
|
||||
|
||||
<p class="text-justify">Book lessons or club fittings with our Internationally Certified (Canada & UK) Golf Professional – Jonathan Garratt. His ability to help you achieve the best you can be as a golfer sets him apart.</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-4"/>
|
||||
|
||||
<p class="text-justify">Utilize our investment in state-of-the-art technology to play courses in vivid detail and accurate ball tracking, all over the world.</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-4"/>
|
||||
|
||||
<!-- <h5 class="mem-icontitle">Lorem Ipsum Lorem</h5> -->
|
||||
|
||||
<p class="text-justify">Take the Golf Evolution Simulator experience to improve your overall enjoyment of the game.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="contact-section pt-4 pb-4 text-center">
|
||||
|
||||
@ -375,7 +375,7 @@ body.cart .quantity{
|
||||
.cart .product-name{
|
||||
font-size: 22px!important;
|
||||
}}
|
||||
.cart, .cart .header{
|
||||
.cart, .cart .header, .checkout, .checkout .header{
|
||||
background:#F9FAFB;
|
||||
}
|
||||
.cart .product-name{
|
||||
@ -643,9 +643,8 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
|
||||
.membership-img>div:last-child{
|
||||
border-width:0;
|
||||
}
|
||||
.presale-offer-section{
|
||||
background:#f8f8f4;
|
||||
padding:45px 0 45px 0;
|
||||
.presale-offer-section{
|
||||
padding:40px 0 45px 0;
|
||||
}
|
||||
@media (min-width: 768px){
|
||||
.membership-img{
|
||||
@ -659,7 +658,7 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
|
||||
}
|
||||
}
|
||||
.credit-offer-box{
|
||||
background-color:#ffffff;
|
||||
background-color:#f8f8f4;
|
||||
border-radius:5px;
|
||||
text-align:center;
|
||||
padding:50px 15px 30px 15px;
|
||||
@ -713,6 +712,10 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
|
||||
background-repeat:no-repeat;
|
||||
background-size:auto;
|
||||
background-position:right top;
|
||||
background-color:#f0f7fd;
|
||||
}
|
||||
.how-works .bg-white{
|
||||
background-color:#f0f7fd!important;
|
||||
}
|
||||
@media (max-width: 1300px){
|
||||
.how-works{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user