-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcec.html
More file actions
73 lines (67 loc) · 3.37 KB
/
Copy pathcec.html
File metadata and controls
73 lines (67 loc) · 3.37 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>College of Engineering, Chengannur</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="nav navbar-header">
<a href="#"><img src="logo.jpg"></a>
</div>
<div>
<ul class="nav navbar-nav" style="padding-left: 25px">
<li class="active "><a href="#">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Departments <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Electronics Engineering</a></li>
<li><a href="#">Computer Engineering</a></li>
<li><a href="#">Electrical Engineering</a></li>
<li><a href="#">General Engineering</a></li>
<li><a href="#">Applied Sciences</a></li>
</ul>
</li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a><li>
</ul>
</div>
</div>
</nav>
<div class = "container">
<img src="college.jpg" class="img-responsive">
<br>
<p>
College of Engineering, Chengannur being located in Chengannur town, Alleppey district is a premier institute of engineering that has carved a niche for itself in the field of technical education in a very short span of time. Since its inception in 1993, under the aegis of IHRD, approved by AICTE and recognized by CUSAT, the college has made its presence felt in the technical horizon of the state.
</p>
<p>
The college offers Under Graduate programmes in Computer Science & Engineering (CSE), Electronics & Communication Engineering (ECE), Electrical & Electronics Engineering (EEE) and Electronics & Instrumentation Engineering (EIE). The Masters Degree Programmes offered by the college are M. Tech. (Electronics) with specialization in VLSI & Embedded System & M .Tech (Computer Science) with specialization in Image Processing.
</p>
<div id="notifications">
<div class="well">
<h4>Notifications</h4>
<br>
<div class="alert alert-info fade in">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
CECians make us proud again with the ever highest record of 226 job offers and 220 placements
</div>
<div class="alert alert-info fade in">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
Inter-Collegiate Transfer B.Tech Course
</div>
<div class="alert alert-info fade in">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
Faculty development programmes organized by IHRD :: " Recent Trends in Robotics " on 17 Oct 2016 to 21 Oct 2016
</div>
<div class="alert alert-info fade in">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
Caution Deposit disbursement of out going 2016 Batch
</div>
</div>
</body>
</html>