-
Notifications
You must be signed in to change notification settings - Fork 1
/
page2.html
912 lines (684 loc) · 41.7 KB
/
page2.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
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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
<!DOCTYPE html>
<html>
<head>
<!-- Site made with Mobirise Website Builder v4.3.0, https://mobirise.com -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Mobirise v4.3.0, mobirise.com">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="assets/images/icon-talenthub-128x135.png" type="image/x-icon">
<meta name="description" content="">
<title>About Us</title>
<link rel="stylesheet" href="assets/web/assets/mobirise-icons/mobirise-icons.css">
<link rel="stylesheet" href="assets/tether/tether.min.css">
<link rel="stylesheet" href="assets/soundcloud-plugin/style.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets/socicon/css/styles.css">
<link rel="stylesheet" href="assets/animate.css/animate.min.css">
<link rel="stylesheet" href="assets/dropdown/css/style.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
</head>
<body>
<section class="menu cid-qzgVAQYXMX" once="menu" id="menu1-3j" data-rv-view="1582">
<nav class="navbar navbar-expand beta-menu navbar-dropdown align-items-center navbar-fixed-top navbar-toggleable-sm">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div class="menu-logo">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="https://mobirise.com">
<img src="assets/images/oie-transparent21-554x153.png" alt="Mobirise" title="" media-simple="true" style="height: 3.8rem;">
</a>
</span>
</div>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown nav-right" data-app-modern-menu="true"><li class="nav-item">
<a class="nav-link link text-black display-4" href="index.html">
<span class="mbri-home mbr-iconfont mbr-iconfont-btn"></span>
Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link link text-black dropdown-toggle display-4" href="https://mobirise.com" data-toggle="dropdown-submenu" aria-expanded="false"><span class="mbri-like mbr-iconfont mbr-iconfont-btn"></span>
About </a><div class="dropdown-menu"><a class="text-black dropdown-item display-4" href="page3.html">Join Us</a><a class="text-black dropdown-item display-4" href="page2.html">Employers</a><a class="text-black dropdown-item display-4" href="page6.html">Web Development</a></div>
</li><li class="nav-item"><a class="nav-link link text-black display-4" href="page4.html">
<span class="mbri-search mbr-iconfont mbr-iconfont-btn"></span>
Vacancies</a></li></ul>
</div>
</nav>
</section>
<section class="engine"><a href="https://mobirise.co/a">web site builder</a></section><section class="header12 cid-qySAqWrVa2 mbr-fullscreen mbr-parallax-background" id="header12-m" data-rv-view="1584">
<div class="mbr-overlay" style="opacity: 0.6; background-color: rgb(118, 118, 118);">
</div>
<div class="container ">
<div class="media-container">
<div class="col-md-12 align-center">
<h1 class="mbr-section-title pb-3 mbr-white mbr-bold mbr-fonts-style display-1">
<br>Graduate recruitment solutions.</h1>
<p class="mbr-text pb-3 mbr-white mbr-fonts-style display-5">
TalentHub attract amazing graduates and young professionals and guide them into their dream career.
</p>
<div class="icons-media-container mbr-white">
<div class="card col-12 col-md-6 col-lg-3">
<h5 class="mbr-fonts-style display-5">
Sales</h5>
</div>
<div class="card col-12 col-md-6 col-lg-3">
<h5 class="mbr-fonts-style display-5">
Creative</h5>
</div>
<div class="card col-12 col-md-6 col-lg-3">
<h5 class="mbr-fonts-style display-5">
Professional</h5>
</div>
<div class="card col-12 col-md-6 col-lg-3">
<h5 class="mbr-fonts-style display-5">
IT</h5>
</div>
</div>
</div>
</div>
</div>
<div class="mbr-arrow hidden-sm-down" aria-hidden="true">
<a href="#next">
<i class="mbri-down mbr-iconfont"></i>
</a>
</div>
</section>
<section class="mbr-section content4 cid-qySCo9BF5z" id="content4-o" data-rv-view="1587">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
<h2 class="align-center pb-3 mbr-fonts-style display-2">What makes us different?</h2>
<h3 class="mbr-section-subtitle align-center mbr-light mbr-fonts-style display-7">We charge a <strong>flat fee</strong> per placement because why should recruitment be so expensive! and we send over a full candidate profile and video interview so you can make the right decision before interviewing. We also offer a unique recruitment service called <a href="page2.html#content4-2i">TalentHost</a><br><br></h3>
</div>
</div>
</div>
</section>
<section class="mbr-section content5 cid-qySTrOkR5L mbr-parallax-background" id="content5-16" data-rv-view="1589">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
</div>
</div>
</div>
</section>
<section class="mbr-section info1 cid-qySQHNad4q" id="info1-13" data-rv-view="1592">
<div class="container">
<div class="row justify-content-center">
<div class="media-container-column title col-12 col-lg-7 col-md-6">
<h3 class="mbr-section-subtitle align-left mbr-light pb-3 mbr-fonts-style display-5">
We help employers recruit awesome graduates and young professionals into amazing careers.</h3>
<h2 class="align-left mbr-bold mbr-fonts-style display-2">
Employer Offering</h2>
</div>
<div class="media-container-column col-12 col-lg-3 col-md-4">
<div class="mbr-section-btn align-right py-4"><a class="btn btn-info display-4" href="page2.html#features11-14">LEARN MORE</a></div>
</div>
</div>
</div>
</section>
<section class="features11 cid-qySRBbI88n" id="features11-14" data-rv-view="1595">
<div class="mbr-overlay" style="opacity: 0.3; background-color: rgb(255, 255, 255);">
</div>
<div class="container">
<div class="col-md-12">
<div class="media-container-row">
<div class="mbr-figure" style="width: 50%;">
<img src="assets/images/510c47e2b3fc4b7d0100004c-the-shard-opens-to-the-public-shard-3-21-12-12-528x792.jpg" alt="Mobirise" title="" media-simple="true">
</div>
<div class=" align-left">
<h2 class="mbr-title pt-2 mbr-fonts-style display-2">
How we help employers.</h2>
<div class="mbr-section-text">
<p class="mbr-text mb-5 pt-3 mbr-light mbr-fonts-style display-5">
TalentHub is a home for young people who dream big and expect more; an environment where consultants work to build and transform employers.</p>
</div>
<div class="block-content">
<div class="card p-3 pr-3">
<div class="media">
<div class=" align-self-center card-img pb-3">
<span class="mbr-iconfont mbri-briefcase" media-simple="true"></span>
</div>
<div class="media-body">
<h4 class="card-title mbr-fonts-style display-7">
Our Services</h4>
</div>
</div>
<div class="card-box">
<p class="block-text mbr-fonts-style display-7"><a href="page2.html#content4-2i">Host Service</a> - A unique approach to recruitment <br>Graduate & early career Recruitment Programmes
<br>Response Handling—we are experienced in handling a large volume of applications.
<br>Database Searches—we have a detailed database of thousands of candidates.
<br>Recruitment Advertising
<br>Telephone & Face to Face Interviews
<br>Interview and Assessment Centres
<br></p>
</div>
</div>
<div class="card p-3 pr-3">
<div class="media">
<div class="align-self-center card-img pb-3">
<span class="mbr-iconfont mbri-star" media-simple="true"></span>
</div>
<div class="media-body">
<h4 class="card-title mbr-fonts-style display-7">
Our employer pledge</h4>
</div>
</div>
<div class="card-box">
<p class="block-text mbr-fonts-style display-7">
The needs of candidates and employers are paramount at TalentHub, and our aim is always to ensure that the recruitment process runs as smoothly as possible for both parties. We are charge one simple<strong> FLAT FEE!</strong></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline1 cid-qz4woHJzN2 mbr-parallax-background" id="timeline1-2e" data-rv-view="1598">
<div class="container align-center">
<h2 class="mbr-section-title pb-3 mbr-fonts-style display-2"><strong>
How we work</strong></h2>
<h3 class="mbr-section-subtitle pb-5 mbr-fonts-style display-5">We have access to thousands of the <strong>best</strong> candidates, recruiting couldn't be simpler.</h3>
<div class="container timelines-container" mbri-timelines="">
<div class="row timeline-element reverse separline">
<div class="timeline-date-panel col-xs-12 col-md-6 align-left">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5"><strong>Step 1</strong><br></p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-right">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">
Send us your Job</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7">Describe what you need from your perfect candidate, how much you'll pay and when they'll start.
</p>
</div>
</div>
</div>
<div class="row timeline-element separline">
<div class="timeline-date-panel col-xs-12 col-md-6 align-right">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5"><strong>
Step 2</strong></p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-left ">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">Leave hardwork to us</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7">Our specialist consultants will review the most suitable candidates for your job based on experience, skills, location and availability. You can also get to know candidates better through video profiles.</p>
</div>
</div>
</div>
<div class="row timeline-element reverse">
<div class="timeline-date-panel col-xs-12 col-md-6 align-left">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5"><strong>
Step 3</strong></p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-right">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">Make your hire</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7">Set up an interview, speak directly to candidates and get the answers you need. Make job offers, Arrange your start date and let Talenthub do the rest.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section content4 cid-qz4R7jie0k" id="content4-2i" data-rv-view="1601">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
<h2 class="align-center pb-3 mbr-fonts-style display-2">Our Host Service</h2>
<h3 class="mbr-section-subtitle align-center mbr-light mbr-fonts-style display-7">The distinctive feature of our host model is that we act as the employer and we place candidates with a host employer. The host employer pays us a monthly fee for the candidates’ services; this fee being based on the wage agreed with the host and our management fee.</h3>
</div>
</div>
</div>
</section>
<section class="counters2 counters cid-qz4QuRfv7N" id="counters2-2h" data-rv-view="1603">
<div class="container pt-4 mt-2">
<div class="media-container-row">
<div class="media-block" style="width: 50%;">
<h2 class="mbr-section-title pb-3 align-left mbr-fonts-style display-2"><strong>
Host Benefits</strong></h2>
<h3 class="mbr-section-subtitle pb-5 align-left mbr-fonts-style display-5">
We offer a unique approach to recruitment.</h3>
<div class="mbr-figure">
<img src="assets/images/mbr-1618x1080.jpg" alt="" title="" media-simple="true">
</div>
</div>
<div class="cards-block">
<div class="cards-container">
<div class="card px-3 align-left col-12 col-md-6">
<div class="panel-item p-3">
<div class="card-img pb-3">
<span class="mbr-iconfont pr-2 mbri-idea" style="color: rgb(118, 118, 118);" media-simple="true"></span>
<h3 class="count py-2 mbr-fonts-style display-2"></h3>
</div>
<div class="card-text">
<h4 class="mbr-content-title mbr-bold mbr-fonts-style display-7">Support with recruitment </h4>
<p class="mbr-content-text mbr-fonts-style display-7">Finding the right candidate to meet the employers’ needs
</p>
</div>
</div>
</div>
<div class="card px-3 align-left col-12 col-md-6">
<div class="panel-item p-3">
<div class="card-img pb-3">
<span class="mbr-iconfont pr-2 mbri-smile-face" style="color: rgb(118, 118, 118);" media-simple="true"></span>
<h3 class="count py-3 mbr-fonts-style display-2"></h3>
</div>
<div class="card-text">
<h4 class="mbr-content-title mbr-bold mbr-fonts-style display-7">
Responsibility
</h4>
<p class="mbr-content-text mbr-fonts-style display-7">
Responsibility for the wages, tax, National Insurance as well as administration.</p>
</div>
</div>
</div>
<div class="card px-3 align-left col-12 col-md-6">
<div class="panel-item p-3">
<div class="card-img pb-3">
<span class="mbr-iconfont pr-2 mbri-credit-card" style="color: rgb(118, 118, 118);" media-simple="true"></span>
<h3 class="count py-3 mbr-fonts-style display-2"></h3>
</div>
<div class="card-text">
<h4 class="mbr-content-title mbr-bold mbr-fonts-style display-7">
Recruitment Fee</h4>
<p class="mbr-content-text mbr-fonts-style display-7">
we charge a flat rate recruitment fee of £1,000 regardless of salary.
</p>
</div>
</div>
</div>
<div class="card px-3 align-left col-12 col-md-6">
<div class="panel-item p-3">
<div class="card-img pb-3">
<span class="mbr-iconfont pr-2 mbri-like" style="color: rgb(118, 118, 118);" media-simple="true"></span>
<h3 class="count py-3 mbr-fonts-style display-2"></h3>
</div>
<div class="card-texts">
<h4 class="mbr-content-title mbr-bold mbr-fonts-style display-7">
No Risk</h4>
<p class="mbr-content-text mbr-fonts-style display-7">
One monthly fee for host option, No risk, Tax, Legal and NI included. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section content5 cid-qz4UbPItO7 mbr-parallax-background" id="content5-2j" data-rv-view="1606">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
</div>
</div>
</div>
</section>
<section class="features2 cid-qySTKMpICk" id="features2-17" data-rv-view="1609">
<div class="container">
<div class="media-container-row">
<div class="card p-3 col-12 col-md-6 col-lg-4">
<div class="card-wrapper">
<div class="card-img">
<img src="assets/images/01.jpg" alt="Mobirise" media-simple="true">
</div>
<div class="card-box">
<h4 class="card-title pb-3 mbr-fonts-style display-7">Established in 2015</h4>
<p class="mbr-text mbr-fonts-style display-7">TalentHub is one of the leading Graduate & early career Recruitment specialists in the UK specialising exclusively in the recruitment of newly qualified and experienced graduates into permanent positions based throughout the UK.</p>
</div>
</div>
</div>
<div class="card p-3 col-12 col-md-6 col-lg-4">
<div class="card-wrapper">
<div class="card-img">
<img src="assets/images/aaeaaqaaaaaaaawvaaaajgi4ogjkzdyxltdhnwutngzizs04ytvjlwi3mwexodvlmmrmnw-698x400.jpg" alt="Mobirise" title="" media-simple="true">
</div>
<div class="card-box ">
<h4 class="card-title pb-3 mbr-fonts-style display-7"><br>We're Here for You 24/7</h4>
<p class="mbr-text mbr-fonts-style display-7">4 hours a day. 7 days a week. 365 days a year. A team with years of industry experience. That’s the kind of dependability, security and attention you expect from your recruitment provider…and the kind of service we deliver.</p>
</div>
</div>
</div>
<div class="card p-3 col-12 col-md-6 col-lg-4">
<div class="card-wrapper">
<div class="card-img">
<img src="assets/images/20160328065249-shutterstock-387029653-1300x867.jpg" alt="Mobirise" title="" media-simple="true">
</div>
<div class="card-box">
<h4 class="card-title pb-3 mbr-fonts-style display-7">
Recruitment Process</h4>
<p class="mbr-text mbr-fonts-style display-7">Client Briefing
<br> Candidate Search
<br> Screening/Candidate Interviews
<br> Shortlist Presentation
<br> Psychometric Testing
<br> Reference Checking</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section content5 cid-qyST5J0lUT mbr-parallax-background" id="content5-15" data-rv-view="1612">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
<h2 class="align-center mbr-bold mbr-white pb-3 mbr-fonts-style display-1">Our Pledge</h2>
</div>
</div>
</div>
</section>
<section class="features7 cid-qySCigvMc4" id="features7-p" data-rv-view="1615">
<div class="container">
<div class="row justify-content-center">
<div class="card p-3 col-12 col-md-6 col-lg-4">
<div class="media">
<div class="card-img pr-2">
<span class="mbr-iconfont mbri-star" media-simple="true"></span>
</div>
<div class="card-box media-body">
<h4 class="card-title py-3 mbr-fonts-style display-7">
The Best</h4>
<p class="mbr-text mbr-fonts-style display-7">We work with only the
<br><strong>best</strong> companies. We work with Start Ups right the way through to large multinational brands. </p>
</div>
</div>
</div>
<div class="card p-3 col-12 col-md-6 col-lg-4">
<div class="media">
<div class="card-img pr-2">
<span class="mbr-iconfont mbri-edit" media-simple="true"></span>
</div>
<div class="card-box media-body">
<h4 class="card-title py-3 mbr-fonts-style display-7">Interview Coaching </h4>
<p class="mbr-text mbr-fonts-style display-7">We are by your side
<br><strong>every step of the way. </strong> We will work with you to ensure you are fully prepared for interviews. </p>
</div>
</div>
</div>
<div class="card p-3 col-12 col-md-6 col-lg-4">
<div class="media">
<div class="card-img pr-2">
<span class="mbr-iconfont mbri-like" media-simple="true"></span>
</div>
<div class="media-body card-box">
<h4 class="card-title py-3 mbr-fonts-style display-7">
Trust</h4>
<p class="mbr-text mbr-fonts-style display-7">You can trust us
<br><strong>with your future. </strong>We take the time to listen to your ambitions and take the time to work with you. <strong> </strong></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section content5 cid-qySNvaX8uI mbr-parallax-background" id="content5-s" data-rv-view="1618">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
</div>
</div>
</div>
</section>
<section class="toggle1 cid-qz4yZaL9XH" id="toggle1-2f" data-rv-view="1621">
<div class="container">
<div class="media-container-row">
<div class="col-12 col-md-8">
<div class="section-head text-center space30">
<h2 class="mbr-section-title pb-5 mbr-fonts-style display-2">FAQs</h2>
</div>
<div class="clearfix"></div>
<div id="bootstrap-toggle" class="toggle-panel accordionStyles tab-content">
<div class="card">
<div class="card-header" role="tab" id="headingOne">
<a role="button" class="collapsed panel-title text-black" data-toggle="collapse" data-parent="#accordion" data-core="" href="#collapse1_104" aria-expanded="false" aria-controls="collapse1">
<h4 class="mbr-fonts-style display-5">
<span class="sign mbr-iconfont mbri-arrow-down inactive"></span> How much does it cost?</h4>
</a>
</div>
<div id="collapse1_104" class="panel-collapse noScroll collapse" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body p-4">
<p class="mbr-fonts-style panel-text display-7">
For permanent placements we charge a flat rate of £1,00 regardless of salary. This typically works out 50% cheaper than traditional agencies.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" role="tab" id="headingTwo">
<a role="button" class="collapsed panel-title text-black" data-toggle="collapse" data-parent="#accordion" data-core="" href="#collapse2_104" aria-expanded="false" aria-controls="collapse2">
<h4 class="mbr-fonts-style display-5">
<span class="sign mbr-iconfont mbri-arrow-down inactive"></span> What do I have to pay up front?</h4>
</a>
</div>
<div id="collapse2_104" class="panel-collapse noScroll collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body p-4">
<p class="mbr-fonts-style panel-text display-7">
Nothing! There are no up-front costs - you will only pay if we find you a successfull candidate.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" role="tab" id="headingThree">
<a role="button" class="collapsed panel-title text-black" data-toggle="collapse" data-parent="#accordion" data-core="" href="#collapse3_104" aria-expanded="false" aria-controls="collapse3">
<h4 class="mbr-fonts-style display-5">
<span class="sign mbr-iconfont mbri-arrow-down inactive"></span> Where do you get your candidates?</h4>
</a>
</div>
<div id="collapse3_104" class="panel-collapse noScroll collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body p-4">
<p class="mbr-fonts-style panel-text display-7">From all over! We are also partnered with leading Training organisations and through our network of student ambassadors at leading Universities to ensure we have the highest quality candidate pool possible.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" role="tab" id="headingThree">
<a role="button" class="collapsed panel-title text-black" data-toggle="collapse" data-parent="#accordion" data-core="" href="#collapse4_104" aria-expanded="false" aria-controls="collapse4">
<h4 class="mbr-fonts-style display-5">
<span class="sign mbr-iconfont mbri-arrow-down inactive"></span> What industries do you cover?</h4>
</a>
</div>
<div id="collapse4_104" class="panel-collapse noScroll collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body p-4">
<p class="mbr-fonts-style panel-text display-7">We specialise in jobs in the professional, sales and creative sectors.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section content5 cid-qz4ABTL65y mbr-parallax-background" id="content5-2g" data-rv-view="1624">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
</div>
</div>
</div>
</section>
<section class="mbr-section content4 cid-qySLNUZGYl" id="content4-t" data-rv-view="1627">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
<h2 class="align-center pb-3 mbr-fonts-style display-2">
London Office</h2>
<h3 class="mbr-section-subtitle align-center mbr-light mbr-fonts-style display-5"> 2 Leman Street, Aldgate Tower, London E1 8FA</h3>
</div>
</div>
</div>
</section>
<section class="map1 cid-qySLIkiniL" id="map1-u" data-rv-view="1629">
<div class="google-map"><iframe frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?key=AIzaSyA0Dx_boXQiwvdz8sJHoYeZNVTdoWONYkU&q=place_id:ChIJ968Jy0oDdkgRPsBrQD6RiqY" allowfullscreen=""></iframe></div>
</section>
<section class="mbr-section content4 cid-qySMlwpg0v" id="content4-v" data-rv-view="1631">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
<h2 class="align-center pb-3 mbr-fonts-style display-2">
Bristol Office</h2>
<h3 class="mbr-section-subtitle align-center mbr-light mbr-fonts-style display-5">5th Floor, 1 Temple Way
, Bristol, BS2 0BY</h3>
</div>
</div>
</div>
</section>
<section class="map1 cid-qySMKNYZid" id="map1-w" data-rv-view="1633">
<div class="google-map"><iframe frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?key=AIzaSyA0Dx_boXQiwvdz8sJHoYeZNVTdoWONYkU&q=place_id:ChIJ577CynqOcUgRzqkwGfgsgzw" allowfullscreen=""></iframe></div>
</section>
<section class="mbr-section content5 cid-qySNyYrXlS mbr-parallax-background" id="content5-z" data-rv-view="1635">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
</div>
</div>
</div>
</section>
<section class="mbr-section form1 cid-qySUN7VUV1" id="form1-19" data-rv-view="1638">
<div class="container">
<div class="row justify-content-center">
<div class="title col-12 col-lg-8">
<h2 class="mbr-section-title align-center pb-3 mbr-fonts-style display-2">
Say Hello...</h2>
<h3 class="mbr-section-subtitle align-center mbr-light pb-3 mbr-fonts-style display-5">
We are always up for a chat. </h3>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="media-container-column col-lg-8" data-form-type="formoid">
<div data-form-alert="" hidden="">Thanks for filling out the form!</div>
<form class="mbr-form" action="https://mobirise.com/" method="post" data-form-title="Mobirise Form"><input type="hidden" data-form-email="true" value="swDpUvLS9YZ9mlCiwg140kkwDgP97fWx7ykJ9Y3OMq8VoofRIASfEmCr+5rCRO+lYhlJjZQqlMwKbH+fVovSLBDcRRQgbrl/7aSFX2+4H7XQqQVZKrPgx8Q6E0gJPSeK">
<div class="row row-sm-offset">
<div class="col-md-4 multi-horizontal" data-for="name">
<div class="form-group">
<label class="form-control-label mbr-fonts-style display-7" for="name-form1-19">Name</label>
<input type="text" class="form-control" name="name" data-form-field="Name" required="" id="name-form1-19">
</div>
</div>
<div class="col-md-4 multi-horizontal" data-for="email">
<div class="form-group">
<label class="form-control-label mbr-fonts-style display-7" for="email-form1-19">Email</label>
<input type="email" class="form-control" name="email" data-form-field="Email" required="" id="email-form1-19">
</div>
</div>
<div class="col-md-4 multi-horizontal" data-for="phone">
<div class="form-group">
<label class="form-control-label mbr-fonts-style display-7" for="phone-form1-19">Phone</label>
<input type="tel" class="form-control" name="phone" data-form-field="Phone" id="phone-form1-19">
</div>
</div>
</div>
<div class="form-group" data-for="message">
<label class="form-control-label mbr-fonts-style display-7" for="message-form1-19">Message</label>
<textarea type="text" class="form-control" name="message" rows="7" data-form-field="Message" id="message-form1-19"></textarea>
</div>
<span class="input-group-btn"><button href="" type="submit" class="btn btn-form btn-info display-4">SEND</button></span>
</form>
</div>
</div>
</div>
</section>
<section class="mbr-section content5 cid-qySOooCtnJ mbr-parallax-background" id="content5-11" data-rv-view="1641">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
</div>
</div>
</div>
</section>
<section class="cid-qySNFBejn0" id="footer5-12" data-rv-view="1644">
<div class="container">
<div class="media-container-row">
<div class="col-md-3">
<div class="media-wrap">
<a href="https://mobirise.com/">
<img src="assets/images/oie-transparent21-554x153.png" alt="Mobirise" title="" media-simple="true">
</a>
</div>
</div>
<div class="col-md-9">
<p class="mbr-text align-right links mbr-fonts-style display-7">
<a href="index.html#features7-4" class="text-black">ABOUT</a>
<a href="index.html" class="text-black">TERMS</a>
<a href="#" class="text-black">CAREERS</a>
<a href="index.html#form1-8" class="text-black">CONTACT</a>
</p>
</div>
</div>
<div class="footer-lower">
<div class="media-container-row">
<div class="col-md-12">
<hr>
</div>
</div>
<div class="media-container-row mbr-white">
<div class="col-md-6 copyright">
<p class="mbr-text mbr-fonts-style display-7">
© Copyright 2017 TalentHub Recruitment - All Rights Reserved
</p>
</div>
<div class="col-md-6">
<div class="social-list align-right">
<div class="soc-item">
<span class="mbr-iconfont mbr-iconfont-social socicon-twitter socicon" media-simple="true"></span>
</div>
<div class="soc-item">
<span class="mbr-iconfont mbr-iconfont-social socicon-facebook socicon" media-simple="true"></span>
</div>
<div class="soc-item">
<span class="mbr-iconfont mbr-iconfont-social socicon-youtube socicon" media-simple="true"></span>
</div>
<div class="soc-item">
<span class="mbr-iconfont mbr-iconfont-social socicon-instagram socicon" media-simple="true"></span>
</div>
<div class="soc-item">
<span class="mbr-iconfont mbr-iconfont-social socicon-googleplus socicon" media-simple="true"></span>
</div>
<div class="soc-item">
<span class="mbr-iconfont mbr-iconfont-social socicon-behance socicon" media-simple="true"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="assets/web/assets/jquery/jquery.min.js"></script>
<script src="assets/popper/popper.min.js"></script>
<script src="assets/tether/tether.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/cookies-alert-plugin/cookies-alert-core.js"></script>
<script src="assets/cookies-alert-plugin/cookies-alert-script.js"></script>
<script src="assets/smooth-scroll/smooth-scroll.js"></script>
<script src="assets/touch-swipe/jquery.touch-swipe.min.js"></script>
<script src="assets/viewport-checker/jquery.viewportchecker.js"></script>
<script src="assets/jarallax/jarallax.min.js"></script>
<script src="assets/dropdown/js/script.min.js"></script>
<script src="assets/theme/js/script.js"></script>
<script src="assets/formoid/formoid.min.js"></script>
<input name="animation" type="hidden">
<input name="cookieData" type="hidden" data-cookie-text="We use cookies to give you the best experience. ">
</body>
</html>