MMCT TEAM
Server IP : 86.38.243.181  /  Your IP : 216.73.216.51
Web Server : LiteSpeed
System : Linux in-mum-web1336.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User : u986601745 ( 986601745)
PHP Version : 7.4.33
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u986601745/domains/emrskalsi.com/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u986601745/domains/emrskalsi.com/public_html/co-curricular-activity.php
<!DOCTYPE html>
<html lang="en" style="overflow-x: hidden;">
<head>
    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Eklavya Model Residential School - Co-Curricular Activities</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Explore the diverse co-curricular activities at Eklavya Model Residential School Kalsi, Dehradun. Fostering holistic development through sports, arts, cultural events, and skill-based programs for tribal students.">
    <meta name="keywords" content="Eklavya Model Residential School Co-Curricular Activities, EMRS Kalsi Co-Curricular Programs, Tribal Student Activities EMRS, Sports Activities EMRS Kalsi, Cultural Events EMRS Dehradun, Holistic Development EMRS, Extracurricular Programs at EMRS, School Clubs and Societies EMRS, Talent Development Tribal School, Skill-Based Activities EMRS">
    <meta property="og:title" content="Eklavya Model Residential School - Co-Curricular Activities" />
    <meta property="og:description" content="Explore the diverse co-curricular activities at Eklavya Model Residential School Kalsi, Dehradun. Fostering holistic development through sports, arts, cultural events, and skill-based programs for tribal students." />
    <meta property="og:image" content="https://emrskalsi.com/images/og_images/co-curricular-activity.png" />
    <meta property="og:url" content="https://emrskalsi.com/co-curricular-activity.php" />
    <meta property="og:type" content="website" />

<?php include('include/header.php'); 
$q = "select * from carricular_content";
$query = mysqli_query($conn,$q);
$carricular_content = mysqli_fetch_array($query);
?>

<div class="breadcrumbs">
	<div class="container">

    <!--    <h1 class="pull-left">
    Co-Curricular Activities</h1> -->

    <ul class="pull-left breadcrumb">
    	<li><a href="javascript:void(0)">Activities</a></li>
    	<li><a href="javascript:void(0)">Co-Curricular Activities</a></li>
    </ul>
 
</div>
</div>

</div>

<style>.menshow{display:block !important}</style>

</div></div><div class="container" id="pr">
	<div class="row"><div class="col-xs-12 col-md-12 col-lg-12 col-sm-12" ><div class="ap-section ">
		<div class="headline" id="headlines"><h2 >Co-Curricular  Activities </h2>
		</div>

	</div><div class="ap-section ">
		<div class="ap-plain" >    
			<div >
				<div class="content_inner">
					<?php echo $carricular_content['description'] ?>
					<!-- <div align="center">
						<table class="table table-bordered" id="table1" border="1" cellpadding="0">
							<thead>
								<tr>
									<th><span style="font-family: Arial; font-size: small;">Sl:No</span></th>
									<th><span style="font-family: Arial; font-size: small;">Name of the Activity</span></th>
									<th><span style="font-family: Arial; font-size: small;">Month</span></th>
									<th><span style="font-family: Arial; font-size: small;">Category</span></th>
									<th><span style="font-family: Arial; font-size: small;">No:of Participants</span></th>
									<th><span style="font-family: Arial; font-size: small;">Max:Time</span></th>
								</tr>
							</thead>
							<tbody>
								

						<?php
                        $q = "select * from carricular_activity";
                        $query = mysqli_query($conn,$q);
                        $i=1;
                        while($res = mysqli_fetch_array($query)) { 
                        	$date=date_create($res['month']);
							$month = date_format($date,"F");
                        	?>
                            <tr>

                               <td style="font-family: Arial; font-size: small;"><?php echo $i++; ?></td>
                               <td style="font-family: Arial; font-size: small;"><?php echo $res['name'] ?></td>
                               <td style="font-family: Arial; font-size: small;"><?php echo $month ?></td>
                               <td style="font-family: Arial; font-size: small;"><?php echo $res['category'] ?></td>
                               <td style="font-family: Arial; font-size: small;"><?php echo $res['participant'] ?></td>
                               <td style="font-family: Arial; font-size: small;"><?php echo $res['time'] ?></td>
                           </tr>
                       <?php } ?>

								
							</tbody>
						</table>
					</div> -->
				</div></div>
			</div>

		</div>

		<div class="container-fluid" style="margin-top:25px;" id="pr">
		<div class="row">
			<div class="" >

				<div class="migres">
					 <?php
                        $q = "select * from carricular_list";
                        $query = mysqli_query($conn,$q);
                        while($res = mysqli_fetch_array($query)) { ?>
					<div class="activities_cont">


						<div class="row cours">
							<div class="headline" id="headlines">
								<h2><?php echo $res['title']; ?></h2>
							</div>
						</div>
						<div class="row">
							<?php if ($res['image']!='') { ?>
							<div class="col-md-4 col-lg-4 col-sm-4 col-xs-12 cours2" style="overflow:hidden;">
								<img class="hover" src="admin/<?php echo $res['image']; ?>" width="400" height="250">
							</div>
						<?php } ?>
						<?php if ($res['image1']!='') { ?>
							<div class="col-md-4 col-lg-4 col-sm-4 col-xs-12 cours2" style="overflow:hidden;">
								<img class="hover" src="admin/<?php echo $res['image1']; ?>" width="400" height="250">
							</div>
							<?php } ?>
							<?php if ($res['image2']!='') { ?>
							<div class="col-md-4 col-lg-4 col-sm-4 col-xs-12 cours2" style="overflow:hidden;">
								<img class="hover" src="admin/<?php echo $res['image2']; ?>" width="400" height="250">
							</div>
							<?php } ?>
						</div>
						<div class="row cours">
							<?php echo $res['description']; ?>
						</div>
					</div>
				<?php } ?>
				

				</div>

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

MMCT - 2023