-
Notifications
You must be signed in to change notification settings - Fork 4
/
doctor_profile.html
143 lines (142 loc) · 6.6 KB
/
doctor_profile.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Doctor's Profile</title>
<link rel="stylesheet" href="CSS/Doctor-Profile.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<nav>
<div class="logo">
<h2>PrescribePlus</h2>
</div>
<div class="mid-nav">
<a href="">Home</a>
<a href="#">Prescription</a>
<a href="DoctorList.html">Find Doctor</a>
<a href="#">Blog</a>
<a href="">Pages</a>
<a href="email:[email protected]">Contact</a>
</div>
<div class="right-nav">
</div>
</nav>
<div class="container">
<div class="banner">
<div class="image"></div>
<div class="info">
<h1>Dr. Sara Chaudhari, MD, PHD, FAPA, MBBS M.D. ,DNB - Psychiatary</h1>
<p>Board Certified Psychiatrist</p>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Quas quo officiis blanditiis maiores! Numquam repellat quidem beatae perspiciatis hic. Eius voluptatum ipsa temporibus! Temporibus, ab?</p>
</div>
</div>
<div class="icons">
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-x-twitter"></i>
</div>
</div>
<div class="information">
<div class="i"><i class="fa-solid fa-school"></i><p>Degrees</p></div>
<ul>
<li>Completed MBBS with honours from Calcutta Medical COllege in 1992</li>
<li>WHO Fellowship in Sydney, Australia. She received a brief training from the UK College of Hypnotherapy, London as well. </li>
<li>Dr. Chaudhuri acquired the Diplomate of National Board (DNB) title in Psychiatry from the National Board of Examination, New Delhi in 1998.</li>
</ul>
<div class="i"><i class="fa-solid fa-briefcase"></i><p>Experiences</p></div>
<ul>
<li>Education Councellingof Children and Adolescents (Griffith University, Queensland Australia).</li>
<li>Expertise in the treatment of mood disorder, anxiety disorders and psychotic disorders. </li>
<li>Speaker at national and international psychiatry conferences and events in India and overseas.</li>
<li>Experience managing complex cases that involves both mental health and medical issues.</li>
</ul>
<div class="i"><i class="fa-solid fa-award"></i><p>Awards/Achievements</p></div>
<ul>
<li>Fellow of the American Psychiatric Association (FAPA).</li>
<li>Recognized for research contributions with grants from the National Institute of Mental Health (NIMH) and the American Foundation for Suicide Prevention.</li>
</ul>
</div>
<div class="left-section">
<div class="contact-info">
<div class="i"><i class="fa-regular fa-calendar" id="speacial"></i><h2>contact-Info</h2></div>
<div class="i"><i class="fa-solid fa-phone-volume"></i><p>123-456-7890</p></div>
<div class="i"><i class="fa-solid fa-inbox"></i><p>[email protected]</p></div>
</div>
<div class="Appoinment">
<div class="i"><i class="fa-regular fa-calendar"></i><h2>Appointment Schedules</h2></div>
<div class="box">
<div class="day">
<p>Monday</p>
<p>Wednessday</p>
<p>Friday</p>
</div>
<div class="time">
<div class="time1"><i class="fa-regular fa-clock"></i> <p> 09:00-12:00</p></div>
<div class="time2"><i class="fa-regular fa-clock"></i> <p> 12:00-15:00</p></div>
<div class="time3"><i class="fa-regular fa-clock"></i> <p> 09:00-12:00</p></div>
</div>
</div>
</div>
</div>
<div class="appointment-section">
<div class="image-box"></div>
<div class="form-section">
<form>
<h2>Book An</h2>
<h1>APPOINMENT</h1>
<p>Name</p>
<input type="text" placeholder="John Due">
<p>Phone</p>
<input type="text" placeholder="123-456-7890">
<p>Medical Record Number</p>
<input type="text" placeholder="65432169541">
<p>Preffered Date</p>
<input type="date">
<p>Time</p>
<input type="time">
<p>Reason For Appoinment</p>
<input type="radio" name="" id="" value="Routine Checkup">
<label for="Routine Checkup">Routine Checkup</label>
<input type="radio" name="" id="" value="New Patient Visit">
<label for="New Patient Visit">New Patient Visit</label>
<input type="radio" name="" id="" value="Specific Concern">
<label for="Specific Concern">Specific Concern</label>
<br>
<button id="submit">Submit →</button>
</form>
</div>
</div>
<div class="bottom-div">
<div class="left">
<h1>Don’t Let Your Health <br>Take a Backseat!</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. <br>Qui iusto asperiores quisquam dolore culpa exercitationem?</p>
</div>
<div class="right"></div>
</div>
<footer>
<div class="foot1">
<h1>PrescribePlus</h1>
<p><i class="fa-solid fa-location-dot"></i> 123, ABC Road</p>
<p><i class="fa-solid fa-phone"></i> 123-46-7890</p>
<p><FontAwesomeIcon icon="fa-regular fa-envelope" /> PrescribePlus.com</p>
</div>
<div class="foot2">
<p>About us</p>
<p>Deparments</p>
<p>Doctors</p>
<p>Timetables</p>
<p>Appoinments</p>
<p>Testimonials</p>
</div>
<div class="foot3">
<p>Blogs</p>
<p>Contacts</p>
<p>FAQS</p>
<p>Privacy Policy</p>
<p>Terms and Conditions</p>
</div>
</footer>
</body>
</html>