-
Notifications
You must be signed in to change notification settings - Fork 2
/
department.html
184 lines (152 loc) · 4.95 KB
/
department.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Department</title>
</head>
<link rel="stylesheet" href="style.css">
<body style="background-color: #42636A;">
<nav>
<a href="index.html">
<div class="logo">MedQ</div>
</a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="department.html">Departments</a></li>
<li><a href="dashboard.html">Dashboard</a></li>
<li><a href="diagnosis.html">Disease Predictor </a></li>
<li><a href="medical history.html">Medical History</a></li>
<li><a href="login.html">Login</a></li>
</ul>
</nav>
<!-- Department Section -->
<section id="department-section" class="department-section">
<!-- Department Boxes -->
<div class="department-box">
<h3>General Surgery</h3>
<p>HOD: Dr. John Smith</p>
<p>Specializing in general surgical procedures.</p>
</div>
<div class="department-box">
<h3>Gynecology</h3>
<p>HOD: Dr. Emily Johnson</p>
<p>Dealing with women's reproductive health.</p>
</div>
<div class="department-box">
<h3>Cardiology</h3>
<p>HOD: Dr. Michael Brown</p>
<p>Specializing in heart-related issues.</p>
</div>
<div class="department-box">
<h3>Gastroenterology</h3>
<p>HOD: Dr. Jessica White</p>
<p>Specializing in digestive system disorders.</p>
</div>
<div class="department-box">
<h3>Critical Care</h3>
<p>HOD: Dr. Richard Anderson</p>
<p>Providing intensive care for critically ill patients.</p>
</div>
<div class="department-box">
<h3>Emergency Medicine</h3>
<p>HOD: Dr. Samantha Miller</p>
<p>Specializing in emergency medical care.</p>
</div>
<div class="department-box">
<h3>Dentistry</h3>
<p>HOD: Dr. Christopher Johnson</p>
<p>Dealing with oral health and dental care.</p>
</div>
<div class="department-box">
<h3>Dermatology</h3>
<p>HOD: Dr. Olivia White</p>
<p>Specializing in skin-related issues.</p>
</div>
<div class="department-box">
<h3>Geriatrics</h3>
<p>HOD: Dr. William Smith</p>
<p>Specializing in healthcare for the elderly.</p>
</div>
<div class="department-box">
<h3>Orthopedics</h3>
<p>HOD: Dr. Jennifer Davis</p>
<p>Dealing with musculoskeletal issues and injuries.</p>
</div>
<div class="department-box">
<h3>Pharmacist</h3>
<p>HOD: Dr. Benjamin Taylor</p>
<p>Providing pharmaceutical care and medication management.</p>
</div>
<div class="department-box">
<h3>Radiology</h3>
<p>HOD: Dr. Charles Wilson</p>
<p>Specializing in medical imaging and diagnostic procedures.</p>
</div>
<div class="department-box">
<h3>Anaesthesiologist</h3>
<p>HOD: Dr. Victoria Brown</p>
<p>Administering anesthesia during surgical procedures.</p>
</div>
<div class="department-box">
<h3>Dietitian</h3>
<p>HOD: Dr. Andrew Miller</p>
<p>Providing nutrition advice and dietary guidance.</p>
</div>
<div class="department-box">
<h3>ENT Department</h3>
<p>HOD: Dr. Samantha White</p>
<p>Dealing with ear, nose, and throat disorders.</p>
</div>
<div class="department-box">
<h3>Neurology</h3>
<p>HOD: Dr. Robert Davis</p>
<p>Specializing in disorders of the nervous system.</p>
</div>
<div class="department-box">
<h3>Ophthalmology</h3>
<p>HOD: Dr. Jessica Taylor</p>
<p>Specializing in eye care and vision-related issues.</p>
</div>
<div class="department-box">
<h3>Psychiatry</h3>
<p>HOD: Dr. William Johnson</p>
<p>Dealing with mental health and psychiatric disorders.</p>
</div>
<div class="department-box">
<h3>Anaesthesia</h3>
<p>HOD: Dr. Emily Davis</p>
<p>Administering anesthesia during medical procedures.</p>
</div>
<div class="department-box">
<h3>Cancer</h3>
<p>HOD: Dr. Christopher Miller</p>
<p>Specializing in the diagnosis and treatment of cancer.</p>
</div>
<div class="department-box">
<h3>Ear, Nose and Throat</h3>
<p>HOD: Dr. Victoria White</p>
<p>Dealing with disorders of the ear, nose, and throat.</p>
</div>
<div class="department-box">
<h3>Hematology</h3>
<p>HOD: Dr. Benjamin Davis</p>
<p>Specializing in blood disorders and diseases.</p>
</div>
<div class="department-box">
<h3>Medicine</h3>
<p>HOD: Dr. Samantha Taylor</p>
<p>Providing general medical care and treatment.</p>
</div>
<div class="department-box">
<h3>Oncology Department</h3>
<p>HOD: Dr. Michael Davis</p>
<p>Focused on the diagnosis and treatment of cancer.</p>
</div>
</section>
<!-- Footer -->
<footer>
<p>© 2024 MedQ. All rights reserved.</p>
</footer>
</body>
</html>