forked from narendrashetty/Cmrit-Mca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
admission.php
109 lines (88 loc) · 3.44 KB
/
admission.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Admission</title>
<!-- Le styles -->
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<script src="js/jquery-1.7.1.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/tms-0.4.1.js"></script>
<script src="js/jcarousellite.js" type="text/javascript"></script>
<script src="js/slider-dropdown.js"></script>
<link href='http://fonts.googleapis.com/css?family=Voltaire' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
</head>
<body id="p2">
<div class="container">
<header>
<div class="head-content">
<div class="row-fluid">
<div class="span9 pull-right nav-align">
<ul class="nav nav-pills nav-property">
<li><a href="index.php">Home</a></li>
<li id="about" class="active"><a href="#" class="account">about us</a>
<div class="submenu">
<ul class="root">
<li ><a href="about.php">Vision</a></li>
<li ><a href="about.php">Mission</a></li>
<li ><a href="about.php">About Department</a></li>
<li ><a href="about.php">Our Staffs</a></li>
<li ><a href="course.php">Course Details</a></li>
<li><a href="admission.php">Admission</a></li>
<li ><a href="contact.php">Contact Us</a></li>
</ul>
</div>
</li>
<li id="beyond"><a href="#" class="account">Beyond Syllabus</a>
<div class="submenu">
<ul class="root">
<li ><a href="lifeskill.php">Life Skills</a></li>
<li ><a href="extra.php">Extra Curricular</a></li>
<li ><a href="counseling.php">Counseling</a></li>
<li ><a href="guest.php">Guest Lectures</a></li>
<li ><a href="icp.php">ICP Process</a></li>
<li ><a href="newsletter.php">NewsLetter</a></li>
<li ><a href="social.php">Social Concern</a></li>
<li ><a href="technical.php">Technical Fest</a></li>
</ul>
</div>
</li>
<li><a href="placement.php">Placement</a></li>
<li><a href="research.php">Research Initiatives</a></li>
<li><a href="achievements.php">Achievements</a></li>
<li><a href="alumni.php">Alumni</a></li>
</ul>
</div>
<div class="span2 pull-left logo-align">
<img src="images/logo-small.png" />
</div>
</div>
</div>
</header>
<div class="mca">
Department Of <span style="color:#a6b032;"> MCA</span>
</div>
<div class="content">
<div class="span10">
<h2>Admission</h2>
<hr />
<p>
The selection is based on the CET ( Karnataka Management Aptitude Test) for filling up the seats of Government quota in the institute. </p>
<p>For the Management quota, the selection is based on the score obtained by the student in any of the tests like PGCET and the aggregate percentage marks obtained in the qualifying degree examination. </p>
<p>The minimum prescribed eligibility criteria by VTU and STATE GOVT OF KARNATAKA will be strictly adhered to.</p>
<div class="clear"></div>
</div>
</div>
<footer>
<div class="container_12">
<div class="span8">
All Rights Reserved ©
</div>
</div>
</footer>
</div> <!-- /container -->
</body>
</html>