-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollege.html
41 lines (39 loc) · 1.91 KB
/
college.html
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
<!DOCTYPE html>
<html>
<head>
<title>AIKTC</title>
<link rel="stylesheet" type="text/css" href="css/collegestyle.css">
</head>
<body>
<header>
<img id="logo" src="img/aiktc.png" />
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Admission</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">About</a></li>
</ul>
</nav>
</header>
<div id="content">
<aside id="left">
<div id="news">
<span>Latest News</span>
<ul>
<li>Commencement of Term 11 July 2016.</li>
<li>Last Date for Revaluation 02/08/2016</li>
<li>Gazzette Uploaded on the Website</li>
<li>Please take Provisional Admission as soon as Possible</li>
</ul>
</div>
</aside>
<aside id="right">
<p>The new Technical Campus named Anjuman-I-Islam´s Kalsekar Technical Campus at New Panvel (Navi Mumbai) has a clear vision and objective, in the quest for being an outstanding centre for learning and development of human resource, which is conducive to the fast changing national and international situations. It shall adhere to consistent policy to recruit highly qualified faculty members specialized in various domains of Engineering, Pharmacy, Architecture and Computer Applications.</p>
<p>The Technical Campus shall be committed to develop as a value and need based quality education provider in India and the state of Maharashtra in particular in multi disciplines and also to provide an integrated learning environment to enable students to grow towards their full potential and meet the high expectations of Industry and Society so as to evolve as a role model campus</p>
<blockquote cite="http://www.aiktc.org">Its ultimate goal is to produce qualified and competent manpower responsive to the changing needs of the society at the national and international levels.</blockquote>
</aside>
</div>
<footer>© All rights reserved AIKTC - Computer Engg Department</footer>
</body>
</html>