-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome-page.html
657 lines (657 loc) · 26 KB
/
home-page.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
<!DOCTYPE html>
<html>
<head>
<meta content='IE=edge' http-equiv='X-UA-Compatible'>
<meta charset='utf-8'>
<!-- Responsive/Mobile Content Controls -->
<meta content='width=device-width, height=device-height, initial-scale=1.0, user-scalable=0' name='viewport'>
<!-- TEMPORARY LOAD OF JQUERY 1.9 -- USE ASSET PIPELINE IN FINAL DEPLOY -->
<!-- placeholder -->
<script src='//img.icbdr.com/Common/js/jquery/jquery-1.9.0.min.js' type='text/javascript'></script>
<!-- Use title if it's in the page YAML frontmatter -->
<title>Home Page | CareerBuilder</title>
<link href='//fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css' rel='stylesheet'>
<link href="assets/stylesheets/site-9506f66f.css" media="screen" rel="stylesheet" type="text/css" />
<!-- Loads selectivizer for IE8 to corrct grid incompatabilities. Must be loaded *after* jquery! -->
<!--[if lte IE 8]><script src="assets/javascripts/ie8-49a9e3dc.js" type="text/javascript"></script>
<link href="assets/stylesheets/ie8-acae019a.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body class='home-page employer-scope'>
<div class='modal__background hidden' id='modal-background'></div>
<header class='top-bar top-bar--white' id='top-bar'>
<div class='top-bar__logo'>
<a href='/'>
<!-- / low-fi image of logo for positioning, needs to be updated -->
<img src='assets/images/placeholder-logo-e2d254a1.png'>
</a>
</div>
<nav class='flyout top-bar__links text--top-bar-link medium-screen-up'>
<ul>
<li>
<a href='#account'>
<i class="fa fa-user fa-lg"></i>
My Account
</a>
<ul>
<li>
<a href='#'>Menu item 1</a>
</li>
<li>
<a href='#'>Menu item 2</a>
</li>
<li>
<a href='#'>Menu item 3</a>
</li>
</ul>
</li>
<li>
<a href='#cart'>
<i class="fa fa-shopping-cart fa-lg"></i>
$1337.00 Cart
</a>
</li>
<li>
<a href='#contact'>
Contact Us
</a>
</li>
</ul>
</nav>
<!-- / mobile menu open link -->
<nav class='top-bar__links small-screen-only top-bar__mobile-menu-link' id='mobile-menu-link'>
<i class='fa fa-bars fa-2x'></i>
</nav>
</header>
<!-- / mobile menu -->
<nav class='top-bar__mobile-menu text--white text--subnav hidden' id='mobile-menu'>
<ul>
<li>
<a href='#menu'>
Products
</a>
</li>
<li>
<a href='#menu'>
Resources
</a>
</li>
<li>
<a href='#menu'>
About Us
</a>
</li>
<li>
<a href='#menu'>
<img src='assets/images/icon--account-8b7208ff.png'>
My Account
</a>
</li>
<li>
<a href='#menu'>
<img src='assets/images/icon--cart-69058b39.png'>
$1337.00 Cart
</a>
</li>
<li>
<a href='#menu'>
Contact Us
</a>
</li>
</ul>
</nav>
<!-- header--home -->
<header class='header header--home'>
<div class='container'>
<nav class='header__subnav text--white text--subnav large-screen-only'>
<div class='columns-6'>
<nav class='flyout header__subnav text--white text--subnav medium-screen-up'>
<ul>
<li>
<a href='#products'>
Products
</a>
<ul>
<li>
<a href='#'>Menu item</a>
</li>
<li>
<a href='#'>Menu item</a>
</li>
<li>
<a href='#'>Menu item</a>
</li>
</ul>
</li>
<li>
<a href='#cart'>
Resources
</a>
<ul>
<li>
<a href='#'>Menu item</a>
</li>
<li>
<a href='#'>Menu item</a>
</li>
<li>
<a href='#'>Menu item</a>
</li>
</ul>
</li>
<li>
<a href='#contact'>
About Us
</a>
<ul>
<li>
<a href='#'>Menu item</a>
</li>
<li>
<a href='#'>Menu item</a>
</li>
<li>
<a href='#'>Menu item</a>
</li>
</ul>
</li>
</ul>
</nav>
</div>
<div class='columns-6 header--home__top-nav'>
<a class='button button--tertiary' href='#foo'>
Post a Job
</a>
<a class='button button--primary' href='#bar'>
Search Candidates
</a>
</div>
</nav>
<!-- header__headline -->
<div class='carousel__placeholder carousel__placeholder--headline'>
<div class='carousel__grouping carousel__grouping--headline'>
<div class='carousel__object carousel__object--headline active'>
<h1 class='text--headline text--white'>
Kiss Your Tedious Recruitment Process Goodbye
</h1>
<h2 class='text--subhead text--white'>
Go from acquire to hire with Talent Stream Technologies, CareerBuilder’s recruitment sofware solution that brings advertising, data and technology into one pre-hire platform.
</h2>
<a class='header--home__button button button--secondary text--white'>
Learn More
</a>
</div>
<div class='carousel__object carousel__object--headline hidden'>
<h1 class='text--headline text--white'>
Second Headline
</h1>
<h2 class='text--subhead text--white'>
Fusce vel dui. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Ut leo.
</h2>
<a class='header--home__button button button--secondary text--white'>
Learn More
</a>
</div>
<div class='carousel__object carousel__object--headline hidden'>
<h1 class='text--headline text--white'>
Third Headline
</h1>
<h2 class='text--subhead text--white'>
Fusce vel dui. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Ut leo.
</h2>
<a class='header--home__button button button--secondary text--white'>
Learn More
</a>
</div>
<div class='carousel__object carousel__object--headline hidden'>
<h1 class='text--headline text--white'>
Fourth Headline
</h1>
<h2 class='text--subhead text--white'>
Fusce vel dui. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Ut leo.
</h2>
<a class='header--home__button button button--secondary text--white'>
Learn More
</a>
</div>
<div class='carousel__object carousel__object--headline hidden'>
<h1 class='text--headline text--white'>
Fifth Headline
</h1>
<h2 class='text--subhead text--white'>
Fusce vel dui. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Ut leo.
</h2>
<a class='header--home__button button button--secondary text--white'>
Learn More
</a>
</div>
</div>
</div>
</div>
<!-- background video -->
<div id='background-video-wrapper'>
<!-- background-video loads conditionally, see site.js -->
</div>
</header>
<!-- product image -->
<aside class='carousel__container large-screen-only home__top-carousel'>
<div class='carousel__placeholder carousel__placeholder--screenshot'>
<img class="carousel__laptop" src="assets/images/carousel--laptop-cce908f6.png" />
<a class='carousel__arrow carousel__arrow--left'>
<i class='fa fa-chevron-left'></i>
</a>
<a class='carousel__arrow carousel__arrow--right'>
<i class='fa fa-chevron-right'></i>
</a>
<div class='carousel__grouping carousel__grouping--screenshot'>
<img class="carousel__object carousel__object--screenshot active" src="assets/images/carousel--home-top-1-14d48dfa.png" />
<img class="carousel__object carousel__object--screenshot hidden" src="assets/images/carousel--home-top-2-43b26c7f.png" />
<img class="carousel__object carousel__object--screenshot hidden" src="assets/images/carousel--home-top-3-252db38a.png" />
<img class="carousel__object carousel__object--screenshot hidden" src="assets/images/carousel--home-top-4-dcc97d60.png" />
<img class="carousel__object carousel__object--screenshot hidden" src="assets/images/carousel--home-top-5-fc426dc8.png" />
</div>
</div>
<div class='carousel__clickable'>
<a class='carousel__dot active' href='#'>
<i class='fa fa-circle'></i>
</a>
<a class='carousel__dot' href='#'>
<i class='fa fa-circle'></i>
</a>
<a class='carousel__dot' href='#'>
<i class='fa fa-circle'></i>
</a>
<a class='carousel__dot' href='#'>
<i class='fa fa-circle'></i>
</a>
<a class='carousel__dot' href='#'>
<i class='fa fa-circle'></i>
</a>
</div>
</aside>
<!-- / products row -->
<section class='container text--body'>
<div class='home__product-block'>
<h2>Candidate Marketplace</h2>
<p>Connecting you to the best candidates through online and offline sourcing channels.</p>
<a class='button button--secondary button--small' href='#'>View Products</a>
</div>
<div class='home__product-block'>
<h2>Sourcing Software</h2>
<p>Moving candidates from aquire to hire while removing the complexity from your process.</p>
<a class='button button--secondary button--small' href='#'>View Products</a>
</div>
<div class='home__product-block omega'>
<h2>Recruitment Analytics</h2>
<p>Making recruitment data actionable, helping you set expectations, measure and grow.</p>
<a class='button button--secondary button--small' href='#'>View Products</a>
</div>
</section>
<!-- / text box -->
<div class='home__background-cover home__icons text--body'>
<div class='home__background-overlay-right home__overlay--green'></div>
<section class='container text--body home__icons__section'>
<div class='home__half-page-right text--white'>
<h2>Products and Solutions for Every Step of the Recruiter Journey</h2>
<p>Whether you need to post a single job or build a comprehensive recruitment program, we have you covered.</p>
<div class='home__icon-row clear-fix'>
<img src="assets/images/icon--home-row-1-60cd2e23.png" />
<img src="assets/images/icon--home-row-2-2b2fa477.png" />
<img src="assets/images/icon--home-row-3-656a049f.png" />
<img src="assets/images/icon--home-row-4-0363ee70.png" />
<img src="assets/images/icon--home-row-5-0e213e1b.png" />
</div>
<div class='home__icon-row__subtext clear-fix'>Source   >   Engage   >   Manage   >   Hire   >   Measure</div>
</div>
</section>
</div>
<!-- / featured customers -->
<div class='home__background-cover home__logo-grid__container'>
<section class='container text--body home__logo-grid__title'>
<div>
<span class='light'>Featured</span>
<span class='heavy'>Customers</span>
</div>
</section>
<!-- / MEDIUM UP SCREEN VERSION -->
<div class='container text--body home__logo-grid large-screen-only'>
<div>
<!-- %a{href:"#", class: "modal-open--video-sports"} -->
<img src="assets/images/logo--testimonial--sports-a2b1300d.png" />
</div>
<div>
<a class='modal-open--video-wynn' href='#'>
<img src="assets/images/logo--testimonial--wynn-fcc1f41c.png" />
</a>
</div>
<div>
<a class='modal-open--video-nucor' href='#'>
<img src="assets/images/logo--testimonial--nucor-f2a0d427.png" />
</a>
</div>
</div>
<div class='container text--body home__logo-grid omega-row large-screen-only'>
<div>
<a class='modal-open--video-vitamin' href='#'>
<img src="assets/images/logo--testimonial--vitamin-7caffcc3.png" />
</a>
</div>
<div>
<!-- %a{href:"#", class: "modal-open--video-rockwater"} -->
<img src="assets/images/logo--testimonial--rockwater-e03e859a.png" />
</div>
<div>
<a class='modal-open--video-novo' href='#'>
<img src="assets/images/logo--testimonial--novo-f7a755bb.png" />
</a>
</div>
</div>
<!-- / SMALL SCREEN VERSION -->
<div class='container text--body home__logo-grid medium-screen-down'>
<div>
<!-- %a{href:"#", class: "modal-open--video-sports"} -->
<img src="assets/images/logo--testimonial--sports-a2b1300d.png" />
</div>
<div>
<a href='https://www.youtube.com/embed/PVJ8XE3_5QM'>
<img src="assets/images/logo--testimonial--wynn-fcc1f41c.png" />
</a>
</div>
</div>
<div class='container text--body home__logo-grid medium-screen-down'>
<div>
<a href='https://www.youtube.com/embed/1adyGfKj-tM'>
<img src="assets/images/logo--testimonial--nucor-f2a0d427.png" />
</a>
</div>
<div>
<a href='https://www.youtube.com/embed/VML7WlBLTiU'>
<img src="assets/images/logo--testimonial--vitamin-7caffcc3.png" />
</a>
</div>
</div>
<div class='container text--body home__logo-grid omega-row medium-screen-down'>
<div>
<!-- %a{href:"#", class: "modal-open--video-rockwater"} -->
<img src="assets/images/logo--testimonial--rockwater-e03e859a.png" />
</div>
<div>
<a href='https://www.youtube.com/embed/z017dY3KAlM'>
<img src="assets/images/logo--testimonial--novo-f7a755bb.png" />
</a>
</div>
</div>
</div>
<!-- / lower carousel -->
<div class='home__background-cover home__stories'>
<div class='home__background-overlay-all home__overlay--blue'></div>
<section class='container text--body text--white'>
<div class='carousel__placeholder carousel__placeholder--stories'></div>
<div class='carousel__grouping carousel__grouping--stories'>
<div class='carousel__object carousel__object--stories active'>
<h2>
<span class='light'>Customer</span>
<span class='heavy'>Success Stories</span>
</h2>
<p>
“Supply & Demand allows us to present data that is current, live data and say ‘this is what the trend is and this is where it is going.”
</p>
<a class='button button--secondary text--white' href='#'>More Stories</a>
</div>
<div class='carousel__object carousel__object--stories hidden'>
<h2>
<span class='light'>Employer</span>
<span class='heavy'>Success Stories</span>
</h2>
<p>
“Supply & Demand allows us to present data that is current, live data and say ‘this is what the trend is and this is where it is going.”
</p>
<a class='button button--secondary text--white' href='#'>More Stories</a>
</div>
<div class='carousel__object carousel__object--stories hidden'>
<h2>
<span class='light'>Personal</span>
<span class='heavy'>Success Stories</span>
</h2>
<p>
“Supply & Demand allows us to present data that is current, live data and say ‘this is what the trend is and this is where it is going.”
</p>
<a class='button button--secondary text--white' href='#'>More Stories</a>
</div>
</div>
<div class='carousel__clickable large-screen-only'>
<a class='carousel__dot active' href='#'>
<i class='fa fa-circle'></i>
</a>
<a class='carousel__dot' href='#'>
<i class='fa fa-circle'></i>
</a>
<a class='carousel__dot' href='#'>
<i class='fa fa-circle'></i>
</a>
</div>
</section>
</div>
<div class='container text--body'>
<section class='home__blog'>
<h2>
<span class='light'>Recent</span>
<span class='heavy'>Blog Articles</span>
</h2>
<article class='home__blog__article'>
<h3>
<a href='#'>46% of Employers Plan to Hire Temporary or Contract Workers in 2015</a>
</h3>
<time>March 28, 2015</time>
</article>
<article class='home__blog__article'>
<h3>
<a href='#'>10 Metros With a Temp Workforce of 45-150% Larger Than the US Average</a>
</h3>
<time>March 28, 2015</time>
</article>
<article class='home__blog__article'>
<h3>
<a href='#'>Senior Management More Susceptible to March Madness</a>
</h3>
<time>March 28, 2015</time>
</article>
<a class='button button--secondary' href='#'>Visit Blog</a>
</section>
<section class='home__events'>
<h2>
<span class='light'>Upcoming</span>
<span class='heavy'>Events</span>
</h2>
<div class='home__events__item'>
<h3>
<a href='#'>Empower 2015: Register Today!</a>
</h3>
<time>March, 10 - 13, 2015</time>
</div>
<div class='home__events__item'>
<h3>
<a href='#'>NJSA National Executive Leadership Conference</a>
</h3>
<time>March, 10 - 13, 2015</time>
</div>
<div class='home__events__item'>
<h3>
<a href='#'>Techserve Annual Conference</a>
</h3>
<time>March, 10 - 13, 2015</time>
</div>
<div class='home__events__item'>
<h3>
<a href='#'>NYSA Super Seminar Day</a>
</h3>
<time>March, 10 - 13, 2015</time>
</div>
<a class='button button--secondary' href='#'>More Events</a>
</section>
</div>
<!-- modals -->
<div class='modal__positioning hidden'>
<div class='modal__container text--body'>
<div class='modal__box box--pop-out hidden modal--video' id='modal--video-sports'>
<div class='modal__close-button'>
<a class='close-modal' href='javascript:void(0)'>
<span class='text--x-button'>X</span>
</a>
</div>
<h2 class='text--headline-2 text--accent alpha'>
<span class='light'>Featured Customer:</span>
<span class='heavy'>Sports Authority</span>
<iframe id="video" width="100%" height="497" src="https://www.youtube.com/embed/VML7WlBLTiU?rel=0&controls=1&showinfo=0" frameborder="0" allowfullscreen></iframe>
<!-- / video embed here -->
</h2>
<submit class='button button--primary close-modal'>
Close
</submit>
</div>
<div class='modal__box box--pop-out hidden modal--video' id='modal--video-wynn'>
<div class='modal__close-button'>
<a class='close-modal' href='javascript:void(0)'>
<span class='text--x-button'>X</span>
</a>
</div>
<h2 class='text--headline-2 text--accent alpha'>
<span class='light'>Featured Customer:</span>
<span class='heavy'>Wynn Resorts</span>
<iframe id="video" width="100%" height="497" src="https://www.youtube.com/embed/PVJ8XE3_5QM?rel=0&controls=1&showinfo=0" frameborder="0" allowfullscreen></iframe>
<!-- / video embed here -->
</h2>
<submit class='button button--primary close-modal'>
Close
</submit>
</div>
<div class='modal__box box--pop-out hidden modal--video' id='modal--video-nucor'>
<div class='modal__close-button'>
<a class='close-modal' href='javascript:void(0)'>
<span class='text--x-button'>X</span>
</a>
</div>
<h2 class='text--headline-2 text--accent alpha'>
<span class='light'>Featured Customer:</span>
<span class='heavy'>Nucor</span>
<iframe id="video" width="100%" height="497" src="https://www.youtube.com/embed/1adyGfKj-tM?rel=0&controls=1&showinfo=0" frameborder="0" allowfullscreen></iframe>
<!-- / video embed here -->
</h2>
<submit class='button button--primary close-modal'>
Close
</submit>
</div>
<div class='modal__box box--pop-out hidden modal--video' id='modal--video-vitamin'>
<div class='modal__close-button'>
<a class='close-modal' href='javascript:void(0)'>
<span class='text--x-button'>X</span>
</a>
</div>
<h2 class='text--headline-2 text--accent alpha'>
<span class='light'>Featured Customer:</span>
<span class='heavy'>Vitamin Water</span>
<iframe id="video" width="100%" height="497" src="https://www.youtube.com/embed/VML7WlBLTiU?rel=0&controls=1&showinfo=0" frameborder="0" allowfullscreen></iframe>
<!-- / video embed here -->
</h2>
<submit class='button button--primary close-modal'>
Close
</submit>
</div>
<div class='modal__box box--pop-out hidden modal--video' id='modal--video-rockwater'>
<div class='modal__close-button'>
<a class='close-modal' href='javascript:void(0)'>
<span class='text--x-button'>X</span>
</a>
</div>
<h2 class='text--headline-2 text--accent alpha'>
<span class='light'>Featured Customer:</span>
<span class='heavy'>Rockwater Energy Solutions</span>
<iframe id="video" width="100%" height="497" src="https://www.youtube.com/embed/VML7WlBLTiU?rel=0&controls=1&showinfo=0" frameborder="0" allowfullscreen></iframe>
<!-- / video embed here -->
</h2>
<submit class='button button--primary close-modal'>
Close
</submit>
</div>
<div class='modal__box box--pop-out hidden modal--video' id='modal--video-novo'>
<div class='modal__close-button'>
<a class='close-modal' href='javascript:void(0)'>
<span class='text--x-button'>X</span>
</a>
</div>
<h2 class='text--headline-2 text--accent alpha'>
<span class='light'>Featured Customer:</span>
<span class='heavy'>Novo Group</span>
<iframe id="video" width="100%" height="497" src="https://www.youtube.com/embed/z017dY3KAlM?rel=0&controls=1&showinfo=0" frameborder="0" allowfullscreen></iframe>
<!-- / video embed here -->
</h2>
<submit class='button button--primary close-modal'>
Close
</submit>
</div>
</div>
</div>
<!-- global footer -->
<footer class='footer container text--body large-screen-only'>
<div class='footer__subnav text--subnav'>
<ul>
<li>
<a href='#subnav'>
Help
</a>
</li>
<li>
<a href='#subnav'>
Terms & Conditions
</a>
</li>
<li>
<a href='#subnav'>
Security & Privacy
</a>
</li>
<li>
<a href='#subnav'>
Advertise With Us
</a>
</li>
<li>
<a href='#subnav'>
Partners & Affiliates
</a>
</li>
</ul>
</div>
<div class='footer__logo-row'>
<div class='footer__logo'>
<img src="assets/images/placeholder--footer-logo-92c66024.png" />
</div>
<div class='footer__share-links footer__subnav text--subnav'>
<ul>
<li>
<a href='#share-logo'>
<img src="assets/images/icon--social-facebook-7ba66a79.png" />
</a>
</li>
<li>
<a href='#share-logo'>
<img src="assets/images/icon--social-twitter-21674135.png" />
</a>
</li>
<li>
<a href='#share-logo'>
<img src="assets/images/icon--social-linkedin-4bc6b03f.png" />
</a>
</li>
<li>
<a href='#share-logo'>
<img src="assets/images/icon--social-youtube-74ed5770.png" />
</a>
</li>
</ul>
</div>
</div>
</footer>
<script src="assets/javascripts/site-2a795872.js" type="text/javascript"></script>
</body>
</html>