-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·181 lines (175 loc) · 6.71 KB
/
about.html
File metadata and controls
executable file
·181 lines (175 loc) · 6.71 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
---
layout: default
title: About
section_id: about
skills:
- title: Web Design
percentage: 84
- title: Web Development
percentage: 95
- title: Site Management
percentage: 70
- title: Branding
percentage: 61
testimonials:
- quote: Reprehenderit eos et non et ut eum reprehenderit quis sequi quia vel repellendus id. Velit quit blanditiis dolor quam error eos dolores sequi eaque rerum est. Velit quit blanditiis dolor quam error eos dolores sequi eaque rerum est.
author: David White, Designer at Huglab
- quote: Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat consectetuer sit amet magna adipiscing.
author: David White, Designer at Huglab
- quote: Reprehenderit eos et non et ut eum reprehenderit quis sequi quia vel repellendus id. Velit quit blanditiis dolor quam error eos dolores sequi eaque rerum est.
author: David White, Designer at Huglab
---
<div
class="full"
style="background-image: url(images/page_headers/about_us.jpg); color: #fff; background-position-y: 18%;"
>
<div class="row">
<div class="twelve columns">
{% include section-header.html title="About us" color="#fff" tagline="Know
something about our team" class="big" %}
</div>
</div>
<div class="four spacing"></div>
</div>
<div class="full">
<div class="row">
<div class="large-12 columns">
{% include section-header.html title="Our History" %}
<div class="spacing"></div>
<p>
Marcol Fabrications was established in 1990 by its two directors, Colin
Vye and Mark Godfrey who have over 50 years combined experience of
plastic fabrication/engineering. Marcol was incorporated in 1998 and
since then, Colin and Mark have built a thriving business by putting
focus on their customers. The company moved to its current premises in
Nailsea in 1997, approximately 8 miles from Bristol, close to several
major transport links including Bristol airport.
</p>
<p>
Marcol has always put the emphasis on its excellent customer service,
competitive prices and very high quality work.
</p>
<p>
In addition to in-house fabrication, Marcol also have an experienced and
skilled site team with experience working in the UK, Europe and Asia.
The type of work we do varies from small welding jobs to complete
bespoke installations of process plants, pipe-work, tanks, scrubbing
systems etc. which are built and then installed by us on site. Other
services we offer include design work, a project manager to oversee
projects, drawing AutoCAD / 3D modelling, and site supervision for our
operatives. Everything you need to make sure your requirements are met.
The highest standards are maintained and current legislation is adhered
to at all times.
</p>
<p>
Our clients range from SME’s to larger conglomerates, some of whom have
worked with us for decades. After 27 years, our accumulated experience
allows us to provide solutions to even the most complex problems. We
have experience working with a wide range of industries including
chemical, utilities, nuclear, aerospace, pharmaceutical, steel,
semiconductor and construction.
</p>
<p>
We take Health and Safety very seriously and ensure that our installers
are fully trained in all tasks on any equipment they are likely to use.
Our installers carry CSCS cards and also hold CCNSG client/contractor
national safety passports, many of them at supervisor level. Supervisors
are also fully first aid qualified.
</p>
<p>
When you require a well specified, high quality product, delivered on
time and within budget, please call us.
</p>
<div class="three spacing"></div>
</div>
</div>
</div>
<div class="full">
<div class="row">
<div class="large-12 columns">
{% include section-header.html title="Our Mission" %}
<div class="spacing"></div>
<p>
To develop and expand our business in a controlled, efficient and
profitable manner with you, our customer, as the primary focus for all
our activities.
</p>
<p>
To become the first choice supplier in plastics fabrication through our
commitment to supply quality, defect-free products and services first
time, every time, on the due date and at realistic prices.
</p>
<p>
If you have a problem, we have the solution. With Marcol, you are in
very good hands.
</p>
<div class="spacing"></div>
</div>
</div>
</div>
<div class="full">
<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>
<p class="centered-text">{{ member.desc }}</p>
<div class="two spacing"></div>
</div>
</div>
{% endfor %}
</div>
</div>
<!-- <div class='full parallax' style='background: #f5f5f5'>
<div class='row'>
<div class='large-12 columns'>
<p class='centered-text'>
<i class='fa fa-quote-left' style='color: #5A40F3; font-size: 36px;'></i>
</p>
</div>
</div>
<div class='row'>
<div class='large-12 columns'>
{% include section-header.html title="What our clients say" %}
<div class='spacing'></div>
</div>
</div>
<div class='row'>
<div class='large-12 columns'>
<div class='mod modTestimonials'>
<div class='row'>
<div class='small-12 columns'>
<div class='items centered-text'>
{% for testimonial in page.testimonials %}
<div class='item'>
<p class='quote'>"{{testimonial.quote}}"</p>
<p class='author'>- {{testimonial.author}}</p>
<div class='two spacing'></div>
</div>
{% endfor %}
</div>
</div>
<div class='spacing'></div>
</div>
</div>
</div>
</div>
</div> -->
{% include our-customers.html %}