-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
277 lines (229 loc) · 10.5 KB
/
index.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
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!DOCTYPE html>
<html>
<head>
<title>Bishops School</title>
<style>
* {
Margin: 0;
Padding: 0;
Border: 0;
}
.navbar {
background-color: #7d0101;
border: solid red 1px;
height: 100px;
}
.navbar ul li a {
text-decoration: none;
color: white;
font-size: 20px;
/* display: block; */
}
.navbar ul li {
display: inline-block;
margin-right: 30px;
}
.navbar ul li a:hover {
display: inline-block;
}
.navbar ul li:hover div {
display: block;
}
.navbar ul li div {
display: none;
}
.navbar ul {
list-style-type: none;
margin: 0;
padding: 0;
/* border: solid green 1px; */
float: left;
}
.con1 {
height: 65px;
width: 250px;
background-color: #dbdbdb;
/* margin-left: 70px; */
margin-top: 50px;
display: inline-block;
margin-right: 0px;
}
footer{
background-color: black;
color: white;
text-align: center;
padding: 3px;
margin-top: 50px;
height: 100px;
}
.foot{
float: right;
}
.hov{
cursor: pointer;
background-color: #7d0101;
}
</style>
</head>
<body>
<div class="navbar">
<div style="width: 10%; height: 100%; display: inline-block; float: left;"></div>
<div style="width: 20%; height: 100%; display: inline-block; float: left;">
<img src="./img/logo.png" height="90%" width="100%" />
</div>
<div style="display: inline-block; height: 100%; width: 60%; margin-top: 0px;">
<div style="display: inline-block; height: 70%; width: 100%;float: left;">
</div>
<ul>
<li><a href="default.asp">Home</a>
<div style="background-color: white;"> This is test</div>
</li>
<li><a href="news.asp">About Us</a></li>
<li><a href="contact.asp">Acadimics</a></li>
<li><a href="about.asp">Admission</a></li>
<li><a href="about.asp">Rules & Regulation</a></li>
<li><a href="about.asp">Careers</a></li>
</ul>
</div>
</div>
<div>
<img src="./img/img1.jpeg" width="100%" />
</div>
<marquee behavior="scroll" direction="left"
style="background-color: #D1BF54; height: 50px; border-radius: 5px; margin-left: 10px; margin-right: 10px;">
<article style="color: blue; padding-top: 15px; font-weight:bold ;">
ADMISSION FORMS FOR NURSERY WILL BE AVAILABLE ONLINE FROM <span style="color: red">NOVEMBER 1st TO 15th
DECEMBER 2023.</span>Nursery Admission for All locations and for both sessions. Check <span
style="color:skyblue;">Admission Notice</span> Page online.
</article>
</marquee>
<div style="height: 400px; ">
<div style="width: 250px; margin-left: 70px; display: inline-block; height: 100%; float: left;">
<div class="con1">
<img src="img/event.png" style="display: inline-block;">
<article style="display: inline-block;">Event Reports</article>
</div>
<div style="width: 100%; height: 100%; margin-top: 25px; display: inline-block;">
<div
style="background-color: #7d0101; color: white; height: 30px;text-align: center;padding-top: 6px;border-top-left-radius: 4px; border-top-right-radius: 4px; display: inline-block; width: 100%;">
Bishop's Online
</div>
<div
style="text-align: center; background-color: #efefef; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; display: inline-block;">
<br>
<input type="text" placeholder="Enter Username"
style="width: 90%; height: 30px; margin-bottom: 10px; margin-top: 10px; display: inline-block;">
<input type="password" placeholder="Enter password"
style="width: 90%; height: 30px; margin-bottom: 10px; display: inline-block;">
<br>
<br>
<br>
<!-- <div style="display: inline-block;"> -->
<input type="submit" value="Submit" class="hov"
style="height: 30px; width: 100px; background-color:#be2525; color: white; display: inline-block;" />
<br>
<br>
<!-- </div> -->
<div
style="background-color: #D1BF54; height: 30px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; color: white; padding-top: 10px; display: inline-block; width: 100%;">
For Students & Parents Only
</div>
</div>
</div>
</div>
<div style="width: 250px; margin-left: 70px; display: inline-block; height: 100%; float: left;">
<div class="con1";>
<img src="img/links.png" style="display: inline-block;">
<article style="display: inline-block;">Useful Links</article>
</div>
<div style="width: 100%; height: 100%; margin-top: 25px; display: inline-block;">
<div
style="background-color: #7d0101; color: white; height: 30px;text-align: center;padding-top: 6px;border-top-left-radius: 4px; border-top-right-radius: 4px; display: inline-block; width: 100%;">
<span>Exam Result</span>
</div>
<br>
<div style="background-color: #efefef;">
<ul style="margin-left: 20px;">
<br>
<li>ICSE-Camp</li>
<li>ICSE-KLN</li>
<li>ICSE-Undri</li>
<li>ISC</li>
</ul>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
<div
style="background-color: #D1BF54; height: 30px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; color: white; padding-top: 10px; display: inline-block; width: 100%;text-align: center;">
Click on above link for result
</div>
</div>
</div>
<div style="width: 250px; margin-left: 70px; display: inline-block; height: 100%; float: left;">
<div class="con1">
<img src="img/pic.png" style="display: inline-block;">
<article style="display: inline-block;">Photographs</article>
<div class="info1" style="width: 100%; height: 100%; margin-top: 25px;">
<div
style="background-color: #7d0101; color: white; height: 30px;text-align: center;padding-top: 6px;border-top-left-radius: 4px; border-top-right-radius: 4px; display: inline-block; width: 100%;">
<span>Opinion Counts!</span>
</div>
<br>
<div style="background-color: #efefef;">
<br>
<input type="checkbox"><label style="margin-left: 10px;">Excellent</label><br>
<input type="checkbox"><label style="margin-left: 10px;">Very Good</label><br>
<input type="checkbox"><label style="margin-left: 10px;">Good</label><br>
<input type="checkbox"><label style="margin-left: 10px;">Poor</label><br><br>
<div style="text-align: center;">
<input type="submit" value="Vote"
style="height: 30px; width: 100px; background-color:#be2525; color: white; display: inline-block;" />
</div>
<br>
<br><br>
<div
style="background-color: #D1BF54; height: 30px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; color: white; padding-top: 10px; display: inline-block; width: 100%;text-align: center;">
Rate our upgraded website
</div>
</div>
</div>
</div>
</div>
<div style="width: 250px; margin-left: 70px; display: inline-block; height: 100%; float: left;">
<div class="con1">
<img src="img/alumni.png" style="display: inline-block;">
<article style="display: inline-block;">Alumni</article>
<div class="info1" style="width: 100%; height: 100%; margin-top: 25px;">
<div
style="background-color: #7d0101; color: white; height: 30px;text-align: center;padding-top: 6px;border-top-left-radius: 4px; border-top-right-radius: 4px; display: inline-block; width: 100%;">
<article>Quote of the Day</article>
</div>
<br>
<div style="background-color: #efefef;">
<br>
<article>Talent does what it can; genius does what it must</article>
<br><br><br><br><br><br><br><br>
</div>
</div>
<br><br><br><br><br><br><br><br><br>
<div
style="background-color: #D1BF54; height: 30px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; color: white; padding-top: 10px; display: inline-block; width: 100%;text-align: center;">
Edward George Bulwer-Lytton
</div>
</div>
</div>
</div>
<footer>
<article>© Copyright 2014 Bishop's School</article>
<p class="foot" style="line-height: 1px">
Developed & designed by<br />
<a href="https://www.scmcpvt.com" target="_blank">
<img width="140px" height="85px" src="img/Scmc.png" /></a>
</p>
</footer>
</body>
</html>