-
Notifications
You must be signed in to change notification settings - Fork 3
/
index1.html
75 lines (66 loc) · 2.82 KB
/
index1.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
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
<html>
<head>
<style>
ul {
float: left;
width: 100%;
padding: 0;
margin: 0;
list-style-type: none;
}
body{background-color: darkgoldenrod;}
a.cd {
float: left;
width: 8em;
text-decoration: none;
color: white;
background-color: grey;
padding: 0.2em 0.6em;
border-right: 1px solid white;
}
a.cd:hover {background-color: #ff3300;}
li {display: inline;}
</style>
<style>
div{
background-color: #e0ebeb;
height: 450px;
}
</style>
</head>
<body>
<img src="Untitled.png" alt="some_text" height="13%" width="100%">
<ul>
<li><a class="cd" href="index.html">Home</a></li>
<li><a class="cd" href="index1.html">About us</a></li>
<li><a class="cd" href="index2.html">Academics</a></li>
<li><a class="cd" href="index3.html">Fee</a></li>
<li><a class="cd" href="index4.html">Admissions</a></li>
<li><a class="cd" href="index5.html" >Career</a></li>
<li><a class="cd" href="index6.html" >Register</a></li>
<li><a class="cd" href="index7.html" >Login</a></li>
<li><a class="cd" href="index8.html" >Admin Login</a></li>
</ul>
<style>h1
{
color : blue;
}
footer {
position : absolute;
background-color: white;
bottom : 0px;
height : 100px;
margin-top : 0;
}</style>
<title>
About ABC group of institution</title>
<div>
<h1 >ABC Group of Institutions</h1>
<p>ABC Kanpur has been established in year 1991 by the sincere efforts of our chairman Mr. Basu with a view for making it a leading group of colleges to become a Centre of Excellence with focus on Research and Development and Incubation in the field of Engineering & Technology, Basic & Applied Sciences, Humanities, Social Science & Management Architecture and other professional courses. ABC aims to promote studies, research & innovation in Engineering areas of higher education, to enhance skill development through continuing education programme and knowledge and to achieve excellence in higher Technical education.</p>
<p>On academic front, the College is running six Undergraduate Programmes in Chemical Engineering, Civil Engineering, Computer Science & Engineering, Electrical Engineering, Electronics Engineering and Mechanical Engineering . In view of the emerging need of the time, the College is planning to start number of Programmes at Undergraduate and Post Graduate level in the near future.</p>
<p>The college provides a congenial environment for the holistic growth and all round development of the students such that they become globally acceptable personalities with communication skills, proper attitudes, aptitudes, problem solving capabilities and to work as a team.
</p>
</div>
<footer><img src="Untitled2.png" alt="some_text" height="100%" width="100%"></footer>
</body>
</html>