-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.html
More file actions
357 lines (326 loc) · 8.54 KB
/
about-us.html
File metadata and controls
357 lines (326 loc) · 8.54 KB
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>About Us</title>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto:100,300,300i,400,500,600,700,900%7CRaleway:500">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="css/novi.css">
<style>
section.brands {
width: 85%;
margin: 0 auto;
padding: 40px 0;
border-bottom: 1px solid #0A9143;
text-align: center;
}
.tooltip-container {
display: flex;
justify-content: center; /* center horizontally */
align-items: center; /* center vertically if needed */
position: relative;
margin-top: 30px;
}
.hover-text {
position: relative;
cursor: pointer;
color: #1c75bc;
display: inline-block;
font-size: 18px;
font-weight: 600;
}
.tooltip-text {
visibility: hidden;
opacity: 0;
width: 300px; /* adjust width as needed */
background-color: #1c75bc;
color: white;
text-align: center;
border-radius: 5px;
padding: 8px;
position: absolute;
z-index: 1000;
top: 125%; /* display below the hover text */
left: 50%;
transform: translateX(-50%);
transition: opacity 0.3s ease;
}
.hover-text:hover .tooltip-text {
visibility: visible;
opacity: 1;
}
p.rights a:hover{
color:white;
}
.footeraddy{
font-size:13px;
text-align:center;
color:#3d3d3d;
font-weight:400;
letter-spacing:.1px;
}
.apnbadge {
position:relative;
top:-30px;
}
.apnbadge img{
display:block;
margin:auto;
}
@media (min-width: 768px) {
.apnbadge {
margin-top:40px;
}
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
.apnbadge{
margin-top:-50px !important;
padding-left:10px;
}
}
h6.footer-classic-title{
color:#000;
}
.footer-classic-list a{
color:#000;
}
.family-owned {
width:100%;
height:550px !important;
background-image: url('images/familybg.png');
background-size:cover;
background-repeat:no-repeat;
color:#000;
font-weight:600;
}
span.a {
display: inline; /* the default for span */
width:60%;
margin: 0 auto;
padding: 5px;
}
.famicons{
width: 60% !important;
margin:0 auto;
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QPYTJMNVBL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QPYTJMNVBL');
</script>
<style type="text/css">
/* a {
color: black;
} */
.tagline{
width:90%;
}
.icon::before{
color:#0A9143 !important;
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
position: relative;
left: 0;
bottom: 0;
width: 100%;
}
/* Add some content at the bottom of the video/page */
.content {
position: relative ;
top:0 ;
left:0;
background:#fff;
color: #f1f1f1;
width:100%;
text-align:center;
padding-top: 20px;
padding-bottom:30px;
text-align:left;
overflow:hidden;
}
.content h4{
color:#023f6c;
font-weight:700;
font-size:2.9em;
padding-top:20px;
}
.content h5{
padding-top:20px;
color:#000;
font-size:1.2em;
line-height:1.5em;
text-transform:capitalize;
}
.rd-form-inline-lg .button{
margin-left:30%;
}
.footer-classic-3 {
background-image: url(../images/bg-footer-1.png) !important;
}
.orangered-bdr {
border: 1px solid #0aff00;
color: #fff;
background: #000;
border-right: 1px solid #0aff00 !important;
}
.cookie-consent-container {
position: fixed;
bottom: 0;
width: 100%;
z-index: 1000; /* Ensure it appears above other content */
}
.btn {
display: inline-block;
font-weight: 900;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 10px 45px;
font-size: 15px;
line-height: 1.85;
border-radius: 0;
transition: all 0.15s ease-in-out;
background: #fff;
}
.covid19 {
width: 100%;
display: table;
background: #e80000;
text-align: center;
padding: 8px 0;
font-size: 18px;
}
.covid19 a {
color: #fff;
}
.box-icon-classic-title a:hover {
color: #0A9143;
}
.box-icon-classic-icon {
background: #ffffff;
color: #0A9143;
animation: none;
}
.counter-classic-decor {
display: none;
}
.services-creative-counter {
background: linear-gradient(to top, #0A9143 0%, #0A9143 100%);
}
#ui-to-top {
background: #0A9143;
color: #ffffff;
border-color: #0A9143;
}
.list-share-2 .icon:hover {
color: #0A9143;
}
.rd-navbar-static .rd-megamenu-list li > a:hover {
color: #0A9143;
}
.rd-navbar-static .rd-megamenu-list li > a::before {
color: #0A9143;
}
.rd-navbar-contacts-2 .icon {
color: #0A9143;
}
.rd-navbar-contacts-2 a:hover {
color: #0A9143;
}
.rd-navbar-static .rd-navbar-dropdown {
border-bottom: 7px solid #0A9143;
}
.rd-navbar-static .rd-nav-link::before {
background: #0A9143;
}
.footer-social-list .icon::after {
background: #0A9143;
}
.footer-classic-list a:hover {
color: #0A9143;
}
.footer-classic-contacts a:hover {
color: #0A9143;
}
p.rights{
color:#000 !important;
text-align:center !important;
}
p.rights a:hover {
color: #0A9143;
}
@media (min-width: 768px) {
.footer-classic-panel {
padding-top: 20px;
padding-bottom: 20px;
}
}
</style>
</head>
<body>
<!-- ========== Header / Navigation ========== -->
<div id="header-placeholder"></div>
<script>
fetch('header.html')
.then(response => response.text())
.then(data => {
document.getElementById('header-placeholder').innerHTML = data;
});
</script>
<!-- ========== Hero Section ========== -->
<section id="hero" class="hero-section">
<div class="bgaboutus" >
</div>
</section>
<!-- ========== About Section ========== -->
<section id="about" class="about-section">
<div class="container">
<h2>About Us</h2>
<p>
Molecular Processing, LLC is a newly formed chemical distillation company based in Hot Springs, Arkansas. The company is part of the network supporting the Polycoat / American Polymers group of companies, a third-generation family-owned enterprise founded in 1984. With over 1 million square feet of U.S. manufacturing facilities, the group serves diverse industries including construction, roofing, flooring, packaging, infrastructure, and waterproofing. This website serves as a simple, informative platform to introduce our services and capabilities.
</p>
<h2>Mission Statement </h2>
<p>
Our mission is providing top-notch customer service through custom tolling while enhancing environmental quality and ensuring employee safety. Our chemical recycling decreases customer carbon footprint and reduces or sometimes even eliminates chemical waste pushing for a better tomorrow all while incorporating a safety culture geared towards putting our employees first. We are dedicated to providing the highest quality standards to meet and exceed our customers’ expectations. </p>
<h2>Vision Statement </h2>
<p>
As a family-owned company, our vision is to build a company with a culture that empowers its employees with a safety mindset while setting the standard in customer service. MPL stives to maintain the reputation set forth by the family of brands in the American Polymer Network and we dedicate ourselves to being the customized tolling refinery of choice. Through this we push to be a company of excellence and extend this mindset to our suppliers, customers, employees, and community alike.
</p>
</div>
</section>
<!---Family of Brands-->
<div id="brands-section-placeholder"></div>
<script>
fetch('familyofbrands.html')
.then(response => response.text())
.then(data => {
document.getElementById('brands-section-placeholder').innerHTML = data;
});
</script>
<!---Family of Brands-->
</div>
<div class="snackbars" id="form-output-global"></div>
<div id="footer-placeholder"></div>
<script>
fetch('footer.html')
.then(response => response.text())
.then(data => {
document.getElementById('footer-placeholder').innerHTML = data;
});
</script>
<script src="js/core.min.js"></script><script src="js/script.js"></script>
</body>
</html>