Shell File Manager

Current Path : /home/camscanae/public_html/
Upload File :
Current File : /home/camscanae/public_html/contact.php

<?php $page = 'contact' ?>

<?php


include_once('include/config.php');

?>


<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta content="width=device-width, initial-scale=1.0" name="viewport">

  <title>CamScan FZCO | Contact</title>
  <link rel="shortcut icon" type="image/x-icon" href="./camsan_icon.png">

  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">

  <?php

  include('Home/header.php');
  $log_status = $_GET['log_status'];

  include('./support/send-mail/contact_us.php');

  ?>


</head>

<body>

  <?php

  include('Home/nav.php');
  ?>


  <!-- ======= Contact Section ======= -->
  <br> <br> <br> <br>
  <section id="contact" class="contact">
    <div class="container">

      <div class="section-title">
        <h2>Contact us</h2>
        <!-- <p>If you have any questions or queries a member of staff will always be happy to help. Feel free to contact us by telephone or email and we will be sure to get back to you as soon as possible.</p> -->
      </div>

    </div>

    <div>
   
    </div>

    <div class="container">

      <div class="row mt-5">

   
        <div class="col-lg-12">

          <div class="row">
            <div class="col-md-12">
              <div class="info-box">
                <i class="bx bx-envelope"></i>
                <h3>Send Email</h3>




                <form method="POST" action="" style="margin:20px">
                  <div class="row">


                    <div class="col form-group mt-3">
                      <input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
                    </div>
                    <div class="col form-group mt-3">
                      <input type="email" name="email" class="form-control" id="email" placeholder="Your Email" placeholder="Enter your email" required>
                    </div>
                  </div>
                  <div class="form-group mt-3">
                    <input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
                  </div>
                  <div class="form-group mt-3">
                    <textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>

                  </div>




                  <?php if (isset($alert)) { ?>

                    <div class="alert alert-warning alert-dismissible fade show" role="alert">
                      <strong>Congratulations!</strong> <br>
                      <?php echo $alert ?>

                      <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                        <span aria-hidden="true">&times;</span>
                    </div>
                  <?php } ?>

                  <div class="my-3">

                  </div>
                  <div class="text-center">

                    <input class="btn rounded-pill" type="submit" value="Send" name="submit" style="background-color: #015d62; color:white ; font-size:18px">

                  </div>

                </form>

              </div>
            </div>



          </div>


        </div>


      </div>

    </div>


    </div>






    </div>

    </div>

    </div>
  </section><!-- End Contact Section -->

  </main><!-- End #main -->
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
  <!-- ======= Footer ======= -->
  <?php
  include 'Home/footer.php';
  ?>

</body>

</html>

<script>
  if (window.history.replaceState) {
    window.history.replaceState(null, null, window.location.href);
  }
</script>

Shell File Manager Version 1.1, Coded By Shell
Email: [email protected]