D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
realadss
/
kavyaeventz.in
/
backup
/
Filename :
baby-shower.php
back
Copy
<?php include("include/header.php"); ?> <!--Page Title--> <section class="page-title" data-bg-img="images/babyshower.jpg"> <div class="auto-container"> <h1>Baby Shower</h1> <ul class="bread-crumb"> <li><a href="index.php">Home</a></li> <li style="color:white;">Baby Shower</li> </ul> </div> <!--Go Down Button--> <div class="go-down"> <div class="curve scroll-to-target" data-target="#sidebar-section"><span class="icon fa fa-arrow-down"></span></div> </div> </section> <!--Desc Box--> <!--<div class="desc-box">--> <!-- <div class="auto-container">--> <!-- <div class="sec-title no-underline">--> <!-- <h3>WE CARE ABOUT ClIENT</h3>--> <!-- <h2>OUR FEATURE SERVICE</h2>--> <!-- <p>Pellentesque semper quis neque dictum hendrerit. Sed nulla ipsum, porttitor pharetra tortor in, <br>consequat imperdiet nisi. Phasellus at quam tristique, cursus tellus vitae, convallis neque. </p>--> <!-- </div>--> <!-- </div>--> <!--</div>--> <!--Sidebar Section--> <div class="sidebar-section" id="sidebar-section"> <div class="auto-container"> <div class="row clearfix"> <!--Content Side--> <div class="col-md-9 col-sm-8 col-xs-12 content-side"> <section class="service-details"> <figure class="full-image"><a href="#"><img class="img-responsive" src="images/babyshower.jpg" alt=""></a></figure> <div class="content-outer"> <h2>Baby Shower </h2> <p>The purpose of a baby shower is to show emotional support for the mom, as well as to bring together a lot of the items needed to take care of a baby as gifts to the new mom. After all, babies come with a lot of accessories, and the list gets expensive!</p> <p>Every community in India has its own traditions associated with a baby shower. Baby showers in India are usually celebrated in the third trimester either in the seventh or the ninth month of pregnancy. We arrange everything as per the customer's tradition/requirements, be it food or decoration.</p> <br> <div class="row clearfix"> <div class="col-md-7 col-sm-6 col-xs-12"> <h3>Our Mission & Vision</h3> <p>Kavya Eventz is the best-running event management company. Our Mission is to provide highest quality events that not only set the standard for event production but also set the trend for the industry.</p> <p>We are a group of highly trained designers and experienced craftsmen who work together to provide superior outputs. We’re professional, skilled, flexible, fast, responsive and reliable. We make your every function/event a joyous one.</p> </div> <div class="col-md-5 col-sm-6 col-xs-12"> <figure class="image"><img class="img-responsive" src="images/happbday.jpeg" class="img-responsive" alt=""></figure> </div> </div> </div> </section> </div> <!--Sidebar--> <div class="col-md-3 col-sm-4 col-xs-12"> <aside class="sidebar p-xs-15"> <!--Links Widget--> <div class="widget links-widget"> <h3>Wedding Events</h3> <ul> <li><a href="birthday.php">1st Birthday</a></li> <li><a href="baby-shower.php">Baby Shower </a></li> <li><a href="boys-theme.php">Boys Theme</a></li> <li><a href="girls-theme.php">Girls Theme</a></li> <li><a href="game-acitivity.php">Games & Activities</a></li> <li><a href="return-gift.php">Return Gift</a></li> </ul> </div> <!--Links Widget--> <div class="widget links-widget"> <?php include("enquiry.php"); ?> </div> </aside> </div> </div> </div> </div> <?php $sql = mysqli_query($conn,"select * from videos WHERE category_name = 7 ORDER BY vid_id LIMIT 2" );?> <?php if (mysqli_num_rows($sql)>0){?> <section> <div class="container"> <div class="row"> <div class="sec-title style-two"> <h3 class="text-white" style="color:black !important;">OUR VIDEOS</h3> <h2 class="text-white" style="color:black !important;">WE OFFER YOU THE BEST SUPPORT</h2> <div class="line"></div> </div> <?php while ($row=mysqli_fetch_array($sql)) { ?> <div class="col-md-6 col-sm-6 col-xs-12 "> <iframe style="width: 100%;height: 300px;" src="https://www.youtube.com/embed/<?=$row['video_name']?>" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> <?php }?> </div> </div> </section> <?php }?> <!--Gallery Section--> <section class="gallery-section parallax"> <div class="container"> <div class="sec-title style-two"> <h3 class="text-white" style="color:black !important;">OUR PHOTO GALLERY</h3> <h2 class="text-white" style="color:black !important;">WE OFFER YOU THE BEST SUPPORT</h2> <div class="line"></div> </div> <div class="sec-content mt-50"> <div class="row clearfix"> <!--Column--> <div class="col-md-3 col-sm-4 col-xs-12 column wow fadeIn" data-wow-delay="0ms" data-wow-duration="1500ms"> <figure class="image mr-5"> <a href="images/baby-shower1.jpg" class="lightbox-image"><img class="img-responsive" src="images/baby-shower1.jpg" alt=""></a> <div class="overlay-box"><a href="images/baby-shower1.jpg" class="link lightbox-image" title="Baby Shower" data-fancybox="gallery"><span class="txt font-30"><i class="fa fa-camera"></i></span></a></div> </figure> </div> <div class="col-md-3 col-sm-4 col-xs-12 column wow fadeIn" data-wow-delay="300ms" data-wow-duration="1500ms"> <figure class="image mr-5"> <a href="images/baby-shower2.jpg" class="lightbox-image"><img class="img-responsive" src="images/baby-shower2.jpg" alt=""></a> <div class="overlay-box"><a href="images/baby-shower2.jpg" class="link lightbox-image" title="Baby Shower" data-fancybox="gallery"><span class="txt font-30"><i class="fa fa-camera"></i></span></a></div> </figure> </div> <div class="col-md-3 col-sm-4 col-xs-12 column wow fadeIn" data-wow-delay="600ms" data-wow-duration="1500ms"> <figure class="image mr-5"> <a href="images/baby-shower3.jpg" class="lightbox-image"><img class="img-responsive" src="images/baby-shower3.jpg" alt=""></a> <div class="overlay-box"><a href="images/baby-shower3.jpg" class="link lightbox-image" title="Baby Shower" data-fancybox="gallery"><span class="txt font-30"><i class="fa fa-camera"></i></span></a></div> </figure> </div> <div class="col-md-3 col-sm-4 col-xs-12 column wow fadeIn" data-wow-delay="900ms" data-wow-duration="1500ms"> <figure class="image"> <a href="images/baby-shower4.jpg" class="lightbox-image"><img class="img-responsive" src="images/baby-shower4.jpg" alt=""></a> <div class="overlay-box"><a href="images/baby-shower4.jpg" class="link lightbox-image" title="Baby Shower" data-fancybox="gallery"><span class="txt font-30"><i class="fa fa-camera"></i></span></a></div> </figure> </div> </div> </div> </div> </section> <?php include("include/footer.php"); ?>