Viewing file: placement_new.php (11.71 KB) -rw-rw-r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php include 'header.php'; ?>
<style type="text/css">
.grids-bx.placBx
{
height: 310px;
}
.txt
{
font-size: 14px;
line-height: 25px;
text-align: justify;
color: #333;
}
</style>
<!-- owl carosel CSS -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<section class="project-banner">
<div class="container">
<div class="row">
<div class="col-12">
<div class="banner-sec">
<div class="projectheading">
<h1 style="text-transform: uppercase;
font-weight: 500;
line-height: 40px;
padding: 15px 0;
text-align: center;
font-size: 28px;
letter-spacing: 1px;
margin: 0;">Placements</h1>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="g-sec placement">
<div class="container">
<div class="row">
<div class="col-lg-12">
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="row" style="justify-content: center;">
<?php
$sql = "SELECT * from `tb_candidate_placed` order by `placed_id` desc";
$result = $con_it->query($sql);
$row = $result->fetch_assoc();
$itplace = $con_it->query($sql);
// print_r($itplace);
while ($itplace_list = $itplace->fetch_assoc()) {
//echo $itplace_list['placed_date'];
?>
<div class="col-md-4 col-lg-3">
<div class="grids-bx placBx">
<div class="jobtitles prfSection">
<div class="prfImgs">
<!-- <img src="images/user_jobs.jpeg" alt="profile"> -->
<img src="https://www.itjobcell.com/resources/uploads/candidate_images/<?php echo $itplace_list["picture"]; ?>" alt="profile">
</div>
<h3><?php echo $itplace_list["candidate_name"]; ?></h3>
</div>
<div class="placeDecp">
<p><i class="fa fa-suitcase"></i> <?php echo $itplace_list["company_name"]; ?></p>
<p><i class="fa fa-id-card-alt"></i> <?php echo $itplace_list["position"]; ?> </p>
<p style="margin-left: 20px;">Placed on: <?php echo $itplace_list["placed_date"]; ?></p>
</div>
<div class="clear"></div>
</div>
</div>
<?php
}
?>
?>
<div class="col-md-4 col-lg-3">
<div class="grids-bx placBx">
<div class="jobtitles prfSection">
<div class="prfImgs">
<!-- <img src="images/user_jobs.jpeg" alt="profile"> -->
<img src="https://www.itjobcell.com/resources/uploads/candidate_images/<?php echo $row["picture"]; ?>" alt="profile">
</div>
<h3><?php echo $row["candidate_name"]; ?></h3>
</div>
<div class="placeDecp">
<p><i class="fa fa-suitcase"></i> <?php echo $row["company_name"]; ?></p>
<p><i class="fa fa-id-card-alt"></i> <?php echo $row["position"]; ?> </p>
<p style="margin-left: 20px;">Placed on: <?php echo $row["placed_date"]; ?></p>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<hr>
<section class="common-padd clients">
<div class="container">
<div class="row">
<div class="col-12">
<h4 class="f-uppercase sub-head-red company">Companies in which our students are placed</h4>
<div class="clients_slider">
<div class="owl-carousel owl-theme clients2">
<div class="item">
<div class="clientlogo whitebg">
<span>
<img src="images/logo11.png" alt="logo">
</span>
</div>
</div>
<div class="item">
<div class="clientlogo whitebg">
<span>
<img src="images/logo12.png" alt="logo">
</span>
</div>
</div>
<div class="item">
<div class="clientlogo whitebg">
<span>
<img src="images/logo13.png" alt="logo">
</span>
</div>
</div>
<div class="item">
<div class="clientlogo whitebg">
<span>
<img src="images/logo14.png" alt="logo">
</span>
</div>
</div>
<div class="item">
<div class="clientlogo whitebg">
<span>
<img src="images/logo15.png" alt="logo">
</span>
</div>
</div>
<div class="item">
<div class="clientlogo whitebg">
<span>
<img src="images/logo16.png" alt="logo">
</span>
</div>
</div>
<div class="item">
<div class="clientlogo whitebg">
<span>
<img src="images/17.png" alt="logo">
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="g-sec placement">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="placement-sec">
<div class="placement-intro">
<div class="img-plc">
<img src="images/job-p.jpeg" alt="image" style=" padding: 35px;margin: 45px 0px 0px 0px;">
</div>
<div class="descrb-place" style="padding: 85px 0px;">
<p>
Srishti Campus is one of the pioneer job portals playing a key role in connecting job seekers and recruiters. We are providing the best Placement assistance service in Trivandrum. We bridge the gap between the recruiters and job seekers and connect the right company with the right candidate. Placement assistance in Trivandrum, we believe the best career decisions start with self-knowledge. Srishti Campus offers training in various fields like web development in PHP and .net, Mobile app development in Android & iOS, Java, Python, Php etc.. Srishti’s IT Development & Training solutions provides Placement assistance for a wide variety of audiences such as working professionals, freshers, career switchers etc. We offer Job Oriented Online Software training, Software Internships, Academic Project assistance with all documentation support, etc to help various audiences who join Srishti to polish their career. We focus on 100% job placement to the candidates who join Srishti Campus
</p>
</div>
</div>
<!--<div class="diagram">
<div id="chartContainer" style="height: 370px; width: 100%;"></div>
</div>
<div class="plc-2">
<p>Our Placement team provide continuous support for the students who are doing courses with SICS Campus. To know the details regarding the students who got placed in various firms from SICS Campus <a href="testimonials.php">Click here</a> .</p>
</div>-->
</div>
</div>
</div>
</div>
</section>
<!--<section class="cmn-padd">
<div class="container">
<div class="row">
<div class="col-12">
<div class="why" style=" margin: 20px 0px;">
<h3><span>Last</span> 5 placement details</h3>
</div>
<div class="main-news">
<?php
$query = "SELECT * FROM placed_students order by id desc LIMIT 5";
$data = $con->query($query);
while ($row1 = mysqli_fetch_assoc($data)) {
?>
<div class="news">
<div class="placement-news">
<div class="arn"><img class="placedpic" src="placedstudents/<?php echo $row1['image']; ?>" style="width:100px;" alt="image"/></div>
<h2><?php echo $row1['title']; ?></h2>
<p><?php echo $row1['description']; ?></p>
</div>
</div>
<?php
}
?>
</div>
</div>
</div>
</div>
</section>-->
<?php include 'footer.php'; ?>
<script type="text/javascript" src="https://canvasjs.com/assets/script/jquery.canvasjs.min.js"></script>
<!--Owl js-->
<script src="js/owl.carousel.min.js"></script>
<script type="text/javascript">
window.onload = function () {
var options = {
title: {
text: "Our Placement strategy"
},
data: [{
type: "pie",
startAngle: 45,
showInLegend: "true",
legendText: "{label}",
indexLabel: "{label} ({y})",
yValueFormatString: "#,##0.#" % "",
dataPoints: [
{label: "PHP", y: 36},
{label: "iOS", y: 31},
{label: "ANDROID", y: 7},
{label: "DOTNET", y: 7},
{label: "HYBRID", y: 6},
{label: "JAVA", y: 10},
{label: "SOFTWARE TESTING", y: 3}
]
}]
};
$("#chartContainer").CanvasJSChart(options);
}
$('.clients2').owlCarousel({
loop: true,
margin: 10,
nav: false,
dot: true,
autoplay: true,
responsiveClass: true,
responsive: {
0: {
items: 2
},
600: {
items: 3
},
1000: {
items: 6
}
}
})
</script>
|