-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
353 lines (278 loc) · 7.46 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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<html>
<head>
<link rel="icon" href="https://firebasestorage.googleapis.com/v0/b/samr-d6593.appspot.com/o/Capture7.PNG?alt=media&token=65236591-3130-44d2-ae3a-7aad035d00ea">
<link href="https://fonts.googleapis.com/css?family=Nanum+Gothic" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ALUMNI OF STEPLAR UNIVERSITY </title>
<div class="header">
<img src="https://firebasestorage.googleapis.com/v0/b/samr-d6593.appspot.com/o/Capture7.PNG?alt=media&token=65236591-3130-44d2-ae3a-7aad035d00ea" height="115" width="115"></center>
<h3><font color="white">ALUMNI OF STEPLAR UNIVERSITY </font></h3><center>
<h3 class="b"><font color="white">(A Central University)<br></h3><h3 class="c">KUNDA PRATAPGARH UTTAR PRADESH INDIA
</div> </h3>
<style>
body{ background-color: #800000 }
.btn-group button {
border-radius: 1px;
background-color: BlanchedAlmond ;
border: none;
text-align: center;
font-size: 15px;
padding: 10px;
width: 110px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
align:center;
color: #800000
font-family: 'Nanum Gothic', sans-serif;
margin-top: 30px;
margin-left: 15px;
}
.btn-group:after {
content: "";
clear: both;
display: table;
}
.btn-group button:not(:last-child) {
border-right: none; /* Prevent double borders */
}
.btn-group button:hover {
background-color: #A9A9A9;
font-family: 'Nanum Gothic', sans-serif;
font-size: 16px;
}
.header h3{
font-size: 35px;
text-align: center;
font-family: 'Nanum Gothic', sans-serif;
margin-top: 30px;
margin-left:0px;
}
h3.b{
font-size: 25px;
margin-left: 110px;
font-family: 'Nanum Gothic', sans-serif;
margin-top: 0px;
}
h3.c{
font-size: 15px;
text-align: center;
font-family: 'Nanum Gothic', sans-serif;
margin-top: 0px;
margin-left: 100px;
}
h3.d{
font-size: 15px;
text-align: center;
color: white;
font-family: 'Nanum Gothic', sans-serif;
margin-top: 0px;
margin-left: 10px;
font-size: 30px;
}
marquee
{
color: white;
font-family: 'Nanum Gothic', sans-serif;
font-size: 25px;
}
.header img {
float: left;
width: 100px;
height: 100px;
}
}
* {box-sizing:border-box}
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
.mySlides {
display: none;
}
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -22px;
padding: 16px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #717171;
}
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: black;
color: white;
text-align: center;
}
span {
content: "\00A9";
}
</style>
<body>
<script>
function hom()
{ window.open("index.html","_self");}
function abou()
{ window.open("about.html","_self");}
function committe()
{ window.open("COMMITTEE.html","_self");}
function contac()
{ window.open("contact.html","_self");}
function member()
{ window.open("login2.php","_self");}
function log()
{ window.open("login.php","_self");}
function register()
{ window.open("register.php","_self");}
</script>
<center>
<div class="btn-group">
<button onclick="hom()">HOME</button>
<button onclick="abou()">ABOUT</button>
<button onclick="committe()">COMMITTEE</button>
<button onclick="contac()">CONTACT</button>
<button onclick="member()">MEMBERS</button>
<button onclick="log()">LOG IN</button>
<button onclick="register()">REGISTER</button>
</div>
</center>
<br><br><br>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-4647574080008015",
enable_page_level_ads: true
});
</script>
</head>
<body>
<!-- Slideshow container -->
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext">1 / 4</div>
<img src="https://firebasestorage.googleapis.com/v0/b/result-f470c.appspot.com/o/y.jpg?alt=media&token=7db8667c-2055-4050-9f9f-9e946dbf563d" style="width:100%" height="80%">
<div class="text">Alumnies Group Photo In E-Classroom</div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 4</div>
<img src="https://firebasestorage.googleapis.com/v0/b/result-f470c.appspot.com/o/q.jpg?alt=media&token=08ea2f53-dd28-43e4-9efd-304ac5fb46fa" style="width:100%" height="80%">
<div class="text">Alumnies in CSE Dep.</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 4</div>
<img src="https://firebasestorage.googleapis.com/v0/b/result-f470c.appspot.com/o/x.jpg?alt=media&token=b00181bb-9b21-4b3e-b5b8-e723e5c8cad6" style="width:100%" height="80%">
<div class="text">Alumnies in CSE Dep.</div>
</div>
<div class="mySlides fade">
<div class="numbertext">4 / 4</div>
<img src="https://firebasestorage.googleapis.com/v0/b/result-f470c.appspot.com/o/p.jpg?alt=media&token=544e87e7-d265-4503-b894-bc3d7af13cb4" style="width:100%" height="80%">
<div class="text">Alumnies in CSE Dep.</div>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
</div>
<script>
var slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
}
</script>
<br><br>
<h3 class="d">E-Notice</h3>
<marquee behavior="scroll" direction="down" scrollamount="1">Website is under maintenance</marquee>
<br><br><br>
<marquee behavior="scroll" direction="down" scrollamount="1">Old registered alumni can not be login for sometime</marquee>
</body>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div class="footer">
<p>All Copy Right Reserved <span>©</span> STEPLAR UNIVERSITY</p>
</div>
</html>