-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspecialization.html
90 lines (84 loc) · 4.1 KB
/
specialization.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Specialization</title>
<meta charset="utf-8">
<link rel="stylesheet" href="specialization.css"
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="D:\htmlsam\html_sample\hospital-assign\home.html">Home</a>
</li>
</ul>
</nav>
<center>
<h1> Specializations
</h1>
</center><h1>
<div class="grid-container">
<div class="card">
<div class="bg-img">
<img src="https://tse1.mm.bing.net/th?id=OIP.afGwx1zS4IQNqllDMFaYqQHaEc&pid=Api&P=0&w=251&h=151" width="100%" height="70%">
</div>
<div class="content">
<h4>Cardiologist</h4>
<p><h6>Cardiologists focus on treatment of the heart and its blood vessels, which can include the management of heart failure, cardiovascular disease, and post-operative care. </h6> </p>
<a href="cardio.html"> <button>See Doctors</button></a> </div>
</div>
<div class="card">
<div class="bg-img">
<img src="https://tse3.mm.bing.net/th?id=OIP.EfRbMYnXFrsgPM4co0pBUAHaD_&pid=Api&P=0&w=330&h=179" width="100%" height="100%">
</div>
<div class="content">
<h4>Nephrologist</h4>
<p><h6> Nephrologists treat kidney disease and prescribe dialysis for those experiencing kidney failure.</h6> </p>
<a href="neph.html"> <button>See Doctors</button></a> </div>
</div>
<div class="card">
<div class="bg-img">
<img src="https://tse2.mm.bing.net/th?id=OIP.ZHS6Qg-Clo1vTamxK5rpKQHaE8&pid=Api&P=0&w=233&h=156" height="100%" width="100%">
</div>
<div class="content">
<h4>Neurologist</h4>
<p><h6> Neurologists are doctors who take care of patients with medical conditions that affect the brain, spine, or nerves.</h6> </p>
<a href="neuro.html"> <button>See Doctors</button></a> </div>
</div>
</div>
<div class="grid-container">
<div class="card">
<div class="bg-img">
<img src="https://tse4.mm.bing.net/th?id=OIP.ltzxgDanA25Uted-XV5vPwHaE8&pid=Api&P=0&w=235&h=158" width="100%" height="100%">
</div>
<div class="content">
<h4>Pediatrician</h4>
<p><h6> Pediatricians provide primary health care to children, including immunizations, well-baby checks, school physicals, and treatment of coughs, colds, and stomach flu, among many other things. </h6> </p>
<a href="pedia.html"> <button>See Doctors</button></a> </div>
</div>
<div class="card">
<div class="bg-img">
<img src="https://tse4.mm.bing.net/th?id=OIP.Vux6W7BlATpEMZRdFwO58wHaDt&pid=Api&P=0&w=314&h=158" width="100%" height="100%">
</div>
<div class="content">
<h4>Psychiatrist</h4>
<p><h6>A psychiatrist specializes in mental health and treats emotional and behavioral problems through a combination of personal counseling.</h6> </p>
<a href="psyc.html"><button>See Doctors</button></a> </div>
</div>
<div class="card">
<div class="bg-img">
<img src="https://www.medicoverhospitals.in/wp-content/uploads/2019/09/gastroenterology-1024x678.jpg" width="100%" height="100%">
</div>
<div class="content">
<h4>Gastroenterologist</h4>
<p><h6>A gastroenterologist is a doctor who manages the treatment of diseases of the gastrointestinal tract and the liver.</h6> </p>
<a href="gastro.html"> <button>See Doctors</button></a> </div>
</div>
</div>
</body>
</html>