-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
113 lines (102 loc) · 3.41 KB
/
home.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<html>
<head>
<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>
<style>
body {margin:20px;
background:#fefbd8
}
div.polaroid {
width:47%;
background-color: white;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-bottom: 25px;
}
div.polaroid1 {
width:41%;
background-color: white;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-bottom: 25px;
}
.polaroid{
position:absolute;
left:680px;
}
.polaroid{
position:absolute;
}
div.container {
text-align: right;
padding: 10px 60px;
}
#d{
border: 5px outset red;
text-align:right;
color:#fff;background:#80ced6
}
.b{
text-align:left;
font-size:22px;
padding-top:7px;
font-family:Serifs;
}
.c{
color:#fff;background:#bc5a45
}
.a{
font-size:22px;
}
</style>
<title>HomePage</title>
</head>
<body>
<nav id="d">
<div class="b">
HealthCare Hospitals
</div>
<div class="container">
<a href="specialization.html" target="_blank">Specialization</a>
<div class="container">
<div class="dropdown">
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
Appointment
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="Login.html">Book Appointment</a>
<a class="dropdown-item" href="login1.html">Cancel Appointment</a>
</div>
</div>
</div>
</div>
</nav>
<br><br><br>
<div class="c"><marquee><h1>WELCOME TO HEALTHCARE HOSPITALS</h1></marquee></div>
<br><br><br>
<div class="polaroid">
<img src="1.jpg" alt="5 Terre" style="width:624px">
<div class="container">
<p><center>ADVANCE HEALTH CARE CENTRE</center></p>
</div>
</div>
<div class="polaroid1">
<img src="2.jpg" alt="Norther Lights" style="width:530px">
<div class="container">
<p>GENERAL WARD</p>
</div>
</div>
<div>
<hr>
<p><center>About Us</center></p>
<p>Healthcare Hospitals Limited ("Max Healthcare") is one of India’s largest healthcare organizations. We operate 16 healthcare facilities (3400 beds) across the NCR Delhi, Haryana, Punjab, Uttarakhand and Maharashtra. Almost 85% of our bed capacity is in Metro/Tier 1 cities. Apart from hospitals, Healthcare also operates a homecare business and pathology business under brand names Healthcare@Home and Healthcare Labs respectively. HealthCare@Home offers health and wellness services at home while HealthCare Lab provides Pathology Services outside our hospital network.
Healthcare is promoted and led by Abhay Soi as its Chairman and Managing director and co- promoted by KKR, the iconic Global Private equity fund.
The present amalgamated company was formed subsequent to the acquisition of 49.7% stake in erstwhile Healthcare Institute Limited by Radiant Life Care Pvt. Ltd. ( “Radiant”) and the amalgamation of Healthcare with Radiant thereafter. The amalgamated entity assumed the name Healthcare Institute limited. Prior to the amalgamation, Radiant was led and promoted by Abhay Soi.</p>
</div>
<hr>
<footer>
<p><center>Copyright 1999</center></p>
</footer>
</body>
</html>