-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·330 lines (321 loc) · 11.9 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
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
---
layout: default
section_id: home
slides:
- bg: images/carousel/1.jpg
small_title:
klass: bottom-to-top
text: Welcome To
title:
klass: bottom-to-top
text: Marcol Fabrications
buttons:
klass: bottom-to-top
items:
- text: Get in touch
link_to: /contact.html
- bg: images/carousel/2.jpg
klass: centered-text
small_title:
klass: bottom-to-top
text: Whatever you need
title:
klass: bottom-to-top
text: On budget and on time
buttons:
klass: bottom-to-top
items:
- text: Get in touch
link_to: /contact.html
- bg: images/carousel/3.jpg
klass: centered-text
small_title:
klass: bottom-to-top
text: Combining Excellence with Experience
title:
klass: bottom-to-top
text: A winning combination
buttons:
klass: bottom-to-top
items:
- text: Get in touch
link_to: /contact.html
- bg: images/carousel/4.jpg
klass: centered-text
small_title:
klass: bottom-to-top
text: Delivered to your door
title:
klass: bottom-to-top
text: No matter how big or small
buttons:
klass: bottom-to-top
items:
- text: Get in touch
link_to: /contact.html
works:
- image: images/category_images/scrubbing.jpg
title: Scrubbing Systems
link_to: portfolio-scrubbing.html
klass: graphi-design
- image: images/category_images/enclosures.jpg
title: Enclosures
link_to: portfolio-enclosures.html
klass: graphi-design
- image: images/category_images/tanks.jpg
title: Tanks & Bunds
link_to: portfolio-tanks_and_bunds.html
klass: graphi-design
- image: images/category_images/ducting_and_extraction.jpg
title: Ducting & Extraction Systems
link_to: portfolio-ducting_and_extraction.html
klass: graphi-design
- image: images/category_images/machine_guards.jpg
title: Machine Guards
link_to: portfolio-machine_guards.html
klass: graphi-design
- image: images/category_images/drip_trays.jpg
title: Pipework
link_to: portfolio-pipework_driptrays.html
klass: graphi-design
- image: images/category_images/bespoke.jpg
title: Bespoke Fabrication
link_to: portfolio-bespoke.html
klass: graphi-design
- image: images/category_images/wet_benches.jpg
title: Installation
link_to: portfolio-installation.html
klass: graphi-design
services:
- icon: copy
title: Materials
desc: The fundamental part for any project, no matter how big, or small, is ensuring that you begin with the correct materials for your product / application. We offer in-depth material compatibility checks, along with supporting documentation and can advise on the following materials, CPVC, PVDF, PVC, Polypropylene, Polyethylene to name but a few. Get in touch for further advise and alternative materials you may be considering.
- icon: cogs
title: Design
desc: From a conceptual, or proven design, with our wealth of experience and technical knowhow of our products, we can interpret your concept and bring it to realisation working closely with you our customer to formulate an initial proposal; laying out a strategy; through to the planning and the manufacture of a project, right to the point of delivery / installation (if required).
- icon: pagelines
title: Manufacture
desc: This is the heart of our business, working in tandem with experience in design. With the experience combined with a fully trained / skilled workforce, makes the manufacture of your products; the construction; the assembly and the fabrication all being shaped and forged to provide an engineered product that fully satisfies your requirements.
- icon: truck
title: Installation
desc: We offer a fully trained site installation team who have all the required Site Working Safety Passports, to carry out all your onsite requirements from a simple repair, installation of chemical pipe-work, all the way through to the installation of a complete “Turnkey Project”, consisting of tanks, extraction, scrubbing systems, dosing rigs, enclosures, interconnection pipework etc. the list is endless.
---
<div class="mod modDefaultSlider">
<div class="sequence" data-autostop="off" data-timeout="3000">
<a class="sequence-prev" href="javascript:void(0);">
<span></span>
</a>
<a class="sequence-next" href="javascript:void(0);">
<span></span>
</a>
<ul class='sequence-pagination'>
{% for slide in page.slides %}
{% if forloop.first %}
{% assign class = 'current' %}
{% else %}
{% assign class = '' %}
{% endif %}
<li class="{{class}}"></li>
{% endfor %}
</ul>
<ul class='sequence-canvas'>
{% for slide in page.slides %}
{% if forloop.first %}
{% assign style = 'static' %}
{% else %}
{% assign style = '' %}
{% endif %}
<li class="frame {{ style }} {{ slide.klass }}">
<div class="bg" style="background-image: url({{ slide.bg }});"></div>
<div class="small-title {{ slide.small_title.klass }}">
<div class="row">
<div class="large-12 columns">
<h2>{{ slide.small_title.text }}</h2>
</div>
</div>
</div>
<div class="title {{ slide.title.klass }}">
<div class="row">
<div class="large-12 columns">
<h2>{{ slide.title.text }}</h2>
</div>
</div>
</div>
<div class="buttons-wrapper {{ slide.buttons.klass }}">
<div class="row">
<div class="large-12 columns">
<div class="two spacing"></div>
{% for button in slide.buttons.items %}
<a
class="button {{ button.klass }}"
href="{{ button.link_to }}"
>{{ button.text }}</a
>
{% endfor %}
</div>
</div>
</div>
</li>
{% endfor %}
</ul>
</div>
</div>
<div class="full">
<div class="row">
<div class="large-12 columns">
{% include section-header.html title="What We Do" %}
<div class="spacing"></div>
<p>
Marcol manufacture to a wide range of innovative designs ideas, using
industrialised plastics to fabricate the supply needs for the Nuclear
Industry to the Educational sector, in other words products designed to
operate across the complete spectrum of nearly all environments and
industries. Our range is very diverse and is mostly tailor-made to suit
each of our customer requirements.
</p>
<p>
Our facilities located in Bristol, which are purposely designed for the
manufacture of large-scale projects using the latest developments in
welding and fusion technology. Our flexibility allows us to also
undertake short-run batch production for items such as containment
trays, intricate pipework and machine guarding.
</p>
<p>
All our staff are fully trained and skilled in the various welding and
fusion techniques used in modern bonding and fabrication of plastic
products. We have the skills to be able to fabricate complex shapes and
designs. Our company policy promotes ongoing staff development and
training as an essential investment.
</p>
<p>
From your initial contact, we are here to help our customers. We can
take your concept and develop an effective and innovative solution to
satisfy your requirements. Based on our numerous years of experience and
knowledge with design, plastic fabrication and pipework.
</p>
<p>
Our service includes design, direction, detailed 3d drawings,
specification, in-house manufacturing and where appropriate,
installation including “Turnkey Projects”.
</p>
<p>
If required, our engineers will attend site and take measurements,
collecting data for analysis and reporting.
</p>
<p>
We offer pre-tender meetings, post tender meetings, post order meetings,
HAZOP discussions and are fully conversant with health and safety and
other relevant legislation.
</p>
<p>
Let us help you to fulfil your requirements for a cost effective and
quality product, whether you want it delivered, or installed.
<a href="contact.html">Contact</a> a member of our friendly and
knowledgeable team to discuss further your aspirations. We are here to
help.
</p>
<div class="three spacing"></div>
</div>
</div>
<div class="mod modGallery">
<ul
class="gallery small-block-grid-2 medium-block-grid-3 large-block-grid-4"
>
{% for work in page.works %}
<li class="{{ work.klass }}">
<a href="{{ work.link_to }}">
<img alt="" src="{{ work.image }}" />
<div class="overlay">
<div class="thumb-info">
<h3>{{ work.title }}</h3>
<p style="color: red;">{{ work.desc }}</p>
</div>
</div>
</a>
</li>
{% endfor %}
</ul>
</div>
</div>
<div class="full">
<div class="row">
<div class="large-12 columns">
{% include section-header.html title="Our services" %}
<div class="spacing"></div>
<p>
Our services include Fresh designs, which will lead to material
selection, followed by 3D drawings to the required specifications, then
onto manufacturing in a purpose laid out workshop, then if required
delivered to site for installation completing with a final SAT (Site
acceptance test) along with all certification.
</p>
<div class="three spacing"></div>
</div>
</div>
<div class="row">
<div class="medium-6 columns">
<img class="fadeinleft" alt="" src="images/services.jpg" />
<div class="three spacing"></div>
</div>
<div class="medium-6 columns">
{% for service in page.services %}
<div
class="fadein mod modIconText"
data-delay="{{ 300 | times: forloop.index0 }}"
>
<div class="icon-text-simple">
<i class="fa fa-{{ service.icon }}"></i>
<h3>{{ service.title }}</h3>
<p>{{ service.desc }}</p>
</div>
<div class="two spacing"></div>
</div>
{% endfor %}
</div>
</div>
<div class="spacing"></div>
</div>
<div class="full" style="background: #f5f5f5">
<div class="row">
<div class="large-12 columns">
{% include section-header.html title="Our team" %}
<div class="spacing"></div>
<p>
Our loyal and long serving team bring a wealth of built up knowledge and
experience enabling us to offer an exceptionally high standard of work.
We constantly invest in training, enabling us to provide you with a well
specified, high quality product, delivered and installed on time and
within budget.
</p>
<div class="two spacing"></div>
</div>
</div>
<div class="row">
{% for member in site.data.members %}
<div class="large-4 medium-4 columns">
<div class="mod modTeamMember">
<div class="member">
<img class="avatar" alt="" src="{{ member.avatar }}" />
<div class="overlay">
<div class="intro">
<h3>{{ member.name }}</h3>
<p>{{ member.position }}</p>
<ul class="socials">
{% for social in member.socials %}
<li>
<a href="{{ social.link }}">
<i class="fa fa-{{ social.icon }}"></i>
</a>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
<div class="two spacing"></div>
</div>
</div>
{% endfor %}
</div>
</div>
{% include our-customers.html %}