-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup-doctor.html
85 lines (73 loc) · 2.77 KB
/
signup-doctor.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Meta -->
<meta name="description" content="Responsive Bootstrap4 Dashboard Template">
<meta name="author" content="ParkerThemes">
<link rel="shortcut icon" href="img/fav.png" />
<!-- Title -->
<title>Healthnet - Signup</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Main CSS -->
<link rel="stylesheet" href="css/main.css" />
</head>
<body class="authentication">
<!-- Container start -->
<div class="container">
<form action="../../../external.html?link=http://bootstrap.gallery/royal-hospital-admin/design-option-1/index.html">
<div class="row justify-content-md-center">
<div class="col-xl-5 col-lg-6 col-md-6 col-sm-12">
<div class="login-screen">
<div class="login-box">
<a href="#" class="login-logo">
Healthnet for Doctors
</a>
<h5>Welcome Doctor,<br />Create your Account.</h5>
<div class="form-group">
<input type="text" class="form-control" placeholder="Name" />
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Mobile Number" />
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Email Address" />
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Date Of Birth" />
</div>
<div class="input-group">
<input type="password" class="form-control" placeholder="Highest Degree" />
<input type="password" class="form-control" placeholder="Specialisation">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Clinic / Hospital You Work" />
<input type="text" class="form-control" placeholder="Clinic / Hospital Address" />
</div>
<div class="form-group">
<div class="input-group">
<input type="password" class="form-control" placeholder="Password" />
<input type="password" class="form-control" placeholder="Confirm">
</div>
<small id="passwordHelpInline" class="text-muted">
Password must be 8-20 characters long.
</small>
</div>
<div class="actions">
<button type="submit" class="btn btn-primary">Signup</button>
</div>
<hr>
<div class="m-0">
<span class="additional-link">Already have an account? <a href="login.html" class="btn btn-secondary">Login</a></span>
</div>
</div>
</div>
</div>
</div>
</form>
</div>
</body>
</html>