Pricing updates

This commit is contained in:
Chris Smith
2019-03-31 18:58:50 -05:00
parent 6f045b5180
commit 22605b96cc
5 changed files with 86 additions and 12 deletions

View File

@@ -1,15 +1,31 @@
<div class="text-center">
<h4>Nature's Classroom Institute & Montessori School Presents</h4>
<iframe width="560" height="315" src="https://www.youtube.com/embed/lODWa6DkDaU?rel=0&amp;showinfo=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <h5>Saturday June 1st, 2019 5:00pm-11:30pm</h5>
<iframe width="560" height="315" src="https://www.youtube.com/embed/lODWa6DkDaU?rel=0&amp;showinfo=0"
frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<h5>Saturday June 1st, 2019 5:00pm-11:30pm</h5>
<h5>W336 S8455 Hwy E, Mukwonago, WI 53149</h5>
</div>
<div class="row" style="margin-top: 50px">
<div class="col-md-12 mb-12">
<div class="mb-12 text-center">
<h3>Are you a current NCI family or alum?</h3>
<a href="/step-1" class="btn btn-success">Yes</a>&nbsp;
<a href="/notify">No</a>
<?php
$aprilIncrease = new DateTime('4/1/2019', new DateTimeZone('America/Chicago'));
$now = new DateTime('now', new DateTimeZone('America/Chicago'));
$interval = $now->diff($aprilIncrease);
if ($interval->invert == 0) { ?>
<h3>Are you a current NCI family or alum?</h3>
<a href="/step-1" class="btn btn-success">Yes</a>&nbsp;
<a href="/notify">No</a>
<?php
}else {?>
<a href="/step-1" class="btn-lg btn-success">Purchase Tickets</a>&nbsp;
<?php
}
?>
</div>
<br/><br/>
</div>