-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.php
262 lines (254 loc) · 18.6 KB
/
team.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
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
<!-- ==================================================
contact info & navbar
================================================== -->
<?php
include_once './includes/header.html';
?>
<!-- ==================================================
End navbar
================================================== -->
<!-- ==================================================
team-area
================================================== -->
<section id='team' class="team-area sec-padding text-center">
<div class="container">
<div class="row mb-30px">
<div class="col-xs-12 col-md-3">
<h1 class="title-h p-relative">
<span class="fw-200">Our</span><span class="color-orange"> Team</span>
<span class="line p-absolute bg-orange"></span>
</h1>
</div>
<div class="col-xs-12 col-md-7 ">
<p class="team-p text-left">
At Interlock, we serve, value, and honor our customers, our company and our employees. That is why we have over 30 employees with
more than 200 years of combined service with our team. Interlock’s leadership team is comprised of industry experts with extensive
knowledge and experience in the architectural and interlocking paving industry. This extensive knowledge and experience in our industry
allows us to listen to our customers’ goals and deliver projects that exceed their expectations without compromising quality or our
integrity.
</p>
</div>
</div>
<div class="row">
<div class="col-md-2"></div>
<div class="col-xs-12 col-md-4">
<div data-toggle="modal" data-target="#presidentModal" class="hover-red">
<div class="img-plus-sign"></div>
<a href="#" class="">
<img alt="team" src="images/tempteam/Paul_Foreman.JPEG" class="img100">
</a>
</div>
<h5 class="mb-0px mt-10px fw-600">Paul Foreman</h5>
<p class="mb-10px">President</p>
<!-- President Modal -->
<div class="modal fade" id="presidentModal" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content bg-666">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<div class="row">
<div class="col-sm-12 col-md-5">
<img alt="team" src="images/tempteam/Paul_Foreman.JPEG" class="">
<h4 class="modal-title color-orange fw-600 mt-30px" id="presidentModal">Paul Foreman</h4>
<h5 class="modal-title" id="presidentModal">President</h5>
</div>
<div class="col-sm-12 col-md-7">
<br>
<p class="txt-white">
As the son of an award winning architect and the grandson of a local builder,
Paul has been around construction his entire life. Prior to founding Interlock Paving in 1985,
Paul lead Balcon Inc.’s sales and marketing team for their interlock concrete paver product line.
As an early adopter in the interlocking paver industry, Paul grew Balcon’s sales to over one million square
feet of pavers per year.
</p>
<br>
<p class="txt-white">
By 1984, Paul’s sales of Balcon’s interlock concrete pavers were out pacing the local contractors ability
to keep up with installation schedules. Recognizing a need in the market for contractors specializing in
the installation of interlock concrete pavers, Paul started Interlock Paving on April 13, 1985 with the goal
of being the premier unit paving contractor in the region. Interlock Paving’s first project was the Rosedale
Federal Savings bank on Belair Road in Baltimore, MD and after over 30 years Interlock’s original installation
is still in use today at this location.
</p>
<br>
<p class="txt-white">
Since Interlock’s first project in 1985, Paul has grown the company to more than 30 employees and over
12 million square feet of pavers installed. Paul prides himself in knowing that Interlock has completed
some of the most advanced and challenging projects in the Baltimore / Washington area, including the Seagirt
Marine Terminal, the National Aquarium, and miles of urban walkways and plazas.
</p>
<br>
<p class="txt-white">
In addition to leading Interlock to many award winning projects and developing a reputation of providing the
highest standards of honesty, fairness, responsibility and craftsmanship in the industry, Paul has been involved
in countless community service opportunities including serving as the Executive Committee Board Member of US
Lacrosse, Board Member of Calvert Hall College’s Cardinal Crease Club, and Board Member of the Dyslexic Tutoring
Program.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End President Modal-->
</div>
<div class="col-xs-12 col-md-4">
<a href="#" data-toggle="modal" data-target="#operationsModal">
<img alt="team" src="./images/tempteam/Steve_Losin.JPEG" class="img100">
<div class="img-plus-sign"></div>
</a>
<h5 class="mb-0px mt-10px fw-600">Steve Losin</h5>
<p class="mb-5px">Commercial Project Manager</p>
<!-- Operations Modal -->
<div class="modal fade" id="operationsModal" role="dialog" aria-labelledby="operationsModal" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content bg-666">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<div class="row">
<div class="col-sm-12 col-md-5">
<img alt="team" src="./images/tempteam/Steve_Losin.JPEG" class="">
<h4 class="modal-title color-orange fw-600 mt-30px">Steve Losin</h4>
<h5 class="modal-title">Commercial Project Manager</h5>
</div>
<div class="col-sm-12 col-md-7">
<br>
<p class="txt-white">
Steve Losin joined Interlock in 2019 as our Commercial Project Manager and is responsible for the complete
delivery of our commercial projects beginning with cost estimating/bidding and continuing through project
delivery and turnover. Steve brings over 10 years of multifaceted construction experience ranging from
structural engineering to real estate development.
</p>
<br>
<p class="txt-white">
Prior to joining Interlock, Steve worked as a Structural Engineer and Project Manager at a Maryland based
engineering firm and most recently a Development Project Manager at the Baltimore based Senior Housing Developer,
Erickson Living.
</p>
<br>
<p class="txt-white">
Steve holds a degree in Civil Engineering from University of Maryland and is a
licensed professional engineer in the state of Maryland.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br/>
<div class="row">
<div class="col-md-2"></div>
<div class="col-xs-12 col-md-4">
<a href="#" data-toggle="modal" data-target="#projectMngrModal">
<img alt="team" src="./images/tempteam/Chris_Turner.JPEG" class="img100">
<div class="img-plus-sign"></div>
</a>
<h5 class="mb-0px mt-10px fw-600">Chris Turner</h5>
<p class="mb-10px">Residential Project Manager</p>
<!-- Residential Mngr Modal -->
<div class="modal fade" id="projectMngrModal" role="dialog" aria-labelledby="projectMgrModal" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content bg-666">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<div class="row">
<div class="col-sm-12 col-md-5">
<img alt="team" src="./images/tempteam/Chris_Turner.JPEG" class="">
<h4 class="modal-title color-orange fw-600 mt-30px" id="presidentModal">Chris Turner</h4>
<h5 class="modal-title" id="presidentModal">Residential Project Manager</h5>
</div>
<div class="col-sm-12 col-md-7">
<br>
<p class="txt-white">
Chris joined the Interlock team in 1985 as one of our first full time team members and has held multiple
positions ever since. In Chris’ current role, he serves as Interlock’s Residential Project Manager,
responsible for leading our residential sales team and the holistic delivery of our residential construction
projects. Chris ensures all of Interlock’s residential construction projects are delivered on time, within
budget, and meet or exceed our customer’s exceptions.
</p>
<br>
<p class="txt-white">
With over 35 years of experience in the architectural and interlocking paving industry, Chris is an expert
in industry standards and best practices, which ensure that all of Interlock’s projects, no matter the size or
scale, meet our company values and our customers’ goals.
</p>
<br>
<p class="txt-white">
Prior to his current roles, Chris has served as a Crew Foreman, Production Manager, and Equipment
Operator among many other positions.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-md-4">
<a href="#" data-toggle="modal" data-target="#productionMngrModal">
<img alt="team" src="./images/tempteam/Gabe_Faber.jpg" class="img100">
<div class="img-plus-sign"></div>
</a>
<h5 class="mb-0px mt-10px fw-600">Gabriel Faber</h5>
<p class="mb-10px">Production Manager</p>
<!-- Production Mngr Modal -->
<div class="modal fade" id="productionMngrModal" role="dialog" aria-labelledby="productionMgrModal" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content bg-666">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<div class="row">
<div class="col-sm-12 col-md-5">
<img alt="team" src="./images/tempteam/Gabe_Faber.jpg" class="">
<h4 class="modal-title color-orange fw-600 mt-30px">Gabriel Faber</h4>
<h5 class="modal-title" id="presidentModal">Production Manager</h5>
</div>
<div class="col-sm-12 col-md-7">
<br>
<p class="txt-white">
As Interlock’s Production Manager, Gabriel is responsible for ensuring that our field crews are delivering
projects on time, per design requirements, and maintain our standards for craftsmanship. Gabriel
brings over 30 years of construction experience and over 28 years of experience in the interlocking and
architectural paving industry to our team.
</p>
<br>
<p class="txt-white">
Gabriel has been with Interlock since 1991, originally joining the company as a summer intern. Since
joining the company, Gabriel has continued to increase our standards for project coordination and
quality, as well as training and mentoring our new employees to ensure that our entire field team
understands our company’s high standards for excellence.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ==================================================
End team-area
================================================== -->
<!-- ==================================================
footer-area
================================================== -->
<?php
include_once './includes/footer.html';
?>
<!-- ==================================================
End footer-area
================================================== -->