-
Notifications
You must be signed in to change notification settings - Fork 0
/
d6.html
85 lines (63 loc) · 3.12 KB
/
d6.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
<html>
<head>
<title>Dept-Emergency</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">Emergency</h3>
<img src="images/Emergency.jpg" class="img-responsive img-circle margin" style="display:inline" alt="Bird" width="350" height="350">
<p>Exellence in patient care, research, and education is the overall goal of the Department of Emergency at GEK HOSPITAL.
<br>
The Department of Emergency surgery provides a comprehensive and integrated Emergency 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>Emergency</h4>
<p>An emergency department (ED), also known as an accident & emergency department (A&E), emergency room (ER), emergency ward (EW) or casualty department, is a medical treatment facility specializing in emergency medicine, the acute care of patients who present without prior appointment; either by their own means or by that of an ambulance. The emergency department is usually found in a hospital or other primary care centre.<br>
Due to the unplanned nature of patient attendance, the department must provide initial treatment for a broad spectrum of illnesses and injuries, some of which may be life-threatening and require immediate attention. In some countries, emergency departments have become important entry points for those without other means of access to medical <br>
The emergency departments of most hospitals operate 24 hours a day, although staffing levels may be varied in an attempt to reflect patient volume.</p>
<br>
</div>
</body>
</html>