Notice (8): Undefined variable: circulars [APP\View\Layouts\site.ctp, line 473]Code Context
<?php
foreach ($circulars as $circular) {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp'
$dataForView = array(
'crits' => array(
(int) 0 => array(
'PlacementCriteria' => array(
[maximum depth reached]
)
)
),
'guides' => array(
(int) 0 => array(
'Guideline' => array(
[maximum depth reached]
)
)
),
'placement_news' => array(
(int) 0 => array(
'PlacementNews' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PlacementNews' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PlacementNews' => array(
[maximum depth reached]
)
)
),
'announcements' => array(
(int) 0 => array(
'Announcement' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Announcement' => array(
[maximum depth reached]
)
)
),
'placement_home' => array(
(int) 0 => array(
'PlacementHome' => array(
[maximum depth reached]
)
)
),
'companies' => array(
(int) 0 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 9 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 10 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 11 => array(
'Company' => array(
[maximum depth reached]
)
)
),
'content_for_layout' => '
<link rel="stylesheet" href="css/swiper.min.css">
<style>
body, li
{
font-family: 'comfortaa';
}
li
{
font-size: 16px;
}
.blk1 p
{
font-size: 16px;
}
.swiper-container {
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
#wrapper {
//background-color: #fff;
//border-top: 1px solid #ccc;
width: 100%;
height: 350px;
//position: absolute;
//left: 0;
//bottom: 0;
}
#carousel {
//margin-top: -105px;
}
#carousel div {
text-align: center;
width: 100px;
height: 250px;
float: left;
//position: relative;
}
#carousel div img {
border: none;
width: 100%;
height: auto;
}
#carousel div span {
display: none;
}
#carousel div:hover span {
background-color: #333;
color: #fff;
display: inline-block;
width: 100px;
padding: 2px 0;
margin: 0 0 0 -50px;
//position: absolute;
//bottom: 30px;
//left: 50%;
//border-radius: 3px;
}
#carousal{
position: relative;
width:500px;
height: 400px;
overflow: hidden;
margin:0 auto;
top: 20px;
}
.list-carousal{
margin:0;
list-style: none;
width:500px;
height: 400px;
float:left;
padding: 0;
}
#content{
position: absolute;
top:0;
left:0;
width:calc(500px * 5);
height: 400px;
animation: toLeft 6s ease-out infinite alternate;
margin: 0;
padding: 0;
}
@keyframes toLeft {
0%,15%{
margin-left: 0;
opacity:1;
}
20%,35%{
margin-left: -500px;
}
40%,55%{
margin-left: -1000px;
}
60%,75% {
margin-left: -1500px;
}
80%,100% {
margin-left: -2000px;
opacity:1;
}
}
</style>
<!-- page header section -->
<div class="page-title">
<div class="container">
<div class="row" style="background-color: #0080D5">
<div class="col-md-12 ptn-bg">
<h2>Placement Home</h2>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li class="active">Placement</li>
</ol>
</div>
</div>
</div>
</div>
<!-- banner section ending-->
<div class="main-container" style="padding-bottom:5px;">
<!-- Main-container start -->
<div class="container ">
<!-- Page Content start -->
<div class="col-md-3">
<ul class="nav nav-pills nav-stacked">
<li class="active">
<a href="#nh" role="tab" data-toggle="tab">Home</a>
</li>
<!-- <li>
<a href="#ps" role="tab" data-toggle="tab">Placement Statistics</a>
</li> -->
<li>
<a href="#vm" role="tab" data-toggle="tab">Vision and Mission</a>
</li>
<!-- <li>
<a href="#na" role="tab" data-toggle="tab">News and Announcements</a>
</li> -->
<li>
<a href="#gr" role="tab" data-toggle="tab">Code of Conduct</a>
</li>
<!--<li>
<a href="#ec" role="tab" data-toggle="tab">Eligibility Criteria</a>
</li> -->
<li>
<a href="#po" role="tab" data-toggle="tab">Placement Officer</a>
</li>
<li>
<a href="#pt" role="tab" data-toggle="tab">Placement Team</a>
</li>
<!-- <li>
<a href="/placements/statistics/" >Placement Statistics</a>
</li> -->
</ul>
</div>
<div class="col-md-9" style="height: auto;">
<div class="tab-content" style="height: auto;">
<div class="tab-pane active" id="nh" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px; height: auto;" >
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<!-- <h6>Code start from here</h6> -->
<h2><center> Training and Placement Cell</center></h2>
<hr style="border-top:1px solid #0080D5;">
<div id="col-md-12">
<div class="swiper-container swiper101">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="pic"><a href="#"><img src="cdn/placementnews/stats_1.jpg" class="img-responsive" alt=""></a></div>
</div>
<div class="swiper-slide">
<div class="pic"><a href="#"><img src="cdn/placementnews/stats_2.jpg" class="img-responsive" alt=""></a></div>
</div>
<div class="swiper-slide">
<div class="pic"><a href="#"><img src="cdn/placementnews/stats_3.jpg" class="img-responsive" alt=""></a></div>
</div>
<div class="swiper-slide"><a href="#"><img src="images/recruiters.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/placed_23_24_1.jpeg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/placed_23_24_2.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/placed_23_24_3.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/Godrej_Boyce_2023_24.jpeg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/Tecnimont_2023-24.jpeg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/TCS1_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/TCS2_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Aurionpro_2023_24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Deloitte_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Tata power_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Weatherford_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/Elec.jpeg" class="img-responsive" alt=""></a></div></div>
<!--<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/front/Placed Part 2.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/front/Elec.jpeg" class="img-responsive" alt=""></a></div></div>-->
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/TrainingProgram.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/TPOCell2.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/SeminarHall.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/ClassroomFacilities.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/PlacementForm.jpg" class="img-responsive" alt=""></a></div></div>
<!--
<div class="swiper-slide">Slide 5</div>
<div class="swiper-slide">Slide 6</div>
<div class="swiper-slide">Slide 7</div>
<div class="swiper-slide">Slide 8</div>
<div class="swiper-slide">Slide 9</div>
<div class="swiper-slide">Slide 10</div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/front/Quicksell.jpeg" class="img-responsive" alt=""></a></div></div>
-->
</div>
<!-- Add Pagination -->
<div class="swiper-pagination"></div>
<!-- Add Arrows -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
<br><br>
<p align="justify">
The FCRIT, Training and Placement cell is committed to provide quality placement to all eligible students. The cell assists students in developing and implementing successful job strategies. We also counsel students in developing/ clarifying their academic and career interests. Our students are empowered with resources and activities to facilitate their career planning process. This results in final placement for our students in reputed companies throughout the country.
</p>
<h3 align="center"> <u> Branchwise Placement Statistics </u></h3>
<br>
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:comfortaa, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:comfortaa, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-8269{font-size:16px;background-color:#ffce93;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-d4pt{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:center;vertical-align:middle}
.tg .tg-rph9{font-size:16px;background-color:#d2e4fc;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-q5nx{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-pu5d{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-i8gj{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-boj3{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-aklt{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:top}
</style>
<table class="tg" style="table-layout: auto; width: 100%">
<colgroup>
<col style="width: 82px">
<col style="width: 63px">
<col style="width: 60px">
<col style="width: 74px">
<col style="width: 63px">
<col style="width: 60px">
<col style="width: 74px">
<col style="width: 83px">
<col style="width: 80px">
<col style="width: 99px">
</colgroup>
<tr>
<th class="tg-q5nx" rowspan="2">Year</th>
<th class="tg-d4pt" colspan="3">Computer Engineering</th>
<th class="tg-pu5d" colspan="3">Mechanical Engineering</th>
<th class="tg-pu5d" colspan="3">Electronics and Telecommunication<br>Engineering</th>
</tr>
<tr>
<td class="tg-q5nx">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
</tr>
<tr>
<td class="tg-8269">2014-15</td>
<td class="tg-boj3">58</td>
<td class="tg-aklt">37</td>
<td class="tg-aklt">13</td>
<td class="tg-rph9">50</td>
<td class="tg-rph9">43</td>
<td class="tg-rph9">7</td>
<td class="tg-aklt">56</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">9</td>
</tr>
<tr>
<td class="tg-8269">2015-16</td>
<td class="tg-boj3">62</td>
<td class="tg-aklt">40</td>
<td class="tg-aklt">12</td>
<td class="tg-rph9">46</td>
<td class="tg-rph9">40</td>
<td class="tg-rph9">9</td>
<td class="tg-aklt">55</td>
<td class="tg-aklt">49</td>
<td class="tg-aklt">11</td>
</tr>
<tr>
<td class="tg-8269">2016-17</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">56</td>
<td class="tg-aklt">10</td>
<td class="tg-rph9">42</td>
<td class="tg-rph9">38</td>
<td class="tg-rph9">6</td>
<td class="tg-aklt">53</td>
<td class="tg-aklt">49</td>
<td class="tg-aklt">9</td>
</tr>
<tr>
<td class="tg-8269">2017-18</td>
<td class="tg-boj3">65</td>
<td class="tg-aklt">57</td>
<td class="tg-aklt">12</td>
<td class="tg-rph9">45</td>
<td class="tg-rph9">36</td>
<td class="tg-rph9">6</td>
<td class="tg-aklt">56</td>
<td class="tg-aklt">48</td>
<td class="tg-aklt">12</td>
</tr>
<tr>
<td class="tg-8269">2018-19</td>
<td class="tg-boj3">66</td>
<td class="tg-aklt">63</td>
<td class="tg-aklt">11</td>
<td class="tg-rph9">55</td>
<td class="tg-rph9">50</td>
<td class="tg-rph9">8</td>
<td class="tg-aklt">50</td>
<td class="tg-aklt">45</td>
<td class="tg-aklt">12</td>
</tr>
<tr>
<td class="tg-8269">2019-20</td>
<td class="tg-boj3">67</td>
<td class="tg-aklt">45</td>
<td class="tg-aklt">15</td>
<td class="tg-rph9">65</td>
<td class="tg-rph9">38</td>
<td class="tg-rph9">17</td>
<td class="tg-aklt">49</td>
<td class="tg-aklt">37</td>
<td class="tg-aklt">4</td>
</tr>
<tr>
<td class="tg-8269">2020-21</td>
<td class="tg-boj3">65</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">16</td>
<td class="tg-rph9">62</td>
<td class="tg-rph9">25</td>
<td class="tg-rph9">10</td>
<td class="tg-aklt">54</td>
<td class="tg-aklt">38</td>
<td class="tg-aklt">18</td>
</tr>
<tr>
<td class="tg-8269">2021-22</td>
<td class="tg-boj3">53</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">21</td>
<td class="tg-rph9">45</td>
<td class="tg-rph9">36</td>
<td class="tg-rph9">21</td>
<td class="tg-aklt">55</td>
<td class="tg-aklt">41</td>
<td class="tg-aklt">26</td>
</tr>
<tr>
<td class="tg-8269">2022-23</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">25</td>
<td class="tg-rph9">94</td>
<td class="tg-rph9">71</td>
<td class="tg-rph9">60</td>
<td class="tg-aklt">54</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">15</td>
</tr>
</table>
<br> <br>
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:comfortaa, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:comfortaa, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-8269{font-size:16px;background-color:#ffce93;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-u2se{font-size:16px;background-color:#ffffc7;border-color:inherit;text-align:right;vertical-align:top}
.tg .tg-rph9{font-size:16px;background-color:#d2e4fc;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-q5nx{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-i8gj{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-pu5d{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-boj3{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-aklt{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-6e2x{font-size:16px;background-color:#ffffc7;border-color:inherit;text-align:left;vertical-align:top}
</style>
<table class="tg" style="undefined;table-layout: auto; width: 100%">
<colgroup>
<col style="width: 77px">
<col style="width: 73px">
<col style="width: 70px">
<col style="width: 92px">
<col style="width: 70px">
<col style="width: 65px">
<col style="width: 79px">
<col style="width: 68px">
<col style="width: 65px">
<col style="width: 79px">
</colgroup>
<tr>
<th class="tg-q5nx" rowspan="2">Year</th>
<th class="tg-q5nx" colspan="3">Electrical Engineering</th>
<th class="tg-i8gj" colspan="3">Information Technology</th>
<th class="tg-pu5d" colspan="3">Overall</th>
</tr>
<tr>
<td class="tg-q5nx">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
</tr>
<tr>
<td class="tg-8269">2014-15</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">5</td>
<td class="tg-rph9">48</td>
<td class="tg-rph9">30</td>
<td class="tg-rph9">2</td>
<td class="tg-aklt">272</td>
<td class="tg-aklt">203</td>
<td class="tg-aklt">36</td>
</tr>
<tr>
<td class="tg-8269">2015-16</td>
<td class="tg-boj3">58</td>
<td class="tg-aklt">50</td>
<td class="tg-aklt">2</td>
<td class="tg-rph9">53</td>
<td class="tg-rph9">43</td>
<td class="tg-rph9">4</td>
<td class="tg-aklt">274</td>
<td class="tg-aklt">223</td>
<td class="tg-aklt">38</td>
</tr>
<tr>
<td class="tg-8269">2016-17</td>
<td class="tg-boj3">41</td>
<td class="tg-aklt">36</td>
<td class="tg-aklt">3</td>
<td class="tg-rph9">51</td>
<td class="tg-rph9">39</td>
<td class="tg-rph9">3</td>
<td class="tg-aklt">247</td>
<td class="tg-aklt">223</td>
<td class="tg-aklt">31</td>
</tr>
<tr>
<td class="tg-8269">2017-18</td>
<td class="tg-boj3">52</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">4</td>
<td class="tg-rph9">65</td>
<td class="tg-rph9">43</td>
<td class="tg-rph9">1</td>
<td class="tg-aklt">283</td>
<td class="tg-aklt">226</td>
<td class="tg-aklt">35</td>
</tr>
<tr>
<td class="tg-8269">2018-19</td>
<td class="tg-boj3">53</td>
<td class="tg-aklt">40</td>
<td class="tg-aklt">5</td>
<td class="tg-rph9">67</td>
<td class="tg-rph9">54</td>
<td class="tg-rph9">2</td>
<td class="tg-aklt">291</td>
<td class="tg-aklt">255</td>
<td class="tg-aklt">38</td>
</tr>
<tr>
<td class="tg-8269">2019-20</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">39</td>
<td class="tg-aklt">15</td>
<td class="tg-rph9">65</td>
<td class="tg-rph9">48</td>
<td class="tg-rph9">12</td>
<td class="tg-aklt">306</td>
<td class="tg-aklt">206</td>
<td class="tg-aklt">63</td>
</tr>
<tr>
<td class="tg-8269">2020-21</td>
<td class="tg-boj3">59</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">12</td>
<td class="tg-rph9">62</td>
<td class="tg-rph9">49</td>
<td class="tg-rph9">7</td>
<td class="tg-aklt">302</td>
<td class="tg-aklt">198</td>
<td class="tg-aklt">63</td>
</tr>
<tr>
<td class="tg-8269">2021-22</td>
<td class="tg-boj3">63</td>
<td class="tg-aklt">50</td>
<td class="tg-aklt">13</td>
<td class="tg-rph9">57</td>
<td class="tg-rph9">54</td>
<td class="tg-rph9">18</td>
<td class="tg-aklt">255</td>
<td class="tg-aklt">232</td>
<td class="tg-aklt">99</td>
</tr>
<tr>
<td class="tg-8269">2022-23</td>
<td class="tg-boj3">66</td>
<td class="tg-aklt">53</td>
<td class="tg-aklt">10</td>
<td class="tg-rph9">60</td>
<td class="tg-rph9">54</td>
<td class="tg-rph9">19</td>
<td class="tg-aklt">334</td>
<td class="tg-aklt">271</td>
<td class="tg-aklt">129</td>
</tr>
<tr>
<td class="tg-u2se" colspan="7">Total Students</td>
<td class="tg-6e2x">2572</td>
<td class="tg-6e2x">2024</td>
<td class="tg-6e2x">556</td>
</tr>
</table>
<!--
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;border-color:#9ABAD9;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:1px 1px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#9ABAD9;color:#444;background-color:#EBF5FF;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:1px 1px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#9ABAD9;color:#fff;background-color:#409cff;}
.tg .tg-shj9{font-size:18px;background-color:#b9c9fe;color:#ffffff;border-color:#000000;text-align:center;vertical-align:middle}
.tg .tg-0j0t{font-weight:bold;font-size:18px;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif !important;;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-y1pc{background-color:#D2E4FC;font-size:18px;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-7jts{font-size:18px;border-color:inherit;text-align:center;vertical-align:top}
</style>
<table class="tg" align = "center"style="undefined;table-layout: fixed; width: 517px">
<colgroup>
<col style="width: 93px">
<col style="width: 101px">
<col style="width: 136px">
<col style="width: 74px">
<col style="width: 113px">
</colgroup>
<tr>
<th class="tg-0j0t">Year</th>
<th class="tg-0j0t">Registered<br> Students</th>
<th class="tg-0j0t">Placed Students</th>
<th class="tg-0j0t">Higher Studies</th>
<th class="tg-0j0t">Total</th>
</tr>
<tr>
<td class="tg-y1pc">2014-15</td>
<td class="tg-y1pc">272</td>
<td class="tg-y1pc">209</td>
<td class="tg-y1pc">36</td>
<td class="tg-y1pc">517</td>
</tr>
<tr>
<td class="tg-7jts">2015-16</td>
<td class="tg-7jts">274</td>
<td class="tg-7jts">226</td>
<td class="tg-7jts">38</td>
<td class="tg-7jts">538</td>
</tr>
<tr>
<td class="tg-y1pc">2016-17</td>
<td class="tg-y1pc">247</td>
<td class="tg-y1pc">218</td>
<td class="tg-y1pc">31</td>
<td class="tg-y1pc">496</td>
</tr>
<tr>
<td class="tg-7jts">2017-18</td>
<td class="tg-7jts">283</td>
<td class="tg-7jts">225</td>
<td class="tg-7jts">35</td>
<td class="tg-7jts">543</td>
</tr>
</table>
-->
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="vm" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Vision</h2><hr style="border-top:1px solid #0080D5;">
To provide quality placement to all eligible students.
</div>
</div>
</div>
</div>
</div>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Mission</h2><hr style="border-top:1px solid #0080D5;">
<ol> <li>To provide appropriate training to achieve highest possible percentage of placement <br/><br/>
<li>To establish a training model to develop practical and soft skills of students <br/><br/>
</div>
</div>
</div>
</div>
</div>
<div class="row sponsorship-detail">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Objectives of Training & Placement</h2><hr style="border-top:1px solid #0080D5;">
<div class="">
<div class="col-md-2" >
<div class="blk blk1"> <i class="pe pe-li-users pe-4x pe-icon"></i>
<h2>Counsel</h2>
<p>Counsel Students in developing / clarifying their academic & career interests.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-tool pe-4x pe-icon"></i>
<h2>Assist</h2>
<p>Assist Students in developing & implementing successful job search strategies </p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-unlock pe-4x pe-icon"></i>
<h2>Empower</h2>
<p>Empower the students with resources & activities to facilitate the career planning process.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-shield pe-4x pe-icon"></i>
<h2>Support</h2>
<p>Support Employers to achieve their hiring goals.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-target pe-4x pe-icon"></i>
<h2>Achieve</h2>
<p>Encourage students in obtaining final placements in reputed Firms.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="na" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement News</h2><hr style="border-top:1px solid #0080D5;">
<div class="col-md-3">
<div class="blk">
<h2> TCS placement </h2>
<p>Number of Students placed in TCS in 2017-2018 : 109 </p>
<a href="/placement_news/4" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
<div class="col-md-3">
<div class="blk">
<h2> INGRAM Placement </h2>
<p>Number of Students placed in INGRAM in 2017-2018 : 14 </p>
<a href="/placement_news/10" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
<div class="col-md-3">
<div class="blk">
<h2> Xoriant Placement </h2>
<p>Number of Students placed in Xoriant in 2017-2018 : 11 </p>
<a href="/placement_news/11" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Announcement</h2><hr style="border-top:1px solid #0080D5;">
<div class="col-md-3">
<div class="blk">
<h2 align="justify"> Campus Hiring 2019 , Shell India - SB... </h2>
<p align ="justify">https://www.shell.in/
Placement dr... </p>
<a href="/placement_announcement/1" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
<div class="col-md-3">
<div class="blk">
<h2 align="justify"> TCS Digital Recruitment </h2>
<p align ="justify">Placement drive at our college schedu... </p>
<a href="/placement_announcement/2" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="gr" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Student Code of Conduct</h2><hr style="border-top:1px solid #0080D5;">
<!-- <object class="displaypdf" data="" type="application/pdf" width="100%" height="600px">
<p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://www.fcrit.ac.in/cdn/guideline/1511265856-Rules.pdf">Download PDF</a>.</p>
</object>
-->
<p><h3><strong>Introduction:</strong></h3></p>
<p align="justify">The code of conduct for the training and placement students is applicable in two aspects in below mentioned points. The first aspect involves conduct of students during the training and registration for placement process. The second aspect involves the conduct of students during campus placement process.</p>
<p><h3><strong>Conduct for training and registration process</strong></h3></p>
<ol align="justify">
<li>Candidate should follow all the instructions provided by the Training and Placement Cell (TPC).</li>
<li>It is mandatory for students to register for the company to participate in the placement process of the company. Any Student not registered is not eligible for Placement opportunities.</li>
<li>Students interested in going for higher studies can give undertaking during registration process and request the TPC to not to register for the placement process.</li>
<li>Students have to provide their authentic personal details for completing registration in the placement portal. Attempts to deceive this will result into debarring from the placement process.</li>
<li>Attendance for the training sessions is compulsory and students having less than 75% attendance will be issued a warning. Further continuing of defaulter will result into debarring from the placement process.</li>
</ol>
<p> </p>
<p><h3><strong>Conduct during campus placement process</strong></h3></p>
<ol align="justify">
<li>Students have to follow guidelines as mentioned in the placement policy during orientation program at the beginning of academic year.</li>
<li>It is mandatory for all students appearing for any process of campus drive to come in formals. Full Sleeve shirts, formal pants, formal shoes and well-groomed for gents. For Girls - formal clothes, no party wear.</li>
<li>2 copies of resume and passport photos and pen pencil and calculator should be always available with the students appearing for placement process.</li>
<li>Students must keep their Identity Card with them at the time of Pre-Placement Talk (PPT) / Test /Group Discussion / Personal Interviews and produce the same when demanded by the visiting team or TPO staff.</li>
<li>Attendance in PPT is mandatory after registration, to be eligible for further placement process.</li>
<li>Students proceeding after the PPT for the next step in the selection process of a Company cannot quit in between. If a student quits in between the process, then he/she will be debarred and will not be allowed to appear in any other future placement event. Student has a fair chance to inform their decision of not continuing for the placement process to TPO, but final decision is with TPO.</li>
<li>All post job-offer communication between student and Company should be channelized only through the placement cell.</li>
<li>Direct communication with the company officials is Not Allowed.</li>
<li>For the Pool campus drives in other college or if the company conducts any round outside the campus, the students who have registered / selected should compulsorily participate in the process. Students remaining absent in such cases will be debarred for any further placement opportunities.</li>
<li>Any kind of misbehavior / complaints reported by the company officials will be taken seriously and if proven, the student will be debarred from future campus placements.</li>
<li>If student is blacklisted, then he/she can approach placement committee to make formal request for removal from blacklist.</li>
</ol>
</div>
<head>
<style>
.content-table {
border-collapse: collapse;
margin: 25px 0;
position:absolute;
top:15%;
left:18%;
font-size: 0.9em;
min-width: 400px;
border-radius: 5px 5px 0 0;
overflow: hidden;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.content-table thead tr {
background-color: #009879;
color: #ffffff;
text-align: left;
font-weight: bold;
}
.content-table th,
.content-table td {
padding: 12px 15px;
}
.content-table tbody tr {
border-bottom: 1px solid #dddddd;
}
.content-table tbody tr:nth-of-type(even) {
background-color: #f3f3f3;
}
.content-table tbody tr:last-of-type {
border-bottom: 2px solid #009879;
}
.content-table tbody tr.active-row {
font-weight: bold;
color: #009879;
}
</style>
</head>
<!--<table class="content-table">
<thead>
<tr>
<th style="text-align:center;">Rules</th>
</tr>
</thead>
<tbody>
<tr>
<td>Dream companies designated only by placement cell </td>
</tr>
<tr>
<td>Dream companies designated only by placement cell </td>
</tr>
</tbody>
-->
</table>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="ec" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Eligibility Criteria</h2><hr style="border-top:1px solid #0080D5;">
<object class="displaypdf" data="https://www.fcrit.ac.in/cdn/placementcriteria/1500403672-sample.pdf" type="application/pdf" width="100%" height="600px">
<p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://www.fcrit.ac.in/cdn/placementcriteria/1500403672-sample.pdf">Download PDF</a>.</p>
</object>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="po" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Officer</h2><hr style="border-top:1px solid #0080D5;">
<h3>Dr. Mahendra Rane<br/> <br/>
Mobile : 9819072834 <br/>
<hr style="border-top:1px solid #0080D5;">
<h4>Assistant Placement Officer</h4>
<h3>Prof. Deepak Devasagayam<br/> <br/>
Mobile : 9920827263<br/>
<br/>
<h3>Prof. Mritunjay Ojha<br/> <br/>
Mobile : 9987800789 <br/></br>
<hr style="border-top:1px solid #0080D5;">
Tel +91 22 2771000/27661924 extn 106 <br/> <br/>
E mail: placement@fcrit.ac.in </h3>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="pt" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Team</h2><hr style="border-top:1px solid #0080D5;">
<object class="displaypdf" data="static_pdfs/FCRIT_Placement_team_2019-20.pdf" type="application/pdf" width="100%" height="600px">
<p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="static_pdfs/Teachingstaff.pdf">Download PDF</a>.</p>
</object>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="ps" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<!-- <h2>Placement Statistics</h2><hr style="border-top:1px solid #0080D5;"> -->
<div class="main-container" style="padding-top: 0px;">
<div id="container1" style="min-width: 310px; height: 600px; margin: 0 auto">
<br><br><br>
<div style="border: solid 2px black; height: 300px; width: 300px; position: relative; left: 10px"> <h4>Statistical Data will come here!!</h4></div>
<div style="border: solid 2px black; height: 300px; width: 300px; position: relative; left: 400px; top: -300px"> <h4>Statistical Data will come here!!</h4></div>
<!-- <a href="/placements/statistics" class="btn btn-default btn-yellow">placement </a> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="main-container sponsor" style="padding-top:50px;border-top:1px solid #0080D5;"><!-- Main-container section -->
<!-- Sponsorship section -->
<!-- <div class="container">
<div class="row sponsorship-detail">
<div class="col-md-8">
<h1>Training and Placement</h1>
<p class="lead-font"> Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description </p>
<hr>
<div class="row">
<div class="col-md-6">
<div class="blk">
<h2>Vision</h2>
<p>To provide quality placement to all eligible students.</p>
</div>
</div>
<div class="col-md-6">
<div class="blk">
<h2>Mission</h2>
<p><ol> <li>To provide appropriate training to achieve highest possible percentage of placement <br/><br/>
<li>To establish a training model to develop practical and soft skills of students <br/><br/>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="blk">
<h2>Column 3</h2>
<p>Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description </p>
</div>
</div>
<div class="col-md-6">
<div class="blk">
<h2>Column 4</h2>
<p>Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description </p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="sidebar-blk">
<img src="images/95.jpg"> <br/>
<h3 style="text-align: center; margin-top: 3px;">Placement Cell</h3> <br/> <br/>
<img src="images/95.jpg"> <br/>
<h3 style="text-align: center; margin-top: 3px;">Placement Activities</h3>
</div>
</div>
</div>
</div>-->
<!-- Sponsorship section ending-->
<!-- <div class="work">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 title">
<h1 >Objectives of Training & Placement</h1>
</div>
<div class="row">
<div class="col-md-2" >
<div class="blk"> <i class="pe pe-li-users pe-4x pe-icon"></i>
<h2>Counsel</h2>
<p>Counsel Students in developing / clarifying their academic & career interests.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-tool pe-4x pe-icon"></i>
<h2>Assist</h2>
<p>Assist Students in developing & implementing successful job search strategies </p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-unlock pe-4x pe-icon"></i>
<h2>Empower</h2>
<p>Empower the students with resources & activities to facilitate the career planning process.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-shield pe-4x pe-icon"></i>
<h2>Support</h2>
<p>Support Employers to achieve their hiring goals.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-target pe-4x pe-icon"></i>
<h2>Achieve</h2>
<p>Encourage students in obtaining final placements in reputed Firms.</p>
</div>
</div>
</div>
</div>
</div>
</div>-->
<div class="container">
<div class="">
<div class="row">
<div class="col-md-offset-2 col-md-8 title">
<h1>Companies on our Campus</h1>
<p>Some of the most reputed firms, who have recruited our students.</p>
</div>
<!--div class="client">
<div class="row">
<div id="owl-demo2" class="client-logo">
<div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229651-shell.jpg" title="Shell" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1423130527-petrofac.jpg" title="Petrofac" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1509096837-lnt.logo.jpg" title="LNT" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229676-LTILetssolve.png" title="LnT Infotech" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1423132484-atos.jpg" title="Atos" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1482865273-TCS.Logo.jpg" title="TCS" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974333-logo.ingram.micro.png" title="Ingram Micro" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974349-xoriant.jpg" title="Xoriant" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974395-jacobs.png" title="Jacobs" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974412-nseitlogo.png" title="NSE IT" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229705-godrej.png" title="Godrej" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229747-seleclogo.png" title="Selec " style="margin-top: -100px;" alt="" /></div>
</div>
</div>
</div-->
</div>
</div>
</div>
<!--div id="owl-demo" class="owl-carousel owl-theme">
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229651-shell.jpg" title="Shell" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1423130527-petrofac.jpg" title="Petrofac" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1509096837-lnt.logo.jpg" title="LNT" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229676-LTILetssolve.png" title="LnT Infotech" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1423132484-atos.jpg" title="Atos" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1482865273-TCS.Logo.jpg" title="TCS" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974333-logo.ingram.micro.png" title="Ingram Micro" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974349-xoriant.jpg" title="Xoriant" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974395-jacobs.png" title="Jacobs" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974412-nseitlogo.png" title="NSE IT" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229705-godrej.png" title="Godrej" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229747-seleclogo.png" title="Selec " style="margin-top: -100px;" alt="" /></div>
</div>
</div-->
<!--trial-->
<div id="wrapper">
<div id="carousel">
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229651-shell.jpg" title="Shell" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1423130527-petrofac.jpg" title="Petrofac" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1509096837-lnt.logo.jpg" title="LNT" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229676-LTILetssolve.png" title="LnT Infotech" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1423132484-atos.jpg" title="Atos" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1482865273-TCS.Logo.jpg" title="TCS" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974333-logo.ingram.micro.png" title="Ingram Micro" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974349-xoriant.jpg" title="Xoriant" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974395-jacobs.png" title="Jacobs" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974412-nseitlogo.png" title="NSE IT" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229705-godrej.png" title="Godrej" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229747-seleclogo.png" title="Selec " style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<!--div>
<img src="img/fruit2.png" alt="fruit2" width="200" height="200" />
<span>Mandarin</span>
</div>
<div>
<img src="img/fruit3.png" alt="fruit3" width="200" height="200" />
<span>Banannas</span>
</div>
<div>
<img src="img/fruit4.png" alt="fruit4" width="200" height="200" />
<span>Cherries</span>
</div>
<div>
<img src="img/fruit5.png" alt="fruit5" width="200" height="200" />
<span>Orange</span>
</div>
<div>
<img src="img/fruit6.png" alt="fruit6" width="200" height="200" />
<span>Melon</span>
</div>
<div>
<img src="img/fruit7.png" alt="fruit7" width="200" height="200" />
<span>Lemon</span>
</div>
<div>
<img src="img/fruit8.png" alt="fruit8" width="200" height="200" />
<span>Grapes</span>
</div>
<div>
<img src="img/fruit9.png" alt="fruit9" width="200" height="200" />
<span>Peach</span>
</div>
<div>
<img src="img/fruit10.png" alt="fruit10" width="200" height="200" />
<span>Pear</span>
</div>
<div>
<img src="img/fruit11.png" alt="fruit11" width="200" height="200" />
<span>Strawberry</span>
</div>
<div>
<img src="img/fruit12.png" alt="fruit12" width="200" height="200" />
<span>Melon</span>
</div-->
</div>
</div>
<!--trial end-->
</div>
<!-- Main-container ending -->
<script src="js/swiper.min.js"></script>
<script>
var swiper = new Swiper('.swiper101', {
slidesPerView: 1,
spaceBetween: 30,
loop: true,
autoplay: true,
autoplayspeed: 1000,
pagination: {
el: '.swiper-pagination',
clickable: true,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
</script>',
'scripts_for_layout' => '',
'title_for_layout' => 'Pages'
)
$crits = array(
(int) 0 => array(
'PlacementCriteria' => array(
'id' => '1',
'attachment' => 'https://www.fcrit.ac.in/cdn/placementcriteria/1500403672-sample.pdf'
)
)
)
$guides = array(
(int) 0 => array(
'Guideline' => array(
'id' => '1',
'attachment' => 'https://www.fcrit.ac.in/cdn/guideline/1511265856-Rules.pdf'
)
)
)
$placement_news = array(
(int) 0 => array(
'PlacementNews' => array(
'id' => '4',
'subject' => 'TCS placement',
'description' => 'Number of Students placed in TCS in 2017-2018 : 109',
'attachment' => 'http://localhost/fcrit/cdn/placementnews/1423135486-atos.jpg',
'created_by' => '1',
'created_timestamp' => '2018-05-22 13:08:16'
)
),
(int) 1 => array(
'PlacementNews' => array(
'id' => '10',
'subject' => 'INGRAM Placement',
'description' => 'Number of Students placed in INGRAM in 2017-2018 : 14',
'attachment' => 'http://localhost/fcrit/cdn/placementnews/1423136053-infosys.jpg',
'created_by' => '1',
'created_timestamp' => '2018-05-22 13:09:19'
)
),
(int) 2 => array(
'PlacementNews' => array(
'id' => '11',
'subject' => 'Xoriant Placement',
'description' => 'Number of Students placed in Xoriant in 2017-2018 : 11',
'attachment' => null,
'created_by' => '1',
'created_timestamp' => '2018-05-22 13:09:52'
)
)
)
$announcements = array(
(int) 0 => array(
'Announcement' => array(
'id' => '1',
'subject' => 'Campus Hiring 2019 , Shell India - SBO IT Bangalore ',
'description' => 'https://www.shell.in/
Placement drive at our college scheduled on 12th and 13th July, 2018 at 10:00 AM.
Eligibility Criteria :
Btech graduates (Computer Science & Information Technology) – 2019
70% aggregate pass percentage through-out
No backlogs and only freshers without prior experience
Job role :
IT Software Engineer
CTC Offered :
Rs 10,00,000 ( inclusive of performance bonus & retrials)
Joining Bonus : Rs 1,50,000',
'attachment' => null,
'created_by' => '1',
'created_timestamp' => '2018-07-04 12:56:04'
)
),
(int) 1 => array(
'Announcement' => array(
'id' => '2',
'subject' => 'TCS Digital Recruitment',
'description' => 'Placement drive at our college scheduled on 20th July, 2018.
Eligibility Criteria : B.E graduates (Computer Science & Information Technology, Mechanical, Electronics and Telecommunications, Electrical) – 2019 70% aggregate pass percentage through-out
Consistent 60 percent and above throughout the academics.
No backlogs and only freshers without prior experience CTC Offered : Rs 7,00,000
',
'attachment' => null,
'created_by' => '1',
'created_timestamp' => '2018-07-04 14:28:02'
)
)
)
$placement_home = array(
(int) 0 => array(
'PlacementHome' => array(
'id' => '1',
'main_head' => 'Training and Placement',
'main_desc' => 'Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description ',
'column1_head' => 'Vision',
'column1_desc' => 'To provide quality placement to all eligible students.',
'column2_head' => 'Mission',
'column2_desc' => '<ol> <li>To provide appropriate training to achieve highest possible percentage of placement <br/><br/>
<li>To establish a training model to develop practical and soft skills of students <br/><br/>
',
'column3_head' => 'Column 3',
'column3_desc' => 'Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description ',
'column4_head' => 'Column 4',
'column4_desc' => 'Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description ',
'created_by' => '1',
'created_timestamp' => '2017-11-28 12:17:05'
)
)
)
$companies = array(
(int) 0 => array(
'Company' => array(
'id' => '4',
'name' => 'Shell',
'image' => 'https://fcrit.ac.in/cdn/company/1539229651-shell.jpg',
'created_by' => '1',
'created_timestamp' => '2018-10-11 09:17:31'
)
),
(int) 1 => array(
'Company' => array(
'id' => '5',
'name' => 'Petrofac',
'image' => 'https://www.fcrit.ac.in/cdn/company/1423130527-petrofac.jpg',
'created_by' => '1',
'created_timestamp' => '2018-04-13 09:14:43'
)
),
(int) 2 => array(
'Company' => array(
'id' => '6',
'name' => 'LNT',
'image' => 'https://www.fcrit.ac.in/cdn/company/1509096837-lnt.logo.jpg',
'created_by' => '1',
'created_timestamp' => '2018-04-13 09:14:50'
)
),
(int) 3 => array(
'Company' => array(
'id' => '8',
'name' => 'LnT Infotech',
'image' => 'https://fcrit.ac.in/cdn/company/1539229676-LTILetssolve.png',
'created_by' => '1',
'created_timestamp' => '2018-10-11 09:17:56'
)
),
(int) 4 => array(
'Company' => array(
'id' => '9',
'name' => 'Atos',
'image' => 'https://www.fcrit.ac.in/cdn/company/1423132484-atos.jpg',
'created_by' => '1',
'created_timestamp' => '2018-04-13 09:15:05'
)
),
(int) 5 => array(
'Company' => array(
'id' => '10',
'name' => 'TCS',
'image' => 'https://www.fcrit.ac.in/cdn/company/1482865273-TCS.Logo.jpg',
'created_by' => '1',
'created_timestamp' => '2018-04-13 09:15:14'
)
),
(int) 6 => array(
'Company' => array(
'id' => '12',
'name' => 'Ingram Micro',
'image' => 'https://fcrit.ac.in/cdn/company/1526974333-logo.ingram.micro.png',
'created_by' => '1',
'created_timestamp' => '2018-05-22 13:02:13'
)
),
(int) 7 => array(
'Company' => array(
'id' => '13',
'name' => 'Xoriant',
'image' => 'https://fcrit.ac.in/cdn/company/1526974349-xoriant.jpg',
'created_by' => '1',
'created_timestamp' => '2018-05-22 13:02:29'
)
),
(int) 8 => array(
'Company' => array(
'id' => '14',
'name' => 'Jacobs',
'image' => 'https://fcrit.ac.in/cdn/company/1526974395-jacobs.png',
'created_by' => '1',
'created_timestamp' => '2018-05-22 13:03:15'
)
),
(int) 9 => array(
'Company' => array(
'id' => '15',
'name' => 'NSE IT',
'image' => 'https://fcrit.ac.in/cdn/company/1526974412-nseitlogo.png',
'created_by' => '1',
'created_timestamp' => '2018-05-22 13:03:32'
)
),
(int) 10 => array(
'Company' => array(
'id' => '16',
'name' => 'Godrej',
'image' => 'https://fcrit.ac.in/cdn/company/1539229705-godrej.png',
'created_by' => '1',
'created_timestamp' => '2018-10-11 09:18:25'
)
),
(int) 11 => array(
'Company' => array(
'id' => '17',
'name' => 'Selec ',
'image' => 'https://fcrit.ac.in/cdn/company/1539229747-seleclogo.png',
'created_by' => '1',
'created_timestamp' => '2018-10-11 09:19:07'
)
)
)
$content_for_layout = '
<link rel="stylesheet" href="css/swiper.min.css">
<style>
body, li
{
font-family: 'comfortaa';
}
li
{
font-size: 16px;
}
.blk1 p
{
font-size: 16px;
}
.swiper-container {
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
#wrapper {
//background-color: #fff;
//border-top: 1px solid #ccc;
width: 100%;
height: 350px;
//position: absolute;
//left: 0;
//bottom: 0;
}
#carousel {
//margin-top: -105px;
}
#carousel div {
text-align: center;
width: 100px;
height: 250px;
float: left;
//position: relative;
}
#carousel div img {
border: none;
width: 100%;
height: auto;
}
#carousel div span {
display: none;
}
#carousel div:hover span {
background-color: #333;
color: #fff;
display: inline-block;
width: 100px;
padding: 2px 0;
margin: 0 0 0 -50px;
//position: absolute;
//bottom: 30px;
//left: 50%;
//border-radius: 3px;
}
#carousal{
position: relative;
width:500px;
height: 400px;
overflow: hidden;
margin:0 auto;
top: 20px;
}
.list-carousal{
margin:0;
list-style: none;
width:500px;
height: 400px;
float:left;
padding: 0;
}
#content{
position: absolute;
top:0;
left:0;
width:calc(500px * 5);
height: 400px;
animation: toLeft 6s ease-out infinite alternate;
margin: 0;
padding: 0;
}
@keyframes toLeft {
0%,15%{
margin-left: 0;
opacity:1;
}
20%,35%{
margin-left: -500px;
}
40%,55%{
margin-left: -1000px;
}
60%,75% {
margin-left: -1500px;
}
80%,100% {
margin-left: -2000px;
opacity:1;
}
}
</style>
<!-- page header section -->
<div class="page-title">
<div class="container">
<div class="row" style="background-color: #0080D5">
<div class="col-md-12 ptn-bg">
<h2>Placement Home</h2>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li class="active">Placement</li>
</ol>
</div>
</div>
</div>
</div>
<!-- banner section ending-->
<div class="main-container" style="padding-bottom:5px;">
<!-- Main-container start -->
<div class="container ">
<!-- Page Content start -->
<div class="col-md-3">
<ul class="nav nav-pills nav-stacked">
<li class="active">
<a href="#nh" role="tab" data-toggle="tab">Home</a>
</li>
<!-- <li>
<a href="#ps" role="tab" data-toggle="tab">Placement Statistics</a>
</li> -->
<li>
<a href="#vm" role="tab" data-toggle="tab">Vision and Mission</a>
</li>
<!-- <li>
<a href="#na" role="tab" data-toggle="tab">News and Announcements</a>
</li> -->
<li>
<a href="#gr" role="tab" data-toggle="tab">Code of Conduct</a>
</li>
<!--<li>
<a href="#ec" role="tab" data-toggle="tab">Eligibility Criteria</a>
</li> -->
<li>
<a href="#po" role="tab" data-toggle="tab">Placement Officer</a>
</li>
<li>
<a href="#pt" role="tab" data-toggle="tab">Placement Team</a>
</li>
<!-- <li>
<a href="/placements/statistics/" >Placement Statistics</a>
</li> -->
</ul>
</div>
<div class="col-md-9" style="height: auto;">
<div class="tab-content" style="height: auto;">
<div class="tab-pane active" id="nh" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px; height: auto;" >
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<!-- <h6>Code start from here</h6> -->
<h2><center> Training and Placement Cell</center></h2>
<hr style="border-top:1px solid #0080D5;">
<div id="col-md-12">
<div class="swiper-container swiper101">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="pic"><a href="#"><img src="cdn/placementnews/stats_1.jpg" class="img-responsive" alt=""></a></div>
</div>
<div class="swiper-slide">
<div class="pic"><a href="#"><img src="cdn/placementnews/stats_2.jpg" class="img-responsive" alt=""></a></div>
</div>
<div class="swiper-slide">
<div class="pic"><a href="#"><img src="cdn/placementnews/stats_3.jpg" class="img-responsive" alt=""></a></div>
</div>
<div class="swiper-slide"><a href="#"><img src="images/recruiters.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/placed_23_24_1.jpeg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/placed_23_24_2.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/placed_23_24_3.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/Godrej_Boyce_2023_24.jpeg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/Tecnimont_2023-24.jpeg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/TCS1_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/TCS2_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Aurionpro_2023_24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Deloitte_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Tata power_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Weatherford_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/Elec.jpeg" class="img-responsive" alt=""></a></div></div>
<!--<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/front/Placed Part 2.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/front/Elec.jpeg" class="img-responsive" alt=""></a></div></div>-->
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/TrainingProgram.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/TPOCell2.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/SeminarHall.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/ClassroomFacilities.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/PlacementForm.jpg" class="img-responsive" alt=""></a></div></div>
<!--
<div class="swiper-slide">Slide 5</div>
<div class="swiper-slide">Slide 6</div>
<div class="swiper-slide">Slide 7</div>
<div class="swiper-slide">Slide 8</div>
<div class="swiper-slide">Slide 9</div>
<div class="swiper-slide">Slide 10</div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/front/Quicksell.jpeg" class="img-responsive" alt=""></a></div></div>
-->
</div>
<!-- Add Pagination -->
<div class="swiper-pagination"></div>
<!-- Add Arrows -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
<br><br>
<p align="justify">
The FCRIT, Training and Placement cell is committed to provide quality placement to all eligible students. The cell assists students in developing and implementing successful job strategies. We also counsel students in developing/ clarifying their academic and career interests. Our students are empowered with resources and activities to facilitate their career planning process. This results in final placement for our students in reputed companies throughout the country.
</p>
<h3 align="center"> <u> Branchwise Placement Statistics </u></h3>
<br>
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:comfortaa, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:comfortaa, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-8269{font-size:16px;background-color:#ffce93;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-d4pt{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:center;vertical-align:middle}
.tg .tg-rph9{font-size:16px;background-color:#d2e4fc;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-q5nx{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-pu5d{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-i8gj{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-boj3{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-aklt{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:top}
</style>
<table class="tg" style="table-layout: auto; width: 100%">
<colgroup>
<col style="width: 82px">
<col style="width: 63px">
<col style="width: 60px">
<col style="width: 74px">
<col style="width: 63px">
<col style="width: 60px">
<col style="width: 74px">
<col style="width: 83px">
<col style="width: 80px">
<col style="width: 99px">
</colgroup>
<tr>
<th class="tg-q5nx" rowspan="2">Year</th>
<th class="tg-d4pt" colspan="3">Computer Engineering</th>
<th class="tg-pu5d" colspan="3">Mechanical Engineering</th>
<th class="tg-pu5d" colspan="3">Electronics and Telecommunication<br>Engineering</th>
</tr>
<tr>
<td class="tg-q5nx">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
</tr>
<tr>
<td class="tg-8269">2014-15</td>
<td class="tg-boj3">58</td>
<td class="tg-aklt">37</td>
<td class="tg-aklt">13</td>
<td class="tg-rph9">50</td>
<td class="tg-rph9">43</td>
<td class="tg-rph9">7</td>
<td class="tg-aklt">56</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">9</td>
</tr>
<tr>
<td class="tg-8269">2015-16</td>
<td class="tg-boj3">62</td>
<td class="tg-aklt">40</td>
<td class="tg-aklt">12</td>
<td class="tg-rph9">46</td>
<td class="tg-rph9">40</td>
<td class="tg-rph9">9</td>
<td class="tg-aklt">55</td>
<td class="tg-aklt">49</td>
<td class="tg-aklt">11</td>
</tr>
<tr>
<td class="tg-8269">2016-17</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">56</td>
<td class="tg-aklt">10</td>
<td class="tg-rph9">42</td>
<td class="tg-rph9">38</td>
<td class="tg-rph9">6</td>
<td class="tg-aklt">53</td>
<td class="tg-aklt">49</td>
<td class="tg-aklt">9</td>
</tr>
<tr>
<td class="tg-8269">2017-18</td>
<td class="tg-boj3">65</td>
<td class="tg-aklt">57</td>
<td class="tg-aklt">12</td>
<td class="tg-rph9">45</td>
<td class="tg-rph9">36</td>
<td class="tg-rph9">6</td>
<td class="tg-aklt">56</td>
<td class="tg-aklt">48</td>
<td class="tg-aklt">12</td>
</tr>
<tr>
<td class="tg-8269">2018-19</td>
<td class="tg-boj3">66</td>
<td class="tg-aklt">63</td>
<td class="tg-aklt">11</td>
<td class="tg-rph9">55</td>
<td class="tg-rph9">50</td>
<td class="tg-rph9">8</td>
<td class="tg-aklt">50</td>
<td class="tg-aklt">45</td>
<td class="tg-aklt">12</td>
</tr>
<tr>
<td class="tg-8269">2019-20</td>
<td class="tg-boj3">67</td>
<td class="tg-aklt">45</td>
<td class="tg-aklt">15</td>
<td class="tg-rph9">65</td>
<td class="tg-rph9">38</td>
<td class="tg-rph9">17</td>
<td class="tg-aklt">49</td>
<td class="tg-aklt">37</td>
<td class="tg-aklt">4</td>
</tr>
<tr>
<td class="tg-8269">2020-21</td>
<td class="tg-boj3">65</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">16</td>
<td class="tg-rph9">62</td>
<td class="tg-rph9">25</td>
<td class="tg-rph9">10</td>
<td class="tg-aklt">54</td>
<td class="tg-aklt">38</td>
<td class="tg-aklt">18</td>
</tr>
<tr>
<td class="tg-8269">2021-22</td>
<td class="tg-boj3">53</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">21</td>
<td class="tg-rph9">45</td>
<td class="tg-rph9">36</td>
<td class="tg-rph9">21</td>
<td class="tg-aklt">55</td>
<td class="tg-aklt">41</td>
<td class="tg-aklt">26</td>
</tr>
<tr>
<td class="tg-8269">2022-23</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">25</td>
<td class="tg-rph9">94</td>
<td class="tg-rph9">71</td>
<td class="tg-rph9">60</td>
<td class="tg-aklt">54</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">15</td>
</tr>
</table>
<br> <br>
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:comfortaa, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:comfortaa, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-8269{font-size:16px;background-color:#ffce93;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-u2se{font-size:16px;background-color:#ffffc7;border-color:inherit;text-align:right;vertical-align:top}
.tg .tg-rph9{font-size:16px;background-color:#d2e4fc;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-q5nx{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-i8gj{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-pu5d{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-boj3{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-aklt{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-6e2x{font-size:16px;background-color:#ffffc7;border-color:inherit;text-align:left;vertical-align:top}
</style>
<table class="tg" style="undefined;table-layout: auto; width: 100%">
<colgroup>
<col style="width: 77px">
<col style="width: 73px">
<col style="width: 70px">
<col style="width: 92px">
<col style="width: 70px">
<col style="width: 65px">
<col style="width: 79px">
<col style="width: 68px">
<col style="width: 65px">
<col style="width: 79px">
</colgroup>
<tr>
<th class="tg-q5nx" rowspan="2">Year</th>
<th class="tg-q5nx" colspan="3">Electrical Engineering</th>
<th class="tg-i8gj" colspan="3">Information Technology</th>
<th class="tg-pu5d" colspan="3">Overall</th>
</tr>
<tr>
<td class="tg-q5nx">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
</tr>
<tr>
<td class="tg-8269">2014-15</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">5</td>
<td class="tg-rph9">48</td>
<td class="tg-rph9">30</td>
<td class="tg-rph9">2</td>
<td class="tg-aklt">272</td>
<td class="tg-aklt">203</td>
<td class="tg-aklt">36</td>
</tr>
<tr>
<td class="tg-8269">2015-16</td>
<td class="tg-boj3">58</td>
<td class="tg-aklt">50</td>
<td class="tg-aklt">2</td>
<td class="tg-rph9">53</td>
<td class="tg-rph9">43</td>
<td class="tg-rph9">4</td>
<td class="tg-aklt">274</td>
<td class="tg-aklt">223</td>
<td class="tg-aklt">38</td>
</tr>
<tr>
<td class="tg-8269">2016-17</td>
<td class="tg-boj3">41</td>
<td class="tg-aklt">36</td>
<td class="tg-aklt">3</td>
<td class="tg-rph9">51</td>
<td class="tg-rph9">39</td>
<td class="tg-rph9">3</td>
<td class="tg-aklt">247</td>
<td class="tg-aklt">223</td>
<td class="tg-aklt">31</td>
</tr>
<tr>
<td class="tg-8269">2017-18</td>
<td class="tg-boj3">52</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">4</td>
<td class="tg-rph9">65</td>
<td class="tg-rph9">43</td>
<td class="tg-rph9">1</td>
<td class="tg-aklt">283</td>
<td class="tg-aklt">226</td>
<td class="tg-aklt">35</td>
</tr>
<tr>
<td class="tg-8269">2018-19</td>
<td class="tg-boj3">53</td>
<td class="tg-aklt">40</td>
<td class="tg-aklt">5</td>
<td class="tg-rph9">67</td>
<td class="tg-rph9">54</td>
<td class="tg-rph9">2</td>
<td class="tg-aklt">291</td>
<td class="tg-aklt">255</td>
<td class="tg-aklt">38</td>
</tr>
<tr>
<td class="tg-8269">2019-20</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">39</td>
<td class="tg-aklt">15</td>
<td class="tg-rph9">65</td>
<td class="tg-rph9">48</td>
<td class="tg-rph9">12</td>
<td class="tg-aklt">306</td>
<td class="tg-aklt">206</td>
<td class="tg-aklt">63</td>
</tr>
<tr>
<td class="tg-8269">2020-21</td>
<td class="tg-boj3">59</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">12</td>
<td class="tg-rph9">62</td>
<td class="tg-rph9">49</td>
<td class="tg-rph9">7</td>
<td class="tg-aklt">302</td>
<td class="tg-aklt">198</td>
<td class="tg-aklt">63</td>
</tr>
<tr>
<td class="tg-8269">2021-22</td>
<td class="tg-boj3">63</td>
<td class="tg-aklt">50</td>
<td class="tg-aklt">13</td>
<td class="tg-rph9">57</td>
<td class="tg-rph9">54</td>
<td class="tg-rph9">18</td>
<td class="tg-aklt">255</td>
<td class="tg-aklt">232</td>
<td class="tg-aklt">99</td>
</tr>
<tr>
<td class="tg-8269">2022-23</td>
<td class="tg-boj3">66</td>
<td class="tg-aklt">53</td>
<td class="tg-aklt">10</td>
<td class="tg-rph9">60</td>
<td class="tg-rph9">54</td>
<td class="tg-rph9">19</td>
<td class="tg-aklt">334</td>
<td class="tg-aklt">271</td>
<td class="tg-aklt">129</td>
</tr>
<tr>
<td class="tg-u2se" colspan="7">Total Students</td>
<td class="tg-6e2x">2572</td>
<td class="tg-6e2x">2024</td>
<td class="tg-6e2x">556</td>
</tr>
</table>
<!--
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;border-color:#9ABAD9;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:1px 1px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#9ABAD9;color:#444;background-color:#EBF5FF;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:1px 1px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#9ABAD9;color:#fff;background-color:#409cff;}
.tg .tg-shj9{font-size:18px;background-color:#b9c9fe;color:#ffffff;border-color:#000000;text-align:center;vertical-align:middle}
.tg .tg-0j0t{font-weight:bold;font-size:18px;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif !important;;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-y1pc{background-color:#D2E4FC;font-size:18px;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-7jts{font-size:18px;border-color:inherit;text-align:center;vertical-align:top}
</style>
<table class="tg" align = "center"style="undefined;table-layout: fixed; width: 517px">
<colgroup>
<col style="width: 93px">
<col style="width: 101px">
<col style="width: 136px">
<col style="width: 74px">
<col style="width: 113px">
</colgroup>
<tr>
<th class="tg-0j0t">Year</th>
<th class="tg-0j0t">Registered<br> Students</th>
<th class="tg-0j0t">Placed Students</th>
<th class="tg-0j0t">Higher Studies</th>
<th class="tg-0j0t">Total</th>
</tr>
<tr>
<td class="tg-y1pc">2014-15</td>
<td class="tg-y1pc">272</td>
<td class="tg-y1pc">209</td>
<td class="tg-y1pc">36</td>
<td class="tg-y1pc">517</td>
</tr>
<tr>
<td class="tg-7jts">2015-16</td>
<td class="tg-7jts">274</td>
<td class="tg-7jts">226</td>
<td class="tg-7jts">38</td>
<td class="tg-7jts">538</td>
</tr>
<tr>
<td class="tg-y1pc">2016-17</td>
<td class="tg-y1pc">247</td>
<td class="tg-y1pc">218</td>
<td class="tg-y1pc">31</td>
<td class="tg-y1pc">496</td>
</tr>
<tr>
<td class="tg-7jts">2017-18</td>
<td class="tg-7jts">283</td>
<td class="tg-7jts">225</td>
<td class="tg-7jts">35</td>
<td class="tg-7jts">543</td>
</tr>
</table>
-->
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="vm" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Vision</h2><hr style="border-top:1px solid #0080D5;">
To provide quality placement to all eligible students.
</div>
</div>
</div>
</div>
</div>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Mission</h2><hr style="border-top:1px solid #0080D5;">
<ol> <li>To provide appropriate training to achieve highest possible percentage of placement <br/><br/>
<li>To establish a training model to develop practical and soft skills of students <br/><br/>
</div>
</div>
</div>
</div>
</div>
<div class="row sponsorship-detail">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Objectives of Training & Placement</h2><hr style="border-top:1px solid #0080D5;">
<div class="">
<div class="col-md-2" >
<div class="blk blk1"> <i class="pe pe-li-users pe-4x pe-icon"></i>
<h2>Counsel</h2>
<p>Counsel Students in developing / clarifying their academic & career interests.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-tool pe-4x pe-icon"></i>
<h2>Assist</h2>
<p>Assist Students in developing & implementing successful job search strategies </p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-unlock pe-4x pe-icon"></i>
<h2>Empower</h2>
<p>Empower the students with resources & activities to facilitate the career planning process.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-shield pe-4x pe-icon"></i>
<h2>Support</h2>
<p>Support Employers to achieve their hiring goals.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-target pe-4x pe-icon"></i>
<h2>Achieve</h2>
<p>Encourage students in obtaining final placements in reputed Firms.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="na" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement News</h2><hr style="border-top:1px solid #0080D5;">
<div class="col-md-3">
<div class="blk">
<h2> TCS placement </h2>
<p>Number of Students placed in TCS in 2017-2018 : 109 </p>
<a href="/placement_news/4" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
<div class="col-md-3">
<div class="blk">
<h2> INGRAM Placement </h2>
<p>Number of Students placed in INGRAM in 2017-2018 : 14 </p>
<a href="/placement_news/10" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
<div class="col-md-3">
<div class="blk">
<h2> Xoriant Placement </h2>
<p>Number of Students placed in Xoriant in 2017-2018 : 11 </p>
<a href="/placement_news/11" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Announcement</h2><hr style="border-top:1px solid #0080D5;">
<div class="col-md-3">
<div class="blk">
<h2 align="justify"> Campus Hiring 2019 , Shell India - SB... </h2>
<p align ="justify">https://www.shell.in/
Placement dr... </p>
<a href="/placement_announcement/1" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
<div class="col-md-3">
<div class="blk">
<h2 align="justify"> TCS Digital Recruitment </h2>
<p align ="justify">Placement drive at our college schedu... </p>
<a href="/placement_announcement/2" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="gr" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Student Code of Conduct</h2><hr style="border-top:1px solid #0080D5;">
<!-- <object class="displaypdf" data="" type="application/pdf" width="100%" height="600px">
<p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://www.fcrit.ac.in/cdn/guideline/1511265856-Rules.pdf">Download PDF</a>.</p>
</object>
-->
<p><h3><strong>Introduction:</strong></h3></p>
<p align="justify">The code of conduct for the training and placement students is applicable in two aspects in below mentioned points. The first aspect involves conduct of students during the training and registration for placement process. The second aspect involves the conduct of students during campus placement process.</p>
<p><h3><strong>Conduct for training and registration process</strong></h3></p>
<ol align="justify">
<li>Candidate should follow all the instructions provided by the Training and Placement Cell (TPC).</li>
<li>It is mandatory for students to register for the company to participate in the placement process of the company. Any Student not registered is not eligible for Placement opportunities.</li>
<li>Students interested in going for higher studies can give undertaking during registration process and request the TPC to not to register for the placement process.</li>
<li>Students have to provide their authentic personal details for completing registration in the placement portal. Attempts to deceive this will result into debarring from the placement process.</li>
<li>Attendance for the training sessions is compulsory and students having less than 75% attendance will be issued a warning. Further continuing of defaulter will result into debarring from the placement process.</li>
</ol>
<p> </p>
<p><h3><strong>Conduct during campus placement process</strong></h3></p>
<ol align="justify">
<li>Students have to follow guidelines as mentioned in the placement policy during orientation program at the beginning of academic year.</li>
<li>It is mandatory for all students appearing for any process of campus drive to come in formals. Full Sleeve shirts, formal pants, formal shoes and well-groomed for gents. For Girls - formal clothes, no party wear.</li>
<li>2 copies of resume and passport photos and pen pencil and calculator should be always available with the students appearing for placement process.</li>
<li>Students must keep their Identity Card with them at the time of Pre-Placement Talk (PPT) / Test /Group Discussion / Personal Interviews and produce the same when demanded by the visiting team or TPO staff.</li>
<li>Attendance in PPT is mandatory after registration, to be eligible for further placement process.</li>
<li>Students proceeding after the PPT for the next step in the selection process of a Company cannot quit in between. If a student quits in between the process, then he/she will be debarred and will not be allowed to appear in any other future placement event. Student has a fair chance to inform their decision of not continuing for the placement process to TPO, but final decision is with TPO.</li>
<li>All post job-offer communication between student and Company should be channelized only through the placement cell.</li>
<li>Direct communication with the company officials is Not Allowed.</li>
<li>For the Pool campus drives in other college or if the company conducts any round outside the campus, the students who have registered / selected should compulsorily participate in the process. Students remaining absent in such cases will be debarred for any further placement opportunities.</li>
<li>Any kind of misbehavior / complaints reported by the company officials will be taken seriously and if proven, the student will be debarred from future campus placements.</li>
<li>If student is blacklisted, then he/she can approach placement committee to make formal request for removal from blacklist.</li>
</ol>
</div>
<head>
<style>
.content-table {
border-collapse: collapse;
margin: 25px 0;
position:absolute;
top:15%;
left:18%;
font-size: 0.9em;
min-width: 400px;
border-radius: 5px 5px 0 0;
overflow: hidden;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.content-table thead tr {
background-color: #009879;
color: #ffffff;
text-align: left;
font-weight: bold;
}
.content-table th,
.content-table td {
padding: 12px 15px;
}
.content-table tbody tr {
border-bottom: 1px solid #dddddd;
}
.content-table tbody tr:nth-of-type(even) {
background-color: #f3f3f3;
}
.content-table tbody tr:last-of-type {
border-bottom: 2px solid #009879;
}
.content-table tbody tr.active-row {
font-weight: bold;
color: #009879;
}
</style>
</head>
<!--<table class="content-table">
<thead>
<tr>
<th style="text-align:center;">Rules</th>
</tr>
</thead>
<tbody>
<tr>
<td>Dream companies designated only by placement cell </td>
</tr>
<tr>
<td>Dream companies designated only by placement cell </td>
</tr>
</tbody>
-->
</table>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="ec" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Eligibility Criteria</h2><hr style="border-top:1px solid #0080D5;">
<object class="displaypdf" data="https://www.fcrit.ac.in/cdn/placementcriteria/1500403672-sample.pdf" type="application/pdf" width="100%" height="600px">
<p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://www.fcrit.ac.in/cdn/placementcriteria/1500403672-sample.pdf">Download PDF</a>.</p>
</object>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="po" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Officer</h2><hr style="border-top:1px solid #0080D5;">
<h3>Dr. Mahendra Rane<br/> <br/>
Mobile : 9819072834 <br/>
<hr style="border-top:1px solid #0080D5;">
<h4>Assistant Placement Officer</h4>
<h3>Prof. Deepak Devasagayam<br/> <br/>
Mobile : 9920827263<br/>
<br/>
<h3>Prof. Mritunjay Ojha<br/> <br/>
Mobile : 9987800789 <br/></br>
<hr style="border-top:1px solid #0080D5;">
Tel +91 22 2771000/27661924 extn 106 <br/> <br/>
E mail: placement@fcrit.ac.in </h3>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="pt" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Team</h2><hr style="border-top:1px solid #0080D5;">
<object class="displaypdf" data="static_pdfs/FCRIT_Placement_team_2019-20.pdf" type="application/pdf" width="100%" height="600px">
<p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="static_pdfs/Teachingstaff.pdf">Download PDF</a>.</p>
</object>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="ps" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<!-- <h2>Placement Statistics</h2><hr style="border-top:1px solid #0080D5;"> -->
<div class="main-container" style="padding-top: 0px;">
<div id="container1" style="min-width: 310px; height: 600px; margin: 0 auto">
<br><br><br>
<div style="border: solid 2px black; height: 300px; width: 300px; position: relative; left: 10px"> <h4>Statistical Data will come here!!</h4></div>
<div style="border: solid 2px black; height: 300px; width: 300px; position: relative; left: 400px; top: -300px"> <h4>Statistical Data will come here!!</h4></div>
<!-- <a href="/placements/statistics" class="btn btn-default btn-yellow">placement </a> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="main-container sponsor" style="padding-top:50px;border-top:1px solid #0080D5;"><!-- Main-container section -->
<!-- Sponsorship section -->
<!-- <div class="container">
<div class="row sponsorship-detail">
<div class="col-md-8">
<h1>Training and Placement</h1>
<p class="lead-font"> Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description </p>
<hr>
<div class="row">
<div class="col-md-6">
<div class="blk">
<h2>Vision</h2>
<p>To provide quality placement to all eligible students.</p>
</div>
</div>
<div class="col-md-6">
<div class="blk">
<h2>Mission</h2>
<p><ol> <li>To provide appropriate training to achieve highest possible percentage of placement <br/><br/>
<li>To establish a training model to develop practical and soft skills of students <br/><br/>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="blk">
<h2>Column 3</h2>
<p>Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description </p>
</div>
</div>
<div class="col-md-6">
<div class="blk">
<h2>Column 4</h2>
<p>Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description </p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="sidebar-blk">
<img src="images/95.jpg"> <br/>
<h3 style="text-align: center; margin-top: 3px;">Placement Cell</h3> <br/> <br/>
<img src="images/95.jpg"> <br/>
<h3 style="text-align: center; margin-top: 3px;">Placement Activities</h3>
</div>
</div>
</div>
</div>-->
<!-- Sponsorship section ending-->
<!-- <div class="work">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 title">
<h1 >Objectives of Training & Placement</h1>
</div>
<div class="row">
<div class="col-md-2" >
<div class="blk"> <i class="pe pe-li-users pe-4x pe-icon"></i>
<h2>Counsel</h2>
<p>Counsel Students in developing / clarifying their academic & career interests.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-tool pe-4x pe-icon"></i>
<h2>Assist</h2>
<p>Assist Students in developing & implementing successful job search strategies </p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-unlock pe-4x pe-icon"></i>
<h2>Empower</h2>
<p>Empower the students with resources & activities to facilitate the career planning process.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-shield pe-4x pe-icon"></i>
<h2>Support</h2>
<p>Support Employers to achieve their hiring goals.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-target pe-4x pe-icon"></i>
<h2>Achieve</h2>
<p>Encourage students in obtaining final placements in reputed Firms.</p>
</div>
</div>
</div>
</div>
</div>
</div>-->
<div class="container">
<div class="">
<div class="row">
<div class="col-md-offset-2 col-md-8 title">
<h1>Companies on our Campus</h1>
<p>Some of the most reputed firms, who have recruited our students.</p>
</div>
<!--div class="client">
<div class="row">
<div id="owl-demo2" class="client-logo">
<div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229651-shell.jpg" title="Shell" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1423130527-petrofac.jpg" title="Petrofac" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1509096837-lnt.logo.jpg" title="LNT" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229676-LTILetssolve.png" title="LnT Infotech" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1423132484-atos.jpg" title="Atos" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1482865273-TCS.Logo.jpg" title="TCS" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974333-logo.ingram.micro.png" title="Ingram Micro" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974349-xoriant.jpg" title="Xoriant" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974395-jacobs.png" title="Jacobs" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974412-nseitlogo.png" title="NSE IT" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229705-godrej.png" title="Godrej" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229747-seleclogo.png" title="Selec " style="margin-top: -100px;" alt="" /></div>
</div>
</div>
</div-->
</div>
</div>
</div>
<!--div id="owl-demo" class="owl-carousel owl-theme">
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229651-shell.jpg" title="Shell" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1423130527-petrofac.jpg" title="Petrofac" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1509096837-lnt.logo.jpg" title="LNT" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229676-LTILetssolve.png" title="LnT Infotech" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1423132484-atos.jpg" title="Atos" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1482865273-TCS.Logo.jpg" title="TCS" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974333-logo.ingram.micro.png" title="Ingram Micro" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974349-xoriant.jpg" title="Xoriant" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974395-jacobs.png" title="Jacobs" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974412-nseitlogo.png" title="NSE IT" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229705-godrej.png" title="Godrej" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229747-seleclogo.png" title="Selec " style="margin-top: -100px;" alt="" /></div>
</div>
</div-->
<!--trial-->
<div id="wrapper">
<div id="carousel">
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229651-shell.jpg" title="Shell" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1423130527-petrofac.jpg" title="Petrofac" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1509096837-lnt.logo.jpg" title="LNT" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229676-LTILetssolve.png" title="LnT Infotech" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1423132484-atos.jpg" title="Atos" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1482865273-TCS.Logo.jpg" title="TCS" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974333-logo.ingram.micro.png" title="Ingram Micro" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974349-xoriant.jpg" title="Xoriant" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974395-jacobs.png" title="Jacobs" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974412-nseitlogo.png" title="NSE IT" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229705-godrej.png" title="Godrej" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229747-seleclogo.png" title="Selec " style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<!--div>
<img src="img/fruit2.png" alt="fruit2" width="200" height="200" />
<span>Mandarin</span>
</div>
<div>
<img src="img/fruit3.png" alt="fruit3" width="200" height="200" />
<span>Banannas</span>
</div>
<div>
<img src="img/fruit4.png" alt="fruit4" width="200" height="200" />
<span>Cherries</span>
</div>
<div>
<img src="img/fruit5.png" alt="fruit5" width="200" height="200" />
<span>Orange</span>
</div>
<div>
<img src="img/fruit6.png" alt="fruit6" width="200" height="200" />
<span>Melon</span>
</div>
<div>
<img src="img/fruit7.png" alt="fruit7" width="200" height="200" />
<span>Lemon</span>
</div>
<div>
<img src="img/fruit8.png" alt="fruit8" width="200" height="200" />
<span>Grapes</span>
</div>
<div>
<img src="img/fruit9.png" alt="fruit9" width="200" height="200" />
<span>Peach</span>
</div>
<div>
<img src="img/fruit10.png" alt="fruit10" width="200" height="200" />
<span>Pear</span>
</div>
<div>
<img src="img/fruit11.png" alt="fruit11" width="200" height="200" />
<span>Strawberry</span>
</div>
<div>
<img src="img/fruit12.png" alt="fruit12" width="200" height="200" />
<span>Melon</span>
</div-->
</div>
</div>
<!--trial end-->
</div>
<!-- Main-container ending -->
<script src="js/swiper.min.js"></script>
<script>
var swiper = new Swiper('.swiper101', {
slidesPerView: 1,
spaceBetween: 30,
loop: true,
autoplay: true,
autoplayspeed: 1000,
pagination: {
el: '.swiper-pagination',
clickable: true,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
</script>'
$scripts_for_layout = ''
$title_for_layout = 'Pages'
include - APP\View\Layouts\site.ctp, line 473
View::_evaluate() - CORE\Cake\View\View.php, line 954
View::_render() - CORE\Cake\View\View.php, line 916
View::renderLayout() - CORE\Cake\View\View.php, line 543
View::render() - CORE\Cake\View\View.php, line 487
Controller::render() - CORE\Cake\Controller\Controller.php, line 919
Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193
Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161
[main] - APP\webroot\index.php, line 105
Warning (2): Invalid argument supplied for foreach() [APP\View\Layouts\site.ctp, line 473]Code Context
<?php
foreach ($circulars as $circular) {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp'
$dataForView = array(
'crits' => array(
(int) 0 => array(
'PlacementCriteria' => array(
[maximum depth reached]
)
)
),
'guides' => array(
(int) 0 => array(
'Guideline' => array(
[maximum depth reached]
)
)
),
'placement_news' => array(
(int) 0 => array(
'PlacementNews' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'PlacementNews' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'PlacementNews' => array(
[maximum depth reached]
)
)
),
'announcements' => array(
(int) 0 => array(
'Announcement' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Announcement' => array(
[maximum depth reached]
)
)
),
'placement_home' => array(
(int) 0 => array(
'PlacementHome' => array(
[maximum depth reached]
)
)
),
'companies' => array(
(int) 0 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 9 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 10 => array(
'Company' => array(
[maximum depth reached]
)
),
(int) 11 => array(
'Company' => array(
[maximum depth reached]
)
)
),
'content_for_layout' => '
<link rel="stylesheet" href="css/swiper.min.css">
<style>
body, li
{
font-family: 'comfortaa';
}
li
{
font-size: 16px;
}
.blk1 p
{
font-size: 16px;
}
.swiper-container {
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
#wrapper {
//background-color: #fff;
//border-top: 1px solid #ccc;
width: 100%;
height: 350px;
//position: absolute;
//left: 0;
//bottom: 0;
}
#carousel {
//margin-top: -105px;
}
#carousel div {
text-align: center;
width: 100px;
height: 250px;
float: left;
//position: relative;
}
#carousel div img {
border: none;
width: 100%;
height: auto;
}
#carousel div span {
display: none;
}
#carousel div:hover span {
background-color: #333;
color: #fff;
display: inline-block;
width: 100px;
padding: 2px 0;
margin: 0 0 0 -50px;
//position: absolute;
//bottom: 30px;
//left: 50%;
//border-radius: 3px;
}
#carousal{
position: relative;
width:500px;
height: 400px;
overflow: hidden;
margin:0 auto;
top: 20px;
}
.list-carousal{
margin:0;
list-style: none;
width:500px;
height: 400px;
float:left;
padding: 0;
}
#content{
position: absolute;
top:0;
left:0;
width:calc(500px * 5);
height: 400px;
animation: toLeft 6s ease-out infinite alternate;
margin: 0;
padding: 0;
}
@keyframes toLeft {
0%,15%{
margin-left: 0;
opacity:1;
}
20%,35%{
margin-left: -500px;
}
40%,55%{
margin-left: -1000px;
}
60%,75% {
margin-left: -1500px;
}
80%,100% {
margin-left: -2000px;
opacity:1;
}
}
</style>
<!-- page header section -->
<div class="page-title">
<div class="container">
<div class="row" style="background-color: #0080D5">
<div class="col-md-12 ptn-bg">
<h2>Placement Home</h2>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li class="active">Placement</li>
</ol>
</div>
</div>
</div>
</div>
<!-- banner section ending-->
<div class="main-container" style="padding-bottom:5px;">
<!-- Main-container start -->
<div class="container ">
<!-- Page Content start -->
<div class="col-md-3">
<ul class="nav nav-pills nav-stacked">
<li class="active">
<a href="#nh" role="tab" data-toggle="tab">Home</a>
</li>
<!-- <li>
<a href="#ps" role="tab" data-toggle="tab">Placement Statistics</a>
</li> -->
<li>
<a href="#vm" role="tab" data-toggle="tab">Vision and Mission</a>
</li>
<!-- <li>
<a href="#na" role="tab" data-toggle="tab">News and Announcements</a>
</li> -->
<li>
<a href="#gr" role="tab" data-toggle="tab">Code of Conduct</a>
</li>
<!--<li>
<a href="#ec" role="tab" data-toggle="tab">Eligibility Criteria</a>
</li> -->
<li>
<a href="#po" role="tab" data-toggle="tab">Placement Officer</a>
</li>
<li>
<a href="#pt" role="tab" data-toggle="tab">Placement Team</a>
</li>
<!-- <li>
<a href="/placements/statistics/" >Placement Statistics</a>
</li> -->
</ul>
</div>
<div class="col-md-9" style="height: auto;">
<div class="tab-content" style="height: auto;">
<div class="tab-pane active" id="nh" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px; height: auto;" >
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<!-- <h6>Code start from here</h6> -->
<h2><center> Training and Placement Cell</center></h2>
<hr style="border-top:1px solid #0080D5;">
<div id="col-md-12">
<div class="swiper-container swiper101">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="pic"><a href="#"><img src="cdn/placementnews/stats_1.jpg" class="img-responsive" alt=""></a></div>
</div>
<div class="swiper-slide">
<div class="pic"><a href="#"><img src="cdn/placementnews/stats_2.jpg" class="img-responsive" alt=""></a></div>
</div>
<div class="swiper-slide">
<div class="pic"><a href="#"><img src="cdn/placementnews/stats_3.jpg" class="img-responsive" alt=""></a></div>
</div>
<div class="swiper-slide"><a href="#"><img src="images/recruiters.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/placed_23_24_1.jpeg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/placed_23_24_2.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/placed_23_24_3.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/Godrej_Boyce_2023_24.jpeg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/Tecnimont_2023-24.jpeg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/TCS1_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/TCS2_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Aurionpro_2023_24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Deloitte_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Tata power_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Weatherford_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/Elec.jpeg" class="img-responsive" alt=""></a></div></div>
<!--<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/front/Placed Part 2.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/front/Elec.jpeg" class="img-responsive" alt=""></a></div></div>-->
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/TrainingProgram.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/TPOCell2.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/SeminarHall.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/ClassroomFacilities.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/PlacementForm.jpg" class="img-responsive" alt=""></a></div></div>
<!--
<div class="swiper-slide">Slide 5</div>
<div class="swiper-slide">Slide 6</div>
<div class="swiper-slide">Slide 7</div>
<div class="swiper-slide">Slide 8</div>
<div class="swiper-slide">Slide 9</div>
<div class="swiper-slide">Slide 10</div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/front/Quicksell.jpeg" class="img-responsive" alt=""></a></div></div>
-->
</div>
<!-- Add Pagination -->
<div class="swiper-pagination"></div>
<!-- Add Arrows -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
<br><br>
<p align="justify">
The FCRIT, Training and Placement cell is committed to provide quality placement to all eligible students. The cell assists students in developing and implementing successful job strategies. We also counsel students in developing/ clarifying their academic and career interests. Our students are empowered with resources and activities to facilitate their career planning process. This results in final placement for our students in reputed companies throughout the country.
</p>
<h3 align="center"> <u> Branchwise Placement Statistics </u></h3>
<br>
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:comfortaa, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:comfortaa, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-8269{font-size:16px;background-color:#ffce93;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-d4pt{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:center;vertical-align:middle}
.tg .tg-rph9{font-size:16px;background-color:#d2e4fc;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-q5nx{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-pu5d{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-i8gj{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-boj3{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-aklt{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:top}
</style>
<table class="tg" style="table-layout: auto; width: 100%">
<colgroup>
<col style="width: 82px">
<col style="width: 63px">
<col style="width: 60px">
<col style="width: 74px">
<col style="width: 63px">
<col style="width: 60px">
<col style="width: 74px">
<col style="width: 83px">
<col style="width: 80px">
<col style="width: 99px">
</colgroup>
<tr>
<th class="tg-q5nx" rowspan="2">Year</th>
<th class="tg-d4pt" colspan="3">Computer Engineering</th>
<th class="tg-pu5d" colspan="3">Mechanical Engineering</th>
<th class="tg-pu5d" colspan="3">Electronics and Telecommunication<br>Engineering</th>
</tr>
<tr>
<td class="tg-q5nx">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
</tr>
<tr>
<td class="tg-8269">2014-15</td>
<td class="tg-boj3">58</td>
<td class="tg-aklt">37</td>
<td class="tg-aklt">13</td>
<td class="tg-rph9">50</td>
<td class="tg-rph9">43</td>
<td class="tg-rph9">7</td>
<td class="tg-aklt">56</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">9</td>
</tr>
<tr>
<td class="tg-8269">2015-16</td>
<td class="tg-boj3">62</td>
<td class="tg-aklt">40</td>
<td class="tg-aklt">12</td>
<td class="tg-rph9">46</td>
<td class="tg-rph9">40</td>
<td class="tg-rph9">9</td>
<td class="tg-aklt">55</td>
<td class="tg-aklt">49</td>
<td class="tg-aklt">11</td>
</tr>
<tr>
<td class="tg-8269">2016-17</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">56</td>
<td class="tg-aklt">10</td>
<td class="tg-rph9">42</td>
<td class="tg-rph9">38</td>
<td class="tg-rph9">6</td>
<td class="tg-aklt">53</td>
<td class="tg-aklt">49</td>
<td class="tg-aklt">9</td>
</tr>
<tr>
<td class="tg-8269">2017-18</td>
<td class="tg-boj3">65</td>
<td class="tg-aklt">57</td>
<td class="tg-aklt">12</td>
<td class="tg-rph9">45</td>
<td class="tg-rph9">36</td>
<td class="tg-rph9">6</td>
<td class="tg-aklt">56</td>
<td class="tg-aklt">48</td>
<td class="tg-aklt">12</td>
</tr>
<tr>
<td class="tg-8269">2018-19</td>
<td class="tg-boj3">66</td>
<td class="tg-aklt">63</td>
<td class="tg-aklt">11</td>
<td class="tg-rph9">55</td>
<td class="tg-rph9">50</td>
<td class="tg-rph9">8</td>
<td class="tg-aklt">50</td>
<td class="tg-aklt">45</td>
<td class="tg-aklt">12</td>
</tr>
<tr>
<td class="tg-8269">2019-20</td>
<td class="tg-boj3">67</td>
<td class="tg-aklt">45</td>
<td class="tg-aklt">15</td>
<td class="tg-rph9">65</td>
<td class="tg-rph9">38</td>
<td class="tg-rph9">17</td>
<td class="tg-aklt">49</td>
<td class="tg-aklt">37</td>
<td class="tg-aklt">4</td>
</tr>
<tr>
<td class="tg-8269">2020-21</td>
<td class="tg-boj3">65</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">16</td>
<td class="tg-rph9">62</td>
<td class="tg-rph9">25</td>
<td class="tg-rph9">10</td>
<td class="tg-aklt">54</td>
<td class="tg-aklt">38</td>
<td class="tg-aklt">18</td>
</tr>
<tr>
<td class="tg-8269">2021-22</td>
<td class="tg-boj3">53</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">21</td>
<td class="tg-rph9">45</td>
<td class="tg-rph9">36</td>
<td class="tg-rph9">21</td>
<td class="tg-aklt">55</td>
<td class="tg-aklt">41</td>
<td class="tg-aklt">26</td>
</tr>
<tr>
<td class="tg-8269">2022-23</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">25</td>
<td class="tg-rph9">94</td>
<td class="tg-rph9">71</td>
<td class="tg-rph9">60</td>
<td class="tg-aklt">54</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">15</td>
</tr>
</table>
<br> <br>
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:comfortaa, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:comfortaa, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-8269{font-size:16px;background-color:#ffce93;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-u2se{font-size:16px;background-color:#ffffc7;border-color:inherit;text-align:right;vertical-align:top}
.tg .tg-rph9{font-size:16px;background-color:#d2e4fc;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-q5nx{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-i8gj{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-pu5d{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-boj3{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-aklt{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-6e2x{font-size:16px;background-color:#ffffc7;border-color:inherit;text-align:left;vertical-align:top}
</style>
<table class="tg" style="undefined;table-layout: auto; width: 100%">
<colgroup>
<col style="width: 77px">
<col style="width: 73px">
<col style="width: 70px">
<col style="width: 92px">
<col style="width: 70px">
<col style="width: 65px">
<col style="width: 79px">
<col style="width: 68px">
<col style="width: 65px">
<col style="width: 79px">
</colgroup>
<tr>
<th class="tg-q5nx" rowspan="2">Year</th>
<th class="tg-q5nx" colspan="3">Electrical Engineering</th>
<th class="tg-i8gj" colspan="3">Information Technology</th>
<th class="tg-pu5d" colspan="3">Overall</th>
</tr>
<tr>
<td class="tg-q5nx">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
</tr>
<tr>
<td class="tg-8269">2014-15</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">5</td>
<td class="tg-rph9">48</td>
<td class="tg-rph9">30</td>
<td class="tg-rph9">2</td>
<td class="tg-aklt">272</td>
<td class="tg-aklt">203</td>
<td class="tg-aklt">36</td>
</tr>
<tr>
<td class="tg-8269">2015-16</td>
<td class="tg-boj3">58</td>
<td class="tg-aklt">50</td>
<td class="tg-aklt">2</td>
<td class="tg-rph9">53</td>
<td class="tg-rph9">43</td>
<td class="tg-rph9">4</td>
<td class="tg-aklt">274</td>
<td class="tg-aklt">223</td>
<td class="tg-aklt">38</td>
</tr>
<tr>
<td class="tg-8269">2016-17</td>
<td class="tg-boj3">41</td>
<td class="tg-aklt">36</td>
<td class="tg-aklt">3</td>
<td class="tg-rph9">51</td>
<td class="tg-rph9">39</td>
<td class="tg-rph9">3</td>
<td class="tg-aklt">247</td>
<td class="tg-aklt">223</td>
<td class="tg-aklt">31</td>
</tr>
<tr>
<td class="tg-8269">2017-18</td>
<td class="tg-boj3">52</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">4</td>
<td class="tg-rph9">65</td>
<td class="tg-rph9">43</td>
<td class="tg-rph9">1</td>
<td class="tg-aklt">283</td>
<td class="tg-aklt">226</td>
<td class="tg-aklt">35</td>
</tr>
<tr>
<td class="tg-8269">2018-19</td>
<td class="tg-boj3">53</td>
<td class="tg-aklt">40</td>
<td class="tg-aklt">5</td>
<td class="tg-rph9">67</td>
<td class="tg-rph9">54</td>
<td class="tg-rph9">2</td>
<td class="tg-aklt">291</td>
<td class="tg-aklt">255</td>
<td class="tg-aklt">38</td>
</tr>
<tr>
<td class="tg-8269">2019-20</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">39</td>
<td class="tg-aklt">15</td>
<td class="tg-rph9">65</td>
<td class="tg-rph9">48</td>
<td class="tg-rph9">12</td>
<td class="tg-aklt">306</td>
<td class="tg-aklt">206</td>
<td class="tg-aklt">63</td>
</tr>
<tr>
<td class="tg-8269">2020-21</td>
<td class="tg-boj3">59</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">12</td>
<td class="tg-rph9">62</td>
<td class="tg-rph9">49</td>
<td class="tg-rph9">7</td>
<td class="tg-aklt">302</td>
<td class="tg-aklt">198</td>
<td class="tg-aklt">63</td>
</tr>
<tr>
<td class="tg-8269">2021-22</td>
<td class="tg-boj3">63</td>
<td class="tg-aklt">50</td>
<td class="tg-aklt">13</td>
<td class="tg-rph9">57</td>
<td class="tg-rph9">54</td>
<td class="tg-rph9">18</td>
<td class="tg-aklt">255</td>
<td class="tg-aklt">232</td>
<td class="tg-aklt">99</td>
</tr>
<tr>
<td class="tg-8269">2022-23</td>
<td class="tg-boj3">66</td>
<td class="tg-aklt">53</td>
<td class="tg-aklt">10</td>
<td class="tg-rph9">60</td>
<td class="tg-rph9">54</td>
<td class="tg-rph9">19</td>
<td class="tg-aklt">334</td>
<td class="tg-aklt">271</td>
<td class="tg-aklt">129</td>
</tr>
<tr>
<td class="tg-u2se" colspan="7">Total Students</td>
<td class="tg-6e2x">2572</td>
<td class="tg-6e2x">2024</td>
<td class="tg-6e2x">556</td>
</tr>
</table>
<!--
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;border-color:#9ABAD9;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:1px 1px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#9ABAD9;color:#444;background-color:#EBF5FF;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:1px 1px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#9ABAD9;color:#fff;background-color:#409cff;}
.tg .tg-shj9{font-size:18px;background-color:#b9c9fe;color:#ffffff;border-color:#000000;text-align:center;vertical-align:middle}
.tg .tg-0j0t{font-weight:bold;font-size:18px;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif !important;;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-y1pc{background-color:#D2E4FC;font-size:18px;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-7jts{font-size:18px;border-color:inherit;text-align:center;vertical-align:top}
</style>
<table class="tg" align = "center"style="undefined;table-layout: fixed; width: 517px">
<colgroup>
<col style="width: 93px">
<col style="width: 101px">
<col style="width: 136px">
<col style="width: 74px">
<col style="width: 113px">
</colgroup>
<tr>
<th class="tg-0j0t">Year</th>
<th class="tg-0j0t">Registered<br> Students</th>
<th class="tg-0j0t">Placed Students</th>
<th class="tg-0j0t">Higher Studies</th>
<th class="tg-0j0t">Total</th>
</tr>
<tr>
<td class="tg-y1pc">2014-15</td>
<td class="tg-y1pc">272</td>
<td class="tg-y1pc">209</td>
<td class="tg-y1pc">36</td>
<td class="tg-y1pc">517</td>
</tr>
<tr>
<td class="tg-7jts">2015-16</td>
<td class="tg-7jts">274</td>
<td class="tg-7jts">226</td>
<td class="tg-7jts">38</td>
<td class="tg-7jts">538</td>
</tr>
<tr>
<td class="tg-y1pc">2016-17</td>
<td class="tg-y1pc">247</td>
<td class="tg-y1pc">218</td>
<td class="tg-y1pc">31</td>
<td class="tg-y1pc">496</td>
</tr>
<tr>
<td class="tg-7jts">2017-18</td>
<td class="tg-7jts">283</td>
<td class="tg-7jts">225</td>
<td class="tg-7jts">35</td>
<td class="tg-7jts">543</td>
</tr>
</table>
-->
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="vm" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Vision</h2><hr style="border-top:1px solid #0080D5;">
To provide quality placement to all eligible students.
</div>
</div>
</div>
</div>
</div>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Mission</h2><hr style="border-top:1px solid #0080D5;">
<ol> <li>To provide appropriate training to achieve highest possible percentage of placement <br/><br/>
<li>To establish a training model to develop practical and soft skills of students <br/><br/>
</div>
</div>
</div>
</div>
</div>
<div class="row sponsorship-detail">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Objectives of Training & Placement</h2><hr style="border-top:1px solid #0080D5;">
<div class="">
<div class="col-md-2" >
<div class="blk blk1"> <i class="pe pe-li-users pe-4x pe-icon"></i>
<h2>Counsel</h2>
<p>Counsel Students in developing / clarifying their academic & career interests.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-tool pe-4x pe-icon"></i>
<h2>Assist</h2>
<p>Assist Students in developing & implementing successful job search strategies </p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-unlock pe-4x pe-icon"></i>
<h2>Empower</h2>
<p>Empower the students with resources & activities to facilitate the career planning process.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-shield pe-4x pe-icon"></i>
<h2>Support</h2>
<p>Support Employers to achieve their hiring goals.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-target pe-4x pe-icon"></i>
<h2>Achieve</h2>
<p>Encourage students in obtaining final placements in reputed Firms.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="na" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement News</h2><hr style="border-top:1px solid #0080D5;">
<div class="col-md-3">
<div class="blk">
<h2> TCS placement </h2>
<p>Number of Students placed in TCS in 2017-2018 : 109 </p>
<a href="/placement_news/4" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
<div class="col-md-3">
<div class="blk">
<h2> INGRAM Placement </h2>
<p>Number of Students placed in INGRAM in 2017-2018 : 14 </p>
<a href="/placement_news/10" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
<div class="col-md-3">
<div class="blk">
<h2> Xoriant Placement </h2>
<p>Number of Students placed in Xoriant in 2017-2018 : 11 </p>
<a href="/placement_news/11" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Announcement</h2><hr style="border-top:1px solid #0080D5;">
<div class="col-md-3">
<div class="blk">
<h2 align="justify"> Campus Hiring 2019 , Shell India - SB... </h2>
<p align ="justify">https://www.shell.in/
Placement dr... </p>
<a href="/placement_announcement/1" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
<div class="col-md-3">
<div class="blk">
<h2 align="justify"> TCS Digital Recruitment </h2>
<p align ="justify">Placement drive at our college schedu... </p>
<a href="/placement_announcement/2" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="gr" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Student Code of Conduct</h2><hr style="border-top:1px solid #0080D5;">
<!-- <object class="displaypdf" data="" type="application/pdf" width="100%" height="600px">
<p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://www.fcrit.ac.in/cdn/guideline/1511265856-Rules.pdf">Download PDF</a>.</p>
</object>
-->
<p><h3><strong>Introduction:</strong></h3></p>
<p align="justify">The code of conduct for the training and placement students is applicable in two aspects in below mentioned points. The first aspect involves conduct of students during the training and registration for placement process. The second aspect involves the conduct of students during campus placement process.</p>
<p><h3><strong>Conduct for training and registration process</strong></h3></p>
<ol align="justify">
<li>Candidate should follow all the instructions provided by the Training and Placement Cell (TPC).</li>
<li>It is mandatory for students to register for the company to participate in the placement process of the company. Any Student not registered is not eligible for Placement opportunities.</li>
<li>Students interested in going for higher studies can give undertaking during registration process and request the TPC to not to register for the placement process.</li>
<li>Students have to provide their authentic personal details for completing registration in the placement portal. Attempts to deceive this will result into debarring from the placement process.</li>
<li>Attendance for the training sessions is compulsory and students having less than 75% attendance will be issued a warning. Further continuing of defaulter will result into debarring from the placement process.</li>
</ol>
<p> </p>
<p><h3><strong>Conduct during campus placement process</strong></h3></p>
<ol align="justify">
<li>Students have to follow guidelines as mentioned in the placement policy during orientation program at the beginning of academic year.</li>
<li>It is mandatory for all students appearing for any process of campus drive to come in formals. Full Sleeve shirts, formal pants, formal shoes and well-groomed for gents. For Girls - formal clothes, no party wear.</li>
<li>2 copies of resume and passport photos and pen pencil and calculator should be always available with the students appearing for placement process.</li>
<li>Students must keep their Identity Card with them at the time of Pre-Placement Talk (PPT) / Test /Group Discussion / Personal Interviews and produce the same when demanded by the visiting team or TPO staff.</li>
<li>Attendance in PPT is mandatory after registration, to be eligible for further placement process.</li>
<li>Students proceeding after the PPT for the next step in the selection process of a Company cannot quit in between. If a student quits in between the process, then he/she will be debarred and will not be allowed to appear in any other future placement event. Student has a fair chance to inform their decision of not continuing for the placement process to TPO, but final decision is with TPO.</li>
<li>All post job-offer communication between student and Company should be channelized only through the placement cell.</li>
<li>Direct communication with the company officials is Not Allowed.</li>
<li>For the Pool campus drives in other college or if the company conducts any round outside the campus, the students who have registered / selected should compulsorily participate in the process. Students remaining absent in such cases will be debarred for any further placement opportunities.</li>
<li>Any kind of misbehavior / complaints reported by the company officials will be taken seriously and if proven, the student will be debarred from future campus placements.</li>
<li>If student is blacklisted, then he/she can approach placement committee to make formal request for removal from blacklist.</li>
</ol>
</div>
<head>
<style>
.content-table {
border-collapse: collapse;
margin: 25px 0;
position:absolute;
top:15%;
left:18%;
font-size: 0.9em;
min-width: 400px;
border-radius: 5px 5px 0 0;
overflow: hidden;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.content-table thead tr {
background-color: #009879;
color: #ffffff;
text-align: left;
font-weight: bold;
}
.content-table th,
.content-table td {
padding: 12px 15px;
}
.content-table tbody tr {
border-bottom: 1px solid #dddddd;
}
.content-table tbody tr:nth-of-type(even) {
background-color: #f3f3f3;
}
.content-table tbody tr:last-of-type {
border-bottom: 2px solid #009879;
}
.content-table tbody tr.active-row {
font-weight: bold;
color: #009879;
}
</style>
</head>
<!--<table class="content-table">
<thead>
<tr>
<th style="text-align:center;">Rules</th>
</tr>
</thead>
<tbody>
<tr>
<td>Dream companies designated only by placement cell </td>
</tr>
<tr>
<td>Dream companies designated only by placement cell </td>
</tr>
</tbody>
-->
</table>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="ec" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Eligibility Criteria</h2><hr style="border-top:1px solid #0080D5;">
<object class="displaypdf" data="https://www.fcrit.ac.in/cdn/placementcriteria/1500403672-sample.pdf" type="application/pdf" width="100%" height="600px">
<p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://www.fcrit.ac.in/cdn/placementcriteria/1500403672-sample.pdf">Download PDF</a>.</p>
</object>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="po" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Officer</h2><hr style="border-top:1px solid #0080D5;">
<h3>Dr. Mahendra Rane<br/> <br/>
Mobile : 9819072834 <br/>
<hr style="border-top:1px solid #0080D5;">
<h4>Assistant Placement Officer</h4>
<h3>Prof. Deepak Devasagayam<br/> <br/>
Mobile : 9920827263<br/>
<br/>
<h3>Prof. Mritunjay Ojha<br/> <br/>
Mobile : 9987800789 <br/></br>
<hr style="border-top:1px solid #0080D5;">
Tel +91 22 2771000/27661924 extn 106 <br/> <br/>
E mail: placement@fcrit.ac.in </h3>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="pt" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Team</h2><hr style="border-top:1px solid #0080D5;">
<object class="displaypdf" data="static_pdfs/FCRIT_Placement_team_2019-20.pdf" type="application/pdf" width="100%" height="600px">
<p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="static_pdfs/Teachingstaff.pdf">Download PDF</a>.</p>
</object>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="ps" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<!-- <h2>Placement Statistics</h2><hr style="border-top:1px solid #0080D5;"> -->
<div class="main-container" style="padding-top: 0px;">
<div id="container1" style="min-width: 310px; height: 600px; margin: 0 auto">
<br><br><br>
<div style="border: solid 2px black; height: 300px; width: 300px; position: relative; left: 10px"> <h4>Statistical Data will come here!!</h4></div>
<div style="border: solid 2px black; height: 300px; width: 300px; position: relative; left: 400px; top: -300px"> <h4>Statistical Data will come here!!</h4></div>
<!-- <a href="/placements/statistics" class="btn btn-default btn-yellow">placement </a> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="main-container sponsor" style="padding-top:50px;border-top:1px solid #0080D5;"><!-- Main-container section -->
<!-- Sponsorship section -->
<!-- <div class="container">
<div class="row sponsorship-detail">
<div class="col-md-8">
<h1>Training and Placement</h1>
<p class="lead-font"> Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description </p>
<hr>
<div class="row">
<div class="col-md-6">
<div class="blk">
<h2>Vision</h2>
<p>To provide quality placement to all eligible students.</p>
</div>
</div>
<div class="col-md-6">
<div class="blk">
<h2>Mission</h2>
<p><ol> <li>To provide appropriate training to achieve highest possible percentage of placement <br/><br/>
<li>To establish a training model to develop practical and soft skills of students <br/><br/>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="blk">
<h2>Column 3</h2>
<p>Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description </p>
</div>
</div>
<div class="col-md-6">
<div class="blk">
<h2>Column 4</h2>
<p>Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description </p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="sidebar-blk">
<img src="images/95.jpg"> <br/>
<h3 style="text-align: center; margin-top: 3px;">Placement Cell</h3> <br/> <br/>
<img src="images/95.jpg"> <br/>
<h3 style="text-align: center; margin-top: 3px;">Placement Activities</h3>
</div>
</div>
</div>
</div>-->
<!-- Sponsorship section ending-->
<!-- <div class="work">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 title">
<h1 >Objectives of Training & Placement</h1>
</div>
<div class="row">
<div class="col-md-2" >
<div class="blk"> <i class="pe pe-li-users pe-4x pe-icon"></i>
<h2>Counsel</h2>
<p>Counsel Students in developing / clarifying their academic & career interests.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-tool pe-4x pe-icon"></i>
<h2>Assist</h2>
<p>Assist Students in developing & implementing successful job search strategies </p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-unlock pe-4x pe-icon"></i>
<h2>Empower</h2>
<p>Empower the students with resources & activities to facilitate the career planning process.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-shield pe-4x pe-icon"></i>
<h2>Support</h2>
<p>Support Employers to achieve their hiring goals.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-target pe-4x pe-icon"></i>
<h2>Achieve</h2>
<p>Encourage students in obtaining final placements in reputed Firms.</p>
</div>
</div>
</div>
</div>
</div>
</div>-->
<div class="container">
<div class="">
<div class="row">
<div class="col-md-offset-2 col-md-8 title">
<h1>Companies on our Campus</h1>
<p>Some of the most reputed firms, who have recruited our students.</p>
</div>
<!--div class="client">
<div class="row">
<div id="owl-demo2" class="client-logo">
<div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229651-shell.jpg" title="Shell" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1423130527-petrofac.jpg" title="Petrofac" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1509096837-lnt.logo.jpg" title="LNT" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229676-LTILetssolve.png" title="LnT Infotech" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1423132484-atos.jpg" title="Atos" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1482865273-TCS.Logo.jpg" title="TCS" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974333-logo.ingram.micro.png" title="Ingram Micro" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974349-xoriant.jpg" title="Xoriant" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974395-jacobs.png" title="Jacobs" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974412-nseitlogo.png" title="NSE IT" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229705-godrej.png" title="Godrej" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229747-seleclogo.png" title="Selec " style="margin-top: -100px;" alt="" /></div>
</div>
</div>
</div-->
</div>
</div>
</div>
<!--div id="owl-demo" class="owl-carousel owl-theme">
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229651-shell.jpg" title="Shell" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1423130527-petrofac.jpg" title="Petrofac" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1509096837-lnt.logo.jpg" title="LNT" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229676-LTILetssolve.png" title="LnT Infotech" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1423132484-atos.jpg" title="Atos" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1482865273-TCS.Logo.jpg" title="TCS" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974333-logo.ingram.micro.png" title="Ingram Micro" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974349-xoriant.jpg" title="Xoriant" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974395-jacobs.png" title="Jacobs" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974412-nseitlogo.png" title="NSE IT" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229705-godrej.png" title="Godrej" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229747-seleclogo.png" title="Selec " style="margin-top: -100px;" alt="" /></div>
</div>
</div-->
<!--trial-->
<div id="wrapper">
<div id="carousel">
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229651-shell.jpg" title="Shell" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1423130527-petrofac.jpg" title="Petrofac" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1509096837-lnt.logo.jpg" title="LNT" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229676-LTILetssolve.png" title="LnT Infotech" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1423132484-atos.jpg" title="Atos" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1482865273-TCS.Logo.jpg" title="TCS" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974333-logo.ingram.micro.png" title="Ingram Micro" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974349-xoriant.jpg" title="Xoriant" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974395-jacobs.png" title="Jacobs" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974412-nseitlogo.png" title="NSE IT" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229705-godrej.png" title="Godrej" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229747-seleclogo.png" title="Selec " style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<!--div>
<img src="img/fruit2.png" alt="fruit2" width="200" height="200" />
<span>Mandarin</span>
</div>
<div>
<img src="img/fruit3.png" alt="fruit3" width="200" height="200" />
<span>Banannas</span>
</div>
<div>
<img src="img/fruit4.png" alt="fruit4" width="200" height="200" />
<span>Cherries</span>
</div>
<div>
<img src="img/fruit5.png" alt="fruit5" width="200" height="200" />
<span>Orange</span>
</div>
<div>
<img src="img/fruit6.png" alt="fruit6" width="200" height="200" />
<span>Melon</span>
</div>
<div>
<img src="img/fruit7.png" alt="fruit7" width="200" height="200" />
<span>Lemon</span>
</div>
<div>
<img src="img/fruit8.png" alt="fruit8" width="200" height="200" />
<span>Grapes</span>
</div>
<div>
<img src="img/fruit9.png" alt="fruit9" width="200" height="200" />
<span>Peach</span>
</div>
<div>
<img src="img/fruit10.png" alt="fruit10" width="200" height="200" />
<span>Pear</span>
</div>
<div>
<img src="img/fruit11.png" alt="fruit11" width="200" height="200" />
<span>Strawberry</span>
</div>
<div>
<img src="img/fruit12.png" alt="fruit12" width="200" height="200" />
<span>Melon</span>
</div-->
</div>
</div>
<!--trial end-->
</div>
<!-- Main-container ending -->
<script src="js/swiper.min.js"></script>
<script>
var swiper = new Swiper('.swiper101', {
slidesPerView: 1,
spaceBetween: 30,
loop: true,
autoplay: true,
autoplayspeed: 1000,
pagination: {
el: '.swiper-pagination',
clickable: true,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
</script>',
'scripts_for_layout' => '',
'title_for_layout' => 'Pages'
)
$crits = array(
(int) 0 => array(
'PlacementCriteria' => array(
'id' => '1',
'attachment' => 'https://www.fcrit.ac.in/cdn/placementcriteria/1500403672-sample.pdf'
)
)
)
$guides = array(
(int) 0 => array(
'Guideline' => array(
'id' => '1',
'attachment' => 'https://www.fcrit.ac.in/cdn/guideline/1511265856-Rules.pdf'
)
)
)
$placement_news = array(
(int) 0 => array(
'PlacementNews' => array(
'id' => '4',
'subject' => 'TCS placement',
'description' => 'Number of Students placed in TCS in 2017-2018 : 109',
'attachment' => 'http://localhost/fcrit/cdn/placementnews/1423135486-atos.jpg',
'created_by' => '1',
'created_timestamp' => '2018-05-22 13:08:16'
)
),
(int) 1 => array(
'PlacementNews' => array(
'id' => '10',
'subject' => 'INGRAM Placement',
'description' => 'Number of Students placed in INGRAM in 2017-2018 : 14',
'attachment' => 'http://localhost/fcrit/cdn/placementnews/1423136053-infosys.jpg',
'created_by' => '1',
'created_timestamp' => '2018-05-22 13:09:19'
)
),
(int) 2 => array(
'PlacementNews' => array(
'id' => '11',
'subject' => 'Xoriant Placement',
'description' => 'Number of Students placed in Xoriant in 2017-2018 : 11',
'attachment' => null,
'created_by' => '1',
'created_timestamp' => '2018-05-22 13:09:52'
)
)
)
$announcements = array(
(int) 0 => array(
'Announcement' => array(
'id' => '1',
'subject' => 'Campus Hiring 2019 , Shell India - SBO IT Bangalore ',
'description' => 'https://www.shell.in/
Placement drive at our college scheduled on 12th and 13th July, 2018 at 10:00 AM.
Eligibility Criteria :
Btech graduates (Computer Science & Information Technology) – 2019
70% aggregate pass percentage through-out
No backlogs and only freshers without prior experience
Job role :
IT Software Engineer
CTC Offered :
Rs 10,00,000 ( inclusive of performance bonus & retrials)
Joining Bonus : Rs 1,50,000',
'attachment' => null,
'created_by' => '1',
'created_timestamp' => '2018-07-04 12:56:04'
)
),
(int) 1 => array(
'Announcement' => array(
'id' => '2',
'subject' => 'TCS Digital Recruitment',
'description' => 'Placement drive at our college scheduled on 20th July, 2018.
Eligibility Criteria : B.E graduates (Computer Science & Information Technology, Mechanical, Electronics and Telecommunications, Electrical) – 2019 70% aggregate pass percentage through-out
Consistent 60 percent and above throughout the academics.
No backlogs and only freshers without prior experience CTC Offered : Rs 7,00,000
',
'attachment' => null,
'created_by' => '1',
'created_timestamp' => '2018-07-04 14:28:02'
)
)
)
$placement_home = array(
(int) 0 => array(
'PlacementHome' => array(
'id' => '1',
'main_head' => 'Training and Placement',
'main_desc' => 'Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description ',
'column1_head' => 'Vision',
'column1_desc' => 'To provide quality placement to all eligible students.',
'column2_head' => 'Mission',
'column2_desc' => '<ol> <li>To provide appropriate training to achieve highest possible percentage of placement <br/><br/>
<li>To establish a training model to develop practical and soft skills of students <br/><br/>
',
'column3_head' => 'Column 3',
'column3_desc' => 'Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description ',
'column4_head' => 'Column 4',
'column4_desc' => 'Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description ',
'created_by' => '1',
'created_timestamp' => '2017-11-28 12:17:05'
)
)
)
$companies = array(
(int) 0 => array(
'Company' => array(
'id' => '4',
'name' => 'Shell',
'image' => 'https://fcrit.ac.in/cdn/company/1539229651-shell.jpg',
'created_by' => '1',
'created_timestamp' => '2018-10-11 09:17:31'
)
),
(int) 1 => array(
'Company' => array(
'id' => '5',
'name' => 'Petrofac',
'image' => 'https://www.fcrit.ac.in/cdn/company/1423130527-petrofac.jpg',
'created_by' => '1',
'created_timestamp' => '2018-04-13 09:14:43'
)
),
(int) 2 => array(
'Company' => array(
'id' => '6',
'name' => 'LNT',
'image' => 'https://www.fcrit.ac.in/cdn/company/1509096837-lnt.logo.jpg',
'created_by' => '1',
'created_timestamp' => '2018-04-13 09:14:50'
)
),
(int) 3 => array(
'Company' => array(
'id' => '8',
'name' => 'LnT Infotech',
'image' => 'https://fcrit.ac.in/cdn/company/1539229676-LTILetssolve.png',
'created_by' => '1',
'created_timestamp' => '2018-10-11 09:17:56'
)
),
(int) 4 => array(
'Company' => array(
'id' => '9',
'name' => 'Atos',
'image' => 'https://www.fcrit.ac.in/cdn/company/1423132484-atos.jpg',
'created_by' => '1',
'created_timestamp' => '2018-04-13 09:15:05'
)
),
(int) 5 => array(
'Company' => array(
'id' => '10',
'name' => 'TCS',
'image' => 'https://www.fcrit.ac.in/cdn/company/1482865273-TCS.Logo.jpg',
'created_by' => '1',
'created_timestamp' => '2018-04-13 09:15:14'
)
),
(int) 6 => array(
'Company' => array(
'id' => '12',
'name' => 'Ingram Micro',
'image' => 'https://fcrit.ac.in/cdn/company/1526974333-logo.ingram.micro.png',
'created_by' => '1',
'created_timestamp' => '2018-05-22 13:02:13'
)
),
(int) 7 => array(
'Company' => array(
'id' => '13',
'name' => 'Xoriant',
'image' => 'https://fcrit.ac.in/cdn/company/1526974349-xoriant.jpg',
'created_by' => '1',
'created_timestamp' => '2018-05-22 13:02:29'
)
),
(int) 8 => array(
'Company' => array(
'id' => '14',
'name' => 'Jacobs',
'image' => 'https://fcrit.ac.in/cdn/company/1526974395-jacobs.png',
'created_by' => '1',
'created_timestamp' => '2018-05-22 13:03:15'
)
),
(int) 9 => array(
'Company' => array(
'id' => '15',
'name' => 'NSE IT',
'image' => 'https://fcrit.ac.in/cdn/company/1526974412-nseitlogo.png',
'created_by' => '1',
'created_timestamp' => '2018-05-22 13:03:32'
)
),
(int) 10 => array(
'Company' => array(
'id' => '16',
'name' => 'Godrej',
'image' => 'https://fcrit.ac.in/cdn/company/1539229705-godrej.png',
'created_by' => '1',
'created_timestamp' => '2018-10-11 09:18:25'
)
),
(int) 11 => array(
'Company' => array(
'id' => '17',
'name' => 'Selec ',
'image' => 'https://fcrit.ac.in/cdn/company/1539229747-seleclogo.png',
'created_by' => '1',
'created_timestamp' => '2018-10-11 09:19:07'
)
)
)
$content_for_layout = '
<link rel="stylesheet" href="css/swiper.min.css">
<style>
body, li
{
font-family: 'comfortaa';
}
li
{
font-size: 16px;
}
.blk1 p
{
font-size: 16px;
}
.swiper-container {
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
#wrapper {
//background-color: #fff;
//border-top: 1px solid #ccc;
width: 100%;
height: 350px;
//position: absolute;
//left: 0;
//bottom: 0;
}
#carousel {
//margin-top: -105px;
}
#carousel div {
text-align: center;
width: 100px;
height: 250px;
float: left;
//position: relative;
}
#carousel div img {
border: none;
width: 100%;
height: auto;
}
#carousel div span {
display: none;
}
#carousel div:hover span {
background-color: #333;
color: #fff;
display: inline-block;
width: 100px;
padding: 2px 0;
margin: 0 0 0 -50px;
//position: absolute;
//bottom: 30px;
//left: 50%;
//border-radius: 3px;
}
#carousal{
position: relative;
width:500px;
height: 400px;
overflow: hidden;
margin:0 auto;
top: 20px;
}
.list-carousal{
margin:0;
list-style: none;
width:500px;
height: 400px;
float:left;
padding: 0;
}
#content{
position: absolute;
top:0;
left:0;
width:calc(500px * 5);
height: 400px;
animation: toLeft 6s ease-out infinite alternate;
margin: 0;
padding: 0;
}
@keyframes toLeft {
0%,15%{
margin-left: 0;
opacity:1;
}
20%,35%{
margin-left: -500px;
}
40%,55%{
margin-left: -1000px;
}
60%,75% {
margin-left: -1500px;
}
80%,100% {
margin-left: -2000px;
opacity:1;
}
}
</style>
<!-- page header section -->
<div class="page-title">
<div class="container">
<div class="row" style="background-color: #0080D5">
<div class="col-md-12 ptn-bg">
<h2>Placement Home</h2>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li class="active">Placement</li>
</ol>
</div>
</div>
</div>
</div>
<!-- banner section ending-->
<div class="main-container" style="padding-bottom:5px;">
<!-- Main-container start -->
<div class="container ">
<!-- Page Content start -->
<div class="col-md-3">
<ul class="nav nav-pills nav-stacked">
<li class="active">
<a href="#nh" role="tab" data-toggle="tab">Home</a>
</li>
<!-- <li>
<a href="#ps" role="tab" data-toggle="tab">Placement Statistics</a>
</li> -->
<li>
<a href="#vm" role="tab" data-toggle="tab">Vision and Mission</a>
</li>
<!-- <li>
<a href="#na" role="tab" data-toggle="tab">News and Announcements</a>
</li> -->
<li>
<a href="#gr" role="tab" data-toggle="tab">Code of Conduct</a>
</li>
<!--<li>
<a href="#ec" role="tab" data-toggle="tab">Eligibility Criteria</a>
</li> -->
<li>
<a href="#po" role="tab" data-toggle="tab">Placement Officer</a>
</li>
<li>
<a href="#pt" role="tab" data-toggle="tab">Placement Team</a>
</li>
<!-- <li>
<a href="/placements/statistics/" >Placement Statistics</a>
</li> -->
</ul>
</div>
<div class="col-md-9" style="height: auto;">
<div class="tab-content" style="height: auto;">
<div class="tab-pane active" id="nh" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px; height: auto;" >
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<!-- <h6>Code start from here</h6> -->
<h2><center> Training and Placement Cell</center></h2>
<hr style="border-top:1px solid #0080D5;">
<div id="col-md-12">
<div class="swiper-container swiper101">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="pic"><a href="#"><img src="cdn/placementnews/stats_1.jpg" class="img-responsive" alt=""></a></div>
</div>
<div class="swiper-slide">
<div class="pic"><a href="#"><img src="cdn/placementnews/stats_2.jpg" class="img-responsive" alt=""></a></div>
</div>
<div class="swiper-slide">
<div class="pic"><a href="#"><img src="cdn/placementnews/stats_3.jpg" class="img-responsive" alt=""></a></div>
</div>
<div class="swiper-slide"><a href="#"><img src="images/recruiters.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/placed_23_24_1.jpeg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/placed_23_24_2.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/placed_23_24_3.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/Godrej_Boyce_2023_24.jpeg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/Tecnimont_2023-24.jpeg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/TCS1_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/TCS2_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Aurionpro_2023_24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Deloitte_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Tata power_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><a href="#"><img src="cdn/placementnews/Weatherford_2023-24.jpeg" class="img-responsive" alt=""></a></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/placementnews/Elec.jpeg" class="img-responsive" alt=""></a></div></div>
<!--<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/front/Placed Part 2.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/front/Elec.jpeg" class="img-responsive" alt=""></a></div></div>-->
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/TrainingProgram.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/TPOCell2.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/SeminarHall.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/ClassroomFacilities.jpg" class="img-responsive" alt=""></a></div></div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="images/PlacementForm.jpg" class="img-responsive" alt=""></a></div></div>
<!--
<div class="swiper-slide">Slide 5</div>
<div class="swiper-slide">Slide 6</div>
<div class="swiper-slide">Slide 7</div>
<div class="swiper-slide">Slide 8</div>
<div class="swiper-slide">Slide 9</div>
<div class="swiper-slide">Slide 10</div>
<div class="swiper-slide"><div class="pic"><a href="#"><img src="cdn/front/Quicksell.jpeg" class="img-responsive" alt=""></a></div></div>
-->
</div>
<!-- Add Pagination -->
<div class="swiper-pagination"></div>
<!-- Add Arrows -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
<br><br>
<p align="justify">
The FCRIT, Training and Placement cell is committed to provide quality placement to all eligible students. The cell assists students in developing and implementing successful job strategies. We also counsel students in developing/ clarifying their academic and career interests. Our students are empowered with resources and activities to facilitate their career planning process. This results in final placement for our students in reputed companies throughout the country.
</p>
<h3 align="center"> <u> Branchwise Placement Statistics </u></h3>
<br>
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:comfortaa, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:comfortaa, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-8269{font-size:16px;background-color:#ffce93;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-d4pt{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:center;vertical-align:middle}
.tg .tg-rph9{font-size:16px;background-color:#d2e4fc;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-q5nx{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-pu5d{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-i8gj{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-boj3{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-aklt{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:top}
</style>
<table class="tg" style="table-layout: auto; width: 100%">
<colgroup>
<col style="width: 82px">
<col style="width: 63px">
<col style="width: 60px">
<col style="width: 74px">
<col style="width: 63px">
<col style="width: 60px">
<col style="width: 74px">
<col style="width: 83px">
<col style="width: 80px">
<col style="width: 99px">
</colgroup>
<tr>
<th class="tg-q5nx" rowspan="2">Year</th>
<th class="tg-d4pt" colspan="3">Computer Engineering</th>
<th class="tg-pu5d" colspan="3">Mechanical Engineering</th>
<th class="tg-pu5d" colspan="3">Electronics and Telecommunication<br>Engineering</th>
</tr>
<tr>
<td class="tg-q5nx">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
</tr>
<tr>
<td class="tg-8269">2014-15</td>
<td class="tg-boj3">58</td>
<td class="tg-aklt">37</td>
<td class="tg-aklt">13</td>
<td class="tg-rph9">50</td>
<td class="tg-rph9">43</td>
<td class="tg-rph9">7</td>
<td class="tg-aklt">56</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">9</td>
</tr>
<tr>
<td class="tg-8269">2015-16</td>
<td class="tg-boj3">62</td>
<td class="tg-aklt">40</td>
<td class="tg-aklt">12</td>
<td class="tg-rph9">46</td>
<td class="tg-rph9">40</td>
<td class="tg-rph9">9</td>
<td class="tg-aklt">55</td>
<td class="tg-aklt">49</td>
<td class="tg-aklt">11</td>
</tr>
<tr>
<td class="tg-8269">2016-17</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">56</td>
<td class="tg-aklt">10</td>
<td class="tg-rph9">42</td>
<td class="tg-rph9">38</td>
<td class="tg-rph9">6</td>
<td class="tg-aklt">53</td>
<td class="tg-aklt">49</td>
<td class="tg-aklt">9</td>
</tr>
<tr>
<td class="tg-8269">2017-18</td>
<td class="tg-boj3">65</td>
<td class="tg-aklt">57</td>
<td class="tg-aklt">12</td>
<td class="tg-rph9">45</td>
<td class="tg-rph9">36</td>
<td class="tg-rph9">6</td>
<td class="tg-aklt">56</td>
<td class="tg-aklt">48</td>
<td class="tg-aklt">12</td>
</tr>
<tr>
<td class="tg-8269">2018-19</td>
<td class="tg-boj3">66</td>
<td class="tg-aklt">63</td>
<td class="tg-aklt">11</td>
<td class="tg-rph9">55</td>
<td class="tg-rph9">50</td>
<td class="tg-rph9">8</td>
<td class="tg-aklt">50</td>
<td class="tg-aklt">45</td>
<td class="tg-aklt">12</td>
</tr>
<tr>
<td class="tg-8269">2019-20</td>
<td class="tg-boj3">67</td>
<td class="tg-aklt">45</td>
<td class="tg-aklt">15</td>
<td class="tg-rph9">65</td>
<td class="tg-rph9">38</td>
<td class="tg-rph9">17</td>
<td class="tg-aklt">49</td>
<td class="tg-aklt">37</td>
<td class="tg-aklt">4</td>
</tr>
<tr>
<td class="tg-8269">2020-21</td>
<td class="tg-boj3">65</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">16</td>
<td class="tg-rph9">62</td>
<td class="tg-rph9">25</td>
<td class="tg-rph9">10</td>
<td class="tg-aklt">54</td>
<td class="tg-aklt">38</td>
<td class="tg-aklt">18</td>
</tr>
<tr>
<td class="tg-8269">2021-22</td>
<td class="tg-boj3">53</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">21</td>
<td class="tg-rph9">45</td>
<td class="tg-rph9">36</td>
<td class="tg-rph9">21</td>
<td class="tg-aklt">55</td>
<td class="tg-aklt">41</td>
<td class="tg-aklt">26</td>
</tr>
<tr>
<td class="tg-8269">2022-23</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">51</td>
<td class="tg-aklt">25</td>
<td class="tg-rph9">94</td>
<td class="tg-rph9">71</td>
<td class="tg-rph9">60</td>
<td class="tg-aklt">54</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">15</td>
</tr>
</table>
<br> <br>
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:comfortaa, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:comfortaa, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-8269{font-size:16px;background-color:#ffce93;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-u2se{font-size:16px;background-color:#ffffc7;border-color:inherit;text-align:right;vertical-align:top}
.tg .tg-rph9{font-size:16px;background-color:#d2e4fc;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-q5nx{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-i8gj{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-pu5d{font-size:16px;background-color:#409cff;color:#ffffff;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-boj3{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-aklt{font-size:16px;background-color:#ebf5ff;border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-6e2x{font-size:16px;background-color:#ffffc7;border-color:inherit;text-align:left;vertical-align:top}
</style>
<table class="tg" style="undefined;table-layout: auto; width: 100%">
<colgroup>
<col style="width: 77px">
<col style="width: 73px">
<col style="width: 70px">
<col style="width: 92px">
<col style="width: 70px">
<col style="width: 65px">
<col style="width: 79px">
<col style="width: 68px">
<col style="width: 65px">
<col style="width: 79px">
</colgroup>
<tr>
<th class="tg-q5nx" rowspan="2">Year</th>
<th class="tg-q5nx" colspan="3">Electrical Engineering</th>
<th class="tg-i8gj" colspan="3">Information Technology</th>
<th class="tg-pu5d" colspan="3">Overall</th>
</tr>
<tr>
<td class="tg-q5nx">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
<td class="tg-i8gj">Eligible</td>
<td class="tg-i8gj">Placed</td>
<td class="tg-i8gj">Higher<br> Studies</td>
</tr>
<tr>
<td class="tg-8269">2014-15</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">5</td>
<td class="tg-rph9">48</td>
<td class="tg-rph9">30</td>
<td class="tg-rph9">2</td>
<td class="tg-aklt">272</td>
<td class="tg-aklt">203</td>
<td class="tg-aklt">36</td>
</tr>
<tr>
<td class="tg-8269">2015-16</td>
<td class="tg-boj3">58</td>
<td class="tg-aklt">50</td>
<td class="tg-aklt">2</td>
<td class="tg-rph9">53</td>
<td class="tg-rph9">43</td>
<td class="tg-rph9">4</td>
<td class="tg-aklt">274</td>
<td class="tg-aklt">223</td>
<td class="tg-aklt">38</td>
</tr>
<tr>
<td class="tg-8269">2016-17</td>
<td class="tg-boj3">41</td>
<td class="tg-aklt">36</td>
<td class="tg-aklt">3</td>
<td class="tg-rph9">51</td>
<td class="tg-rph9">39</td>
<td class="tg-rph9">3</td>
<td class="tg-aklt">247</td>
<td class="tg-aklt">223</td>
<td class="tg-aklt">31</td>
</tr>
<tr>
<td class="tg-8269">2017-18</td>
<td class="tg-boj3">52</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">4</td>
<td class="tg-rph9">65</td>
<td class="tg-rph9">43</td>
<td class="tg-rph9">1</td>
<td class="tg-aklt">283</td>
<td class="tg-aklt">226</td>
<td class="tg-aklt">35</td>
</tr>
<tr>
<td class="tg-8269">2018-19</td>
<td class="tg-boj3">53</td>
<td class="tg-aklt">40</td>
<td class="tg-aklt">5</td>
<td class="tg-rph9">67</td>
<td class="tg-rph9">54</td>
<td class="tg-rph9">2</td>
<td class="tg-aklt">291</td>
<td class="tg-aklt">255</td>
<td class="tg-aklt">38</td>
</tr>
<tr>
<td class="tg-8269">2019-20</td>
<td class="tg-boj3">60</td>
<td class="tg-aklt">39</td>
<td class="tg-aklt">15</td>
<td class="tg-rph9">65</td>
<td class="tg-rph9">48</td>
<td class="tg-rph9">12</td>
<td class="tg-aklt">306</td>
<td class="tg-aklt">206</td>
<td class="tg-aklt">63</td>
</tr>
<tr>
<td class="tg-8269">2020-21</td>
<td class="tg-boj3">59</td>
<td class="tg-aklt">42</td>
<td class="tg-aklt">12</td>
<td class="tg-rph9">62</td>
<td class="tg-rph9">49</td>
<td class="tg-rph9">7</td>
<td class="tg-aklt">302</td>
<td class="tg-aklt">198</td>
<td class="tg-aklt">63</td>
</tr>
<tr>
<td class="tg-8269">2021-22</td>
<td class="tg-boj3">63</td>
<td class="tg-aklt">50</td>
<td class="tg-aklt">13</td>
<td class="tg-rph9">57</td>
<td class="tg-rph9">54</td>
<td class="tg-rph9">18</td>
<td class="tg-aklt">255</td>
<td class="tg-aklt">232</td>
<td class="tg-aklt">99</td>
</tr>
<tr>
<td class="tg-8269">2022-23</td>
<td class="tg-boj3">66</td>
<td class="tg-aklt">53</td>
<td class="tg-aklt">10</td>
<td class="tg-rph9">60</td>
<td class="tg-rph9">54</td>
<td class="tg-rph9">19</td>
<td class="tg-aklt">334</td>
<td class="tg-aklt">271</td>
<td class="tg-aklt">129</td>
</tr>
<tr>
<td class="tg-u2se" colspan="7">Total Students</td>
<td class="tg-6e2x">2572</td>
<td class="tg-6e2x">2024</td>
<td class="tg-6e2x">556</td>
</tr>
</table>
<!--
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;border-color:#9ABAD9;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:1px 1px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#9ABAD9;color:#444;background-color:#EBF5FF;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:1px 1px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#9ABAD9;color:#fff;background-color:#409cff;}
.tg .tg-shj9{font-size:18px;background-color:#b9c9fe;color:#ffffff;border-color:#000000;text-align:center;vertical-align:middle}
.tg .tg-0j0t{font-weight:bold;font-size:18px;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif !important;;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-y1pc{background-color:#D2E4FC;font-size:18px;border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-7jts{font-size:18px;border-color:inherit;text-align:center;vertical-align:top}
</style>
<table class="tg" align = "center"style="undefined;table-layout: fixed; width: 517px">
<colgroup>
<col style="width: 93px">
<col style="width: 101px">
<col style="width: 136px">
<col style="width: 74px">
<col style="width: 113px">
</colgroup>
<tr>
<th class="tg-0j0t">Year</th>
<th class="tg-0j0t">Registered<br> Students</th>
<th class="tg-0j0t">Placed Students</th>
<th class="tg-0j0t">Higher Studies</th>
<th class="tg-0j0t">Total</th>
</tr>
<tr>
<td class="tg-y1pc">2014-15</td>
<td class="tg-y1pc">272</td>
<td class="tg-y1pc">209</td>
<td class="tg-y1pc">36</td>
<td class="tg-y1pc">517</td>
</tr>
<tr>
<td class="tg-7jts">2015-16</td>
<td class="tg-7jts">274</td>
<td class="tg-7jts">226</td>
<td class="tg-7jts">38</td>
<td class="tg-7jts">538</td>
</tr>
<tr>
<td class="tg-y1pc">2016-17</td>
<td class="tg-y1pc">247</td>
<td class="tg-y1pc">218</td>
<td class="tg-y1pc">31</td>
<td class="tg-y1pc">496</td>
</tr>
<tr>
<td class="tg-7jts">2017-18</td>
<td class="tg-7jts">283</td>
<td class="tg-7jts">225</td>
<td class="tg-7jts">35</td>
<td class="tg-7jts">543</td>
</tr>
</table>
-->
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="vm" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Vision</h2><hr style="border-top:1px solid #0080D5;">
To provide quality placement to all eligible students.
</div>
</div>
</div>
</div>
</div>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Mission</h2><hr style="border-top:1px solid #0080D5;">
<ol> <li>To provide appropriate training to achieve highest possible percentage of placement <br/><br/>
<li>To establish a training model to develop practical and soft skills of students <br/><br/>
</div>
</div>
</div>
</div>
</div>
<div class="row sponsorship-detail">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Objectives of Training & Placement</h2><hr style="border-top:1px solid #0080D5;">
<div class="">
<div class="col-md-2" >
<div class="blk blk1"> <i class="pe pe-li-users pe-4x pe-icon"></i>
<h2>Counsel</h2>
<p>Counsel Students in developing / clarifying their academic & career interests.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-tool pe-4x pe-icon"></i>
<h2>Assist</h2>
<p>Assist Students in developing & implementing successful job search strategies </p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-unlock pe-4x pe-icon"></i>
<h2>Empower</h2>
<p>Empower the students with resources & activities to facilitate the career planning process.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-shield pe-4x pe-icon"></i>
<h2>Support</h2>
<p>Support Employers to achieve their hiring goals.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk blk1"> <i class="pe pe-li-target pe-4x pe-icon"></i>
<h2>Achieve</h2>
<p>Encourage students in obtaining final placements in reputed Firms.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="na" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement News</h2><hr style="border-top:1px solid #0080D5;">
<div class="col-md-3">
<div class="blk">
<h2> TCS placement </h2>
<p>Number of Students placed in TCS in 2017-2018 : 109 </p>
<a href="/placement_news/4" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
<div class="col-md-3">
<div class="blk">
<h2> INGRAM Placement </h2>
<p>Number of Students placed in INGRAM in 2017-2018 : 14 </p>
<a href="/placement_news/10" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
<div class="col-md-3">
<div class="blk">
<h2> Xoriant Placement </h2>
<p>Number of Students placed in Xoriant in 2017-2018 : 11 </p>
<a href="/placement_news/11" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Announcement</h2><hr style="border-top:1px solid #0080D5;">
<div class="col-md-3">
<div class="blk">
<h2 align="justify"> Campus Hiring 2019 , Shell India - SB... </h2>
<p align ="justify">https://www.shell.in/
Placement dr... </p>
<a href="/placement_announcement/1" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
<div class="col-md-3">
<div class="blk">
<h2 align="justify"> TCS Digital Recruitment </h2>
<p align ="justify">Placement drive at our college schedu... </p>
<a href="/placement_announcement/2" class="btn btn-default btn-yellow">read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="gr" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Student Code of Conduct</h2><hr style="border-top:1px solid #0080D5;">
<!-- <object class="displaypdf" data="" type="application/pdf" width="100%" height="600px">
<p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://www.fcrit.ac.in/cdn/guideline/1511265856-Rules.pdf">Download PDF</a>.</p>
</object>
-->
<p><h3><strong>Introduction:</strong></h3></p>
<p align="justify">The code of conduct for the training and placement students is applicable in two aspects in below mentioned points. The first aspect involves conduct of students during the training and registration for placement process. The second aspect involves the conduct of students during campus placement process.</p>
<p><h3><strong>Conduct for training and registration process</strong></h3></p>
<ol align="justify">
<li>Candidate should follow all the instructions provided by the Training and Placement Cell (TPC).</li>
<li>It is mandatory for students to register for the company to participate in the placement process of the company. Any Student not registered is not eligible for Placement opportunities.</li>
<li>Students interested in going for higher studies can give undertaking during registration process and request the TPC to not to register for the placement process.</li>
<li>Students have to provide their authentic personal details for completing registration in the placement portal. Attempts to deceive this will result into debarring from the placement process.</li>
<li>Attendance for the training sessions is compulsory and students having less than 75% attendance will be issued a warning. Further continuing of defaulter will result into debarring from the placement process.</li>
</ol>
<p> </p>
<p><h3><strong>Conduct during campus placement process</strong></h3></p>
<ol align="justify">
<li>Students have to follow guidelines as mentioned in the placement policy during orientation program at the beginning of academic year.</li>
<li>It is mandatory for all students appearing for any process of campus drive to come in formals. Full Sleeve shirts, formal pants, formal shoes and well-groomed for gents. For Girls - formal clothes, no party wear.</li>
<li>2 copies of resume and passport photos and pen pencil and calculator should be always available with the students appearing for placement process.</li>
<li>Students must keep their Identity Card with them at the time of Pre-Placement Talk (PPT) / Test /Group Discussion / Personal Interviews and produce the same when demanded by the visiting team or TPO staff.</li>
<li>Attendance in PPT is mandatory after registration, to be eligible for further placement process.</li>
<li>Students proceeding after the PPT for the next step in the selection process of a Company cannot quit in between. If a student quits in between the process, then he/she will be debarred and will not be allowed to appear in any other future placement event. Student has a fair chance to inform their decision of not continuing for the placement process to TPO, but final decision is with TPO.</li>
<li>All post job-offer communication between student and Company should be channelized only through the placement cell.</li>
<li>Direct communication with the company officials is Not Allowed.</li>
<li>For the Pool campus drives in other college or if the company conducts any round outside the campus, the students who have registered / selected should compulsorily participate in the process. Students remaining absent in such cases will be debarred for any further placement opportunities.</li>
<li>Any kind of misbehavior / complaints reported by the company officials will be taken seriously and if proven, the student will be debarred from future campus placements.</li>
<li>If student is blacklisted, then he/she can approach placement committee to make formal request for removal from blacklist.</li>
</ol>
</div>
<head>
<style>
.content-table {
border-collapse: collapse;
margin: 25px 0;
position:absolute;
top:15%;
left:18%;
font-size: 0.9em;
min-width: 400px;
border-radius: 5px 5px 0 0;
overflow: hidden;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.content-table thead tr {
background-color: #009879;
color: #ffffff;
text-align: left;
font-weight: bold;
}
.content-table th,
.content-table td {
padding: 12px 15px;
}
.content-table tbody tr {
border-bottom: 1px solid #dddddd;
}
.content-table tbody tr:nth-of-type(even) {
background-color: #f3f3f3;
}
.content-table tbody tr:last-of-type {
border-bottom: 2px solid #009879;
}
.content-table tbody tr.active-row {
font-weight: bold;
color: #009879;
}
</style>
</head>
<!--<table class="content-table">
<thead>
<tr>
<th style="text-align:center;">Rules</th>
</tr>
</thead>
<tbody>
<tr>
<td>Dream companies designated only by placement cell </td>
</tr>
<tr>
<td>Dream companies designated only by placement cell </td>
</tr>
</tbody>
-->
</table>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="ec" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Eligibility Criteria</h2><hr style="border-top:1px solid #0080D5;">
<object class="displaypdf" data="https://www.fcrit.ac.in/cdn/placementcriteria/1500403672-sample.pdf" type="application/pdf" width="100%" height="600px">
<p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://www.fcrit.ac.in/cdn/placementcriteria/1500403672-sample.pdf">Download PDF</a>.</p>
</object>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="po" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Officer</h2><hr style="border-top:1px solid #0080D5;">
<h3>Dr. Mahendra Rane<br/> <br/>
Mobile : 9819072834 <br/>
<hr style="border-top:1px solid #0080D5;">
<h4>Assistant Placement Officer</h4>
<h3>Prof. Deepak Devasagayam<br/> <br/>
Mobile : 9920827263<br/>
<br/>
<h3>Prof. Mritunjay Ojha<br/> <br/>
Mobile : 9987800789 <br/></br>
<hr style="border-top:1px solid #0080D5;">
Tel +91 22 2771000/27661924 extn 106 <br/> <br/>
E mail: placement@fcrit.ac.in </h3>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="pt" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<h2>Placement Team</h2><hr style="border-top:1px solid #0080D5;">
<object class="displaypdf" data="static_pdfs/FCRIT_Placement_team_2019-20.pdf" type="application/pdf" width="100%" height="600px">
<p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="static_pdfs/Teachingstaff.pdf">Download PDF</a>.</p>
</object>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="ps" style="margin: -20px 0px 0px 20px"> <br/>
<div class="row sponsorship-detail" style="padding:0 10px;">
<div class="col-md-12" style="text-align: center;">
<div class="row">
<div class="col-md-12" >
<div class="blk" style="text-align:left;">
<!-- <h2>Placement Statistics</h2><hr style="border-top:1px solid #0080D5;"> -->
<div class="main-container" style="padding-top: 0px;">
<div id="container1" style="min-width: 310px; height: 600px; margin: 0 auto">
<br><br><br>
<div style="border: solid 2px black; height: 300px; width: 300px; position: relative; left: 10px"> <h4>Statistical Data will come here!!</h4></div>
<div style="border: solid 2px black; height: 300px; width: 300px; position: relative; left: 400px; top: -300px"> <h4>Statistical Data will come here!!</h4></div>
<!-- <a href="/placements/statistics" class="btn btn-default btn-yellow">placement </a> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="main-container sponsor" style="padding-top:50px;border-top:1px solid #0080D5;"><!-- Main-container section -->
<!-- Sponsorship section -->
<!-- <div class="container">
<div class="row sponsorship-detail">
<div class="col-md-8">
<h1>Training and Placement</h1>
<p class="lead-font"> Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description Dummy Text For Description </p>
<hr>
<div class="row">
<div class="col-md-6">
<div class="blk">
<h2>Vision</h2>
<p>To provide quality placement to all eligible students.</p>
</div>
</div>
<div class="col-md-6">
<div class="blk">
<h2>Mission</h2>
<p><ol> <li>To provide appropriate training to achieve highest possible percentage of placement <br/><br/>
<li>To establish a training model to develop practical and soft skills of students <br/><br/>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="blk">
<h2>Column 3</h2>
<p>Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description Dummy Text For Column 3 Description </p>
</div>
</div>
<div class="col-md-6">
<div class="blk">
<h2>Column 4</h2>
<p>Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description Dummy Text For Column 4 Description </p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="sidebar-blk">
<img src="images/95.jpg"> <br/>
<h3 style="text-align: center; margin-top: 3px;">Placement Cell</h3> <br/> <br/>
<img src="images/95.jpg"> <br/>
<h3 style="text-align: center; margin-top: 3px;">Placement Activities</h3>
</div>
</div>
</div>
</div>-->
<!-- Sponsorship section ending-->
<!-- <div class="work">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 title">
<h1 >Objectives of Training & Placement</h1>
</div>
<div class="row">
<div class="col-md-2" >
<div class="blk"> <i class="pe pe-li-users pe-4x pe-icon"></i>
<h2>Counsel</h2>
<p>Counsel Students in developing / clarifying their academic & career interests.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-tool pe-4x pe-icon"></i>
<h2>Assist</h2>
<p>Assist Students in developing & implementing successful job search strategies </p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-unlock pe-4x pe-icon"></i>
<h2>Empower</h2>
<p>Empower the students with resources & activities to facilitate the career planning process.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-shield pe-4x pe-icon"></i>
<h2>Support</h2>
<p>Support Employers to achieve their hiring goals.</p>
</div>
</div>
<div class="col-md-2">
<div class="blk"> <i class="pe pe-li-target pe-4x pe-icon"></i>
<h2>Achieve</h2>
<p>Encourage students in obtaining final placements in reputed Firms.</p>
</div>
</div>
</div>
</div>
</div>
</div>-->
<div class="container">
<div class="">
<div class="row">
<div class="col-md-offset-2 col-md-8 title">
<h1>Companies on our Campus</h1>
<p>Some of the most reputed firms, who have recruited our students.</p>
</div>
<!--div class="client">
<div class="row">
<div id="owl-demo2" class="client-logo">
<div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229651-shell.jpg" title="Shell" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1423130527-petrofac.jpg" title="Petrofac" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1509096837-lnt.logo.jpg" title="LNT" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229676-LTILetssolve.png" title="LnT Infotech" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1423132484-atos.jpg" title="Atos" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://www.fcrit.ac.in/cdn/company/1482865273-TCS.Logo.jpg" title="TCS" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974333-logo.ingram.micro.png" title="Ingram Micro" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974349-xoriant.jpg" title="Xoriant" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974395-jacobs.png" title="Jacobs" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1526974412-nseitlogo.png" title="NSE IT" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229705-godrej.png" title="Godrej" style="margin-top: -100px;" alt="" /></div><div class="item col-md-3" style="height:100px;"><img src="https://fcrit.ac.in/cdn/company/1539229747-seleclogo.png" title="Selec " style="margin-top: -100px;" alt="" /></div>
</div>
</div>
</div-->
</div>
</div>
</div>
<!--div id="owl-demo" class="owl-carousel owl-theme">
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229651-shell.jpg" title="Shell" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1423130527-petrofac.jpg" title="Petrofac" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1509096837-lnt.logo.jpg" title="LNT" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229676-LTILetssolve.png" title="LnT Infotech" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1423132484-atos.jpg" title="Atos" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://www.fcrit.ac.in/cdn/company/1482865273-TCS.Logo.jpg" title="TCS" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974333-logo.ingram.micro.png" title="Ingram Micro" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974349-xoriant.jpg" title="Xoriant" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974395-jacobs.png" title="Jacobs" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1526974412-nseitlogo.png" title="NSE IT" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229705-godrej.png" title="Godrej" style="margin-top: -100px;" alt="" /></div>
</div>
<div class="owl-item">
<div><img src="https://fcrit.ac.in/cdn/company/1539229747-seleclogo.png" title="Selec " style="margin-top: -100px;" alt="" /></div>
</div>
</div-->
<!--trial-->
<div id="wrapper">
<div id="carousel">
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229651-shell.jpg" title="Shell" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1423130527-petrofac.jpg" title="Petrofac" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1509096837-lnt.logo.jpg" title="LNT" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229676-LTILetssolve.png" title="LnT Infotech" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1423132484-atos.jpg" title="Atos" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://www.fcrit.ac.in/cdn/company/1482865273-TCS.Logo.jpg" title="TCS" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974333-logo.ingram.micro.png" title="Ingram Micro" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974349-xoriant.jpg" title="Xoriant" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974395-jacobs.png" title="Jacobs" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1526974412-nseitlogo.png" title="NSE IT" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229705-godrej.png" title="Godrej" style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<div style="margin: 12px;">
<img src="https://fcrit.ac.in/cdn/company/1539229747-seleclogo.png" title="Selec " style="-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);" alt="" />
</div>
<!--div>
<img src="img/fruit2.png" alt="fruit2" width="200" height="200" />
<span>Mandarin</span>
</div>
<div>
<img src="img/fruit3.png" alt="fruit3" width="200" height="200" />
<span>Banannas</span>
</div>
<div>
<img src="img/fruit4.png" alt="fruit4" width="200" height="200" />
<span>Cherries</span>
</div>
<div>
<img src="img/fruit5.png" alt="fruit5" width="200" height="200" />
<span>Orange</span>
</div>
<div>
<img src="img/fruit6.png" alt="fruit6" width="200" height="200" />
<span>Melon</span>
</div>
<div>
<img src="img/fruit7.png" alt="fruit7" width="200" height="200" />
<span>Lemon</span>
</div>
<div>
<img src="img/fruit8.png" alt="fruit8" width="200" height="200" />
<span>Grapes</span>
</div>
<div>
<img src="img/fruit9.png" alt="fruit9" width="200" height="200" />
<span>Peach</span>
</div>
<div>
<img src="img/fruit10.png" alt="fruit10" width="200" height="200" />
<span>Pear</span>
</div>
<div>
<img src="img/fruit11.png" alt="fruit11" width="200" height="200" />
<span>Strawberry</span>
</div>
<div>
<img src="img/fruit12.png" alt="fruit12" width="200" height="200" />
<span>Melon</span>
</div-->
</div>
</div>
<!--trial end-->
</div>
<!-- Main-container ending -->
<script src="js/swiper.min.js"></script>
<script>
var swiper = new Swiper('.swiper101', {
slidesPerView: 1,
spaceBetween: 30,
loop: true,
autoplay: true,
autoplayspeed: 1000,
pagination: {
el: '.swiper-pagination',
clickable: true,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
</script>'
$scripts_for_layout = ''
$title_for_layout = 'Pages'
include - APP\View\Layouts\site.ctp, line 473
View::_evaluate() - CORE\Cake\View\View.php, line 954
View::_render() - CORE\Cake\View\View.php, line 916
View::renderLayout() - CORE\Cake\View\View.php, line 543
View::render() - CORE\Cake\View\View.php, line 487
Controller::render() - CORE\Cake\Controller\Controller.php, line 919
Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193
Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161
[main] - APP\webroot\index.php, line 105