]]jkjjgdjffksdkdfdkfjgsldkfhgjkgjkhjkgjkdascxvxcvxcvjdklfgjslkdfgjlskdfgjdskfgj
במ12[aspddfsdfsdfdrxcvxcvcxvxcvxcvxcvxcvxcvxcvxcvxcvxxvxcvxcvxcv;'
/
home
/
u893294702
/
domains
/
uniquestudycenter.in
/
public_html
/
Upload FileeE
HOME
<?php include("header.php"); ?> <!-- Start main-content --> <div class="main-content"> <!-- Section: home --> <!-- Section: home --> <!-- Section: home --> <section id="home"> <!-- Slider Revolution Start --> <!-- Slider Revolution Start --> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="images/bg/banner.jpg" alt="Unique Study Center" width="100%"> </div> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM bannertab"; $query_run = mysqli_query($connection, $query); $check_img = mysqli_num_rows($query_run) > 0; if ($check_img) { while ($row = mysqli_fetch_array($query_run)) { ?> <div class="item"> <img src="admin/files/images/<?php echo $row['imgfile']; ?>" alt="BPCA" width="100%"> </div> <?php } } else { echo "No Records Found"; } ?> </div> <a class="left carousel-control" href="#myCarousel" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#myCarousel" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> <span class="sr-only">Next</span> </a> </div> </section> <!-- Section: About --> <section id="about"> <div class="container pb-70"> <div class="section-content"> <div class="row"> <div class="col-md-8 col-sm-12 wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.3s"> <h2 class="text-uppercase mt-0">Welcome To <span class="text-theme-color-2"> UDALA UNIQUE STUDY CENTER</span></h2> <p style="text-align: justify;">UDALA UNIQUE STUDY CENTER PVT LTD is one of the leading "Residential Coaching Center " in udala Mayurbhanj . Since 2013 "UNIQUE STUDY CENTER " has been creating history by producing the most number of jewels in +2 science level . Our teaching style is not only unique but also our environment & hospitality is very different & unique , which suits the studious students who aim to achieve some extraordinary milestones . UNIQUE STUDY CENTER is A DAY CUM RESIDENTIAL COACHING CENTER , so we focus on both the categories of students equally & traet them alike . For the inhouse students we make the hospitality as like home & you can say it just a "HOME AWAY FROM HOME " . We take care about good nutrition value in food and we follow a food chart , we emphasise on hygiene and healthy environment . Our teachers are excellent & experienced , those who treat students like their own & focus to them ONE TO ONE method . Due to the process of teaching & more worthy environment , consistent results , Unique Study Center has created a reputation for many miles . So people from a many distance makes rush to UNIQUE STUDY CENTER with a strong belief that their wards will be safe , secured & nurtured in a different way to achieve something great . Thanks from the Management , Director , Staffs (Teaching & Non Teaching) to its students , parents , wellwishers & Guardians . Thanks for the tremendous love & support . <a href="about-us.php" class="btn btn-sm btn-theme-colored">Read more</a> </p> </div> <div class="col-md-4 col-sm-12 col-xs-12 wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.3s"> <div class="border-10px p-10 pt-0 pb-0 mt-30"> <h3 style="text-align: center; color: #740404;">Information Bulletin</h3> <hr class="new3"> <marquee direction="up" scrolldelay="4" scrollamount="4" onmouseover='this.stop();' onmouseout="this.start();" style="height: 250px;"> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM nboard"; $query_run = mysqli_query($connection, $query); $check_notice = mysqli_num_rows($query_run) > 0; if ($check_notice) { while ($row = mysqli_fetch_array($query_run)) { ?> <h5> <img src="images/new1.gif" / style="float:left;"><span style="color:#0000b3;"><?php echo $row['date']; ?></span> <a href="<?php echo 'admin/files/' . $row['nurl'] ?>"><?php echo $row['ntext']; ?></a> </h5> <?php } } else { echo "We will soon update this page"; } ?> </marquee> </div> </div> </div> </div> </div> </section> <!-- Section: Mission --> <section id="mission"> <div class="container-fluid pt-0 pb-0"> <div class="row equal-height"> <div class="col-sm-6 col-md-6 xs-pull-none bg-theme-colored"> <div class="pt-60 pb-40 pl-90 pr-160 p-md-30"> <div class="icon-box clearfix m-0 p-0 pb-10"> <a href="#" class="icon icon-lg pull-left flip sm-pull-none"> <i class="fa fa-book text-white font-60"></i> </a> <div class="ml-120 ml-sm-0"> <h4 class="icon-box-title text-white mt-5 mb-10 letter-space-1" style="font-size: 28px;">WHY CHOOSE US?</h4> <p class="text-white" style="text-align: justify;">We are educating all groups of Students, Housewives, and Professionals for providing them utmost exposure towards learning which alternatively create a lifelong relationship.<br/> Deliberately focused on the franchisee holders for continuous growth and opportunities while we all will be the Model of Success. <br/> We are strongly determined to provide quality education and focus on your Practical Concept with Basics of Learning to surpass the unemployment world. </p> </div> </div> </div> </div> <div class="col-sm-6 col-md-6 p-0 bg-img-cover hidden-xs" data-bg-img="images/photos/bg1.jpg"> </div> </div> </div> </section> <!-- Section: courses --> <section id="gallery"> <div class="container pt-70 pb-70"> <div class="section-title text-center"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h2 class="mt-0 line-height-1 text-center mb-10 text-black-333 text-uppercase">Our <span class="text-theme-color-2"> Gllery</span></h2> </div> </div> </div> <div class="section-content"> <div class="row"> <div class="col-md-12"> <!-- Portfolio Gallery Grid --> <div class="gallery-isotope grid-4 gutter-small clearfix" data-lightbox="gallery"> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM gallerytab"; $query_run = mysqli_query($connection, $query); $check_img = mysqli_num_rows($query_run) > 0; if ($check_img) { while ($row = mysqli_fetch_array($query_run)) { ?> <!-- Portfolio Item Start --> <div class="gallery-item campus"> <div class="thumb"> <img class="img-fullwidth" src="admin/galleryimages/<?php echo $row['fileimg']; ?>" alt="project"> <div class="overlay-shade"></div> <div class="text-holder"> <div class="title text-center"><?php echo $row['nimg']; ?></div> </div> <div class="icons-holder"> <div class="icons-holder-inner"> <div class="styled-icons icon-sm icon-dark icon-circled icon-theme-colored"> <a href="admin/galleryimages/<?php echo $row['fileimg']; ?>" data-lightbox-gallery="gallery" title="Unique Study Center"><i class="fa fa-picture-o"></i></a> </div> </div> </div> </div> </div> <!-- Portfolio Item End --> <?php } } else { echo "No Records Found"; } ?> </div> <!-- End Portfolio Gallery Grid --> </div> </div> </div> </div> </section> </div> <!-- end main-content --> <?php include("footer.php"); ?>