warmseal-roofing/includes/footer.php
Mark ebc25857dc Add minified JavaScript and CSS files, implement datepicker and carousel functionality
- Added minified versions of JavaScript files including main, script, google-map, bootstrap-datepicker, and jquery.easing.
- Implemented a datepicker for appointment dates and a timepicker for appointment times.
- Introduced a carousel feature for image display with automatic sliding and responsive behavior.
- Updated package.json to include scripts for minifying CSS and JS files, along with necessary dependencies.
2025-06-30 10:13:47 +01:00

78 lines
4.2 KiB
PHP

<footer class="footer ftco-section">
<div class="container">
<div class="row mb-5">
<div class="col-md-6 col-lg">
<div class="ftco-footer-widget mb-4">
<a class="navbar-brand d-flex footer-logo" href="<?= $URLcorection ?>index">
<img src="<?= $URLcorection ?>images/logo/Warmseal-White-Transparent.webp" class="img-fluid" alt="Warmseal Logo">
</a>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-4">
<li class="ftco-animate"><a href="https://www.facebook.com/profile.php?id=61576598612133" target="_blank"><span><i class="fab fa-facebook"></i></span></a></li>
<li class="ftco-animate"><a href="https://www.instagram.com/warmsealroofing/" target="_blank"><span><i class="fab fa-instagram"></i></span></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-lg">
<div class="ftco-footer-widget mb-4 ml-md-5">
<h2 class="ftco-heading-2">Links</h2>
<ul class="list-unstyled">
<li><a href="<?= $URLcorection ?>about" class="py-1 d-block"><span class="fa fa-check mr-3"></span>About Us</a></li>
<li><a href="<?= $URLcorection ?>services" class="py-1 d-block"><span class="fa fa-check mr-3"></span>Services</a></li>
<li><a href="<?= $URLcorection ?>projects" class="py-1 d-block"><span class="fa fa-check mr-3"></span>Recent Projects</a></li>
<li><a href="<?= $URLcorection ?>contact" class="py-1 d-block"><span class="fa fa-check mr-3"></span>Request a Free Quote</a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-lg">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Contact information</h2>
<div class="block-23 mb-3">
<ul>
<li><a href="tel: 01254492373"><span class="icon fa fa-phone"></span><span class="text"> 01254492373</span></a></li>
<li><a href="tel: 07379893869"><span class="icon fa fa-phone"></span><span class="text"> 07379893869</span></a></li>
<li><a href="mailto:enquiries@warmseal-roofing.co.uk"><span class="icon fa fa-at"></span><span class="text">enquiries@warmseal-roofing.co.uk</span></a></li>
<li><a href="#"><span class="icon fa fa-location-dot"></span><span class="text">Unit 9, Pheonix works, Willows Lane, Accrington, BB5 0RT</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p>Vat Registered: 430151646<br>
Copyright &copy; <?=date('Y')?> All rights reserved - Hosted & Managed by <a href="https://acorn-media.co.uk/" target=_blank><strong>Acorn Media</strong></a></p>
</div>
</div>
</div>
</footer>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00" />
</svg></div>
<script src="<?= $URLcorrection ?>js/jquery.min.js"></script>
<script src="<?= $URLcorrection ?>js/jquery-migrate-3.0.1.min.js"></script>
<script src="<?= $URLcorrection ?>js/popper.min.js"></script>
<script src="<?= $URLcorrection ?>js/bootstrap.min.js"></script>
<script src="<?= $URLcorrection ?>js/jquery.easing.1.3.min.js"></script>
<script src="<?= $URLcorrection ?>js/jquery.waypoints.min.js"></script>
<script src="<?= $URLcorrection ?>js/jquery.stellar.min.js"></script>
<script src="<?= $URLcorrection ?>js/jquery.animateNumber.min.js"></script>
<script src="<?= $URLcorrection ?>js/bootstrap-datepicker.min.js"></script>
<script src="<?= $URLcorrection ?>js/jquery.timepicker.min.js"></script>
<script src="<?= $URLcorrection ?>js/owl.carousel.min.js"></script>
<script src="<?= $URLcorrection ?>js/jquery.magnific-popup.min.js"></script>
<script src="<?= $URLcorrection ?>js/scrollax.min.js"></script>
<script src="<?= $URLcorrection ?>js/main.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="<?= $URLcorrection ?>js/script.min.js"></script>
</body>
</html>