-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareers.html
363 lines (363 loc) · 19.9 KB
/
careers.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
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
358
359
360
361
362
363
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SDH Project Services - Telecoms, Construction, Management, Consultants</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Site Description Here">
<link rel="icon" href="img/favicon.png" sizes="16x16">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/stack-interface.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/socicon.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/lightbox.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/flickity.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/iconsmind.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/jquery.steps.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400i,500,600,700%7CMerriweather:300,300i" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body class=" ">
<a id="start"></a>
<div class="nav-container">
<div class="bar bar--sm visible-xs">
<div class="container">
<div class="row">
<div class="col-3 col-md-2">
<a href="index.html">
<img class="logo logo-dark" alt="logo" src="img/sdh-logo.svg" />
</a>
</div>
<div class="col-9 col-md-10 text-right">
<a href="#" class="hamburger-toggle" data-toggle-class="#menu1;hidden-xs">
<i class="icon icon--sm stack-interface stack-menu"></i>
</a>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</div>
<!--end bar-->
<nav id="menu1" class="bar bar--sm bar-1 hidden-xs ">
<div class="container">
<div class="row">
<div class="col-lg-1 col-md-2 hidden-xs">
<div class="bar__module">
<a href="index.html">
<img class="logo logo-dark" alt="logo" height="40px" src="img/sdh-logo.svg" />
</a>
</div>
<!--end module-->
</div>
<div class="col-lg-11 col-md-12 text-right text-left-xs text-left-sm">
<div class="bar__module">
<ul class="menu-horizontal text-left">
<li class="dropdown">
<a href="index.html">
Home
</a>
</li>
<li class="dropdown">
<a class="type--uppercase" href="about.html">
About us
</a>
</li>
<li class="dropdown">
<span class="dropdown__trigger">Our Services</span>
<div class="dropdown__container">
<div class="container">
<div class="row">
<div class="dropdown__content col-lg-2 col-md-4">
<ul class="menu-vertical">
<li>
<a href="fibre-networks.html">
Fibre Network
</a>
</li>
<li>
<a href="copper-networks.html">
Copper Networks
</a>
</li>
<li>
<a href="oil-and-gas.html">
Oil & Gas Infrastructures
</a>
</li>
<li>
<a href="energy-sector.html">
Energy Sector
</a>
</li>
</ul>
</div>
<!--end dropdown content-->
</div>
<!--end row-->
</div>
</div>
<!--end dropdown container-->
</li>
</ul>
</div>
<!--end module-->
<div class="bar__module">
<a class="btn btn--sm type--uppercase" href="careers.html">
<span class="btn__text">
Careers
</span>
</a>
<a class="btn btn--sm btn--primary type--uppercase" href="contact.html">
<span class="btn__text">
Contact us
</span>
</a>
</div>
<!--end module-->
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</nav>
<!--end bar-->
</div>
<div class="main-container">
<section class="text-center">
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-8">
<h1>Careers</h1>
<p class="lead"></p>
Join Britain's largest and fastest growing technology and telecommunications infrastructure provider, learn valuable skills, earn good money and make our country competitive again.
Got what it takes to work with us? Great! Send us a link to your resumé on linkedin to register as part of our talent pool so you don't miss out on the next opening
</p>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="switchable bg--secondary">
<div class="container">
<div class="row justify-content-around">
<div class="col-md-6 col-lg-5">
<ul class="accordion accordion-2 accordion--oneopen">
<li class="active">
<div class="accordion__title">
<span class="h5">Culture</span>
</div>
<div class="accordion__content">
<p>
We are proud yet humble. We go the extra mile to maintain standards. We are hungry to be better but never assume we are the best
</p>
</div>
</li>
<li>
<div class="accordion__title">
<span class="h5">Benefits</span>
</div>
<div class="accordion__content">
<ul class="careers__benefits-ul">
<li class="careers__benefits-list-item">Medical & Dental cover for the immediate family</li>
<li class="careers__benefits-list-item">Pension with 8% employer contribution</li>
<li class="careers__benefits-list-item">Opportunity for career progression</li>
<li class="careers__benefits-list-item">Performance related pay </li>
</ul>
</div>
</li>
<li>
<div class="accordion__title">
<span class="h5">Learning</span>
</div>
<div class="accordion__content">
<p>
People are key to the quality and success of the business and as such we believe in investing in them with progressive education courses to improve their industry skills and knowledge:
</p>
</div>
</li>
<li>
<div class="accordion__title">
<span class="h5">Civil Engineers</span>
</div>
<div class="accordion__content">
<p>
NRSWA Street Works Course
Category B+E Trailer driving licence
Rotary Digger Operators Course
Team Leader Course
Supervisor Course
</p>
</div>
</li>
<li>
<div class="accordion__title">
<span class="h5">Fibre Engineers</span>
</div>
<div class="accordion__content">
<p>
People are key to the quality and success of the business and as such we believe in investing in them with progressive education courses to improve their industry skills and knowledge:
</p>
</div>
</li>
</ul>
<!--end accordion-->
</div>
<div class="col-lg-6 col-md-6 switchable__text text-center">
<div class="video-cover border--round">
<div class="background-image-holder">
<img alt="image" src="img/education-5.jpg" />
</div>
<div class="video-play-icon"></div>
<iframe data-src="https://www.youtube.com/embed/6p45ooZOOPo?autoplay=1" allowfullscreen="allowfullscreen"></iframe>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading-block">
<h3>Current Openings</h3>
</div>
</div>
<div class="col-md-4">
<div class="feature feature-1 boxed boxed--border">
<span class="label bg--primary-2">Remote</span>
<h5>Senior Full stack software engineer</h5>
<p>
Manchester City Centre
</p>
<a href="jobs/senior-javascript.html">
View & Apply
</a>
</div>
<!--end feature-->
</div>
<div class="col-md-4">
<div class="feature feature-1 boxed boxed--border">
<span class="label bg--primary-2">Remote</span>
<h5>Junior full stack software engineer</h5>
<p>
Manchester City Centre
</p>
<a href="jobs/junior-developer.html">
View & Apply
</a>
</div>
<!--end feature-->
</div>
<div class="col-md-4">
<div class="feature feature-1 boxed boxed--border">
<h5>Asbuild Technician</h5>
<p>
Brighouse, West Yorkshire
</p>
<a href="jobs/asbuild.html">
View & Apply
</a>
</div>
<!--end feature-->
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 col-lg-6">
<div class="cta">
<h2>We're always looking for talent</h2>
<p class="lead"></p>
Got what it takes to work with us? Great! Send us a link to your resumé or portfolio to become part of our talent pool.
</p>
<a class="btn btn--primary type--uppercase" href="contact.html">
<span class="btn__text">
Contact us
</span>
</a>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<footer class="space--sm footer-1 text-center-xs">
<div class="container">
<div class="row">
<div class="col-md-6">
<ul class="list-inline list--hover">
<li>
<a href="about.html">
<span>Our Company</span>
</a>
</li>
<li>
<a href="services.html">
<span>Services</span>
</a>
</li>
<li>
<a href="careers.html">
<span>Careers</span>
</a>
</li>
</ul>
</div>
<div class="col-md-6 text-right text-center-xs">
<ul class="social-list list-inline list--hover">
<li>
<a target="_blank" href="https://twitter.com/sdhproject">
<i class="socicon socicon-twitter icon icon--xs"></i>
</a>
</li>
<li>
<a target="_blank" href="https://www.linkedin.com/company/sdh-project-services/">
<i class="socicon socicon-linkedin icon icon--xs"></i>
</a>
</li>
<li>
<a target="_blank" href="mailto:[email protected]">
<i class="socicon socicon-mail icon icon--xs"></i>
</a>
</li>
</ul>
<a href="contact.html" class="btn type--uppercase">
<span class="btn__text">
Contact Us
</span>
</a>
</div>
</div>
<!--end of row-->
<div class="row">
<div class="col-md-12">
<img alt="Image" width="70px" height="80px" class="logo" src="img/sdh-logo.svg" />
<span class="type--fine-print">©
<span class="update-year"></span> SDH Project Services LTD.</span>
<a class="type--fine-print" href="privacy.html">Privacy Policy</a>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</footer>
</div>
<!--<div class="loader"></div>-->
<a class="back-to-top inner-link" href="#start" data-scroll-class="100vh:active">
<i class="stack-interface stack-up-open-big"></i>
</a>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>