-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
597 lines (548 loc) · 28.9 KB
/
index.html
File metadata and controls
597 lines (548 loc) · 28.9 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
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
<!DOCTYPE html>
<html class="no-js" lang="en" itemscope itemtype="http://schema.org/WebPage">
<head>
<script>
dataLayer = [];
</script>
<!--@RenderSection("TagManagerScripts", false)-->
<!-- Google Tag Manager -->
<!--<script>
(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'XXXXXXXX');
</script>-->
<!-- End Google Tag Manager -->
<meta charset="utf-8" />
<title>Starter Kit</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="canonical" href="" />
<meta itemprop="name" content="" />
<meta itemprop="description" content="" />
<meta itemprop="url" content="" />
<meta property="og:site_name" content="" />
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:locale" content="en_GB" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@karltynan" />
<meta name="twitter:creator" content="@karltynan" />
<meta name="twitter:title" content="" />
<meta name="twitter:description" content="" />
<!--@RenderSection("Meta", false)-->
<meta itemprop="image" content="" />
<meta property="og:image" content="" />
<meta name="twitter:image" content="" />
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,minimum-scale=1,maximum-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!--@RenderSection("CSSPlugins", false)-->
<link href="css/site-critical.css?v=1" rel="stylesheet" media="screen" />
<noscript id="deferred-styles">
<!--<link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css" rel="stylesheet" media="screen" />-->
<link href="css/site-deferred.css?v=1" rel="stylesheet" media="screen" />
<link href="css/print.css?v=1" rel="stylesheet" media="print" />
<!--@RenderSection("DeferredCSS", false)-->
</noscript>
<link href="favicon.png" rel="icon" type="image/x-icon" />
<link href="favicon.png" rel="shortcut icon" type="image/x-icon" />
<meta name="format-detection" content="telephone=no" />
<meta name="theme-color" content="#5eb1c8" />
<script>
/*! modernizr 3.6.0 (Custom Build) | MIT | https://modernizr.com/download/?-touchevents-mq-setclasses !*/
!function (e, n, t) { function o(e, n) { return typeof e === n } function s() { var e, n, t, s, a, i, r; for (var l in c) if (c.hasOwnProperty(l)) { if (e = [], n = c[l], n.name && (e.push(n.name.toLowerCase()), n.options && n.options.aliases && n.options.aliases.length)) for (t = 0; t < n.options.aliases.length; t++)e.push(n.options.aliases[t].toLowerCase()); for (s = o(n.fn, "function") ? n.fn() : n.fn, a = 0; a < e.length; a++)i = e[a], r = i.split("."), 1 === r.length ? Modernizr[r[0]] = s : (!Modernizr[r[0]] || Modernizr[r[0]] instanceof Boolean || (Modernizr[r[0]] = new Boolean(Modernizr[r[0]])), Modernizr[r[0]][r[1]] = s), f.push((s ? "" : "no-") + r.join("-")) } } function a(e) { var n = d.className, t = Modernizr._config.classPrefix || ""; if (p && (n = n.baseVal), Modernizr._config.enableJSClass) { var o = new RegExp("(^|\\s)" + t + "no-js(\\s|$)"); n = n.replace(o, "$1" + t + "js$2") } Modernizr._config.enableClasses && (n += " " + t + e.join(" " + t), p ? d.className.baseVal = n : d.className = n) } function i() { return "function" != typeof n.createElement ? n.createElement(arguments[0]) : p ? n.createElementNS.call(n, "http://www.w3.org/2000/svg", arguments[0]) : n.createElement.apply(n, arguments) } function r() { var e = n.body; return e || (e = i(p ? "svg" : "body"), e.fake = !0), e } function l(e, t, o, s) { var a, l, f, c, u = "modernizr", p = i("div"), m = r(); if (parseInt(o, 10)) for (; o--;)f = i("div"), f.id = s ? s[o] : u + (o + 1), p.appendChild(f); return a = i("style"), a.type = "text/css", a.id = "s" + u, (m.fake ? m : p).appendChild(a), m.appendChild(p), a.styleSheet ? a.styleSheet.cssText = e : a.appendChild(n.createTextNode(e)), p.id = u, m.fake && (m.style.background = "", m.style.overflow = "hidden", c = d.style.overflow, d.style.overflow = "hidden", d.appendChild(m)), l = t(p, e), m.fake ? (m.parentNode.removeChild(m), d.style.overflow = c, d.offsetHeight) : p.parentNode.removeChild(p), !!l } var f = [], c = [], u = { _version: "3.6.0", _config: { classPrefix: "", enableClasses: !0, enableJSClass: !0, usePrefixes: !0 }, _q: [], on: function (e, n) { var t = this; setTimeout(function () { n(t[e]) }, 0) }, addTest: function (e, n, t) { c.push({ name: e, fn: n, options: t }) }, addAsyncTest: function (e) { c.push({ name: null, fn: e }) } }, Modernizr = function () { }; Modernizr.prototype = u, Modernizr = new Modernizr; var d = n.documentElement, p = "svg" === d.nodeName.toLowerCase(), m = function () { var n = e.matchMedia || e.msMatchMedia; return n ? function (e) { var t = n(e); return t && t.matches || !1 } : function (n) { var t = !1; return l("@media " + n + " { #modernizr { position: absolute; } }", function (n) { t = "absolute" == (e.getComputedStyle ? e.getComputedStyle(n, null) : n.currentStyle).position }), t } }(); u.mq = m; var h = u._config.usePrefixes ? " -webkit- -moz- -o- -ms- ".split(" ") : ["", ""]; u._prefixes = h; var v = u.testStyles = l; Modernizr.addTest("touchevents", function () { var t; if ("ontouchstart" in e || e.DocumentTouch && n instanceof DocumentTouch) t = !0; else { var o = ["@media (", h.join("touch-enabled),("), "heartz", ")", "{#modernizr{top:9px;position:absolute}}"].join(""); v(o, function (e) { t = 9 === e.offsetTop }) } return t }), s(), a(f), delete u.addTest, delete u.addAsyncTest; for (var g = 0; g < Modernizr._q.length; g++)Modernizr._q[g](); e.Modernizr = Modernizr }(window, document);
</script>
</head>
<body id="top" class="preload debug">
<div class="l-page">
<h1 class="l-page__title">Starter Kit</h1>
<h2>Content</h2>
<div class="m-grid m-grid--content">
<div class="m-grid__inner">
<div class="m-grid__row">
<div class="m-grid__col">
<div class="cms">
<h2>Header 2</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, <strong>some bold text</strong> sed do <em>some italic text</em> incididunt ut labore et aliqua. Ut enim ad minim veniam, <a href="#">quis nostrud exercitation</a> ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
<div class="m-grid__col m-grid__col--6--tablet-large">
<div class="cms">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
<div class="m-grid__col m-grid__col--6--tablet-large">
<div class="cms">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, magna aliqua ut enim ad minim veniam, <a href="#">quis nostrud exercitation</a> ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<p class="quote-author">John Smith, Managing Director</p>
</blockquote>
</div>
</div>
<div class="m-grid__col m-grid__col--8--tablet-large">
<div class="cms">
<figure>
<img src="https://dummyimage.com/800x400/cc0/fff" alt="Test" />
<figcaption>This is a dummy image</figcaption>
</figure>
</div>
</div>
<div class="m-grid__col m-grid__col--4--tablet-large">
<div class="cms">
<p>Aliquam placerat mattis neque.</p>
<p>Ut sed lectus a elit iaculis placerat tincidunt sed mauris. Sed purus nibh, placerat vel risus sit amet, vestibulum pharetra massa. Donec in purus scelerisque, fermentum nibh condimentum, vehicula nulla.</p>
<p>Suspendisse nec iaculis justo. Pellentesque pharetra sodales eros sit amet luctus. Integer sed diam velit. Donec convallis mollis nulla vitae accumsan.</p>
<hr />
<p>Morbi ut mi ut nisi mollis accumsan a sit amet augue. In semper tempor orci eget dictum.</p>
</div>
</div>
<div class="m-grid__col">
<div class="cms">
<p>Ut sed lectus a elit iaculis placerat tincidunt sed mauris. Sed purus nibh, placerat vel risus sit amet, vestibulum pharetra massa. Donec in purus scelerisque, fermentum nibh condimentum, vehicula nulla.</p>
<h3>Header 3</h3>
</div>
</div>
<div class="m-grid__col m-grid__col--6--tablet-large">
<div class="cms">
<ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit</li>
</ul>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo.</p>
</div>
</div>
<div class="m-grid__col m-grid__col--6--tablet-large">
<div class="cms">
<ol>
<li>Lorem ipsum dolor sit amet</li>
<li>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit</li>
</ol>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo.</p>
</div>
</div>
<div class="m-grid__col">
<div class="cms">
<h4>Header 4</h4>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo.</p>
<table>
<thead>
<tr>
<th>Header</th>
<th>Header</th>
<th>Header</th>
</tr>
</thead>
<tbody>
<tr>
<td>Body</td>
<td>Body</td>
<td>Body</td>
</tr>
<tr>
<td>Body</td>
<td>Body</td>
<td>Body</td>
</tr>
<tr>
<td>Body</td>
<td>Body</td>
<td>Body</td>
</tr>
<tr>
<td>Body</td>
<td>Body</td>
<td>Body</td>
</tr>
</tbody>
</table>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo.</p>
</div>
</div>
<div class="m-grid__col">
<div class="cms">
<h4>Header 5</h4>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo.</p>
<hr />
<h4>Header 6</h4>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo.</p>
<p><small>NOTE: Lorem ipsum dolor sit amet.</small></p>
</div>
</div>
</div>
</div>
</div>
<hr />
<h2>Forms</h2>
<p class="form-notice" data-timeout="90">This notice will timeout <a href="#">with a link</a>...</p>
<p class="form-notice js-notice-close">This is a notice <a href="#">with a link</a>...</p>
<p class="form-success">This is a success <a href="#">with a link</a>...</p>
<p class="form-error">This is an error <a href="#">with a link</a>...</p>
<p class="form-warning">This is a warning <a href="#">with a link</a>...</p>
<div class="form-row">
<label for="FormName">First name <abbr class="form-required" title="Required">*</abbr></label>
<input id="FormName" class="form-text input-validation-error" type="text" placeholder="First name..." required />
<p class="form-error field-validation-error">Please enter a valid first name <a href="#">with a link</a></p>
</div>
<div class="form-row">
<label for="FormPreference">Preference</label>
<select id="FormPreference" class="form-select" disabled>
<option value="">Select...</option>
<option>Daily</option>
<option>Weekly</option>
<option>Monthly</option>
</select>
</div>
<div class="form-row">
<label for="FormEmail">Email address <abbr class="form-required" title="Required">*</abbr></label>
<input id="FormEmail" class="form-text" type="email" placeholder="Email address..." required />
<p class="form-info">We won't share your email address. See our <a href="#">privacy policy</a></p>
</div>
<div class="form-row">
<label>Date of birth</label>
<div class="form-input-group">
<label class="offscreen" for="FormDateDay">Day</label>
<select id="FormDateDay" class="form-select form-select--small">
<option value="">Day...</option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
<option>11</option>
<option>12</option>
<option>13</option>
<option>14</option>
<option>15</option>
<option>16</option>
<option>17</option>
<option>18</option>
<option>19</option>
<option>20</option>
<option>21</option>
<option>22</option>
<option>23</option>
<option>24</option>
<option>25</option>
<option>26</option>
<option>27</option>
<option>28</option>
<option>29</option>
<option>30</option>
<option>31</option>
</select>
<label class="offscreen" for="FormDateMonth">Month</label>
<select id="FormDateMonth" class="form-select form-select--small">
<option value="">Month...</option>
<option>January</option>
<option>February</option>
<option>March</option>
<option>April</option>
<option>May</option>
<option>June</option>
<option>July</option>
<option>August</option>
<option>September</option>
<option>October</option>
<option>November</option>
<option>December</option>
</select>
<label class="offscreen" for="FormDateYear"></label>
<select id="FormDateYear" class="form-select form-select--small">
<option value="">Year...</option>
<option>1990</option>
<option>1989</option>
<option>1988</option>
<option>1987</option>
<option>1986</option>
<option>1985</option>
</select>
</div>
</div>
<div class="form-row">
<label for="FormReference">Reference</label>
<input id="FormReference" class="form-text form-text--medium" type="email" placeholder="Reference..." required />
<p class="form-info">Format: KT23-XX-XX-XX</p>
</div>
<div class="form-row">
<label for="FormReferral">How did you hear about us?</label>
<select id="FormReferral" class="form-select" data-show-if="true">
<option value="">Select...</option>
<option>Google</option>
<option>Bing</option>
<option>Friend recommendation</option>
<option data-show-if="#other-referral">Other</option>
</select>
</div>
<div id="other-referral" class="form-row">
<label for="FormReference">If other, please specify</label>
<input id="FormReference" class="form-text" type="text" placeholder="If other, please specify..." />
</div>
<div class="form-row">
<label for="FormMessage">Message</label>
<textarea id="FormMessage" class="form-textarea" placeholder="Message..." data-maxlength="250"></textarea>
<p class="form-info"><span class="js-maxlength-count">250</span> chars. max</p>
</div>
<ul class="form-checks">
<li class="form-checks__item">
<label>
<input type="checkbox" /> <span>Yes, I would like to receive the monthly newsletter</span>
</label>
</li>
<li class="form-checks__item">
<label>
<input type="checkbox" /> <span>Yes, I would like to receive offers from other specially selected third parties</span>
</label>
</li>
</ul>
<div class="form-action">
<button class="form-button" type="submit">Default</button>
<button class="form-button" disabled>Disabled</button>
</div>
<div class="form-action">
<button class="form-button" type="submit">Default</button>
<button class="form-button form-button--success" type="submit">Success</button>
<button class="form-button form-button--warning" type="submit">Warning</button>
<button class="form-button form-button--error" type="submit">Error</button>
<button class="form-button form-button--line" type="submit">Line</button>
<button class="form-button form-button--text">Text</button>
</div>
<hr />
<h2>Tabs</h2>
<p>
<a href="#tab-four" class="js-takeover-link" data-takeover-id="#tab-four-link" data-takeover-scroll="#tab-four-link">Quick link for tab four</a>
</p>
<div class="m-tabs js-tabs">
<ul class="m-tabs__menu">
<li class="m-tabs__menu__item">
<a class="m-tabs__menu__link js-tabs-link" href="#tab-one">Tab One</a>
</li>
<li class="m-tabs__menu__item">
<a class="m-tabs__menu__link js-tabs-link" href="#tab-two">Tab Two</a>
</li>
<li class="m-tabs__menu__item">
<a class="m-tabs__menu__link js-tabs-link" href="#tab-three">Tab Three</a>
</li>
<li class="m-tabs__menu__item">
<a id="tab-four-link" class="m-tabs__menu__link js-tabs-link error" href="#tab-four">Tab Four</a>
</li>
<li class="m-tabs__menu__item">
<a class="m-tabs__menu__link js-tabs-link" href="#tab-five">Tab Five</a>
</li>
</ul>
<div id="tab-one" class="js-tabs-tab">
<div class="cms">
<h3>Tab One</h3>
<p>Some content for tab one...</p>
</div>
</div>
<div id="tab-two" class="js-tabs-tab">
<div class="cms">
<h3>Tab Two</h3>
<p>Some content for tab two...</p>
</div>
</div>
<div id="tab-three" class="js-tabs-tab">
<div class="cms">
<h3>Tab Three</h3>
<p>Some content for tab three...</p>
</div>
</div>
<div id="tab-four" class="js-tabs-tab">
<div class="cms">
<h3>Tab Four</h3>
<p>Some content for tab four...</p>
</div>
</div>
<div id="tab-five" class="js-tabs-tab">
<div class="cms">
<h3>Tab Five</h3>
<p>Some content for tab five...</p>
</div>
</div>
</div>
<hr />
<h2>Popups</h2>
<div class="form-action">
<a class="form-button js-popup-launch" href="popup.html" target="_blank">Launch</a>
<a class="form-button js-popup-confirm" href="javascript:void(0);" target="_blank">Confirm</a>
<a class="form-button" href="https://www.youtube.com/watch?v=AkSShuMZyDw" target="_blank">Video</a>
</div>
<hr />
<h2>Social</h2>
<div class="form-action">
<!-- facebook -->
<a class="form-button form-button--social form-button--facebook" href="#">
<svg viewBox="0 0 512 512">
<path d="M211.9 197.4h-36.7v59.9h36.7V433.1h70.5V256.5h49.2l5.2-59.1h-54.4c0 0 0-22.1 0-33.7 0-13.9 2.8-19.5 16.3-19.5 10.9 0 38.2 0 38.2 0V82.9c0 0-40.2 0-48.8 0 -52.5 0-76.1 23.1-76.1 67.3C211.9 188.8 211.9 197.4 211.9 197.4z"></path>
</svg>
<span class="offscreen">Facebook</span>
</a>
<!-- twitter -->
<a class="form-button form-button--social form-button--twitter" href="#">
<svg viewBox="0 0 512 512">
<path d="M419.6 168.6c-11.7 5.2-24.2 8.7-37.4 10.2 13.4-8.1 23.8-20.8 28.6-36 -12.6 7.5-26.5 12.9-41.3 15.8 -11.9-12.6-28.8-20.6-47.5-20.6 -42 0-72.9 39.2-63.4 79.9 -54.1-2.7-102.1-28.6-134.2-68 -17 29.2-8.8 67.5 20.1 86.9 -10.7-0.3-20.7-3.3-29.5-8.1 -0.7 30.2 20.9 58.4 52.2 64.6 -9.2 2.5-19.2 3.1-29.4 1.1 8.3 25.9 32.3 44.7 60.8 45.2 -27.4 21.4-61.8 31-96.4 27 28.8 18.5 63 29.2 99.8 29.2 120.8 0 189.1-102.1 185-193.6C399.9 193.1 410.9 181.7 419.6 168.6z"></path>
</svg>
<span class="offscreen">Twitter</span>
</a>
<!-- google+ -->
<a class="form-button form-button--social form-button--google-plus" href="#">
<svg viewBox="0 0 512 512">
<path d="M179.7 237.6L179.7 284.2 256.7 284.2C253.6 304.2 233.4 342.9 179.7 342.9 133.4 342.9 95.6 304.4 95.6 257 95.6 209.6 133.4 171.1 179.7 171.1 206.1 171.1 223.7 182.4 233.8 192.1L270.6 156.6C247 134.4 216.4 121 179.7 121 104.7 121 44 181.8 44 257 44 332.2 104.7 393 179.7 393 258 393 310 337.8 310 260.1 310 251.2 309 244.4 307.9 237.6L179.7 237.6 179.7 237.6ZM468 236.7L429.3 236.7 429.3 198 390.7 198 390.7 236.7 352 236.7 352 275.3 390.7 275.3 390.7 314 429.3 314 429.3 275.3 468 275.3"></path>
</svg>
<span class="offscreen">Google+</span>
</a>
<!-- instagram -->
<a class="form-button form-button--social form-button--instagram" href="#">
<svg viewBox="0 0 512 512">
<g><path d="M256 109.3c47.8 0 53.4 0.2 72.3 1 17.4 0.8 26.9 3.7 33.2 6.2 8.4 3.2 14.3 7.1 20.6 13.4 6.3 6.3 10.1 12.2 13.4 20.6 2.5 6.3 5.4 15.8 6.2 33.2 0.9 18.9 1 24.5 1 72.3s-0.2 53.4-1 72.3c-0.8 17.4-3.7 26.9-6.2 33.2 -3.2 8.4-7.1 14.3-13.4 20.6 -6.3 6.3-12.2 10.1-20.6 13.4 -6.3 2.5-15.8 5.4-33.2 6.2 -18.9 0.9-24.5 1-72.3 1s-53.4-0.2-72.3-1c-17.4-0.8-26.9-3.7-33.2-6.2 -8.4-3.2-14.3-7.1-20.6-13.4 -6.3-6.3-10.1-12.2-13.4-20.6 -2.5-6.3-5.4-15.8-6.2-33.2 -0.9-18.9-1-24.5-1-72.3s0.2-53.4 1-72.3c0.8-17.4 3.7-26.9 6.2-33.2 3.2-8.4 7.1-14.3 13.4-20.6 6.3-6.3 12.2-10.1 20.6-13.4 6.3-2.5 15.8-5.4 33.2-6.2C202.6 109.5 208.2 109.3 256 109.3M256 77.1c-48.6 0-54.7 0.2-73.8 1.1 -19 0.9-32.1 3.9-43.4 8.3 -11.8 4.6-21.7 10.7-31.7 20.6 -9.9 9.9-16.1 19.9-20.6 31.7 -4.4 11.4-7.4 24.4-8.3 43.4 -0.9 19.1-1.1 25.2-1.1 73.8 0 48.6 0.2 54.7 1.1 73.8 0.9 19 3.9 32.1 8.3 43.4 4.6 11.8 10.7 21.7 20.6 31.7 9.9 9.9 19.9 16.1 31.7 20.6 11.4 4.4 24.4 7.4 43.4 8.3 19.1 0.9 25.2 1.1 73.8 1.1s54.7-0.2 73.8-1.1c19-0.9 32.1-3.9 43.4-8.3 11.8-4.6 21.7-10.7 31.7-20.6 9.9-9.9 16.1-19.9 20.6-31.7 4.4-11.4 7.4-24.4 8.3-43.4 0.9-19.1 1.1-25.2 1.1-73.8s-0.2-54.7-1.1-73.8c-0.9-19-3.9-32.1-8.3-43.4 -4.6-11.8-10.7-21.7-20.6-31.7 -9.9-9.9-19.9-16.1-31.7-20.6 -11.4-4.4-24.4-7.4-43.4-8.3C310.7 77.3 304.6 77.1 256 77.1L256 77.1z"></path><path d="M256 164.1c-50.7 0-91.9 41.1-91.9 91.9s41.1 91.9 91.9 91.9 91.9-41.1 91.9-91.9S306.7 164.1 256 164.1zM256 315.6c-32.9 0-59.6-26.7-59.6-59.6s26.7-59.6 59.6-59.6 59.6 26.7 59.6 59.6S288.9 315.6 256 315.6z"></path><circle cx="351.5" cy="160.5" r="21.5"></circle></g>
</svg>
<span class="offscreen">Instagram</span>
</a>
<!-- youtube -->
<a class="form-button form-button--social form-button--you-tube" href="#">
<svg viewBox="0 0 512 512">
<path d="M422.6 193.6c-5.3-45.3-23.3-51.6-59-54 -50.8-3.5-164.3-3.5-215.1 0 -35.7 2.4-53.7 8.7-59 54 -4 33.6-4 91.1 0 124.8 5.3 45.3 23.3 51.6 59 54 50.9 3.5 164.3 3.5 215.1 0 35.7-2.4 53.7-8.7 59-54C426.6 284.8 426.6 227.3 422.6 193.6zM222.2 303.4v-94.6l90.7 47.3L222.2 303.4z"></path>
</svg>
<span class="offscreen">YouTube</span>
</a>
<!-- linkedin -->
<a class="form-button form-button--social form-button--linked-in" href="#">
<svg viewBox="0 0 512 512">
<path d="M186.4 142.4c0 19-15.3 34.5-34.2 34.5 -18.9 0-34.2-15.4-34.2-34.5 0-19 15.3-34.5 34.2-34.5C171.1 107.9 186.4 123.4 186.4 142.4zM181.4 201.3h-57.8V388.1h57.8V201.3zM273.8 201.3h-55.4V388.1h55.4c0 0 0-69.3 0-98 0-26.3 12.1-41.9 35.2-41.9 21.3 0 31.5 15 31.5 41.9 0 26.9 0 98 0 98h57.5c0 0 0-68.2 0-118.3 0-50-28.3-74.2-68-74.2 -39.6 0-56.3 30.9-56.3 30.9v-25.2H273.8z"></path>
</svg>
<span class="offscreen">LinkedIn</span>
</a>
<!-- pinterest -->
<a class="form-button form-button--social form-button--pinterest" href="#">
<svg viewBox="0 0 512 512">
<path d="M266.6 76.5c-100.2 0-150.7 71.8-150.7 131.7 0 36.3 13.7 68.5 43.2 80.6 4.8 2 9.2 0.1 10.6-5.3 1-3.7 3.3-13 4.3-16.9 1.4-5.3 0.9-7.1-3-11.8 -8.5-10-13.9-23-13.9-41.3 0-53.3 39.9-101 103.8-101 56.6 0 87.7 34.6 87.7 80.8 0 60.8-26.9 112.1-66.8 112.1 -22.1 0-38.6-18.2-33.3-40.6 6.3-26.7 18.6-55.5 18.6-74.8 0-17.3-9.3-31.7-28.4-31.7 -22.5 0-40.7 23.3-40.7 54.6 0 19.9 6.7 33.4 6.7 33.4s-23.1 97.8-27.1 114.9c-8.1 34.1-1.2 75.9-0.6 80.1 0.3 2.5 3.6 3.1 5 1.2 2.1-2.7 28.9-35.9 38.1-69 2.6-9.4 14.8-58 14.8-58 7.3 14 28.7 26.3 51.5 26.3 67.8 0 113.8-61.8 113.8-144.5C400.1 134.7 347.1 76.5 266.6 76.5z"></path>
</svg>
<span class="offscreen">Pinterest</span>
</a>
<!-- vimeo -->
<a class="form-button form-button--social form-button--vimeo" href="#">
<svg viewBox="0 0 512 512">
<path d="M420.1 197.9c-1.5 33.6-25 79.5-70.3 137.8 -46.9 60.9-86.5 91.4-118.9 91.4 -20.1 0-37.1-18.5-51-55.6 -9.3-34-18.5-68-27.8-102 -10.3-37.1-21.4-55.7-33.2-55.7 -2.6 0-11.6 5.4-27 16.2L75.7 209.1c17-14.9 33.8-29.9 50.3-44.9 22.7-19.6 39.7-29.9 51.1-31 26.8-2.6 43.3 15.8 49.5 55 6.7 42.4 11.3 68.7 13.9 79 7.7 35.1 16.2 52.7 25.5 52.7 7.2 0 18-11.4 32.5-34.2 14.4-22.8 22.2-40.1 23.2-52.1 2.1-19.7-5.7-29.5-23.2-29.5 -8.3 0-16.8 1.9-25.5 5.7 16.9-55.5 49.3-82.4 97.1-80.9C405.5 130 422.2 153 420.1 197.9z"></path>
</svg>
<span class="offscreen">Vimeo</span>
</a>
<!-- flickr -->
<a class="form-button form-button--social form-button--flickr" href="#">
<svg viewBox="0 0 512 512">
<path d="M344.5 156.9c-38.7 0-72.1 22.1-88.5 54.4 -16.4-32.3-49.8-54.4-88.5-54.4 -54.8 0-99.1 44.4-99.1 99.1 0 54.8 44.4 99.1 99.1 99.1 38.6 0 72.1-22.1 88.5-54.4 16.4 32.3 49.8 54.4 88.5 54.4 54.8 0 99.1-44.4 99.1-99.1C443.6 201.2 399.2 156.9 344.5 156.9zM344.5 328.7c-40.1 0-72.7-32.6-72.7-72.7s32.6-72.7 72.7-72.7 72.7 32.6 72.7 72.7C417.2 296.1 384.6 328.7 344.5 328.7z"></path>
</svg>
<span class="offscreen">Flickr</span>
</a>
<!-- rss -->
<a class="form-button form-button--social form-button--rss" href="#">
<svg viewBox="0 0 512 512">
<path d="M201.8 347.2c0 20.3-16.5 36.8-36.8 36.8 -20.3 0-36.8-16.5-36.8-36.8s16.5-36.8 36.8-36.8C185.3 310.4 201.8 326.8 201.8 347.2zM128.2 204.7v54.5c68.5 0.7 124 56.3 124.7 124.7h54.5C306.7 285.3 226.9 205.4 128.2 204.7zM128.2 166.6c57.9 0.3 112.3 22.9 153.2 63.9 41 41 63.7 95.5 63.9 153.5h54.5c-0.3-149.9-121.7-271.4-271.6-271.9V166.6L128.2 166.6z"></path>
</svg>
<span class="offscreen">RSS feed</span>
</a>
<!-- email -->
<a class="form-button form-button--social form-button--email" href="#">
<svg viewBox="0 0 512 512">
<path d="M101.3 141.6v228.9h0.3 308.4 0.8V141.6H101.3zM375.7 167.8l-119.7 91.5 -119.6-91.5H375.7zM127.6 194.1l64.1 49.1 -64.1 64.1V194.1zM127.8 344.2l84.9-84.9 43.2 33.1 43-32.9 84.7 84.7L127.8 344.2 127.8 344.2zM384.4 307.8l-64.4-64.4 64.4-49.3V307.8z"></path>
</svg>
<span class="offscreen">Email</span>
</a>
</div>
</div>
<footer class="l-footer">Copyright © 2018 Karl Tynan - ALL Rights Reserved</footer>
<script id="popupLaunchTemplate" type="text/mustache">
<div class="m-popup no-print" data-href="{{url}}">
<div class="m-popup__inner clearfix">
<div class="m-popup__content clearfix">
{{{content}}}
</div>
</div>
<a class="m-popup__close js-close" href="javascript:void(0)">Close</a>
</div>
</script>
<script id="popupConfirmTemplate" type="text/mustache">
<div id="popupConfirm" class="m-popup m-popup--small no-print">
<div class="m-popup__inner m-popup--small__inner">
<h1 class="m-popup__title m-popup--small__title">{{title}}</h1>
<div class="m-popup__content m-popup--small__content clearfix">
<div class="cms">
<p>{{{text}}}</p>
</div>
{{#isNotice}}
<div class="form-action form-action--tight">
<a id="popupConfirmYes" class="form-button form-button--success" href="{{url}}">{{confirm}}</a>
<a id="popupConfirmNo" class="form-button form-button--text" href="javascript:void(0)">{{cancel}}</a>
</div>
{{/isNotice}}
</div>
</div>
<a class="m-popup__close js-close" href="javascript:void(0)">Close</a>
</div>
</script>
<script id="popupVideoTemplate" type="text/mustache">
<div id="popupVideo" class="m-popup m-popup--video no-print">
<div class="m-popup__inner m-popup--video__inner clearfix">
<div class="m-popup__video">
<iframe src="{{src}}" />
</div>
</div>
<a class="m-popup__close js-close" href="javascript:void(0)">Close</a>
</div>
</script>
<!--@RenderSection("JSPlugins", false)-->
<script>
var load_deferred_css = function () {
var e = document.getElementById('deferred-styles');
var replacement = document.createElement('div');
replacement.innerHTML = e.textContent;
document.body.appendChild(replacement);
e.parentElement.removeChild(e);
};
var raf = window.requestAnimationFrame || window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame || window.msRequestAnimationFrame;
if (raf) {
raf(function () {
window.setTimeout(load_deferred_css, 0);
});
}
else {
window.addEventListener('load', load_deferred_css);
}
</script>
<script src="js/critical.js?v=1"></script>
<!--@RenderSection("JS", false)-->
<script>
function load_deferred_javascript() {
$(function () {
var e = document.createElement('script');
e.src = 'js/deferred.js?v=1';
document.body.appendChild(e);
});
};
if (window.addEventListener) {
window.addEventListener('load', load_deferred_javascript, false);
}
else if (window.attachEvent) {
window.attachEvent('onload', load_deferred_javascript);
}
else {
window.onload = load_deferred_javascript;
}
</script>
</body>
</html>