-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (105 loc) · 5.02 KB
/
index.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
114
115
116
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- Standard Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!-- Site Properties -->
<title>Pyramid Remedial Systems</title>
<link rel="stylesheet" type="text/css" href="./css/site.css">
<link rel="stylesheet" type="text/css" href="./css/container.css">
<link rel="stylesheet" type="text/css" href="./css/header.css">
<link rel="stylesheet" type="text/css" href="./css/menu.css">
<link rel="stylesheet" type="text/css" href="./css/divider.css">
<link rel="stylesheet" type="text/css" href="./css/segment.css">
<link rel="stylesheet" type="text/css" href="./css/list.css">
<style type="text/css">
body {
background-color: #FFFFFF;
}
.ui.menu .item img.logo {
margin-right: 1.5em;
}
.main.container {
margin-top: 7em;
}
.wireframe {
margin-top: 2em;
}
.ui.footer.segment {
margin: 5em 0em 0em;
padding: 5em 0em;
}
</style>
</head>
<body>
<div class="ui fixed inverted menu">
<div class="ui container">
<svg height="50" width="200" style="padding-top: 10px;">
<polygon points="25,40 100,0" style="stroke:green;stroke-width:2" />
<polygon points="25,40 50,40" style="stroke:blue;stroke-width:2" />
<polygon points="50,40 100,0 150,40" style="stroke:blue;stroke-width:2;fill-opacity:0" />
<text x="90" y="30" fill="blue">PRS</text>
</svg>
<a href="#" class="active item">Pyramid</a>
</div>
</div>
<div class="ui main text container">
<h1 class="ui header">Our Promise</h1>
<p>
Our firm specializes in turn-key demolition and environmental contracting, including demolition of commercial and residential structures, removal of asbestos and lead paint, hydrocarbon contaminated site remediation (hazardous and non-hazardous) wastewater and contaminated water treatment.
</p>
<p>
Pyramid Remedial Systems, Inc. (Pyramid) is committed to providing quality turn-key services. We take great pride in our reputation of providing excellent service at a competitive price.
</p>
<p>
As demolition and environmental specialists, we have performed professional, quality work on numerous projects under a wide range of favorable and adverse conditions requiring tight scheduling demands.
</p>
<p>
We believe in the “Team” approach and can assist your team in resolving environmental and demolition issues. Our vast experience, both in-house or through our carefully selected affiliates, allows us to provide you our turn-key services.
</p>
<p>
Relying on our engineering, scientific background and our job experience we quickly identify the problem and provide solutions; therefore our early involvement with your projects would maximize your cost savings and minimize your exposure and liability.
</p>
<p>
Our skilled management team will work with you on projects of any size, never sacrificing our standards of excellence and efficiency. We concentrate our efforts to best address your needs - offering the flexibility needed to manage environmental and demolition projects. PYRAMID can offer you unparalleled value when volume and time constraints are the issue. We do it efficiently, quickly and cost effectively.
</p>
<p>
Should you have any questions about our services, our personnel or our company, please do not hesitate to call us. We would love to meet with you in person to further discuss our qualifications, our services, our successful team approach, and strategies in completing our projects.
</p>
<p>
We look forward to providing our services and assistance to you.
</p>
<p>
Sincerely,
Pyramid Remedial Systems, Inc.
</p>
<p>
Mike Lotfi,
</p>
<p>
Ph.D. President and CEO
</p>
</div>
<div class="ui inverted vertical footer segment">
<div class="ui center aligned container">
<div class="seven wide column">
<h4 class="ui inverted header">Contact Us</h4>
<div class="ui inverted link list">
<a href="tel:6783661919" class="item">Phone: (678) 366-1919</a>
<a class="item">Fax: (770) 777-5981</a>
<a href="mailto:[email protected]" class="item">[email protected]</a>
<a href="https://www.google.com/maps/place/5890+Gateway+Dr,+Alpharetta,+GA+30004/" class="item">Location: 5890 Suite C Gateway Dr. Alpharetta, GA 30004</a>
</div>
</div>
<div class="ui inverted section divider"></div>
<svg height="50" width="200">
<polygon points="25,40 100,0" style="stroke:green;stroke-width:2" />
<polygon points="25,40 50,40" style="stroke:blue;stroke-width:2" />
<polygon points="50,40 100,0 150,40" style="stroke:blue;stroke-width:2;fill-opacity:0" />
<text x="90" y="30" fill="blue">PRS</text>
</svg>
</div>
</div>
</body></html>