ÿØÿà JFIF H H ÿÛ C GIF89;
| System: Linux in-mum-web1642.main-hosting.eu 5.14.0-611.42.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 24 05:30:20 EDT 2026 x86_64 Current Path : /home/u323559503/domains/purplelimonada.com/public_html/include/ |
| Current File : /home/u323559503/domains/purplelimonada.com/public_html/include/footer.php |
<!--<< Footer Section Start >>-->
<footer class="footer-section">
<div class="footer-widgets-wrapper footer-bg">
<div class="shape-1">
<img src="assets/img/footer-shape-1.png" alt="shape-img">
</div>
<div class="shape-2">
<img src="assets/img/footer-shape-2.png" alt="shape-img">
</div>
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".3s">
<div class="single-footer-widget">
<div class="widget-head mb-0">
<a href="index.php">
<img src="assets/img/logo/footer-logo.png" alt="purple limonada logo" width="150px">
</a>
</div>
<div class="footer-content">
<p>
Purple Limonada Technology Solutions is a premier provider of high-quality IT consulting services.
</p>
<div class="social-icon d-flex align-items-center">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="#"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-2 col-lg-4 col-md-6 ps-lg-5 wow fadeInUp" data-wow-delay=".5s">
<div class="single-footer-widget">
<div class="widget-head">
<h3>Links</h3>
</div>
<ul class="list-area">
<li>
<a href="./">
<i class="fa-solid fa-chevron-right"></i>
Home
</a>
</li>
<li>
<a href="about-us.php">
<i class="fa-solid fa-chevron-right"></i>
About
</a>
</li>
<li>
<a href="service.php">
<i class="fa-solid fa-chevron-right"></i>
Services
</a>
</li>
<li>
<a href="carrer.php">
<i class="fa-solid fa-chevron-right"></i>
Career
</a>
</li>
<li>
<a href="contact.php">
<i class="fa-solid fa-chevron-right"></i>
Contact
</a>
</li>
</ul>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 ps-xl-5 wow fadeInUp" data-wow-delay=".9s">
<div class="single-footer-widget">
<div class="widget-head">
<h3>Contact Us</h3>
</div>
<div class="footer-content">
<?php
$stmt = $conn->prepare("SELECT * FROM manage_web ");
$stmt->execute();
$record = $stmt->fetchAll();
foreach ($record as $key) { ?>
<ul class="contact-info">
<li class="d-flex">
<i class="fas fa-map-marker-alt"></i>
<p class="text"><?php echo $key['address'];?></p>
</li>
<li>
<i class="fa-solid fa-phone-volume"></i>
<a href="tel:<?php echo $key['contact'];?>"><?php echo $key['contact'];?></a>
</li>
<li>
<i class="fa-regular fa-envelope"></i>
<a href="mailto:
<?php echo $key['email'];?>"><?php echo $key['email'];?></a>
</li>
</ul>
<?php }?>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".7s">
<div class="single-footer-widget">
<div class="widget-head">
<h3>Get In Touch</h3>
</div>
<iframe frameborder="0" src="https://www.google.com/maps/embed/v1/place?q=FLAT+NO.402,+BATER+FLY+ZONE,+SHUBHAM+VIHAR+MANGLA+BSP,+Mangla,+Bilaspur+-+495001,+Chhattisgarh,+India&key=AIzaSyBFw0Qbyq9zTFTd-tUY6dZWTgaQzuU17R8" width="100%" height="200"></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="footer-wrapper d-flex align-items-center justify-content-between">
<p class="wow fadeInLeft color-2" data-wow-delay=".3s">
© All Copyright 2024 by <a href="./">Purple-Limonada Technology Solutions LLP</a>
</p>
<ul class="footer-menu wow fadeInRight" data-wow-delay=".5s">
<li>
<a href="terms.php">
Terms & Condition
</a>
</li>
<li>
<a href="policy.php">
Privacy Policy
</a>
</li>
</ul>
</div>
</div>
<a href="#" id="scrollUp" class="scroll-icon">
<i class="far fa-arrow-up"></i>
</a>
</div>
</footer>
<!--<< All JS Plugins >>-->
<script src="assets/js/jquery-3.7.1.min.js"></script>
<!--<< Viewport Js >>-->
<script src="assets/js/viewport.jquery.js"></script>
<!--<< Bootstrap Js >>-->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!--<< Nice Select Js >>-->
<script src="assets/js/jquery.nice-select.min.js"></script>
<!--<< Waypoints Js >>-->
<script src="assets/js/jquery.waypoints.js"></script>
<!--<< Counterup Js >>-->
<script src="assets/js/jquery.counterup.min.js"></script>
<!--<< Swiper Slider Js >>-->
<script src="assets/js/swiper-bundle.min.js"></script>
<!--<< MeanMenu Js >>-->
<script src="assets/js/jquery.meanmenu.min.js"></script>
<!--<< Magnific Popup Js >>-->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!--<< Wow Animation Js >>-->
<script src="assets/js/wow.min.js"></script>
<!--<< Main.js >>-->
<script src="assets/js/main.js"></script>
<script src="assets/js/security.js"></script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</body>
</html>
<script>
function editForm(event, id, file) {
event.preventDefault(); // Prevent the default link behavior
// Create a form dynamically
var form = document.createElement('form');
form.action = file;
form.method = 'post';
// Create a hidden input field for the ID
var input = document.createElement('input');
input.type = 'hidden';
input.name = 'id';
input.value = id;
// Append the input field to the form
form.appendChild(input);
// Append the form to the body and submit it
document.body.appendChild(form);
form.submit();
}
</script>
<script>
function submitForm1(event, id, name, file) {
event.preventDefault(); // Prevent the default link behavior
// Remove spaces and slashes from the name
var sanitizedName = name.replace(/[\s/]+/g, '-');
// var sanitizedName = name.replace(/\s+/g, '-');
// Construct the friendly URL
var friendlyURL = file + '/' + id + '/' + sanitizedName;
// Replace spaces with hyphens in the name
// var sanitizedName = name.replace(/\s+/g, '-');
// alert(sanitizedName);
// // Create a form dynamically
var form = document.createElement('form');
// form.action = file + '/' + encodeURIComponent(sanitizedName);
form.action = friendlyURL;
form.method = 'post';
// Create hidden input fields for ID and Name
var idInput = document.createElement('input');
idInput.type = 'hidden';
idInput.name = 'id';
idInput.value = id;
var nameInput = document.createElement('input');
nameInput.type = 'hidden';
nameInput.name = 'name';
nameInput.value = sanitizedName;
// Append the input fields to the form
form.appendChild(idInput);
form.appendChild(nameInput);
// Append the form to the body and submit it
document.body.appendChild(form);
form.submit();
}
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.20.0/jquery.validate.min.js" integrity="sha512-WMEKGZ7L5LWgaPeJtw9MBM4i5w5OSBlSjTjCtSnvFJGSVD26gE5+Td12qN5pvWXhuWaWcVwF++F7aqu9cvqP0A==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>