-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThank-You.php
59 lines (40 loc) · 1.9 KB
/
Thank-You.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
<?
$title = "GIC Medical Disposal - Premium Medical Disposal Service";
$desc = "We are Canada's Medical Disposal company dedicated to providing compliant, efficient and personalized unparalleled solutions tailored to any client's needs.";
?>
<?php include 'components/header.php'; ?>
<div class="shadow mainImage center mgnT14" style="background-image: url(img/about.jpg);"></div>
<br>
<div class="clear"></div>
<div class="contentBox mgnBI">
<div class="contentLeft">
<h1>Thank You!</h1><div class="lineRuleSolid"></div>
<div id="left">
<p>We appreciate you taking the time to contact us. We've received your information and we'll be in contact with you soon.</p>
<p>Experience the GICMD advantage when you call us at <strong><?= $to_phone; ?></strong> (toll free) today. Collaborate with our team of specialist to build the most convenient package deal for your medical waste disposal.</p>
<!-- Google Code for Lead Conversion Page -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 978196705;
var google_conversion_language = "en";
var google_conversion_format = "2";
var google_conversion_color = "ffffff";
var google_conversion_label = "2-8zCNf8vAgQ4bG40gM";
var google_conversion_value = 65;
var google_remarketing_only = false;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/978196705/?value=65&label=2-8zCNf8vAgQ4bG40gM&guid=ON&script=0"/>
</div>
</noscript>
<p><img class="imgBorder" src="img/Thank-You.jpg" width="600" height="310" alt="Thank You for your time"></p>
</div>
<br>
<div class="clear"></div>
</div>
<?php include 'components/right.php'; ?>
<?php include 'components/footer.php'; ?>