Server : Apache System : Linux server.xvl.jdw.mybluehostin.me 5.14.0-611.42.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 24 05:30:20 EDT 2026 x86_64 User : svbgdckoilkuntla ( 1193) PHP Version : 8.0.30 Disable Function : exec,passthru,shell_exec,system Directory : /home/svbgdckoilkuntla/public_html/ |
<?php
include "config.php";
$service = $_GET['service'];
$info = $db->selectRow('support_services', '*', array('id'=>$service));
?>
<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title><?php echo $settings->title; ?></title>
<!--/tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="" />
<script type="application/x-javascript">
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!--//tags -->
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/sky-mega-menu.css">
<link rel="stylesheet" href="css/demo.css">
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/style2.css" rel="stylesheet">
<!-- //for bootstrap working -->
<link href="//fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600,700" rel="stylesheet">
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<style>
table, table td, table th { border:1px solid #ddd; padding:6px;}
table>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9
}
table tr:nth-of-type(1) {
background-color: #eee;
}
table td h5,table th h5 {
color:#990000;
font-weight:bold;
font-size: 16px;
padding: 10px;
}
</style>
</head>
<body style="background-color: #ffeee6">
<?php include("includes/header.php"); ?>
<div class="row">
<div class="col-xl-3" >
<?php include("includes/service-menu.php"); ?>
</div>
<!--/.navbar-->
<br><br><style type="text/css">
ul{
margin-left: 25px;
}
ul li{
padding: 10px;
}
</style>
<div class="col-xl-9">
<br>
<!-- banner -->
<h1 class="btn btn-primary" style="font-size: 25px" align="center"><?php echo $info->name; ?> - Overview</h1>
<br>
<!--Card system-->
<div class="row">
<div class="col-xl-12 col-md-5 ">
<div class="card border-left-success shadow h-100 py-2">
<div class="card-body">
<?php echo $info->content; ?>
<?php if(!empty($info->activities)){ ?>
<h5 style='color:#800000;'> Activities</h5>
<?php
echo '<p>'.$info->activities.'</p>';
}
?>
<?php if(!empty($info->achievements)){ ?>
<h5 style='color:#800000;'> Achievements</h5>
<?php
echo '<p>'.$info->achievements.'</p>';
}
?>
<?php if(!empty($info->gallery)){ ?>
<h5 style='color:#800000;'> Gallery</h5>
<?php
echo '<p>'.$info->gallery.'</p>';
}
?>
<?php echo $info->content2; ?>
<?php echo $info->content3; ?>
<?php echo $info->content4; ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include("includes/footer.php"); ?>
<!-- modal -->
<!-- //modal -->
<a href="#home" class="scroll" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
<!-- js -->
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<!-- stats -->
<script>
$('.counter').countUp();
</script>
<!-- //stats -->
<!-- owl carousel -->
<!-- //owl carousel -->
</body>
</html>