Near Complete Version
website is now finished with the exception of the captcha, I am having issues authenticating the state of the captcha
This commit is contained in:
68
public_html/includes/footer.php
Normal file
68
public_html/includes/footer.php
Normal file
@ -0,0 +1,68 @@
|
||||
<!-- Footer-->
|
||||
<footer class="footer text-center">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<!-- Footer Location-->
|
||||
<div class="col-lg-4 mb-5 mb-lg-0">
|
||||
<h4 class="text-uppercase mb-4">Location</h4>
|
||||
<p class="lead mb-0">
|
||||
Unit 2 Brunswick Road
|
||||
<br />
|
||||
Ashford
|
||||
<br />
|
||||
Kent
|
||||
<br />
|
||||
TN23 1EL
|
||||
</p>
|
||||
</div>
|
||||
<!-- Footer Social Icons-->
|
||||
<div class="col-lg-4 mb-5 mb-lg-0">
|
||||
<h4 class="text-uppercase mb-4">Around the Web</h4>
|
||||
<a class="btn btn-outline-light btn-social mx-1" href="tel:07726305634"><i class="fas fa-fw fa-phone"></i></a>
|
||||
<a class="btn btn-outline-light btn-social mx-1" href="mailto:enquiries@snexo.co.uk"><i class="fas fa-fw fa-envelope"></i></a>
|
||||
<a class="btn btn-outline-light btn-social mx-1" href="#!"><i class="fab fa-fw fa-facebook-f"></i></a>
|
||||
</div>
|
||||
<!-- Footer About Text-->
|
||||
<div class="col-lg-4">
|
||||
<h4 class="text-uppercase mb-4">Thanks for Visiting</h4>
|
||||
<p class="lead mb-0">
|
||||
Be sure to get in touch for your free evaluation!
|
||||
<br />
|
||||
<br />
|
||||
Mobile: 07726 305634
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- Copyright Section-->
|
||||
<div class="copyright py-4 text-center text-white">
|
||||
<div class="container"><small>Copyright © Snexo <?php echo date("Y"); ?></small></div>
|
||||
</div>
|
||||
|
||||
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes)-->
|
||||
<div class="scroll-to-top d-lg-none position-fixed">
|
||||
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top"><i class="fa fa-chevron-up"></i></a>
|
||||
</div>
|
||||
|
||||
<!-- Bootstrap core JS-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Third party plugin JS-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
|
||||
|
||||
<!-- Contact form JS-->
|
||||
<script src="includes/mail/jqBootstrapValidation.js"></script>
|
||||
<script src="includes/mail/contact_me.js"></script>
|
||||
|
||||
<!-- Core theme JS-->
|
||||
<script src="js/scripts.js"></script>
|
||||
|
||||
<!-- Google Recaptcha Sript -->
|
||||
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user