-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathd1.html
77 lines (63 loc) · 3.05 KB
/
d1.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
<html>
<head>
<title>Dept-Dermatology</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 href="home.html" style="font-size:20px;margin-left:100px;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">Dermatology</h3>
<img src="images/dermatology.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 Dermatology at GEK HOSPITAL.
<br>
The Department of Dermatology surgery provides a comprehensive and integrated dermatology program for patients, students, residents, and fellows.</p>
<div class="container-fluid bg-2 text-center" style="margin:20px 20px 20px 20px;border-radius:3%;">
<h4>Dermatology</h4>
<p>Dermatology is the branch of medicine dealing with the skin.It is a speciality with both medical and surgical aspects.A dermatologist is a specialist doctor who manages diseases related to skin, hair and nails and some cosmetic problems.</p>
<br>
<h4>Cosmetic dermatology</h4>
<p>Dermatologists have been leaders in the field of cosmetic surgery.Some dermatologists complete fellowships in surgical dermatology. Many are trained in their residency on the use of botulinum toxin, fillers, and laser surgery. Some dermatologists perform cosmetic procedures including liposuction, blepharoplasty, and face lifts.Most dermatologists limit their cosmetic practice to minimally invasive procedures. Despite an absence of formal guidelines from the American Board of Dermatology, many cosmetic fellowships are offered in both surgery and laser medicine.</p>
</div>
</div>
</body>
</html>