-
Notifications
You must be signed in to change notification settings - Fork 3
/
contact.html
159 lines (143 loc) · 3.55 KB
/
contact.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
<html>
<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">
<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>
<h3 class="b"><font color="white">(A central University)<br></h3><h3 class="c">KUNDA PRATAPGARH UTTAR PRADESH INDIA</font></h3>
</div>
<style>
body{
background-color: #800000;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: black;
color: white;
text-align: center;
}
span {
content: "\00A9";
}
.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: 10px;
}
.btn-group:after {
content: "";
clear: both;
display: table;
}
.btn-group button:not(:last-child) {
border-right: none;
}
.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-color: BlanchedAlmond;
font-family: 'Nanum Gothic', sans-serif;
margin-top: 30px;
margin-left:0px;
}
h3.b{
font-size: 15px;
text-align: center;
font-color: BlanchedAlmond;
font-family: 'Nanum Gothic', sans-serif;
margin-top: 0px;
}
h3.c{
font-size: 15px;
text-align: center;
font-color: BlanchedAlmond;
font-family: 'Nanum Gothic', sans-serif;
margin-top: 0px;
margin-left: 100px;
}
.header img {
float: left;
width: 100px;
height: 100px;
}
h5{
font-size: 30px;
text-align: left;
font-color: BlanchedAlmond;
font-family: 'Nanum Gothic', sans-serif;
margin-left: 30px;
}
p{
margin-left: 100px;
font-size: 18px;
font-family: 'Nanum Gothic', sans-serif;
line-height: 1;
}
}
</style>
<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>
<body>
<h5 class="c"><font color="white">CONTACT US</h3></font>
<p><font color="white">DR.SAURABH SINGH <br>
(Teacher Member Of Cell)<br><br>
DEPARTMENT OF INFORMATION TECHNOLOGY,<br><br>
ALUMNI OF STEPLAR UNIVERSITY,<br><br>
KUNDA PRATAPGARH UTTAR PRADESH INDIA<br><br>
EMAIL : STEPLAR UNIVERSITY@gmail.com<br><br>
LAND LINE : 08230454<br><br>
Mobile No : 025280380</p></font>
</head>
<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>
</BODY>
</html>