-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactfinal.html
254 lines (233 loc) · 5.55 KB
/
contactfinal.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
<html>
<head>
<title>CONTACT</title>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script type = "text/javascript">
<!--
function sayHello() {
alert("Do you want to submit the form?")
}
//-->
</script>
<style>
p.top{
margin-top:50px;
padding:10px 10px 10px 570px;
border-style:solid;
border-width:2px 2px 2px 2px;
background-color:lightgrey;
font-size:50;
align:middle;
font-family: 'Montserrat', sans-serif;
outline: #000066 solid 5px;
}
p.head{
font-family:'Open Sans', sans-serif;
margin-left:250px;
margin-bottom:20px;
font-size:40;
color:#000066;
font-weight:bold;
}
body{
background-image:url("https://tekmonks.com/sites/all/themes/tekmonks/images/Healthcare-solution.png");
background-repeat:no-repeat;
background-size:cover;
z-index:-100;
}
table{
background-image:url("http://sammy.it.student.pens.ac.id/eepiscure-web/paralax2.jpg");
font-family:'Oswald', sans-serif;
letter-spacing:3px;
font-weight:bold;
color:#4d0026;
height:750px;
}
form.submit{
margin-left:300px;
width:400px;
height:100px;
cursor:pointer;
}
.ul1{
position: fixed !important;
top: 0 !important;
z-index: 500;
}
.ul1 li{
width:220px;
height:50px;
font-size:25px;
border-width:2px;
line-height:50px;
text-align:center;
border-radius:10px;
background:linear-gradient(#252d80,#313e78);
color:white;
list-style:none;
float:left;
margin-right:10px;
z-index: 1;
}
.ul1 li a{
text-decoration:none;
color:white;
font-family:Times New Roman;
z-index: 1;
}
.ul1 li a:hover{
background-color:#3e558a;
display:block !important;
z-index: 1;
}
.ul1 li ul {
list-style:none;
display:none;
z-index: 1;
background-color:green;
}
.ul1 li ul li{
font-size:20px;
display:block;
border-radius:10px;
height:50px;
line-height:50px;
padding:10px 0 10px 0 ;
border:1px solid white;
margin-left:-39px;
z-index: 1;
}
.ul1 li:hover ul{
display:block;
z-index: 1;
}
.column{
float:left;
margin-left:50px;
}
.row::after{
content: "";
clear: both;
display:table;
}
#copyright{
background-color:black;
color:white;
height:100px;
max-width:100%;
margin-left:0;
margin-right:0;
padding-left:50px;
padding-top:10px;
font-size:12px;
}
#c
{
float:right;
height:80px;
width:145px;
margin-right:20px;
}
</style>
</head>
<body>
<ul class='ul1'>
<li><a href=file:///C:/Users/Veenu/Desktop/projectdatabase.htm>HOME</a></li>
<li><a href=#about>ABOUT US</a>
<ul>
<li><a href=aboutus.htm>Introduction</a></li>
<li><a href=rules.html>Rules & Regulation</a></li>
<li><a href=staffinfo.htm>Staff info</a></li>
</ul>
</li>
<li><a href=departments.htm>DEPARTMENTS</a></li>
<li><a href=login.htm>APPOINTMENT</a>
</li>
<li><a href=#events>EVENTS</a>
<ul>
<li><a href=#conference>Conference </a></li>
<li><a href=file:///C:/Users/Veenu/Downloads/events.html>Upcoming Events</a></li>
</ul>
</li>
<li><a href=contactfinal.html>CONTACT US</a></li>
<li><a href=emergency.php>EMERGENCY</a></li>
</ul>
<br><br><br>
<p class="top">
CONTACT US                         <i class="fab fa-whatsapp"></i>
 <i class="fab fa-facebook"></i>
 <i class="fas fa-envelope"></i>
</P>
<div class="row">
<div class="column">
<p class="head"><b>Personal Info</b></p>
<p style="border:2px solid #95B9C7; padding:10px;" class="content"><table border="0" cellpadding="2"><b>
<tr>
<td>FIRSTNAME:</td>
<td><input type="text"></td>
</tr>
<tr>
<td>SURNAME:</td>
<td><input type="text"></td>
</tr>
<tr>
<td>AGE:</td>
<td><input type="text"></td>
</tr>
<tr>
<td>D.O.B.:</td>
<td><input type="date"></td>
</tr>
<tr>
<td>GENDER:</td>
<td><form><input type="radio" name="gender">Male
<input type="radio" name="gender">Female</form></td>
</tr>
<tr>
<td>EMAIL:</td>
<td><input type="text">
</td>
<tr><td>CONTACT NO.</td>
<td><input type="text"></td>
</tr>
<tr>
<td>UPLOAD YOUR PHOTOGRAPH(optional)</td>
<td><form><input type="file" name="fileupload" acccept="image/*" />
</form></td>
</tr></b>
</table>
<form class="submit">
<input type="button" onclick = "sayHello()" value = "SUBMIT" />
</form>
</p>
</div>
<div style="float:right; margin-right:70px;" class="column">
<p class="head" style="margin-right:120px;"><b>University Hospital Ltd.</b></p>
<div class="right"; style="border:2px solid #95B9C7; ">
<pre style="font-family:sans-serif; color:#151B54; text-align:right; padding-right:40px; font-size:17px;">
<b>
Tower A, Unitech Business Park,
Block - F, South City 1, Sector - 41,
Gurgaon, Haryana - 122001
Contact Numbers - +91 124 4921021, +91- 124 4921071, +91 124 4921033
Fax number - +91 124 492 1041
For general/business related queries contact: [email protected]
For investors related queries contact: [email protected]
For international patient queries contact: [email protected]
</b>
</pre>
<iframe style="padding:10px 10px 10px 10px;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3502.3747533432165!2d77.37044151495226!3d28.61852838242339!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390ce55c27929add%3A0xadcafd8914259690!2sFortis%20Hospital%2C%20Noida!5e0!3m2!1sen!2sin!4v1573974989366!5m2!1sen!2sin" width="780" height="370" frameborder="0" allowfullscreen=""></iframe></pre>
</div>
</div>
</div>
<div id="copyright">
<img id="c" src="https://www.ffdistantworlds.com/wp-content/uploads/2019/02/fti-featured-825x414-300x151.jpg">
<p style="float:left;">
<br>
Privacy Policy | Gifting Policy | Online payment & refund policy | Terms & Conditions | Sitemaps
<br>
©2019 University Hospital.Copyright.All rights Reserverd.
</p>
</div>
</body>
</html>