HOME


sh-3ll 1.0
DIR:/chroot/home/laughingplants/laughingplants.com/html/
Upload File :
Current File : /chroot/home/laughingplants/laughingplants.com/html/privacy-policy.php
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Laughing Plants</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/innerpage.css">
<link rel="stylesheet" href="css/white-header.css">
<link rel='stylesheet' href='css/prettyPhoto.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/owl.carousel.css' type='text/css' media='all'/>
<link rel='stylesheet' href='css/owl.theme.css' type='text/css' media='all'/>
<link rel='stylesheet' href='css/custom1.css' type='text/css' media='all'/>
<link rel="stylesheet" href='css/magnific-popup.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/animate.css' type='text/css' media='all' />
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
<link rel="shortcut icon" href="images/leaf.png">
<!-- Tweaks for older IEs--><!--[if lt IE 9]>
        <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<body>
	<header>
	  <div class="top_div"></div>
		<div class="container">
		   <nav class="navbar navbar-default">
	        <div class="container-fluid">
	          <div class="navbar-header">
	            <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
		              <span class="sr-only">Toggle navigation</span>
		              <span class="icon-bar"></span>
		              <span class="icon-bar"></span>
		              <span class="icon-bar"></span>
		         </button>
	            <a class="navbar-brand" href="index.php"><img class="img-responsive" src="images/logo-white.png" alt=""></a>
	          </div>
	          <div id="navbar" class="navbar-collapse collapse" aria-expanded="false">
	            <ul class="nav navbar-nav navbar-right">
		        <li><a href="index.php">Home</a></li>
	              	<li><a href="plant-finder.php">Plant Finder</a></li>
	              	<li><a href="about-us.php">About Us</a></li>
                        <li><a href="corporate.php">Corporate</a></li>
	              	<li><a href="community.php">Community</a></li>
	              	<li><a href="contact.php">Contact Us</a></li>
	            </ul>
	          </div><!--/.nav-collapse -->
	        </div><!--/.container-fluid -->
	      </nav>
		</div>
	</header>
	
	<section id="menu_transparent">
		<div class="container">
			<div class="col-md-12 banner_top_10" >
				<div class="row">
					<div class="col-md-7">
						<h2 style="margin-top: 20%;">Privacy Policy</h2>
						<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
					</div>
					
					<div class="col-md-5 sitemap_right_img">
						
					</div>
				</div>
			</div>
		</div>
		
		<div class="sitemap_right_img">
			<img src="images/site_right.png" class="img-responsive">
		</div>
	</section>
	
	
	<section id="sitemap">
		<div class="container">
			<div class="col-md-12">
				<div class="row">
					<h2>Privacy Policy</h2>
					<p>The LaughingPlants Foundation takes seriously the confidentiality of your personal information.  The following Privacy Policy sets forth our information gathering and dissemination practices for this website.  By accessing or using this website, you hereby agree to the terms of this Privacy Policy and consent to the collection and use of information as discussed in this Privacy Policy.  If you do not agree to the terms of this Privacy Policy, do not access this website.</p>
					<p>The Foundation reserves the right to modify or amend this Privacy Policy at any time.  All changes will be effective immediately upon posting to this website.  Material changes will be conspicuously posted on this website.  By accessing or using this website after such changes are posted you agree and consent to all such changes.</p>
				</div>
			</div>
		</div>
	</section>
	
<?php include 'footer.php';?>