-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
142 lines (119 loc) · 4.44 KB
/
index.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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!doctype html>
<html>
<?php
ob_start();
error_reporting(E_ERROR);
$title = "Hazardous Waste Management & Medical Disposal Toronto & Mississauga";
$desc = "GIC Medical Disposal is a pharmaceuticals and hazardous waste disposal & waste management company serving Toronto, Mississauga, Niagara Falls & Ottawa.";
$keywords = "waste management Toronto, hazardous waste disposal Toronto, waste management Mississauga";
?>
<?php include 'components/header.php'; ?>
<div id="slides">
<div class="slides_container">
<div class="idx1">
<div class="mainImageText">
<div class="textBox1">
<h2 class="hero-title">
SAVING YOU TIME AND MONEY
</h2>
</div>
<div class="textBox2">
<h5>GIC’s expert advice, smart products and great
service can help you reduce costs and increase
efficiency.</h5>
</div>
</div>
<a href="Services">
<div class="btn">
<h6>CLICK HERE</h6>
<p>TO LEARN MORE</p>
</div>
</a>
</div>
<div class="idx2">
<div class="mainImageText">
<div class="textBox1">
<h2 class="hero-title">
ECOLOGICALLY SUSTAINABLE
</h2>
</div>
<div class="textBox2">
<h5>GIC Medical Disposal is proud to have the lowest carbon footprint and the highest customer satisfaction in Canada!</h5>
</div>
</div>
<a href="Services">
<div class="btn">
<h6>CLICK HERE</h6>
<p>TO LEARN MORE</p>
</div>
</a>
</div>
</div>
<div class="prev">
<a class="prev" href="#"></a>
</div>
<div class="next">
<a class="next" href="#"></a>
</div>
</div>
<div class="clear"></div>
<div class="contentBoxHome mgnBI">
<div class="contentLeft">
<div class="heading">THE GIC ADVANTAGE</div>
<div class="lineRuleSolid"></div>
<p>
<span itemprop="description">
GIC Medical Disposal is Canada’s premier sharps, pharmaceuticals, hazardous
waste and medical waste disposal company.
</span>
The GIC advantage combines superior customer service and environmentally-
friendly business conduct with safe and practical solutions that are both
convenient and cost-effective; GIC Medical Disposal is dedicated to
helping its customers realize cost-efficiencies, reduce risk, and assist
in successful operation of any facility. Our compliant, efficient and
unparalleled customer-focused solutions are designed to meet the specific
requirements of each customer, while fully eliminating any lingering
hazmat imprint, or the environmental threat of biomedical waste.
</p>
<h1 class="seo-h2-meta-tag">Our Enviromental Services Are:</h1>
<?php include 'components/buckets.php'; ?>
<div class="clear"></div>
<h2 class="seo-h2-meta-tag">Hazardous & Biomedical Waste Management In Compliance With:</h2>
<div class="lineRuleSolid"></div>
<div class="compliances">
<div class="compliance-image">
<p>
<a href="http://www.ec.gc.ca/?lang=En" target="_blank">
<img alt="waste management toronto & mississauga" border="0" src="img/badges2/environment-canada.jpg">
</a>
</p>
<p>Environment Canada</p>
</div>
<div class="compliance-image">
<p>
<a href="http://www.epa.gov/" target="_blank">
<img alt="environmental protection agency" border="0" src="img/badges2/epa-logo.gif">
</a>
</p>
<p>US Environment Agency</p>
</div>
<div class="compliance-image">
<p>
<a href="http://ec.europa.eu/environment/index_en.htm" target="_blank">
<img alt="basel convention" border="0" src="img/badges2/bc-unep.jpg">
</a>
</p>
<p>European Environment Protection</p>
</div>
<div class="compliance-image">
<p>
<a href="http://ec.europa.eu/environment/index_en.htm" target="_blank">
<img alt="Basel Convention" src="img/badges2/basel.gif">
</a>
</p>
<p>European Basel Convention</p>
</div>
</div>
</div>
<?php include 'components/rightInd.php'; ?>
<?php include 'components/footer.php'; ?>