BLACKSITE
:
216.73.216.68
:
54.36.91.62 / www.econfortplus.fr
:
Linux webm012.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
:
/
home
/
econfoy
/
www
/
Upload File:
files >> /home/econfoy/www/contact.php
<?php include "admin/conn.php"; //fetch settings $settings = mysqli_query($con,"SELECT * FROM settings"); $setting = mysqli_fetch_array($settings); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Contact Us - <?php echo $setting['site_name']; ?></title> <meta name="description" content="Découvrez l’excellence de nos services, où chaque intervention est synonyme de performance et de fiabilité. Nous vous proposons une gamme complète de solutions en plomberie et chauffage, allant des installations sur mesure aux réparations rapides et aux entretiens préventifs méticuleux."> <!-- Stylesheets --> <link href="assets/css/bootstrap.css" rel="stylesheet"> <link href="assets/css/style.css" rel="stylesheet"> <!-- Responsive File --> <link href="assets/css/responsive.css" rel="stylesheet"> <!-- Color File --> <link href="assets/css/color.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&family=Yantramanav:wght@300;400;500;700;900&display=swap" rel="stylesheet"> <link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon"> <link rel="icon" href="assets/images/favicon.png" type="image/x-icon"> <!-- Responsive --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]--> <!--[if lt IE 9]><script src="js/respond.js"></script><![endif]--> <script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=601e75803d01430011c105c8&product=image-share-buttons' async='async'></script> </head> <body> <div class="page-wrapper"> <!-- Preloader --> <!-- Main Header --> <?php include "header.php"; ?> <!-- End Main Header --> <!-- Map Section --> <section class="map-section"> <div class="contact-map"> <?php echo $setting['map']; ?> </div> </section> <!-- Contact Info section two --> <section class="contact-info-section-two"> <div class="auto-container"> <div class="nav-tabs-wrapper"> <div class="nav nav-tabs tab-btn-style-two"> <div class="theme_carousel owl-theme owl-carousel" > </div> </div> </div> <div class="tab-content"> <div class="tab-pane fadeInUp animated active" id="tab-two" role="tabpanel" aria-labelledby="tab-two"> <div class="row"> <div class="col-lg-6"> <div class="outer-box"> <div> <center> <img src="assets/images/Macbook-Air-econfort-plus.png" width="200px" alt=""> </center> </div><br> <h4><span class="flaticon-cursor"></span><?php echo $setting['address']; ?></h4> <div class="row"> <div class="col-md-6"> <div class="wrapper-box"> <div class="icon-box"> <div class="icon"><span class="flaticon-calling"></span></div> <div class="text-area"> <div class="text"><strong>Téléphone</strong><a href="tel:<?php echo $setting['phone']; ?>"><?php echo $setting['phone']; ?></a></div> </div> </div> <div class="icon-box"> <div class="icon"><span class="flaticon-mail"></span></div> <div class="text-area"> <div class="text"><strong>Email</strong><a style="" href="mail:<?php echo $setting['email']; ?>"><?php echo $setting['email']; ?></a></div> </div> </div> </div> </div> <div class="col-md-6"> <div class="icon-box"> <div class="icon"><span class="flaticon-mail"></span></div> <div class="text-area"> <div class="text"><strong>Du lundi au vendredi de</strong>8h00 à 18h00</div> </div> </div> </div> </div> </div> </div> <div class="col-lg-6"> <div class="sec-title"> <div class="sub-title">Econfort+</div> <h2>Contactez-nous</h2> </div> <!--<div class="text">Indignation and dislike men who are so beguiled & demoralized by <br> the charms of pleasure of the moment.</div> <div class="link">--> <a href="#cform" class="theme-btn btn-style-one"><span><i class="flaticon-up-arrow"></i>Contactez-nous</span></a> </div> </div> </div> </div> </div> </div> </section> <!-- Contact form section --> <section class="contact-form-section" id="cform"> <div class="auto-container"> <div class="sec-title text-center"> <div class="sub-title">Envoyez-nous un message</div> <h2>Nous sommes toujours là pour vous</h2> <div class="text">N'hésitez pas à nous contacter si vous avez besoin de plus amples informations sur notre service logistique.</div> </div> <!--Contact Form--> <div class="contact-form"> <form method="post" action="send-mail.php" id="contact-form"> <div class="row"> <div class="form-group col-md-6"> <input type="text" name="name" value="" placeholder="Votre nom et prénom" required> </div> <div class="form-group col-md-6"> <input type="text" name="phone" value="" placeholder="Téléphone" required> </div> <div class="form-group col-md-12"> <input type="text" name="email" value="" placeholder="Votre Email" required> </div> <div class="form-group col-md-12"> <textarea name="message" placeholder="Message"></textarea> </div> <div class="form-group text-center col-md-12"> <input id="form_botcheck" name="form_botcheck" class="form-control" type="hidden" value=""> <button class="theme-btn btn-style-one" type="submit" data-loading-text="Please wait..." name="submit"><span><i class="flaticon-up-arrow"></i> Envoyer Message</span></button> </div> </div> </form> </div> <!--End Contact Form--> </div> </section> <!--Main Footer--> <?php include "footer.php"; ?> </div> <!--End pagewrapper--> <!--Scroll to top--> <div class="scroll-to-top scroll-to-target" data-target="html"><span class="flaticon-right-arrow-6"></span></div> <script src="assets/js/jquery.js"></script> <script src="assets/js/popper.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/bootstrap-select.min.js"></script> <script src="assets/js/jquery.fancybox.js"></script> <script src="assets/js/isotope.js"></script> <script src="assets/js/owl.js"></script> <script src="assets/js/appear.js"></script> <script src="assets/js/wow.js"></script> <script src="assets/js/lazyload.js"></script> <script src="assets/js/scrollbar.js"></script> <script src="assets/js/TweenMax.min.js"></script> <script src="assets/js/swiper.min.js"></script> <script src="assets/js/jquery.polyglot.language.switcher.js"></script> <script src="assets/js/jquery.ajaxchimp.min.js"></script> <script src="assets/js/parallax-scroll.js"></script> <script src="assets/js/script.js"></script> </body> </html>