Footer and adjustments to styling
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
|
||||
<footer class="my-5 pt-5 text-muted text-center text-small">
|
||||
<p class="mb-1">© <?= date('Y'); ?> Natures Classroom Institute of Wisconsin</p>
|
||||
</div>
|
||||
<footer class="container pt-2 text-muted text-center text-small">
|
||||
<div class="row">
|
||||
<div class="top-20 col-md-12">
|
||||
<p class="mb-1">© <?= date('Y'); ?> Natures Classroom Institute of Wisconsin</p>
|
||||
<p class="center">Learning through experience. Growing through expression.<a href="https://www.facebook.com/NaturesClassroomInstitute" style="margin-left:15px;color:#5bb3ff" rel="noopener noreferrer" target="_blank"><span class="fa fa-thumbs-o-up fa-fw" aria-hidden="true"></span> Like us on Facebook</a> <a href="https://www.instagram.com/naturesclassroominstitute/" style="margin-left:15px;color:#5bb3ff" rel="noopener noreferrer" target="_blank"><span class="fa fa-instagram fa-fw" aria-hidden="true"></span> Follow us on Instagram</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<a href="/step-1" class="btn btn-success">Yes</a>
|
||||
<a href="/notify">No</a>
|
||||
</div>
|
||||
|
||||
<br/><br/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -52,5 +52,6 @@ if (isset($_GET['alert']) && $_GET['alert'] == 'success') { ?>
|
||||
<hr class="mb-4">
|
||||
<button class="btn btn-primary btn-lg btn-block" type="submit">Save</button>
|
||||
</form>
|
||||
<br/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -30,7 +30,7 @@
|
||||
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
|
||||
<!--End mc_embed_signup-->
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -182,5 +182,6 @@
|
||||
<hr class="mb-4">
|
||||
<button class="btn btn-primary btn-lg btn-block" type="submit">Checkout</button>
|
||||
</form>
|
||||
<br/>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user