-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathd2.html
84 lines (72 loc) · 2.79 KB
/
d2.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
<html>
<head>
<title>Dept-Orthopedic</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">Orthopedic</h3>
<img src="images/Orthopedic.jpg" class="img-responsive img-circle margin" style="display:inline" alt="Bird" width="250" height="250">
<p>Exellence in patient care, research, and education is the overall goal of the Department of Orthopedic at GEK HOSPITAL.
<br>
The Department of Orthopedic surgery provides a comprehensive and integrated Orthopedic program for patients, students, residents, and fellows.</p>
</div>
<div class="container-fluid bg-2" style="margin:20px 20px 20px 20px;border-radius:3%;">
<h3>Orthopedics</h3>
<p>
According to applications for board certification from 1999 to 2003, the top 25 most common procedures (in order) performed by orthopedic surgeons are as follows:
</p>
<p>1.Knee arthroscopy and meniscectomy</p>
<p>2.Shoulder arthroscopy and decompression</p>
<p>3.Carpal tunnel release</p>
<p>4.Knee arthroscopy and chondroplasty</p>
<p>5.Removal of support implant</p>
<p>6.Knee arthroscopy and anterior cruciate ligament reconstruction</p>
<p>7.Knee replacement</p>
<p>8.Repair of femoral neck fracture</p>
<p>9.Repair of trochanteric fracture</p>
<p>10.Debridement of skin/muscle/bone/fracture</p>
</div>
</body>
</html>