-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnba.php
123 lines (112 loc) · 5.05 KB
/
nba.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="main.css">
<script type="text/javascript" src="date_time.js"></script>
</head>
<body>
<div class="topDiv">
<div class="imageLeft">
<img src="round.png" />
</div>
<div id="asideCont">
<h2>BVC Engineering College, Odalarevu</h2>
<h3>Affiliated To JNTUK, Kakinada</h3> Accredited By NBA New Delhi and NAAC With 'A' Grade<br> Approved By AICTE, New Delhi<br> Established in 1997<br><br>
</div>
<div class="imageRight">
<span id="date_time"></span>
<script type="text/javascript">
window.onload = date_time('date_time');
</script>
<img src="group.png" />
</div>
</div>
<div class="clear"></div>
<ul class="menu">
<li><a class="active" href="index.php">Home</a></li>
<li><a href="contact.php">Contact</a></li>
<li><a href="About.php">About Us</a></li>
<li><a href="vision.php">Vision & Mission</a></li>
<li><a href="#">Management</a>
<ul class="submenu">
<li><a href="founderchairman.php">Founder-Chairman</a></li>
<li><a href="secretary.php">Secretary</a></li>
<li><a href="chairman.php">Chairman</a></li>
<li><a href="vicechairman.php">Vice-Chairman</a></li>
</ul>
</li>
<li><a href="principal.php">Principal</a></li>
<li><a href="#">Faculty</a>
<ul class="submenu1">
<li><a href="st_table.php">CSE</a></li>
<li><a href="#">CE</a></li>
<li><a href="#">ME</a></li>
<li><a href="#">EEE</a></li>
<li><a href="#">ECE</a></li>
</ul>
</li>
<li><a href="stlo.php">Students</a></li>
<li><a href="#"> Departments</a>
<ul class="submenu1">
<li><a href="Department.php">CSE</a></li>
<li><a href="civil.php">CE</a></li>
<li><a href="mech.php">ME</a></li>
<li><a href="eee.php">EEE</a></li>
<li><a href="ece.php">ECE</a></li>
</ul>
</li>
<li><a href="#">Accredition</a>
<ul class="submenu1">
<li><a href="naac.php">NAAC</a></li>
<li><a href="nba.php">NBA</a></li>
<li><a href="pio.php">PIO</a></li>
</ul>
</li>
<li><a href="help.php">Help</a></li>
</ul>
<div class="bodyDiv">
<div class="forAside" style="margin-top:-7px;">
<aside id="buttonsAside">
<form class="navBar">
<nav id="navigationBar">
<ul class="sideBar">
<li><a href="acadamic.php">Academics</a></li>
<li><a href="administration.php">Administration</a></li>
<li><a href="bvcnews.php">BVC News</a></li>
<li><a href="forthcoming.php">Forthcoming Event</a></li>
<li><a href="sms.php">SMS to Parents/Students</a></li>
<li><a href="recuriment.php">Recruitment</a></li>
<li><a href="proffesional.php">Professional Body</a></li>
<li><a href="project.php">Projects</a></li>
<li><a href="deplib.php">Department Library</a></li>
<li><a href="training.php">Training</a></li>
<li><a href="games.php">Games And Sports</a></li>
<li><a href="placements.php">Placement</a></li>
<li><a href="feedback.php">Feedback to College</a></li>
<li><a href="alumini.php">Alumini</a></li>
<li><a href="notice.php">Notices & Circulars</a></li>
</ul>
</nav>
</form>
</aside>
</div>
<center>
<div class="container">
<h1>NBA</h1>
<p>
The National Board of Accreditation (NBA), India was established by AICTE (All India Council of Technical Education) as an autonomous body under section 10(u) of AICTE act, 1994 for periodic evaluations of technical institutions & programmes basis according to specified norms and standards as recommended by AICTE council. It has the full authority to recognise or derecognise institutions and programmes under them. It is the only authorized body in India entrusted with the task of undertaking accreditation of technical education programmes.s</p>
<br><br>
<img src="picsPage/nba.jpg" style="width:50%; height:50%;" />
</div>
</center>
<br>
<br>
<br>
</div>
<footer id="footer">
<h4 id="left">Copyright ©</h4>
<h4 id="right">BVCEC</h4>
</footer>
</body>
</html>