ok

Mini Shell

Direktori : /home/importfo/public_html/riseuppreschool.co.in/
Upload File :
Current File : /home/importfo/public_html/riseuppreschool.co.in/activities-detail.php

<!doctype html>
<html class="no-js" lang="zxx">


<!-- Mirrored from html.vecurosoft.com/knirpse/demo/service-details.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 08 Jul 2024 08:02:25 GMT -->
<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>Riseup pre school</title>
    <meta name="author" content="indding Media">
    <meta name="description" content=" Preschool in Motera,Pre Primary School in Motera,Kindergarten in Motera,Day Nursery in Motera,Nursery School in Motera,Infant School in Motera,Kid Kastle in Motera,Montessori in Motera,Play School in Motera,Play Room in Motera,Activity Center in Motera,Jr. KG School in Motera,Sr.KG School in Motera,Day Care Center in Motera,Preschool near Motera,Pre Primary School near Motera,Kindergarten near Motera,Day Nursery near Motera,Nursery School near Motera,Infant School near Motera,Kid Kastle near Motera,Montessori near Motera,Play School near Motera,Play Room near Motera,Activity Center near Motera,Jr. KG School near Motera,Sr.KG School near Motera,Day Care Center near Motera.">
    <meta name="keywords" content=" Preschool in Motera,Pre Primary School in Motera,Kindergarten in Motera,Day Nursery in Motera,Nursery School in Motera,Infant School in Motera,Kid Kastle in Motera,Montessori in Motera,Play School in Motera,Play Room in Motera,Activity Center in Motera,Jr. KG School in Motera,Sr.KG School in Motera,Day Care Center in Motera,Preschool near Motera,Pre Primary School near Motera,Kindergarten near Motera,Day Nursery near Motera,Nursery School near Motera,Infant School near Motera,Kid Kastle near Motera,Montessori near Motera,Play School near Motera,Play Room near Motera,Activity Center near Motera,Jr. KG School near Motera,Sr.KG School near Motera,Day Care Center near Motera." >
    <meta name="robots" content="INDEX,FOLLOW">

    <!-- Mobile Specific Metas -->
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <!-- Favicons - Place favicon.ico in the root directory -->
    <link rel="shortcut icon" href="assets/img/riseup-logo.png" type="image/x-icon">
    <link rel="icon" href="assets/img/riseup-logo.png" type="image/x-icon">
    <!--==============================
	    All CSS File
	============================== -->
    <!-- Google Fonts-->
    <link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&amp;family=Catamaran:wght@100;200;300;400;500;600;700;800;900&amp;display=swap" rel="stylesheet">
    <!-- Bootstrap -->
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">
    <!-- Fontawesome Icon -->
    <link rel="stylesheet" href="assets/css/fontawesome.min.css">
    <!-- Magnific Popup -->
    <link rel="stylesheet" href="assets/css/magnific-popup.min.css">
    <!-- Slick Slider -->
    <link rel="stylesheet" href="assets/css/slick.min.css">
    <!-- Theme Custom CSS -->
    <link rel="stylesheet" href="assets/css/style.css">

</head>

<body>



    <?php include('partials/header.php'); ?>
   
    <!--======== About Section ========-->
    <div class="breadcumb-wrapper" data-bg-src="assets/img/bg/breadcrumb-bg-1.jpg">
        <div class="container">
            <div class="breadcumb-content">
                <h1 class="breadcumb-title">Activity Details</h1>
                <ul class="breadcumb-menu">
                    <li><a href="index.php">Home</a></li>
                    <li class="active">Activity Details</li>
                </ul>
            </div>
        </div>
    </div>
    <!--======== / About Section ========-->

    <?php 
    include("admin/config.php");
    $id = $_GET['id'];
    $sql = "SELECT * FROM `activities` WHERE `id` = $id";
    $res = mysqli_query($db,$sql);
    while($row = mysqli_fetch_array($res)){
        ?>
       

    <!--======== Service Section ========-->
    <section class="service-section space">
        <div class="container">
            <div class="row gy-30">
                <div class="col-xl-9 col-lg-8">
                    <div class="service-details">
                        <div class="service-img">
                            <img src="admin/upload/<?php echo $row['image'] ?>" alt="service details">
                        </div>
                        <h2 class="single-title"><?php echo $row['name'] ?></h2>
                        <p><?php echo $row['desc'] ?></p>
                    </div> <!-- / service details -->
                </div> <!-- / col-8 end -->
                <!-- Sidebar -->
                <div class="col-xl-3 col-lg-4">
                    <aside class="sidebar-area service-sidebar">
                        <div class="widget widget_search wow fadeInUp" data-wow-delay="0.1s">
                            <form class="search-form">
                                <input type="text" placeholder="Search Here">
                                <button type="submit"><i class="far fa-search"></i></button>
                            </form>
                        </div>

                        <div class="widget wow fadeInUp" data-wow-delay="0.1s">
                        <h4 class="widget_title">Our Activities</h4>
                        <?php  
                            include("admin/config.php");
                            $sql2 = "SELECT * FROM `activities`";
                            $res2 = mysqli_query($db,$sql2);
                            while($row2 = mysqli_fetch_array($res2)){
                                ?>
                           
                            <ul class="popular-service-wrap">
                                <li><a><?php echo $row2['name'] ?></php></a></li>
                            </ul>
                        </div>
                        <?php
                            }
                        ?>

                    </aside>
                </div>
            </div>
        </div>
        <?php } ?>
    </section>
    <!--======== / Service Section ========-->

    <?php include('partials/footer.php'); ?>


    <!-- Scroll To Top -->
    <a href="#" class="scrollToTop scroll-btn"><i class="far fa-arrow-up"></i></a>
    <!--==============================
        All Js File
    ============================== -->
    <!-- Jquery -->
    <script src="assets/js/jquery-3.5.0.min.js"></script>
    <!-- Slick Slider -->
    <script src="assets/js/slick.min.js"></script>
    <!-- Bootstrap -->
    <script src="assets/js/bootstrap.min.js"></script>
    <!-- Magnific Popup -->
    <script src="assets/js/jquery.magnific-popup.min.js"></script>
    <!-- Isotope Filter -->
    <script src="assets/js/imagesloaded.pkgd.min.js"></script>
    <script src="assets/js/isotope.pkgd.min.js"></script>
    <!-- Counter up  -->
    <script src="assets/js/jquery.counterup.min.js"></script>
    <!-- Parallax  -->
    <script src="assets/js/parallax.min.js"></script>
    <!-- Custom Carousel -->
    <script src="assets/js/vscustom-carousel.min.js"></script>
    <!-- Range Slider -->
    <script src="assets/js/jquery-ui.min.js"></script>
    <!-- WOW JS (Animation JS) -->
    <script src="assets/js/wow.min.js"></script>
    <!-- Form Js -->
    <script src="assets/js/ajax-mail.js"></script>
    <!-- Main Js File -->
    <script src="assets/js/main.js"></script>

</body>

</html>

Zerion Mini Shell 1.0