HOME


sh-3ll 1.0
DIR:/chroot/home/laughingplants/laughingplants.com/html/
Upload File :
Current File : /chroot/home/laughingplants/laughingplants.com/html/carefree.php
<?php include 'header.php'; $cat_id = '%CAREFREE%'; ?>
<style>
#product_white
{
 padding-top:50px;
}
</style>

<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%;">Carefree</h2>
						<p>It's shocking how much a little greenery can brighten up an apartment. But if you're the type of person that could kill a fake plant, you won't want to take on anything that requires too much maintenance. To cultivate your green thumb, try out our carefree indoor plants.</p>
					</div>
					
					<div class="col-md-5 banner_img_right">
						<img src="/plant_images/zamia-hero-t.png" class="img-responsive">
					</div>
				</div>
			</div>
		</div>
	</section>

<section id="cat_banner_below">
   <div class="container">
       <div class="col-md-12">
           <p>Okay, even the toughest plant is not indestructible, but with a few expert tips, you can beat the odds. That includes giving a potted friend too much sun — or too much H2O. "The roots can't handle the absorption and start to rot," she adds. Your best bet: Setting plants in gravel-filled saucers so they're not sitting in extra drainage water and built-up salt.</p>

<p class="text-center" style="font-size: 26px; color: #eb5729; font-style: italic; margin-bottom: 0; font-family: Segoe_UI_Symbol_bold; ">"My fake plants died because I did not pretend to water them."</p>
<p class="text-right" style="font-size: 26px; color: #eb5729; font-style: italic; margin-top: 0;">-Mitch Hedberg</p>


<p> First obstacle: Why would you even want houseplants? For starters, they add style to your home. The following low-maintenance houseplants bring a welcome pop of green to your décor and with spiky or trailing leaves, or a bit of oomph near the windows.</p>

<p>Houseplants clean the air — always a bonus — and who knows? It could be like couples who get a dog before they have a baby — try out a few houseplants this year and you’ll move up to containers on the patio next spring, and a vegetable garden in the backyard the summer after that.</p>

<p>Before you bring any of these easy-to-care-for plants home, take stock of your domicile and then note the best placement for houseplants. Good light is crucial — choose a location that gets either morning (eastern) or afternoon (western) sun.</p>

<p>Afternoon sun can be intense, so be prepared to experiment once you bring your plants home by placing the pots varying distances from the window.</p>

<p>To avoid over-watering, coordinate with other members of your household and decide who shall be the Keeper of the Plants responsible for watering.</p>

       </div>
   </div>
</section>



