-
Notifications
You must be signed in to change notification settings - Fork 0
/
d5.html
73 lines (62 loc) · 3.68 KB
/
d5.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
<html>
<head>
<title>Dept-Cardiology</title>
<link rel="shortcut icon" type="image/x-icon" href="images/em.jpg" />
<link rel="stylesheet" href="loader.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="https://kit.fontawesome.com/b379d3e204.js" crossorigin="anonymous"></script>
<style>
body {
font: 20px Montserrat, sans-serif;
line-height: 1.8;
background-color: #009879;
}
p {
font-size: 16px;
}
.margin {
margin-bottom: 45px;
}
.bg-1 {
background-color: #009879; /* Green */
color: #ffffff;
}
.bg-2 {
background-color: #474e5d; /* Dark Blue */
color: #ffffff;
}
.container-fluid {
padding-top: 70px;
padding-bottom: 70px;
}
</style>
</head>
<body>
<div class="loader">
<img src="gif/loader.gif" alt="Loading...." />
</div>
<script src="load.js">
</script>
<div class="link">
<a class="float-right" href="home.html" style="font-size:20px;color:#fff;text-decoration:none;font-family:sofia;"><h4><i class="fa fa-backward" aria-hidden="true"> BACK</i> </h4></a>
</div>
<div class="container-fluid bg-1 text-center">
<h3 class="margin">Cardiology</h3>
<img src="images/Cardiology.jpg" class="img-responsive img-circle margin" style="display:inline" alt="Bird" width="350" height="250">
<p>Exellence in patient care, research, and education is the overall goal of the Department of Cardiology at GEK HOSPITAL.
<br>
The Department of Cardiology surgery provides a comprehensive and integrated Cardiology program for patients, students, residents, and fellows.</p>
</div>
<div class="container-fluid bg-2 text-center" style="margin:20px 20px 20px 20px;border-radius:3%;">
<h4>Cardiology</h4>
<p>Cardiology is a branch of medicine that deals with the disorders of the heart as well as some parts of the circulatory system. The field includes medical diagnosis and treatment of congenital heart defects, coronary artery disease, heart failure, valvular heart disease and electrophysiology. Physicians who specialize in this field of medicine are called cardiologists, a specialty of internal medicine. Pediatric cardiologists are pediatricians who specialize in cardiology. Physicians who specialize in cardiac surgery are called cardiothoracic surgeons or cardiac surgeons, a specialty of general surgery.</p>
<br>
<h4>Cardiac electrophysiology</h4>
<p>Cardiac electrophysiology is the science of elucidating, diagnosing, and treating the electrical activities of the heart. The term is usually used to describe studies of such phenomena by invasive (intracardiac) catheter recording of spontaneous activity as well as of cardiac responses to programmed electrical stimulation (PES). These studies are performed to assess complex arrhythmias, elucidate symptoms, evaluate abnormal electrocardiograms, assess risk of developing arrhythmias in the future, and design treatment. These procedures increasingly include therapeutic methods (typically radiofrequency ablation, or cryoablation) in addition to diagnostic and prognostic procedures. Other therapeutic modalities employed in this field include antiarrhythmic drug therapy and implantation of pacemakers and automatic implantable cardioverter-defibrillators (AICD).</p>
</div>
</body>