This repository was archived by the owner on Mar 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
474 lines (400 loc) · 18.7 KB
/
index.html
File metadata and controls
474 lines (400 loc) · 18.7 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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Hack Partners</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Theme CSS -->
<link href="css/grayscale.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Animation CSS -->
<link rel="stylesheet" href="css/animate.css">
<!-- for unminified version add this -->
<link rel="stylesheet" type="text/css" href="css/fonts/fonts.css" />
<!-- for minified version add this -->
<link rel="stylesheet" type="text/css" href="css/fonts/fonts.min.css" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Oswald">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<img src="img/hp-square-logo.png" class="img-responsive">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="ourstory/index.html">Our Story</a>
</li>
<li>
<a class="page-scroll" href="#">The Team</a>
</li>
<li>
<a class="page-scroll" href="#">Services</a>
</li>
<li>
<a class="page-scroll" href="#">Media</a>
</li>
<li>
<a class="page-scroll" href="#">Case Study</a>
</li>
<li>
<a class="page-scroll" href="#">#Railtech Fund</a>
</li>
<li>
<a class="page-scroll" href="#">Contact Us</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!--Particle Floating Header
<div class="animation-wrapper wow fadeInUpBig" data-wow-duration="3s">
<div class="particle particle-1"></div>
<div class="particle particle-2"></div>
<div class="particle particle-3"></div>
<div class="particle particle-4"></div>
</div>
-->
<!-- Intro Header -->
<header class="intro wow toColor" data-wow-duration="2s">
<div class="intro-body">
<div class="container">
<img src="img/hp-logo-rectangle.png" class="img-responsive col-lg-12" alt="Responsive image">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="brand-heading">Our Vision<hr></h1>
<p class="intro-text">DRIVE FORWARD INNOVATION IN THE
<br>FUTURE'S MOST CRITICAL INDUSTRIES</p>
<a href="#mission" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- Mission Section -->
<section id="mission" class="mission-body">
<div class="container text-center">
<div class="row">
<h2>MISSIONS</h2>
<br>
<div class="wow fadeInLeft">
<div class="col-sm-4">
<img src="img/mission-1.png" class="img-responsive">
</div>
<div class="col-sm-8">
<h3>Fundamentally Improve <span>Customer
experience</span> and <span>operational efficiency</span>
in the industries that we operate in</h3>
</div>
</div>
<br>
<div class="wow fadeInRight">
<div class="col-sm-4">
<img src="img/mission-2.png" class="img-responsive">
</div>
<div class="col-sm-8">
<h3>Lead & support the delivery
of the uk's most important <span>technology
infrastructure projects</span></h3>
</div>
</div>
<br>
<div class="wow fadeInLeft">
<div class="col-sm-4">
<img src="img/mission-3.png" class="img-responsive">
</div>
<div class="col-sm-8">
<h3>Become <span>industry leaders</span> through
thought leadership and implementation
of innovation</h3>
</div>
</div>
<br>
<div class="wow fadeInRight">
<div class="col-sm-4">
<img src="img/mission-4.png" class="img-responsive">
</div>
<div class="col-sm-8">
<h3>Be the platform that enables the break down of barriers and
accelerates the <span>adoption of new technology</span></h3>
</div>
</div>
</div>
</div>
<div class="box wow pulse" data-wow-duration="2s">
<div class="text-center">
<div class="row">
<br>
<h2>Behind the story of Hack Partners</h2>
<hr>
<a href="ourstory/index.html" class="btn btn-sm" style="font-size:11px;">READ MORE</a>
</div>
</div>
</div>
</section>
<!-- Services Section - CONSULTING -->
<section id="consulting" class="container service-section service-image-1 text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h1>WE PROVIDE OUR EXPERTISE<br>
IN <span>CONSULTING</span></h1>
<hr>
<p>We help your organisation understand and grow<br>in-line with the pace of cutting-edge technology.</p>
<p>
</p>
<a href="#" class="btn btn-default btn-lg wow bounce">READ MORE</a>
</div>
</div>
</section>
<!-- Services Section - DATA -->
<section id="data" class="container service-section service-image-2 text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h1>WE ANALYSE AND REVIEW<br>
<span>DATA</span></h1>
<hr>
<p>Watch your data come to life. We provide data<br>
reports and reviews of organisations to build a<br>
unified data platform and keep your team in sync.</p>
<p>
</p>
<a href="#" class="btn btn-default btn-lg wow bounce">READ MORE</a>
</div>
</div>
</section>
<!-- Services Section - HACKATHON -->
<section id="hackathon" class="container service-section service-image-3 text-center">
<img src="img/services-3-left.png" class="triangle-left img-responsives wow slideInLeft" data-wow-duration="1s">
<img src="img/services-3-right.png" class="triangle-right img-responsive wow slideInRight" data-wow-duration="2s">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 inner">
<h1>WE ORGANISE WORLD-CLASS<br>
<span>HACKATHONS</span></h1>
<hr>
<p>48-hour immersive technology events to tackle<br>
the transport industry's major challenges,<br>
all whilst traveling on moving trains!</p>
<p>
</p>
<a href="#" class="btn btn-default btn-lg wow bounce">READ MORE</a>
</div>
</div>
</section>
<!-- Services Section - FUND -->
<section id="fund" class="container service-section service-image-4 text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 inner">
<h1>WE ARE RAISING A<br>
<span>FUND</span></h1>
<hr>
<p>with the aims of promoting<br>
young startups!</p>
<p>
</p>
<a href="#" class="btn btn-default btn-lg wow bounce">READ MORE</a>
</div>
</div>
</section>
<!-- Clients Section -->
<section id="clients" class="client-section clients-bg text-center">
<div>
<h1><span>CLIENTS</span></h1>
</div>
<div class="client-container">
<div class="row align-items-center align-self-center">
<div class="col-md-12"><br><br>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/firstgroup.png" />
</div>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/arriva.png" />
</div>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/angeltrains.png" />
</div>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/trainline.png" />
</div>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/baesystems.png" />
</div>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/dft.png" />
</div>
</div>
</div>
<div class="row align-items-center align-self-center">
<div class="col-md-12">
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/o2.png" />
</div>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/microsoft.png" />
</div>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/readingbuses.png" />
</div>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/ey.png" />
</div>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/mtr.png" />
</div>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/eurostar.png" />
</div>
</div>
</div>
<div class="row align-items-center align-self-center">
<div class="col-md-12">
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/sncf.png" />
</div>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/bloomberg.png" />
</div>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/tfl.png" />
</div>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/nomaddigital.png" />
</div>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/silverrail.png" />
</div>
<div class="col-sm-2 col-sm-12">
<img class="img-responsive" alt="" src="img/clients/baicommunications.png" />
</div>
</div>
</div>
<div class="container">
<div class="box-2 wow pulse" data-wow-duration="2s">
<div class="text-center">
<div id="carousel" class="carousel slide" data-ride="carousel">
<!--
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
<li data-target="#carousel" data-slide-to="1"></li>
<li data-target="#carousel" data-slide-to="2"></li>
</ol>
-->
<div class="carousel-inner">
<div class="item active">
<p>"Lorem ipsum dolor sit amet, nec nonumy detracto ut, altera ponderum delicata nec ex. Aperiri tibique ancillae duo in. Eos at reprimique intellegebat."</p>
<h1>WILL SLEGG</h1>
<h2>EAT IT UP DESIGN</h2>
<br>
</div>
<div class="item">
<p>"Lorem ipsum dolor sit amet, nec nonumy detracto ut, altera ponderum delicata nec ex. Aperiri tibique ancillae duo in. Eos at reprimique intellegebat."</p>
<h1>SARAH CHOK</h1>
<h2>HACK PARTNERS</h2>
<br>
</div>
<div class="item">
<p>"Lorem ipsum dolor sit amet, nec nonumy detracto ut, altera ponderum delicata nec ex. Aperiri tibique ancillae duo in. Eos at reprimique intellegebat."</p>
<h1>UNICORN</h1>
<h2>MAGICAL FOREST</h2>
<br>
</div>
</div>
<a class="carousel-control left" href="#carousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control right" href="#carousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Box -->
<section id="contact" class="contact-bg">
<div class="container text-center">
<div class="first">
<h1>General Enquiries</h1>
</div>
<div class="second">
<a href="mailto:hello@hackpartners.com"><h1>hello@hackpartners.com</h1></a>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container text-center">
<div class="row">
<div class="col-md-4">
<a href="#"><img src="img/hp-logo-footer.png"></a>
</div>
<div class="col-md-4">
<p>WeWork Old St.<br>
41 Corsham Street<br>
London, N1 6DR<br>
United Kingdom<br>
<br>
<span>hello@hackpartners.com</span>
</div>
<div class="col-md-4">
<h1><span>WE'RE HIRING</span></h1>
<p>
<a href="#">+ Project Manager</a><br>
<a href="#">+ Business Development Associate</a><br>
<a href="#">+ Junior Software Engineer</a>
</p>
</div>
</div>
</div>
<div class="container text-center text-uppercase copyright">
<p>Copyright © 2017 Hack Partners Limited. All rights reserved.</p>
</div>
</footer>
<!-- jQuery -->
<script src="vendor/jquery/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script>
<!-- Theme JavaScript -->
<script src="js/grayscale.min.js"></script>
<!-- Animated JS -->
<script src="js/wow.min.js"></script>
<!-- Change Hamburger on Click -->
<script src="js/hamburger.js"></script>
</body>
</html>