<!--<section class="plant-description">-->
<!--            <div class="container">-->
<!--<div class="col-md-12">   -->
<!--    <h2>Plant Details</h2>-->
<!--</div>-->
<?php
//               $search_cat_features= $con->prepare("SELECT * FROM tbl_category_features WHERE cat_id=:cat_id");
//               $search_cat_features->bindParam(":cat_id", $cat_id);
//	       $search_cat_features->execute();
//               $fetch_cat_features = $search_cat_features->fetch(PDO::FETCH_ASSOC);
//              ?>
<!--               <div class="col-md-8 col-md-offset-2" style="border-top: 1px dashed #000; padding-top: 15px; padding-bottom: 15px; border-bottom: 1px dashed #000;">-->
<!--                  -->
<!--                   <div class="row">-->
<!---->
<!--         <div class='col-md-6 dashed_border '>-->
<!--            <div class='well'>-->
<!--                <div class='row'>-->
<!--                    <div class='col-xs-4 text-center'>-->
<!--                        <span><img src="/images/cp4.png"  class="img-responsive"/></span>-->
<!--                    </div>-->
<!--                    <div class='col-xs-8'>-->
<!--                        <h3>Maintenance</h3>-->
<?php //
//  if($fetch_cat_features['maint_low'])
//  { ?>
<!--                        <p>Low</p>-->
<?php
//  } ?>
<?php //
//  if($fetch_cat_features['maint_medium'])
//  { ?>
<!--                        <p>Medium</p>-->
<?php
//  } ?>
<!---->
<?php //
//  if($fetch_cat_features['maint_high'])
//  { ?>
<!--                        <p>High</p>-->
<?php
//  } ?>
<!--                    </div>-->
<!--                </div>-->
<!--            </div>-->
<!--        </div>-->
<!---->
<!--        <div class='col-md-6'>-->
<!--            <div class='well'>-->
<!--                <div class='row'>-->
<!--                    <div class='col-xs-4 text-center'>-->
<!--                        <span><img src="/images/cp3.png"  class="img-responsive"/></span>-->
<!--                    </div>-->
<!--                    <div class='col-xs-8'>-->
<!--                        <h3>Lighting</h3>-->
<!--                      --><?php //
//  if($fetch_cat_features['light_low_light'])
//  { ?>
<!--                        <p>Light Low Light</p>-->
<?php
//  }
//  if($fetch_cat_features['light_medium_light'])
//  { ?>
<!--                        <p>Light Medium Light</p>-->
<?php
//  } ?>
<!---->
<?php //
//  if($fetch_cat_features['light_high_light'])
//  { ?>
<!--                        <p>Light High Light</p>-->
<?php
//  }
//  if($fetch_cat_features['light_out_sun'])
//  { ?>
<!--                        <p>Light Out Sun</p>-->
<?php
//  }
//  if($fetch_cat_features['light_out_part_sun'])
//  { ?>
<!--                        <p>Light Out Part Sun</p>-->
<?php
//  }
//  if($fetch_cat_features['light_out_shade'])
//  { ?>
<!--                        <p>Light Out Shade</p>-->
<?php
//  } ?>
<!--                        -->
<!--                    </div>-->
<!--                </div>-->
<!--            </div>-->
<!--        </div>-->
<!--</div>-->
<!--<div class="row">-->
<!--        <div class='col-md-6 dashed_border '>-->
<!--            <div class='well'>-->
<!--                <div class='row'>-->
<!--                    <div class='col-xs-4 text-center'>-->
<!--                        <span><img src="/images/cp2.png"  class="img-responsive"/></span>-->
<!--                    </div>-->
<!--                    <div class='col-xs-8'>-->
<!--                        <h3>Color</h3>-->
<!--                     --><?php //
//  if($fetch_cat_features['shade_low'])
//  { ?>
<!--                        <p>Low</p>-->
<?php
//  } ?>
<?php //
//  if($fetch_cat_features['shade_medium'])
//  { ?>
<!--                        <p>Medium</p>-->
<?php
//  } ?>
<!---->
<?php //
//  if($fetch_cat_features['shade_high'])
//  { ?>
<!--                        <p>High</p>-->
<?php
//  } ?>
<!--                    </div>-->
<!--                </div>-->
<!--            </div>-->
<!--        </div>-->
<!---->
<!--        <div class='col-md-6'>-->
<!--            <div class='well'>-->
<!--                <div class='row'>-->
<!--                    <div class='col-xs-4 text-center'>-->
<!--                        <span><img src="/images/cp1.png" class="img-responsive" /></span>-->
<!--                    </div>-->
<!--                    <div class='col-xs-8'>-->
<!--                        <h3>Other</h3>-->
<!--                        <p> </p>-->
<!--                    </div>-->
<!--                </div>-->
<!--            </div>-->
<!--        </div>-->
<!---->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--        </section> -->

<section id="social_icons">
<?php
$social_id=1;
$select_social_media = $con->prepare("SELECT * FROM tbl_social_media WHERE id=:social_id");
$select_social_media ->bindPAram(":social_id", $social_id);
$select_social_media ->execute();
$fetch_social_media= $select_social_media ->fetch(PDO::FETCH_ASSOC);
?>
   <div class="container">
      <div class="col-md-12">
<p><a href="<?php echo $fetch_social_media['f_link']; ?>"><span class="fb"><i class="fa fa-facebook" aria-hidden="true"></i></span></a> <a href="<?php echo $fetch_social_media['g_link']; ?>"><span class="gp"><i class="fa fa-google-plus" aria-hidden="true"></i></span></a> <a href="<?php echo $fetch_social_media['t_link']; ?>"><span class="tw"><i class="fa fa-twitter" aria-hidden="true"></i></span></a> <a href="<?php echo $fetch_social_media['l_link']; ?>"><span class="li"><i class="fa fa-linkedin" aria-hidden="true"></i></span></a></p>
</div>
</div>
</section>

<section id="product_white">
   <div class="container">
                 <?php
                   $search_all_plants= $con->prepare("SELECT * FROM tbl_plants WHERE pl_category LIKE :pl_category and pl_status=1");
                   $search_all_plants->bindParam(":pl_category", $cat_id );  
	           $search_all_plants->execute();
  	           while($fetch_all_plants = $search_all_plants->fetch(PDO::FETCH_ASSOC))
	          { 
	 	    
	 	   ?>
	 	           <div class="col-md-3 col-sm-6 search_blok">
				 <a href="/plants.php?id=<?php echo $fetch_all_plants ['id'];  ?>"><img src="/plant_images/<?php echo $fetch_all_plants ['plant_image']; ?>" class="img-responsive">
<!--                     <span class="price_tag"> --><?php //echo $fetch_all_plants['plant_price'];  ?><!--</span>-->
                 </a>
				 <a href="/plants.php?id=<?php echo $fetch_all_plants ['id'];  ?>"><h3><?php echo $fetch_all_plants ['pl_name']; ?></h3></a>
<h5><?php echo $fetch_all_plants['pl_family_name']; ?></h5>
				 <p><?php echo substr($fetch_all_plants ['pl_slogan'],0,110).' .....'; ?><p> 
		            </div>
	 	  <?php  
	          } 
                ?>
   </div>
</section>

<?php include 'footer.php'; ?>