ok

Mini Shell

Direktori : /home/importfo/public_html/goldluxuryspa.com/
Upload File :
Current File : /home/importfo/public_html/goldluxuryspa.com/Contact us.php

<?php include ("admin/config.php");?>
<!DOCTYPE html>
<html lang="en">

<head>
   <?php include('topup.php'); ?>

</head>

<body>


    <?php include("top.php") ?>


    <!-- Start: Breadcrumb Area
    ============================= -->

    <section id="breadcrumb-area">
        <div class="container">
            <div class="row">
                <div class="col-12 text-center" style="text-align:center">
                    <h2>Contact</h2>
                    <ul class="breadcrumb-nav list-inline">
                        <li><a href="index.php">Home</a></li>
                        <li>Contact</li>
                    </ul>
                </div>
            </div>
        </div>
    </section>

    <!-- End: Breadcrumb Area
    ============================= -->


    <!-- Start: Contact
    ============================= -->
    
    <section id="contact" class="section-padding">
        <div class="container">
            <div class="row">
                <div class="col-lg-12">
                    <?php
                            $sql="SELECT * from map";
                            $res=mysqli_query($db,$sql);
                            while($row=mysqli_fetch_array($res))
                            {
                        ?><div class="col-md-12">

                        <iframe src="<?php echo $row['link']; ?>" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
                    <?php } ?>
                    </div>
                </div>
                <div class="col-lg-6 contact-form">
                    <h2>Contact Form</h2>
                    <form method="post" action="inquiry.php">

                        <span class="input input--hantus">
                            <input class="input__field input__field--hantus" type="text" name="name" id="input-01" />
                            <label class="input__label input__label--hantus" for="input-01">
                                <svg class="graphic graphic--hantus" width="100%" height="100%" viewBox="0 0 404 77" preserveAspectRatio="none">
                                <path d="m0,0l404,0l0,77l-404,0l0,-77z"/>
                                </svg>
                                <span class="input__label-content input__label-content--hantus">Name</span>
                            </label>
                        </span>

                        <span class="input input--hantus">
                            <input class="input__field input__field--hantus" type="text" name="email" id="input-02" />
                            <label class="input__label input__label--hantus" for="input-02">
                                <svg class="graphic graphic--hantus" width="100%" height="100%" viewBox="0 0 404 77" preserveAspectRatio="none">
                                <path d="m0,0l404,0l0,77l-404,0l0,-77z"/>
                                </svg>
                                <span class="input__label-content input__label-content--hantus">Email</span>
                            </label>
                        </span>

                          <span class="input input--hantus">
                            <input class="input__field input__field--hantus" type="text" name="contact" id="input-03" />
                            <label class="input__label input__label--hantus" for="input-03">
                                <svg class="graphic graphic--hantus" width="100%" height="100%" viewBox="0 0 404 77" preserveAspectRatio="none">
                                <path d="m0,0l404,0l0,77l-404,0l0,-77z"/>
                                </svg>
                                <span class="input__label-content input__label-content--hantus">Phone</span>
                            </label>
                        </span>

                        <span class="input input--hantus">
                            <input class="input__field input__field--hantus" type="text" id="input-05" />
                            <label class="input__label input__label--hantus" for="input-05">
                                <svg class="graphic graphic--hantus" width="100%" height="100%" viewBox="0 0 404 77" preserveAspectRatio="none">
                                <path d="m0,0l404,0l0,77l-404,0l0,-77z"/>
                                </svg>
                                <span class="input__label-content input__label-content--hantus">Subject</span>
                            </label>
                        </span>

                        <span class="input input--hantus textarea">
                            <textarea class="input__field input__field--hantus" rows="6" id="input-04"></textarea>
                            <label class="input__label input__label--hantus" for="input-04">
                                <svg class="graphic graphic--hantus" width="100%" height="100%" viewBox="0 0 404 77" preserveAspectRatio="none">
                                <path d="m0,0l404,0l0,77l-404,0l0,-77z"/>
                                </svg>
                                <span class="input__label-content input__label-content--hantus">Message</span>
                            </label>
                        </span>

                        
                        <button class="boxed-btn">Send Message</button>
                    </form>
                </div>
                <div class="col-lg-6 contact-info mt-5 mt-lg-0">
                    <h2>Contact Information</h2>
                    <p></p>
                    <?php
                            $sql="SELECT * from header";
                            $res=mysqli_query($db,$sql);
                            while($row=mysqli_fetch_array($res))
                            {
                        ?>

                    <div class="info-box mt-4">
                        <i class="fas fa-map-marker"></i>
                        <h4>Address :</h4>
                        <p><?php echo $row['address']; ?> </p>
                    </div>

                    <div class="info-box">
                        <i class="fas fa-phone"></i>
                        <h4>Phone & Email:</h4>
                        <p><?php echo $row['phone']; ?> <br> <a href="mailto:<?php echo $row['mail']; ?>" class=""><?php echo $row['mail']; ?> </a> </p>
                    </div>

                    <div class="info-box">
                        <i class="fas fa-clock"></i>
                        <h4>Opening Hours:</h4>
                        <p>Opening Hours - <?php echo $row['time']; ?></p>
                    </div>
                <?php } ?>
                </div>
            </div>
        </div>
    </section>
    
    <?php include("footer.php") ?>

    <!-- Scripts -->
    <script src="assets/js/jquery-3.2.1.min.js"></script>
    <script src="assets/js/popper.min.js"></script>
    <script src="assets/js/bootstrap.min.js"></script>
    <script src="assets/js/jquery.sticky.js"></script>
    <script src="assets/js/owl.carousel.min.js"></script>
    <script src="assets/js/jquery.shuffle.min.js"></script>
    <script src="assets/js/jquery.counterup.min.js"></script>
    <script src="assets/js/wow.min.js"></script>
    <script src="assets/js/jquery.meanmenu.min.js"></script>
    <script src="assets/js/jquery.magnific-popup.min.js"></script>
    
    <!-- Map Script -->
    <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAqoWGSQYygV-G1P5tVrj-dM2rVHR5wOGY"></script>
    <script src="assets/js/map-script.js"></script>

    <!-- Custom Script -->
    <script src="assets/js/custom.js"></script>
    
</body>

</html>

Zerion Mini Shell 1.0