Footer and adjustments to styling

This commit is contained in:
Chris Smith
2019-03-08 11:19:27 -06:00
parent ce7cfad2f6
commit b41e49bec5
6 changed files with 19 additions and 5 deletions

View File

@@ -75,3 +75,10 @@ h4 {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }
footer {
margin-top: -15px;
background: rgba(41, 41, 41);
color: #8c7e73;
width: 100%;
}

View File

@@ -1,8 +1,13 @@
<footer class="my-5 pt-5 text-muted text-center text-small">
<p class="mb-1">&copy; <?= date('Y'); ?> Natures Classroom Institute of Wisconsin</p>
</footer>
</div> </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">&copy; <?= 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>

View File

@@ -13,7 +13,7 @@
<a href="/step-1" class="btn btn-success">Yes</a>&nbsp; <a href="/step-1" class="btn btn-success">Yes</a>&nbsp;
<a href="/notify">No</a> <a href="/notify">No</a>
</div> </div>
<br/><br/>
</div> </div>
</div> </div>

View File

@@ -52,5 +52,6 @@ if (isset($_GET['alert']) && $_GET['alert'] == 'success') { ?>
<hr class="mb-4"> <hr class="mb-4">
<button class="btn btn-primary btn-lg btn-block" type="submit">Save</button> <button class="btn btn-primary btn-lg btn-block" type="submit">Save</button>
</form> </form>
<br/>
</div> </div>
</div> </div>

View File

@@ -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> <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--> <!--End mc_embed_signup-->
</div> </div>
<br/>
</div> </div>
</div> </div>

View File

@@ -182,5 +182,6 @@
<hr class="mb-4"> <hr class="mb-4">
<button class="btn btn-primary btn-lg btn-block" type="submit">Checkout</button> <button class="btn btn-primary btn-lg btn-block" type="submit">Checkout</button>
</form> </form>
<br/>
</div> </div>
</div> </div>