-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhospital.php
52 lines (52 loc) · 3.29 KB
/
hospital.php
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
<?php require(dirname(__FILE__) . '/header.php');require(dirname(__FILE__) . '/images_hospital.php'); ?>
<section class="row">
<article class="rc12">
<div class="pad"><h1 class="fl head2 tal">AGED CARE / HOSPITAL CLEANING</h1>
<div class="icon">
<a class="tooltip-bottom" data-tooltip="BOOK AN APPOINTMENT" href="userdoc.docx"><div class="user"></div></a>
<a class="tooltip-bottom" data-tooltip="DOWNLOAD BROCHURE" href="userpdf.pdf"><div class="doc"></div></a>
<a class="tooltip-bottom" data-tooltip="CONTACT US" href="mailto:[email protected]"><div class="email"></div></a>
</div>
</div>
</article>
<article class="rc12">
<div class="rc4 pad">
<p class="radius desc_img"><img src="<?php hospital2(); ?>" width="100%" height="100%"></p>
</div>
<div class="rc4 pad">
<h1 class="tal head1 fbold" style="padding:10px;font-size:medium">CITYSIGHT IS ONE OF THE MELBOURNES LEADING CLEANING COMPANIES</h1>
<div class="taj" style="margin:8px 0 8px 0;padding:10px;font-size:small">
As professional contract cleaners CitySight is very aware of its responsibility and the important part we play in disease and infection control in hospitals, in childcare and aged care facilities.<br><br>
Our cleaning practices and infection control policies come under stringent and regular health inspection checks and KPIs (Key Performance Indicators) which we are proud to report we pass with flying colours.<br><br>
Our trained specialist medical cleaning teams understand the correct use of disinfectants, the correct disposal of waste hazardous materials and the need to wash their hands regularly. Procedures for glove disposal and regularly changing gloves is also strictly adhered to in an effort to minimize the spread of infection among patients, staff and visitors.
</div>
</div>
<div class="rc4 pad">
<h1 class="tal head2 fbold" style="padding:10px">All Our Services</h1>
<ul class="services">
<li><a href=""><em>»</em> Office Cleaning</a></li>
<li><a href=""><em>»</em> Multi Story Buildings</a></li>
<li><a href=""><em>»</em> Industrial Sites</a></li>
<li><a href=""><em>»</em> Schools</a></li>
<li><a href=""><em>»</em> Government Buildings</a></li>
<li><a href=""><em>»</em> Aged Care</a></li>
<li><a href=""><em>»</em> Automotive dealerships</a></li>
<li><a href=""><em>»</em> Food Preparation Areas</a></li>
<li><a href=""><em>»</em> Factories</a></li>
</ul>
<p style="height:30px;"> </p>
<h6 class="head2">Specialist services we provide</h6>
<ul class="services">
<li><a href=""><em>»</em> Window Cleaning</a></li>
<li><a href=""><em>»</em> Carpet Cleaning</a></li>
<li><a href=""><em>»</em> Floor Striping & Sealing</a></li>
<li><a href=""><em>»</em> Car Park Maintanance & Sweeping</a></li>
<li><a href=""><em>»</em> Graffiti Removal</a></li>
<li><a href=""><em>»</em> High Pressure & Retroplating</a></li>
<li><a href=""><em>»</em> Tile/Grout & Toilet Cleaning</a></li>
<li><a href=""><em>»</em> Office Cleaning</a></li>
</ul>
</div>
</article>
</section>
<?php require(dirname(__FILE__) . '/footer.php'); ?>