-
Notifications
You must be signed in to change notification settings - Fork 105
/
registration.html
355 lines (305 loc) · 9.52 KB
/
registration.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
354
355
<!DOCTYPE html>
<html>
<head>
<title> Unity Hospital | Registration </title>
<!-- Web Fonts -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=cyrillic,latin">
<!-- CSS Global Compulsory -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<!-- CSS Header and Footer -->
<link rel="stylesheet" href="assets/css/header.css">
<link rel="stylesheet" href="assets/css/footer.css">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="assets/plugins/line-icons-pro/styles.css">
<link rel="stylesheet" href="assets/plugins/line-icons/line-icons.css">
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.min.css">
<!-- CSS Customization -->
<link rel="stylesheet" href="assets/css/custom.css">
</head>
<body>
<div class="wrapper">
<!--=== Header v1 ===-->
<div class="header-v1">
<!-- Topbar -->
<div class="topbar-v1">
<div class="container">
<div class="row">
<div class="col-md-6">
<ul class="list-inline top-v1-contacts">
<li>
<i class="fa fa-envelope"></i> Email: unityhospital@gmail.com
</li>
<li>
<i class="fa fa-phone"></i> Contact no : 88666 00555
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End Topbar -->
<!-- Navbar -->
<div class="navbar mega-menu" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="res-container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">
<a href="index.html">
<img src="assets/img/logo/unity_white.jpg" alt="Logo">
</a>
</div>
</div><!--/end responsive container-->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-responsive-collapse">
<div class="res-container">
<ul class="nav navbar-nav">
<!-- Collect the nav links, forms, and other content for toggling -->
<!-- Home -->
<li class="mega-menu-fullwidth">
<a href="index.html" >
HOME
</a>
</li>
<!-- End Home-->
<!-- About Us -->
<li class="mega-menu-fullwidth">
<a href="about.html" >
ABOUT US
</a>
</li>
<!-- End About us -->
<!-- Doctors -->
<li class="mega-menu-fullwidth">
<a href="doctors.html" >
DOCTORS
</a>
</li>
<!-- End Doctors -->
<!-- Gallery -->
<li class="mega-menu-fullwidth">
<a href="gallery.html" >
GALLERY
</a>
</li>
<!-- End Gallery -->
<!-- Blog -->
<li class="mega-menu-fullwidth">
<a href="blog.html" >
BLOGS
</a>
</li>
<!-- End Blog -->
<!-- Contact Us -->
<li class="mega-menu-fullwidth">
<a href="contact.html" >
CONTACT US
</a>
</li>
<!-- End Contact us -->
<!-- Registration -->
<li class="mega-menu-fullwidth">
<a href="registration.html" >
REGISTRATION
</a>
</li>
<!-- End registration -->
<!-- login -->
<li class="mega-menu-fullwidth">
<a href="login.html" >
LOGIN
</a>
</li>
<!-- End login -->
<!-- Appointment -->
<li class="mega-menu-fullwidth">
<a href="appointment.html">
BOOK APPOINTMENT
</a>
</li>
<!-- End Appointment -->
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Navbar -->
<!-- Image title -->
<div style="text-align: center; margin-top: 50px;">
<h2>REGISTER</h2>
</div>
<!-- End title -->
<!--=== Content Part ===-->
<div class="container content">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">
<form onsubmit="showMsg(0);return false;" method="post" class="reg-page">
<div class="reg-header">
<h2>Register a new account</h2>
<p>Already Signed Up? Click <a href="login.html" class="color-green">Sign In</a> to login your account.</p>
</div>
<label>First Name</label>
<input type="text" class="form-control " style="margin-bottom: 20px;" required="">
<label>Last Name</label>
<input type="text" class="form-control " style="margin-bottom: 20px;" required="">
<label>Email Address <span class="color-red">*</span></label>
<input type="text" class="form-control " style="margin-bottom: 20px;" required="">
<div class="row">
<div class="col-sm-6">
<label>Password <span class="color-red">*</span></label>
<input type="password" class="form-control " style="margin-bottom: 20px;" required="">
</div>
<div class="col-sm-6">
<label>Confirm Password <span class="color-red">*</span></label>
<input type="password" class="form-control " style="margin-bottom: 20px;" required="">
</div>
</div>
<div class="alert alert-success successBox">
<button type="button" class="close" onclick="showMsg(1);">×</button>
<strong style="font-size: 16px;">Congratulations!</strong><span class="alert-link"> You Have Successfully Registered.</span>
</div>
<hr>
<div class="row">
<div class="col-lg-6 checkbox">
<label>
<input type="checkbox" required="">
I read <a href="#" class="color-green">Terms and Conditions</a>
</label>
</div>
<div class="col-lg-6 text-right">
<button class="btn-u" type="submit">Register</button>
</div>
</div>
</form>
</div>
</div>
</div><!--/container-->
<!--=== End Content Part ===-->
<!--=== Footer ===-->
<div class="footer-v1">
<div class="footer">
<div class="container">
<div class="row">
<!-- About -->
<div class="col-md-3 " style="margin-bottom: 40px;">
<a href="index.html"><img id="logo-footer" class="footer-logo" src="assets/img/logo/unity_white.jpg" alt=""></a>
<p>At Unity Hospital, we are convinced that 'quality' and 'lowest cost' are not mutually exclusive when it comes to healthcare delivery.</p>
<p>Our mission is to deliver high quality, affordable healthcare services to the broader population in India.</p>
</div><!--/col-md-3-->
<!-- End About -->
<!-- Latest -->
<div class="col-md-3 " style="margin-bottom: 40px;">
<div class="posts">
<div class="headline"><h2>Latest Posts</h2></div>
<ul class="list-unstyled latest-list">
<li>
<a href="blog.html">Incredible content</a>
<small>December 16, 2020</small>
</li>
<li>
<a href="gallery.html">Latest Images</a>
<small>December 16, 2020</small>
</li>
<li>
<a href="terms.html">Terms and Conditions</a>
<small>December 16, 2020</small>
</li>
</ul>
</div>
</div><!--/col-md-3-->
<!-- End Latest -->
<!-- Link List -->
<div class="col-md-3 " style="margin-bottom: 40px;">
<div class="headline"><h2>Useful Links</h2></div>
<ul class="list-unstyled link-list">
<li><a href="about.html">About us</a><i class="fa fa-angle-right"></i></li>
<li><a href="Contact.html">Contact us</a><i class="fa fa-angle-right"></i></li>
<li><a href="appointment.html">Book Appointment</a><i class="fa fa-angle-right"></i></li>
</ul>
</div><!--/col-md-3-->
<!-- End Link List -->
<!-- Address -->
<div class="col-md-3 map-img " style="margin-bottom: 40px;">
<div class="headline"><h2>Contact Us</h2></div>
<address class="" style="margin-bottom: 40px;">
Unity Hospital <br />
Ahmedabad, IN <br />
Phone: 886 666 00555 <br />
Email: unityhospital@gmail.com
</address>
</div><!--/col-md-3-->
<!-- End Address -->
</div>
</div>
</div><!--/footer-->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<p>
2020 © All Rights Reserved.
<a href="privacy.html">Privacy Policy</a> | <a href="terms.html">Terms of Service</a>
</p>
</div>
<!-- Social Links -->
<div class="col-md-6">
<ul class="footer-socials list-inline">
<li>
<a href="http://www.facebook.com" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Facebook">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="http://www.skype.com" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Skype">
<i class="fa fa-skype"></i>
</a>
</li>
<li>
<a href="http://www.googleplus.com" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Google Plus">
<i class="fa fa-google-plus"></i>
</a>
</li>
<li>
<a href="http://www.linkedin.com" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Linkedin">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a href="http://www.Pinterest.com" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Pinterest">
<i class="fa fa-pinterest"></i>
</a>
</li>
<li>
<a href="http://www.twitter.com" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Twitter">
<i class="fa fa-twitter"></i>
</a>
</li>
</ul>
</div>
<!-- End Social Links -->
</div>
</div>
</div><!--/copyright-->
</div>
<!--=== End Footer ===-->
</div><!--/wrapper-->
<!-- Java scripts -->
<script type="text/javascript" src="assets/plugins/jquery/jquery.min.js"></script>
<script type="text/javascript">
function showMsg(flag){
if(flag==0){
$('.successBox').css('display', 'block');
}else{
$('.successBox').css('display', 'none');
}
}
</script>
</body>
</html>