-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprincipal.html
More file actions
212 lines (201 loc) · 7.57 KB
/
principal.html
File metadata and controls
212 lines (201 loc) · 7.57 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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html>
<head>
<title>About Us | Indira Gandhi Jr College</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body{
padding: 0px;
margin: 0px;
}
.header{
background-color: #002147;
margin: 0;
padding: 0;
border: 0;
color: whitesmoke;
height: 100px;
width: 100%;
}
.header h1{
font-weight: 400;
font-size: 45px;
margin: 0;
padding-top: 20px;
}
.header #logo{
float: left;
border: 0;
padding: 0;
margin: 0;
margin-right: 70px;
}.navbar{
overflow: hidden;
background-color:rgb(245, 242, 230);
display: flex;
justify-content: center;
}
.navbar a {
float: left;
font-size: 22px;
font-weight: 500;
color: darkblue;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar a:not(.active):hover{
background-color:powderblue;
}
#active{
background-color: lightskyblue;
color:darkblue !important;
}
.activelink{
background-color: powderblue !important;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropbtn {
font-size: 22px;
font-weight: 500;
border: none;
outline: none;
color: darkblue;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:not(.activelink):hover {
background-color: #ddd !important;
border: none !important;
}
.dropdown:hover .dropdown-content {
display: block;
}
.footer{
background-color: #002147;
color: whitesmoke;
padding-left: 300px;
height:max-content;
font-size: 25px;
}
.footer i{
color: white;
border: 2px solid #2b5788;
border-radius: 5px;
font-size: 30px;
text-align: center;
height: 50px;
width: 50px;
padding-top: 9px;
margin-bottom: 16px;
}
.footer i:hover{
background-color:goldenrod;
color: #002147;
border: 2px solid goldenrod;
}
marquee{
background-color: #002147;
color:wheat;
padding: 5px;
margin:0 100px;
}
.scroll{
background-color: #002147;
}
.content{
padding: 70px;
display: flex;
flex-direction: row;
}
.content p{
font-size: 16px;
line-height: 1.6;
}
.col img{
float: left;
margin-top: 60px;
margin-bottom: 40px;
}
.col{
margin: 20px;
}
.col h1{
border-bottom:5px double gold;
}
</style>
</head>
<body>
<div class="header">
<img src="logo.png" alt="" height="100px" width="120px" id="logo">
<h1>Indira Gandhi College Of Arts,Commerce & Science</h1>
</div>
<div class="scroll">
<marquee>
Indira Gandhi Junior College of Arts, Commerce and Science welcomes all Students and Parents for 2022! A new entity from the IGJC Education Society, our infrastructure, teaching staff, facilities and extra-curricular activities are all among the best in Solapur city.
We are born out of the noble visions of its promoters for creating a new generation with high degree of basic values. .
</marquee>
</div>
<div class="navbar">
<a href="index.html">Home</a>
<div class="dropdown">
<button class="dropbtn" id="active">About Us
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="introduction.html">Intoduction</a>
<a href="president.html">President's Message</a>
<a href="principal.html" class="activelink">Principal's Message</a>
<a href="director.html">Director's Message</a>
</div>
</div>
<a href="admission.html">Admission</a>
<a href="facilities.html">Facilities</a>
<a href="courses.html">Courses</a>
<a href="gallery.html">Gallery</a>
<a href="contact.html">Contact</a>
</div>
<div class="content">
<div class="col">
<img src="principal.png" alt="" height="350px" width="400px">
<h2 style="text-align: center; margin-top: 30px; padding-top: 30px;">Mr. Prem Goswami</h2>
<p style="font-family: cursive; line-height:0; text-align:center; margin-top: 0; padding-top: 0;">Principal</p><br>
<p style="font-family: cursive; font-weight:bold; line-height:0; text-align:center; margin-top: 0; padding-top: 0;">Indira Gandhi Junior College</p>
</div>
<div class="col">
<h1>Principal's Message</h1>
<p>Dear Students, <br>gives me pride and satisfaction to lead the institution with multifarious activities, full of youthful energy, great reservoir of talent and many creative ideas. Moreover I take that, these events are not merely in one direction but in multi-forum ones. I really feel proud to belong to such an institution and to be one of the mentor of so many talents, together. </p>
<p>I now implore that my talented students will equally manifest their worth in the skill of communication, the aptitude of expression, the art of elucidation and the science of articulation. This Young Expression, we have brought out only to seize their talents on pages of this house journal, so that, we could confidently espouse them to any challenging forum, be it within the four corners of the country or in the wide open world. </p>
<p>This edition makes a point to be mouthpiece as it carries out a clear picture, which reflects the various activities and programme conducted under the inspiring leadership of Dr. Anupaglam, Founder-President. My sincere thanks to our Director Mrs. Deepali Hotkar who has not only guided all of us but had an active participation in all our college activities. The valuable co-operation extended by the officials, all department heads and the hard work & sincerity of all committees and staff members has alone led to successful working of our college. I extend my heartfelt thanks to all of them. With my warm wishes to you all.</p>
</div>
</div>
<div class="footer">
<code style="text-align: center !important;">• • • © 2022 IGJC all rights reserved. • • •</code><br>
<a href="mailto:bhaveshgudlani716@gmail.com" style="margin-left: 150px;"><i class="fa fa-envelope"></i></a>
<a href="https://facebook.com"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com"><i class="fa fa-twitter"></i></a>
<a href="https://web.whatsapp.com"><i class="fa fa-whatsapp"></i></a>
</div>
</body>
</html>