GIF89a php
Current File : /home/hencockfreshchic/public_html/app_old/about.php
<?php
ob_start();
ini_set('error_reporting', E_STRICT);
include("session.php");
include("connect.php");
include("libs.php");
mysqli_set_charset($conn,'utf8');
date_default_timezone_set('Asia/Kolkata');

?>
<!DOCTYPE html>
<html>

<?php include'head.php'; ?>
<body>
<?php include'header.php'; ?>
<div onclick="closeNav()">
 
  <div class="container no-gutters">
    <div class="row row-spac no-gutters">
       <div class="col-md-5 no-gutters" style="margin: auto;padding: 0px;">
        <div class="container m-0 p-0">
          <div class="row my-1">
            <div class="col-12 p-3">
              <h5 class="my-0">About [Hencock] Raj Poultry Farm</h5>
              <p class="text-muted">
                Welcome to ‘Raj Polutry Farm’ ‘Organization Name’ is the 6th biggest chicken , Mutton Delivery online and offline, serving markets from across in the India.

We Serving Premium Quality Raw Meat from various generations, Raw Defined provides you fresh and fast home delivery services with proper sanitation. Started in 1999, we have come a long way and created a solid presence in Delhi NCR and now are expanding our reach to all India through online platform.

Our New Stores in Gurgaon represents a new era for us in the Online Market of Raw Meat. Now, with a single click of your finger, you can order Chicken, Mutton, instantly to your doorsteps.

VISION: Our vision is to establish ourselves in both online retail industry and wholesale for Raw Meat in the coming years.

MISSION: To provide the best quality raw meat to all meat lovers without much hassle.

We Guarantee On-time Delivery And The Best Quality!
              </p>
                <h5 class="my-0">Term and Condition -:</h5>
              <p class="text-muted">
                The terms and conditions apply to the use of the fabfashionline.comwebsite (registered as [Hencock] Raj Poultry Farm Garments). By placing an order with us, you are agreeing to accept these terms and conditions (The Conditions).

Please note, these terms and conditions can potentially change at any time, and it is up to you to check these terms and conditions regularly before ordering products in case there are any changes. If you do not agree with the terms and conditions, you should not use or access this website.

If you have any queries relating to our terms and conditions, please contact the Customer Service team before placing an order via Email at INFO@HENCOCKFRESHCHICKEN.COM or Whatsapp/Call at +91 9958571006

<h5> YOUR RESPONSIBILITIES IF YOU BREAK THESE CONDITIONS</h5>
You agree that if you break these Conditions, or any liabilities are incurred arising out of your use of this website, you will be responsible for the costs and expenses that we or our officers, directors, employees, agents, and suppliers incur as a result of the breach, including reasonable legal fees (if applicable). You will remain liable if someone else uses your shopping account and/or personal information unless you can prove that such use was fraudulent.
              </p>
               <h5 class="my-0">Privacy Policy -:</h5>
               [Hencock] Raj Poultry Farm (FF) respects your right to privacy. We may change or add to this privacy policy at any time without notice, so we encourage you to review it periodically. FF reserves the right to vary this policy from state to state as required by law. By purchasing our products or using our website, you consent to the collection, use, and disclosure of your personal information in accordance with the following privacy policy.

THIS PRIVACY POLICY WILL TELL YOU:
– What information is collected by us
-How we may use and share information
-How we protect the information
-How you may contact FF
INFORMATION WE COLLECT
The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.

If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and/or attachments you may send us, and any other information you may choose to provide.

When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.

INFORMATION FROM OTHER SOURCES
We may receive information about you from other sources such as updated address information. This information may help us to improve our ability to serve your needs such as ensuring the accurate delivery of direct mail materials.

USE OF COOKIES AND OTHER TECHNOLOGY
We want you to be aware that certain online tools exist to help us serve and recognize you when you visit one of our websites. For your convenience, to help us personalize your experience or better serve your needs, we may receive and store certain types of information when you visit our website. You may be familiar with the term “cookies.” These cookies may be placed on your computer when you visit our site. Cookies do not provide any personal information but they allow us to understand how users navigate to and around our website, view product pages, access content and make purchases.
             
            </div>
          </div>
        </div>
       </div>
     </div>
   </div> 
</div>
<?php include 'footer.php';?>
  <script>
function openNav() {
  document.getElementById("mySidebar").style.width = "250px";
  document.getElementById("main").style.marginLeft = "250px";
}

function closeNav() {
  document.getElementById("mySidebar").style.width = "0";
  document.getElementById("main").style.marginLeft= "0";
}
</script>
</body>
</html>


<div id="snackbar"><span id="snack_msgg" style="color: white"></span></div>