-
Notifications
You must be signed in to change notification settings - Fork 0
/
grt5000.php
80 lines (76 loc) · 4.34 KB
/
grt5000.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>GRT Products | GRT 5000 | Almassarat</title>
<meta name="description" content="GRT Products | GRT 5000 | Almassarat" />
<meta name="keywords" content="General Trading, Bussiness, Real Estate">
<link rel="stylesheet" href="static/styles/grtcar.css">
<!-- Load Headers -->
<?php include_once "headers.php"; ?>
<style>
::-moz-selection { /* Code for Firefox */
color: #fff;
background: #ec7404;
}
::selection {
color: #fff;
background: #ec7404;
}
.orange{
color: #ec7404;
}
.hr-orange{
background-color: #ec7404;
}
</style>
</head>
<body class='scroll1 page-grt'>
<?php /* dyanamically add button */
define('distributor', TRUE);
include_once "nav.php";
?>
<!-- front section -->
<div><img id="banner" class="img-fluid w-100" src="img/banners/truck.jpg" /></div>
<!-- intro -->
<div class="jumbotron jumbotron-fluid my-0 bg-white" id="intro">
<div class="container">
<h1 class="display-4 orange">GRT 5000</h1>
<p class="lead">Works with dust so you don’t have to!</p>
<p>GRT5000 Dust Control Solution is a robust, liquid polymer that provides an exceptional surface coating solution on nearly all soil and resource surfaces. Independently performed testing confirms successful suppression of up to 95% of dust particles.</p>
</div>
<hr class="hr-orange mt-5" width="40%">
</div>
<!-- Content -->
<div class="row container ">
<div class="col-md-6 order-md-2">
<img class="img-fluid" src="img/grt/5000.png" alt="GRT 5000" width="70%">
</div>
<div class="col-md-6 order-md-1 my-5">
<p class="text-left lead">Designed specifically for the conditions of the civil and mining sectors, GRT5000 can be applied using existing site water trucks, tankers, or sprinklers. After spraying, the dust generated from the surface is practically eliminated for up to 2 months. Mixed with water, GRT5000 is sprayed onto surfaces, where it soaks in a creates a stable, tough, durable layer resistant to traffic wear, wind erosion, rainfall impact, and pedestrians.</p>
<a class="btn btn-lg bg-orange text-white mt-5" href="static/catalogs/grt_5000.pdf" target="_blank"><i class="fa fa-file-pdf-o"></i> View Catalog</a>
</div>
</div>
<div class="row container text-left">
<div class="col-md-6 my-5 text-left">
<h5 class="orange lead">Applications:</h5>
<h6 class="">AREAS OF USE FOR GRT5000 INCLUDE:</h6>
<p><b>Roads – Suppresses dust on unsealed roads –</b> plus provides benefits in terms of rideability and decreased maintenance costs.</p>
<p><b>Hardstands, Yards, and Cleared Sites –</b> mitigates the impact of dust on worker safety and condition of plant and equipment.</p>
<p><b>Stockpiles –</b> Stops generation of airborne dust and product loss in stockpile or during transport.</p>
<p><b>Environmental Management –</b> Mitigate the impact of dust on surrounding environment and on communities.</p>
<span class="orange">Total dust management supply and application packages available under monthly invoice or retainer.</span>
</div>
<div class="col-md-6 my-5">
<h5 class="text-left orange lead">We’ve Got Dust Covered</h5>
<p>Left untreated, dust from unsealed roads, hardstands, cleared sites, and large soil or mineral stockpiles can have a considerable impact on the environment and the quality of life for local communities. GRT5000 prevents loss of materials whilst in storage or transport. For resources such as coal, the problem of dusting can be mitigated for as little as 4.5 cents per tonne – with no impact on calorific values.</p>
<p class="small">GRT will work with you to devise a full dust mitigation strategy to meet the challenges facing your project or business operation. We can also provide ongoing dust monitoring services to ensure the most cost effective protection over the life of your project.</p>
</div>
</div>
<img class="img-fluid img-responsive" src="img/grt/feature.png" alt="features">
<hr class="hr-orange my-5" width="70%">
<?php include_once 'grtcar.php'; ?>
<!-- Footer -->
<?php include_once "footer.php"; ?>
<script defer src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.bundle.min.js"></script>
</body>
</html>