-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
920 lines (773 loc) · 49.1 KB
/
index.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
913
914
915
916
917
918
919
920
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--
__ __ _ _ _ _ _ _
\ \ / /__| | | | | | | ___| | | ___
\ \ /\ / / _ \ | | | |_| |/ _ \ | |/ _ \
\ V V / __/ | | | _ | __/ | | (_) |
\_/\_/ \___|_|_| |_| |_|\___|_|_|\___/ -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About | Liam Devaney, UX Designer and Developer</title>
<meta name="description" content="The online portfolio of Liam Devaney">
<meta name="keywords"
content="Liam Devaney, HTML, CSS, Web Design, Web Development, User Interface Design, User Experience Design, Graphic Design, LiamDevaney.com">
<meta name="author" content="Liam Devaney">
<meta name="copyright" content="© 2017 Liam Devaney. All rights reserved.">
<meta name="robots" content="index, follow">
<link rel="index" title="Liam Devaney" href="https://www.liamdevaney.com">
<!--
____ ____ ____
/ ___/ ___/ ___|
| | \___ \___ \
| |___ ___) |__) |
\____|____/____/ -->
<link rel="stylesheet" href="styles/bootstrap-reboot.min.css">
<link rel="stylesheet" href="styles/bootstrap-grid.min.css">
<link rel="stylesheet" href="styles/bootstrap.min.css">
<link rel="stylesheet" href="styles/lad-styles.css">
<!--
___
|_ _|___ ___ _ __ ___
| |/ __/ _ \| '_ \/ __|
| | (_| (_) | | | \__ \
|___\___\___/|_| |_|___/-->
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
</head>
<!--
____ _
| __ ) ___ __| |_ _
| _ \ / _ \ / _` | | | |
| |_) | (_) | (_| | |_| |
|____/ \___/ \__,_|\__, |
|___/ -->
<body lang="en" class="devaney home">
<!--
_ _ _ _ _
| \ | | __ ___ _(_) __ _ __ _| |_(_) ___ _ __
| \| |/ _` \ \ / / |/ _` |/ _` | __| |/ _ \| '_ \
| |\ | (_| |\ V /| | (_| | (_| | |_| | (_) | | | |
|_| \_|\__,_| \_/ |_|\__, |\__,_|\__|_|\___/|_| |_|
|___/ -->
<nav id="stickyheader" class="hidden">
<div class="container">
<ol class="desk-nav">
<li>
<a href="#skills">What I Do</a>
</li>
<li>
<a href="#technical-abilities">What I Use</a>
</li>
<li>
<a href="#about-me">About Me</a>
</li>
</ol>
</div>
</nav>
<button class="menu-btn" id="menu-btn-js">Menu</button>
<header id="home">
<div class="container">
<h1>Liam Devaney</h1>
<div class="head-space white-head"></div>
<h2 class="intro">Full Stack Developer<span> & </span>UX Designer</h2>
<p class="intro">Developing the users experience is at the heart of what I do.</p>
</div>
</header>
<main id='main'>
<!--
__ __ _ _
| \/ |_ _ | | __ _| |__
| |\/| | | | |_____| | / _` | '_ \
| | | | |_| |_____| |__| (_| | |_) |
|_| |_|\__, | |_____\__,_|_.__/
|___/ -->
<section id="skills">
<div class="container">
<div class="head-space"></div>
<h2>What I do</h2>
<p>Not a ninja, not a wizard, but I am rather good at...</p>
<div class="row">
<div class="col-sm leftcol">
<div class='skill-wrap'>
<svg version="1.1" id="Capa_1" xmlns="https://www.w3.org/2000/svg"
xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 396.5 396.5"
style="enable-background:new 0 0 396.5 396.5;" xml:space="preserve">
<g>
<path class="st0"
d="M304.4,330.9h-43.2c-1.6,0-2.8-1.3-2.8-2.8v-10.5c0-1.6-1.3-2.8-2.8-2.8h-60.5c-1.6,0-2.8,1.3-2.8,2.8v10.5c0,1.6-1.3,2.8-2.8,2.8h-32.5c-1.6,0-2.8,1.3-2.8,2.8v12.2c0,1.6,1.3,2.8,2.8,2.8h147.5c1.6,0,2.8-1.3,2.8-2.8v-12.2C307.3,332.2,306,330.9,304.4,330.9z" />
<g>
<path class="st0"
d="M377,46.4H68.6c-10.7,0-19.5,8.7-19.5,19.5c0,0,0,37.1,0,50.8c0,6.7-0.5,7.7,4,7.7c2.4,0,5,0,7.7,0c3.8,0,3-0.9,3-7.8c0-13.6,0-50.6,0-50.6c0-2.6,2.2-4.7,4.7-4.7H377c2.6,0,4.7,2.2,4.7,4.7v190H161.9c0,0-7.7,0-7.7,10c0,5.9,0,17.8,0,23.8c0,10,8,10,8,10H377c10.7,0,19.5-8.7,19.5-19.5V65.8C396.5,55.1,387.8,46.4,377,46.4z M222.8,282.8c-4.8,0-8.8-3.9-8.8-8.8s3.9-8.8,8.8-8.8c4.8,0,8.8,3.9,8.8,8.8S227.7,282.8,222.8,282.8z" />
<path class="st0"
d="M124.1,141.6H12.6c-6.9,0-12.6,5.6-12.6,12.6v183.4c0,6.9,5.6,12.6,12.6,12.6h111.6c6.9,0,12.6-5.6,12.6-12.6V154.2C136.7,147.3,131,141.6,124.1,141.6z M54.6,154.4h27.5c1.3,0,2.4,1.1,2.4,2.4c0,1.3-1.1,2.4-2.4,2.4H54.6c-1.3,0-2.4-1.1-2.4-2.4C52.2,155.5,53.3,154.4,54.6,154.4z M68.2,341.3c-3.6,0-6.5-2.9-6.5-6.5s2.9-6.5,6.5-6.5s6.5,2.9,6.5,6.5S71.8,341.3,68.2,341.3z M125.9,322.2c0,1.7-1.3,3-3,3H13.8c-1.6,0-3-1.4-3-3V169.8c0-1.7,1.3-3,3-3h109.1c1.6,0,3,1.4,3,3C125.9,169.8,125.9,322.2,125.9,322.2z" />
</g>
</g>
</svg>
<h3 class='skill-title'>UX and UI Design</h3>
<div class="skill-space"></div>
<p class='skill-description'>Expert knowledge of the <a href="https://www.adobe.com/uk/" rel="noopener">Adobe Creative
Suite</a>, able to produce high-end creative solutions that work across multiple device types.</p>
</div>
</div>
<div class="col-sm rightcol">
<div class='skill-wrap'>
<svg version="1.1" id="Capa_2" xmlns="https://www.w3.org/2000/svg"
xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 428 428"
style="enable-background:new 0 0 428 428;" xml:space="preserve">
<g>
<path class="st0"
d="M29.5,111.4h236c3,0,5.5-2.5,5.5-5.5s-2.5-5.5-5.5-5.5h-236c-3,0-5.5,2.5-5.5,5.5S26.5,111.4,29.5,111.4z" />
<path class="st0"
d="M29.5,164.4h55c3,0,5.5-2.5,5.5-5.5s-2.5-5.5-5.5-5.5h-55c-3,0-5.5,2.5-5.5,5.5S26.5,164.4,29.5,164.4z" />
<path class="st0"
d="M29.5,217.4h22c3,0,5.5-2.5,5.5-5.5s-2.5-5.5-5.5-5.5h-22c-3,0-5.5,2.5-5.5,5.5S26.5,217.4,29.5,217.4z" />
<path class="st0"
d="M422.5,118.4H330V32.9c0-3-2.5-5.5-5.5-5.5H5.5c-3,0-5.5,2.5-5.5,5.5v271.3c0,3,2.5,5.5,5.5,5.5H98v85.5c0,3,2.5,5.5,5.5,5.5h319c3,0,5.5-2.5,5.5-5.5V123.9C428,120.8,425.5,118.4,422.5,118.4z M417,157.4H109v-28h308V157.4z M319,38.4v28H11v-28C11,38.4,319,38.4,319,38.4z M11,298.6V77.4h308v41H103.5c-3,0-5.5,2.5-5.5,5.5v3H29.5c-3,0-5.5,2.5-5.5,5.5s2.5,5.5,5.5,5.5H98v42H29.5c-3,0-5.5,2.5-5.5,5.5s2.5,5.5,5.5,5.5H98v42H29.5c-3,0-5.5,2.5-5.5,5.5s2.5,5.5,5.5,5.5H98v15.5H29.5c-3,0-5.5,2.5-5.5,5.5s2.5,5.5,5.5,5.5H98v28.3H11z M109,389.6V168.4h308v221.3H109z" />
<path class="st0"
d="M127.5,202.4h143c3,0,5.5-2.5,5.5-5.5s-2.5-5.5-5.5-5.5h-143c-3,0-5.5,2.5-5.5,5.5S124.5,202.4,127.5,202.4z" />
<path class="st0"
d="M127.5,228.9h189c3,0,5.5-2.5,5.5-5.5s-2.5-5.5-5.5-5.5h-189c-3,0-5.5,2.5-5.5,5.5S124.5,228.9,127.5,228.9z" />
<path class="st0"
d="M127.5,255.4h236c3,0,5.5-2.5,5.5-5.5s-2.5-5.5-5.5-5.5h-236c-3,0-5.5,2.5-5.5,5.5S124.5,255.4,127.5,255.4z" />
<path class="st0"
d="M389.5,297.4h-262c-3,0-5.5,2.5-5.5,5.5s2.5,5.5,5.5,5.5h262c3,0,5.5-2.5,5.5-5.5S392.5,297.4,389.5,297.4z" />
<path class="st0"
d="M127.5,281.9h138c3,0,5.5-2.5,5.5-5.5s-2.5-5.5-5.5-5.5h-138c-3,0-5.5,2.5-5.5,5.5S124.5,281.9,127.5,281.9z" />
<path class="st0"
d="M127.5,334.9h208c3,0,5.5-2.5,5.5-5.5s-2.5-5.5-5.5-5.5h-208c-3,0-5.5,2.5-5.5,5.5S124.5,334.9,127.5,334.9z" />
<path class="st0"
d="M363.5,350.4h-236c-3,0-5.5,2.5-5.5,5.5s2.5,5.5,5.5,5.5h236c3,0,5.5-2.5,5.5-5.5S366.5,350.4,363.5,350.4z" />
<circle class="st0" cx="30.5" cy="52.4" r="6.5" />
<circle class="st0" cx="51.3" cy="52.4" r="6.5" />
<circle class="st0" cx="72.2" cy="52.4" r="6.5" />
<circle class="st0" cx="130.8" cy="143.4" r="6.5" />
<circle class="st0" cx="151.7" cy="143.4" r="6.5" />
<circle class="st0" cx="172.5" cy="143.4" r="6.5" />
</g>
</svg>
<h3 class='skill-title'>Front-end Development</h3>
<div class="skill-space"></div>
<p class='skill-description'>Knowledge of HTML5, CSS3 and JavaScript. Well versed in systems for Browser
Testing, Version Control and Unit Testing.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm leftcol">
<div class='skill-wrap'>
<svg version="1.1" id="Capa_3" xmlns="https://www.w3.org/2000/svg"
xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 60 60"
style="enable-background:new 0 0 60 60;" xml:space="preserve">
<g>
<g>
<path class="st0"
d="M59,15H28H16H1c-0.6,0-1,0.4-1,1v43c0,0.6,0.4,1,1,1h58c0.6,0,1-0.4,1-1V16C60,15.4,59.6,15,59,15z M27,17v14H17V17H27z M58,58H43V48h-2v10H2V17h13v15c0,0.6,0.4,1,1,1h12c0.6,0,1-0.4,1-1V17h12v16h2V17h15V58z" />
<rect x="7" y="49" class="st0" width="9" height="2" />
<rect x="7" y="53" class="st0" width="18" height="2" />
<rect x="46" y="20" class="st0" width="6" height="2" />
<rect x="46" y="24" class="st0" width="9" height="2" />
<rect x="49" y="53" class="st0" width="6" height="2" />
<rect x="46" y="49" class="st0" width="9" height="2" />
<path class="st0"
d="M59,0H1C0.4,0,0,0.4,0,1v9c0,0.6,0.4,1,1,1h58c0.6,0,1-0.4,1-1V1C60,0.4,59.6,0,59,0z M58,9H2V2h7v4h2V2h8v4h2V2h8v4h2V2h8v4h2V2h8v4h2V2h7V9z" />
<path class="st0"
d="M47.3,45c0.2,0,0.3-0.1,0.5-0.2l6.6-2.8c0.4-0.1,0.6-0.5,0.6-0.9s-0.2-0.7-0.6-0.9l-6.6-2.8c-0.2-0.2-0.4-0.3-0.7-0.3h-40c-0.6,0-1,0.4-1,1v6c0,0.6,0.4,1,1,1h40C47.1,45,47.2,45,47.3,45z M15,42h31v1H15V42z M48,42.5v-3l3.5,1.5L48,42.5z M46,40H15v-1h31V40z M8,39h5v4H8V39z" />
</g>
</g>
</svg>
<h3 class='skill-title'>Wireframing & Prototyping</h3>
<div class="skill-space"></div>
<p class='skill-description'>Able to scope and plan Information Architecture and produce static or dynamic
digital mock-ups with <a href="https://www.axure.com/" rel="noopener">Axure</a>.</p>
</div>
</div>
<div class="col-sm rightcol">
<div class='skill-wrap'>
<svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg"
xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 496 496"
style="enable-background:new 0 0 496 496;" xml:space="preserve">
<g>
<g>
<g>
<path class="st0"
d="M457.8,157.7c3.9-11.9,6.2-24.5,6.2-37.7C464,53.8,410.2,0,344,0c-36.3,0-68.8,16.2-90.8,41.8l-5.2-3L0,179.3V496h496V179.3L457.8,157.7z M344,16c57.3,0,104,46.7,104,104s-46.7,104-104,104c-18.5,0-36.8-5-52.9-14.6l-3-1.8l-44.5,12.7l12.7-44.5l-1.8-3C245,156.8,240,138.5,240,120C240,62.7,286.7,16,344,16z M238.8,62.4C229.4,79.5,224,99.2,224,120c0,20.2,5.2,40.2,15.1,58l-18.7,65.6l65.6-18.7c17.8,9.9,37.8,15.1,58,15.1c47.3,0,88.1-27.6,107.7-67.4l21.9,12.4L248,357.9L22.5,185L238.8,62.4z M16,200.2l165.5,126.9L16,470.5V200.2z M29.4,480l165-143l53.6,41.1l53.6-41.1l165,143H29.4z M480,470.5L314.5,327.1L480,200.2V470.5z" />
<path class="st0"
d="M325.2,206c6.3,1.3,12.6,2,18.8,2c12.1,0,24.1-2.5,35.2-7.4l-6.4-14.7c-13.9,6.1-29.2,7.6-44.3,4.4c-28.6-6-50.9-29.5-55.5-58.4c-3.6-22.4,3.1-44.6,18.3-61c15.2-16.4,36.9-24.6,59.2-22.7c32.7,2.9,59.9,28.5,64.7,60.9c1.2,7.9,1.1,15.9-0.3,23.6c-2,11.2-11.9,19.3-23.6,19.3c-4,0-7.3-3.3-7.3-7.3V112c0-22.1-17.9-40-40-40s-40,17.9-40,40v16c0,22.1,17.9,40,40,40h24v-16h-24c-13.2,0-24-10.8-24-24v-16c0-13.2,10.8-24,24-24s24,10.8,24,24v32.7c0,12.8,10.4,23.3,23.3,23.3c19.4,0,35.9-13.6,39.3-32.4c1.7-9.4,1.8-19.1,0.4-28.8c-5.9-39.6-39.1-70.9-79.1-74.5c-27.4-2.4-53.7,7.7-72.3,27.7c-18.6,20-26.8,47.1-22.4,74.5C262.8,169.9,290.2,198.6,325.2,206z" />
<rect x="240" y="400" class="st0" width="16" height="16" />
<rect x="272" y="400" class="st0" width="16" height="16" />
<rect x="208" y="400" class="st0" width="16" height="16" />
</g>
</g>
</g>
</svg>
<h3 class='skill-title'>Email Campaigns</h3>
<div class="skill-space"></div>
<p class='skill-description'>Produced numerous bug-free templates for Email campaigns sent through
MailChimp, Salesforce, Pardot or in house systems.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm leftcol">
<div class='skill-wrap'>
<svg version="1.1" id="Capa_4" xmlns="https://www.w3.org/2000/svg"
xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 511 511"
style="enable-background:new 0 0 511 511;" xml:space="preserve">
<g>
<path class="st0"
d="M39.5,103c2,0,3.9-0.8,5.3-2.2c1.4-1.4,2.2-3.3,2.2-5.3s-0.8-3.9-2.2-5.3c-1.4-1.4-3.3-2.2-5.3-2.2s-3.9,0.8-5.3,2.2c-1.4,1.4-2.2,3.3-2.2,5.3s0.8,3.9,2.2,5.3C35.6,102.2,37.5,103,39.5,103z" />
<path class="st0"
d="M63.5,103c2,0,3.9-0.8,5.3-2.2c1.4-1.4,2.2-3.3,2.2-5.3s-0.8-3.9-2.2-5.3c-1.4-1.4-3.3-2.2-5.3-2.2c-2,0-3.9,0.8-5.3,2.2c-1.4,1.4-2.2,3.3-2.2,5.3s0.8,3.9,2.2,5.3C59.6,102.2,61.5,103,63.5,103z" />
<path class="st0"
d="M87.5,103c2,0,3.9-0.8,5.3-2.2c1.4-1.4,2.2-3.3,2.2-5.3s-0.8-3.9-2.2-5.3c-1.4-1.4-3.3-2.2-5.3-2.2s-3.9,0.8-5.3,2.2c-1.4,1.4-2.2,3.3-2.2,5.3s0.8,3.9,2.2,5.3C83.6,102.2,85.5,103,87.5,103z" />
<path class="st0"
d="M119.5,103h304c4.1,0,7.5-3.4,7.5-7.5s-3.4-7.5-7.5-7.5h-304c-4.1,0-7.5,3.4-7.5,7.5S115.4,103,119.5,103z" />
<path class="st0"
d="M455.5,103h16c4.1,0,7.5-3.4,7.5-7.5s-3.4-7.5-7.5-7.5h-16c-4.1,0-7.5,3.4-7.5,7.5S451.4,103,455.5,103z" />
<path class="st0"
d="M439.5,168h-144c-13,0-23.5,10.5-23.5,23.5v0.5h-8.5c-13,0-23.5,10.5-23.5,23.5V280h-17v-24.5c0-13-10.5-23.5-23.5-23.5h-128c-13,0-23.5,10.5-23.5,23.5v64c0,13,10.5,23.5,23.5,23.5h128c13,0,23.5-10.5,23.5-23.5V295h17v64.5c0,13,10.5,23.5,23.5,23.5h8.5v0.5c0,13,10.5,23.5,23.5,23.5h144c13,0,23.5-10.5,23.5-23.5v-16c0-13-10.5-23.5-23.5-23.5h-144c-13,0-23.5,10.5-23.5,23.5v0.5h-8.5c-4.7,0-8.5-3.8-8.5-8.5V295h17v0.5c0,13,10.5,23.5,23.5,23.5h144c13,0,23.5-10.5,23.5-23.5v-16c0-13-10.5-23.5-23.5-23.5h-144c-13,0-23.5,10.5-23.5,23.5v0.5h-17v-64.5c0-4.7,3.8-8.5,8.5-8.5h8.5v0.5c0,13,10.5,23.5,23.5,23.5h144c13,0,23.5-10.5,23.5-23.5v-16C463,178.5,452.5,168,439.5,168z M208,319.5c0,4.7-3.8,8.5-8.5,8.5h-128c-4.7,0-8.5-3.8-8.5-8.5v-64c0-4.7,3.8-8.5,8.5-8.5h128c4.7,0,8.5,3.8,8.5,8.5V319.5z M287,367.5c0-4.7,3.8-8.5,8.5-8.5h144c4.7,0,8.5,3.8,8.5,8.5v16c0,4.7-3.8,8.5-8.5,8.5h-144c-4.7,0-8.5-3.8-8.5-8.5V367.5z M287,279.5c0-4.7,3.8-8.5,8.5-8.5h144c4.7,0,8.5,3.8,8.5,8.5v16c0,4.7-3.8,8.5-8.5,8.5h-144c-4.7,0-8.5-3.8-8.5-8.5V279.5z M448,207.5c0,4.7-3.8,8.5-8.5,8.5h-144c-4.7,0-8.5-3.8-8.5-8.5v-16c0-4.7,3.8-8.5,8.5-8.5h144c4.7,0,8.5,3.8,8.5,8.5V207.5z" />
<path class="st0"
d="M471.5,56h-432C17.7,56,0,73.7,0,95.5v320C0,437.3,17.7,455,39.5,455h432c21.8,0,39.5-17.7,39.5-39.5v-320C511,73.7,493.3,56,471.5,56z M39.5,71h432C485,71,496,82,496,95.5V120H15V95.5C15,82,26,71,39.5,71z M471.5,440h-432C26,440,15,429,15,415.5V135h481v280.5C496,429,485,440,471.5,440z" />
</g>
</svg>
<h3 class='skill-title'>Project Management</h3>
<div class="skill-space"></div>
<p class='skill-description'>After years of using my own systems for Digital Project Management in 2017 I
trained in the <a href="https://www.axelos.com/best-practice-solutions/prince2" rel="noopener">PRINCE2</a> methodology.
</p>
</div>
</div>
<div class="col-sm rightcol">
<div class='skill-wrap'>
<svg version="1.1" id="Capa_5" xmlns="https://www.w3.org/2000/svg"
xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 60 60"
style="enable-background:new 0 0 60 60;" xml:space="preserve">
<g>
<path class="st0"
d="M10.5,7.1C8,7.1,6,9.1,6,11.6s2,4.5,4.5,4.5s4.5-2,4.5-4.5S13,7.1,10.5,7.1z M10.5,14.1c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5S11.9,14.1,10.5,14.1z" />
<circle class="st0" cx="50" cy="10.1" r="1" />
<circle class="st0" cx="46" cy="10.1" r="1" />
<circle class="st0" cx="52" cy="13.1" r="1" />
<circle class="st0" cx="48" cy="13.1" r="1" />
<circle class="st0" cx="42" cy="10.1" r="1" />
<circle class="st0" cx="44" cy="13.1" r="1" />
<circle class="st0" cx="38" cy="10.1" r="1" />
<circle class="st0" cx="40" cy="13.1" r="1" />
<circle class="st0" cx="34" cy="10.1" r="1" />
<circle class="st0" cx="36" cy="13.1" r="1" />
<path class="st0"
d="M60,17.5V5.7c0-2.5-2.1-4.6-4.6-4.6H4.6C2.1,1.1,0,3.1,0,5.7v11.8c0,1.5,0.7,2.8,1.8,3.6C0.7,21.9,0,23.2,0,24.7v11.8c0,2.5,2.1,4.6,4.6,4.6H30h25.4c2.5,0,4.6-2.1,4.6-4.6V24.7c0-1.5-0.7-2.8-1.8-3.6C59.3,20.2,60,18.9,60,17.5z M58,24.7v11.8c0,1.4-1.2,2.6-2.6,2.6H4.6c-1.4,0-2.6-1.2-2.6-2.6V24.7c0-1.4,1.2-2.6,2.6-2.6h50.8C56.8,22.1,58,23.2,58,24.7z M4.6,20.1c-1.4,0-2.6-1.2-2.6-2.6V5.7c0-1.4,1.2-2.6,2.6-2.6h50.8c1.4,0,2.6,1.2,2.6,2.6v11.8c0,1.4-1.2,2.6-2.6,2.6L4.6,20.1L4.6,20.1z" />
<path class="st0"
d="M10.5,35.1c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5S6,28.1,6,30.6S8,35.1,10.5,35.1z M10.5,28.1c1.4,0,2.5,1.1,2.5,2.5s-1.1,2.5-2.5,2.5S8,31.9,8,30.6S9.1,28.1,10.5,28.1z" />
<path class="st0"
d="M31.5,51.5c0.2,0.1,0.4,0.3,0.6,0.5c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4c-0.3-0.3-0.7-0.6-1-0.8c-0.5-0.3-1.1-0.1-1.4,0.4C30.8,50.6,31,51.2,31.5,51.5z" />
<path class="st0"
d="M31.5,56.7c-0.2,0.1-0.5,0.2-0.7,0.3c-0.5,0.1-0.8,0.7-0.7,1.2c0.1,0.4,0.5,0.7,1,0.7c0.1,0,0.2,0,0.3,0c0.4-0.1,0.8-0.3,1.2-0.5c0.5-0.3,0.6-0.9,0.4-1.4C32.6,56.5,32,56.4,31.5,56.7z" />
<path class="st0"
d="M34,53c-0.6,0-1,0.5-1,1c0,0.3,0,0.5-0.1,0.8c-0.1,0.5,0.2,1.1,0.7,1.2c0.1,0,0.2,0,0.3,0c0.4,0,0.8-0.3,1-0.7c0.1-0.4,0.2-0.9,0.2-1.3v0C35,53.5,34.6,53,34,53z" />
<path class="st0"
d="M28.5,56.7c-0.2-0.1-0.4-0.3-0.6-0.5c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4c0.3,0.3,0.7,0.6,1,0.8c0.2,0.1,0.3,0.1,0.5,0.1c0.3,0,0.7-0.2,0.9-0.5C29.2,57.6,29,56.9,28.5,56.7z" />
<path class="st0"
d="M28.7,49.2c-0.4,0.1-0.8,0.3-1.2,0.5c-0.5,0.3-0.6,0.9-0.4,1.4c0.2,0.3,0.5,0.5,0.9,0.5c0.2,0,0.3,0,0.5-0.1c0.2-0.1,0.5-0.2,0.7-0.3c0.5-0.1,0.8-0.7,0.7-1.2C29.8,49.4,29.2,49.1,28.7,49.2z" />
<path class="st0"
d="M27,54.1c0-0.3,0-0.5,0.1-0.8c0.1-0.5-0.2-1.1-0.7-1.2c-0.5-0.1-1.1,0.2-1.2,0.7c-0.1,0.4-0.2,0.8-0.2,1.3l1,0h-1c0,0.6,0.4,1,1,1C26.6,55.1,27,54.6,27,54.1z" />
<circle class="st0" cx="50" cy="29.1" r="1" />
<circle class="st0" cx="46" cy="29.1" r="1" />
<circle class="st0" cx="52" cy="32.1" r="1" />
<circle class="st0" cx="48" cy="32.1" r="1" />
<circle class="st0" cx="42" cy="29.1" r="1" />
<circle class="st0" cx="44" cy="32.1" r="1" />
<circle class="st0" cx="38" cy="29.1" r="1" />
<circle class="st0" cx="40" cy="32.1" r="1" />
<circle class="st0" cx="34" cy="29.1" r="1" />
<circle class="st0" cx="36" cy="32.1" r="1" />
<path class="st0" d="M22,53.1h-1c-0.6,0-1,0.4-1,1s0.4,1,1,1h1c0.6,0,1-0.4,1-1S22.6,53.1,22,53.1z" />
<path class="st0" d="M14,53.1h-1c-0.6,0-1,0.4-1,1s0.4,1,1,1h1c0.6,0,1-0.4,1-1S14.6,53.1,14,53.1z" />
<path class="st0" d="M18,53.1h-1c-0.6,0-1,0.4-1,1s0.4,1,1,1h1c0.6,0,1-0.4,1-1S18.6,53.1,18,53.1z" />
<path class="st0" d="M2,53.1H1c-0.6,0-1,0.4-1,1s0.4,1,1,1h1c0.6,0,1-0.4,1-1S2.6,53.1,2,53.1z" />
<path class="st0" d="M6,53.1H5c-0.6,0-1,0.4-1,1s0.4,1,1,1h1c0.6,0,1-0.4,1-1S6.6,53.1,6,53.1z" />
<path class="st0" d="M10,53.1H9c-0.6,0-1,0.4-1,1s0.4,1,1,1h1c0.6,0,1-0.4,1-1S10.6,53.1,10,53.1z" />
<path class="st0" d="M39,53.1h-1c-0.6,0-1,0.4-1,1s0.4,1,1,1h1c0.6,0,1-0.4,1-1S39.6,53.1,39,53.1z" />
<path class="st0" d="M47,53.1h-1c-0.6,0-1,0.4-1,1s0.4,1,1,1h1c0.6,0,1-0.4,1-1S47.6,53.1,47,53.1z" />
<path class="st0" d="M43,53.1h-1c-0.6,0-1,0.4-1,1s0.4,1,1,1h1c0.6,0,1-0.4,1-1S43.6,53.1,43,53.1z" />
<path class="st0" d="M59,53.1h-1c-0.6,0-1,0.4-1,1s0.4,1,1,1h1c0.6,0,1-0.4,1-1S59.6,53.1,59,53.1z" />
<path class="st0" d="M51,53.1h-1c-0.6,0-1,0.4-1,1s0.4,1,1,1h1c0.6,0,1-0.4,1-1S51.6,53.1,51,53.1z" />
<path class="st0" d="M55,53.1h-1c-0.6,0-1,0.4-1,1s0.4,1,1,1h1c0.6,0,1-0.4,1-1S55.6,53.1,55,53.1z" />
<path class="st0" d="M31,47.1v-1c0-0.6-0.4-1-1-1s-1,0.4-1,1v1c0,0.6,0.4,1,1,1S31,47.6,31,47.1z" />
<path class="st0" d="M29,42.1v1c0,0.6,0.4,1,1,1s1-0.4,1-1v-1c0-0.6-0.4-1-1-1S29,41.5,29,42.1z" />
</g>
</svg>
<h3 class='skill-title'>Server Management</h3>
<div class="skill-space"></div>
<p class='skill-description'>Have configured multiple webservers Apache, cPanel and NGINX on Windows,
Debian and Ubuntu servers.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm leftcol">
<div class='skill-wrap'>
<svg version="1.1" id="Layer_2" xmlns="https://www.w3.org/2000/svg"
xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 496 496"
style="enable-background:new 0 0 496 496;" xml:space="preserve">
<g>
<g>
<g>
<rect x="104" y="448" class="st0" width="80" height="16" />
<path class="st0"
d="M336.4,256c4,40.4,38.2,72,79.6,72c44.1,0,80-35.9,80-80s-35.9-80-80-80c-41.4,0-75.6,31.6-79.6,72H320V88h16.4c4,40.4,38.2,72,79.6,72c44.1,0,80-35.9,80-80S460.1,0,416,0c-41.4,0-75.6,31.6-79.6,72H304v168h-16V40c0-22.1-17.9-40-40-40H40C17.9,0,0,17.9,0,40v416c0,22.1,17.9,40,40,40h208c22.1,0,40-17.9,40-40V256h16v168h32.4c4,40.4,38.2,72,79.6,72c44.1,0,80-35.9,80-80s-35.9-80-80-80c-41.4,0-75.6,31.6-79.6,72H320V256H336.4z M416,184c35.3,0,64,28.7,64,64s-28.7,64-64,64s-64-28.7-64-64S380.7,184,416,184z M416,16c35.3,0,64,28.7,64,64s-28.7,64-64,64s-64-28.7-64-64S380.7,16,416,16z M272,456c0,13.2-10.8,24-24,24H40c-13.2,0-24-10.8-24-24v-24h256V456z M272,240h-16.4c-4.1-58-52.5-104-111.6-104c-61.8,0-112,50.2-112,112s50.2,112,112,112c59.1,0,107.5-46,111.6-104H272v160H16V64h256V240zM194.6,191.5c-7.5-15.1-17-27.2-25.5-36c17.2,4.7,32.5,14,44.4,26.5C209.6,184.6,203.3,188.2,194.6,191.5z M223.6,194.5c8.9,13.2,14.6,28.8,16,45.5h-32c-0.8-12.3-3.3-23.5-6.9-33.7C211.3,202.3,218.9,197.8,223.6,194.5z M178.8,196.2c-7.7,1.8-16.6,3.1-26.8,3.6v-38.7C160.1,168.8,170.5,180.7,178.8,196.2z M185.3,211.1c3.2,8.8,5.4,18.4,6.2,28.9H152v-24.2C164.8,215.2,175.8,213.5,185.3,211.1z M191.6,256c-0.8,10.5-3,20.1-6.2,28.9c-9.5-2.4-20.6-4.1-33.3-4.7V256H191.6zM178.8,299.8c-8.2,15.5-18.7,27.4-26.8,35.1v-38.7C162.1,296.7,171,298,178.8,299.8z M194.6,304.5c8.8,3.3,15,6.9,18.9,9.5c-11.9,12.6-27.2,21.9-44.4,26.5C177.5,331.7,187.1,319.6,194.6,304.5z M200.7,289.7c3.6-10.2,6.1-21.4,6.9-33.7h32c-1.4,16.8-7,32.3-16,45.5C218.9,298.2,211.3,293.7,200.7,289.7z M87.3,206.3c-3.6,10.2-6.1,21.4-6.9,33.7h-32c1.4-16.8,7-32.3,16-45.5C69.1,197.8,76.7,202.3,87.3,206.3z M74.5,182c11.9-12.6,27.2-21.9,44.4-26.5c-8.4,8.9-18,20.9-25.5,36C84.7,188.2,78.4,184.6,74.5,182z M80.4,256c0.8,12.3,3.3,23.5,6.9,33.7c-10.6,4-18.2,8.6-22.9,11.9c-8.9-13.2-14.6-28.8-16-45.5H80.4z M93.4,304.5c7.5,15.1,17,27.2,25.5,36c-17.2-4.7-32.5-14-44.4-26.5C78.4,311.4,84.7,307.8,93.4,304.5z M109.2,299.8c7.7-1.8,16.6-3.1,26.8-3.6v38.7C127.9,327.2,117.5,315.3,109.2,299.8z M102.7,284.9c-3.2-8.8-5.4-18.4-6.2-28.9H136v24.2C123.2,280.8,112.2,282.5,102.7,284.9z M96.4,240c0.8-10.5,3-20.1,6.2-28.9c9.5,2.4,20.6,4.1,33.3,4.7V240H96.4z M109.2,196.2c8.2-15.5,18.7-27.4,26.8-35.1v38.7C125.9,199.3,117,198,109.2,196.2z M272,48H16v-8c0-13.2,10.8-24,24-24h208c13.2,0,24,10.8,24,24V48z M416,352c35.3,0,64,28.7,64,64s-28.7,64-64,64s-64-28.7-64-64S380.7,352,416,352z" />
<polygon class="st0"
points="408,128 424,128 424,88 448,88 448,72 424,72 424,48 448,48 448,32 408,32 408,72 384,72 384,88 408,88" />
<polygon class="st0"
points="408,464 448,464 448,448 424,448 424,400 440,400 440,384 424,384 424,368 408,368 408,384 392,384 392,400 408,400 " />
<rect x="376" y="232" class="st0" width="16" height="56" />
<rect x="376" y="200" class="st0" width="16" height="16" />
<path class="st0"
d="M424,260c0-6.6,5.4-12,12-12s12,5.4,12,12v28h16v-28c0-15.4-12.6-28-28-28c-4.3,0-8.4,1-12,2.7V232h-16v56h16V260z" />
</g>
</g>
</g>
</svg>
<h3 class='skill-title'>Digital Marketing</h3>
<div class="skill-space"></div>
<p class='skill-description'>Lead generation and prospect tracking with Salesforce and Pardot. PPC -
Certified in Google AdWords early 2017.</p>
</div>
</div>
<div class="col-sm rightcol">
<div class='skill-wrap'>
<svg version="1.1" id="Layer_3" xmlns="https://www.w3.org/2000/svg"
xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512"
style="enable-background:new 0 0 512 512;" xml:space="preserve">
<g>
<g>
<path class="st0"
d="M478.3,183.8H300.8c-7.9-27.5-23.4-52.6-45.1-72c-32.9-29.5-75.4-43-119.7-38.1C64.9,81.5,8,138.9,0.8,210c-4,38.8,6.7,77.3,29.9,108.1c22.3,29.6,54.2,50.1,90.2,57.8l37.8,37.8c3.2,3.2,7.4,4.9,11.7,4.9c2.1,0,4.3-0.4,6.4-1.3c6.2-2.6,10.2-8.6,10.2-15.3v-26.5c6.2-1.4,12.3-3.2,18.2-5.3v1c0,18.6,15.1,33.7,33.7,33.7h56.5l30.1,30.1c2.7,2.7,6.3,4.1,9.9,4.1c1.8,0,3.6-0.4,5.4-1.1c5.3-2.2,8.7-7.3,8.7-13v-20.2h128.8c18.6,0,33.7-15.1,33.7-33.7V217.5C512,198.9,496.9,183.8,478.3,183.8z M177.6,361.2c-3.8,0.7-6.6,4-6.6,7.9v33.1c0,0.2,0,0.4-0.3,0.5c-0.3,0.1-0.4,0-0.6-0.1L130.6,363c-1.1-1.1-2.6-1.9-4.1-2.2c-33.1-6.6-62.5-25.1-82.9-52.2c-20.8-27.7-30.3-62.1-26.8-96.9c3.1-30.7,17-59.9,39.1-82.2C78,107.1,107,93,137.7,89.6c5.3-0.6,10.6-0.9,15.9-0.9c33.9,0,65.9,12.2,91.4,35c29.1,26,45.8,63.3,45.8,102.4C290.7,292.7,243.2,349.5,177.6,361.2z M496,371.4c0,9.7-7.9,17.6-17.6,17.6H341.5c-4.4,0-8,3.6-8,8v23.4l-29.1-29.1c-1.5-1.5-3.5-2.3-5.7-2.3h-59.9c-9.7,0-17.6-7.9-17.6-17.6v-7.8c51.3-25.2,85.5-77.9,85.5-137.5c0-8.9-0.8-17.6-2.3-26.2h173.8c9.7,0,17.6,7.9,17.6,17.6L496,371.4L496,371.4z" />
</g>
</g>
<g>
<g>
<path class="st0"
d="M449.8,246c-3.1-3.1-8.2-3.1-11.3,0l-79.8,79.8l-37.1-37.1c-3.1-3.1-8.2-3.1-11.3,0c-3.1,3.1-3.1,8.2,0,11.3l42.7,42.7c1.6,1.6,3.6,2.3,5.7,2.3s4.1-0.8,5.7-2.3l85.5-85.5C452.9,254.2,452.9,249.2,449.8,246z" />
</g>
</g>
<g>
<g>
<path class="st0"
d="M153.4,286.5C153.4,286.5,153.4,286.5,153.4,286.5c-4.4,0-8,3.6-8,8c0,0,0,0,0,0s0,0,0,0c0,4.4,3.6,8,8,8c0,0,0,0,0,0c4.4,0,8-3.6,8-8c0,0,0,0,0,0s0,0,0,0C161.4,290.1,157.8,286.5,153.4,286.5z" />
</g>
</g>
<g>
<g>
<path class="st0"
d="M189.1,164.7c-9.7-9.7-22.4-15.1-35.7-15.1c-28,0-50.8,22.8-50.8,50.8c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8c0-19.2,15.6-34.7,34.7-34.7c9,0,17.7,3.7,24.4,10.4s10.4,15.3,10.4,24.4c0,15.2-10.2,28.9-24.7,33.3c-10.8,3.2-18,12.9-18,24v2.6c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8v-2.6c0-4,2.6-7.5,6.6-8.7c21.3-6.4,36.2-26.4,36.2-48.6C204.2,187.1,198.8,174.4,189.1,164.7z" />
</g>
</g>
</svg>
<h3 class='skill-title'>User Feedback</h3>
<div class="skill-space"></div>
<p class='skill-description'>Have used in house testing, online surveys and analytics to highlight pain
points in customer journeys.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm leftcol">
<div class='skill-wrap'>
<svg version="1.1" id="Capa_6" xmlns="https://www.w3.org/2000/svg"
xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 59 59"
style="enable-background:new 0 0 59 59;" xml:space="preserve">
<g>
<g>
<path class="st0" d="M52.2,53h-0.6c0.3-0.6,0.6-1.3,0.6-2c0-1.5-0.8-2.8-2-3.5L48.3,27h0.4c1.9,0,3.5-1.6,3.5-3.5
c0-1.2-0.6-2.2-1.5-2.9c0.3-0.5,0.5-1,0.5-1.6c0-0.4-0.1-0.8-0.3-1.2L56.8,5h-6.1l-3,5h-2.2l1-5H38l1,5h-2.2l-3-5h-6.1l5.8,12.8
c-0.2,0.4-0.3,0.8-0.3,1.2c0,0.6,0.2,1.2,0.5,1.6c-0.9,0.6-1.5,1.7-1.5,2.9c0,1.9,1.6,3.5,3.5,3.5h0.4l-1.9,20.5
c-1.2,0.7-2,2-2,3.5c0,0.7,0.2,1.4,0.6,2h-0.6c-1.7,0-3,1.3-3,3s1.3,3,3,3h20c1.7,0,3-1.3,3-3S53.9,53,52.2,53z M36.2,18h12
c0.6,0,1,0.4,1,1s-0.4,1-1,1h-12c-0.6,0-1-0.4-1-1S35.7,18,36.2,18z M32.7,7l2.6,4.3c0.3,0.5,0.8,0.7,1.3,0.7h3
c0.5,0,0.9-0.2,1.2-0.6c0.3-0.4,0.4-0.8,0.3-1.3L40.4,7H44l-0.6,3.2c-0.1,0.5,0,0.9,0.3,1.3c0.3,0.4,0.7,0.6,1.2,0.6h3
c0.5,0,1-0.3,1.3-0.7L51.8,7h1.9l-4.1,9h-1.4h-12h-1.4l-4.1-9H32.7z M35.7,25c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5h0.5h12h0.5
c0.8,0,1.5,0.7,1.5,1.5S49.6,25,48.7,25h-0.6H36.3H35.7z M46.3,27l1.8,20H36.3l1.8-20H46.3z M34.2,51c0-1.1,0.9-2,2-2h12
c1.1,0,2,0.9,2,2s-0.9,2-2,2h-12C35.1,53,34.2,52.1,34.2,51z M52.2,57h-20c-0.6,0-1-0.4-1-1s0.4-1,1-1h4h12h4c0.6,0,1,0.4,1,1
S52.8,57,52.2,57z" />
<path class="st0" d="M25.2,53h-0.6c0.3-0.6,0.6-1.3,0.6-2c0-1.5-0.8-2.8-2-3.5L21.3,27h0.4c1.9,0,3.5-1.6,3.5-3.5
c0-1.7-1.2-3.1-2.8-3.4l1.3-6.1c0.2-0.7,0-1.5-0.5-2.1c-0.5-0.6-1.2-0.9-1.9-0.9h-2.1v-1h0.6c1.3,0,2.4-1.1,2.4-2.4V5.4
c0-1.3-1.1-2.4-2.4-2.4h-0.6V2.4c0-1.3-1.1-2.4-2.4-2.4h-3.3c-1.3,0-2.4,1.1-2.4,2.4V3h-0.6C9.3,3,8.2,4.1,8.2,5.4v2.3
c0,1.3,1.1,2.4,2.4,2.4h0.6v1H9.1c-0.8,0-1.5,0.3-1.9,0.9c-0.5,0.6-0.7,1.4-0.5,2.1L8,20.1c-1.6,0.3-2.8,1.7-2.8,3.4
c0,1.9,1.6,3.5,3.5,3.5h0.4L7.3,47.5c-1.2,0.7-2,2-2,3.5c0,0.7,0.2,1.4,0.6,2H5.2c-1.7,0-3,1.3-3,3s1.3,3,3,3h20c1.7,0,3-1.3,3-3
S26.9,53,25.2,53z M10.2,37h10l0.2,2H10L10.2,37z M9.9,41h10.7l0.5,6H9.3L9.9,41z M10.6,8c-0.2,0-0.4-0.2-0.4-0.4V5.4
c0-0.2,0.2-0.4,0.4-0.4h2.6V2.4c0-0.2,0.2-0.4,0.4-0.4h3.3c0.2,0,0.4,0.2,0.4,0.4V5h2.6c0.2,0,0.4,0.2,0.4,0.4v2.3
c0,0.2-0.2,0.4-0.4,0.4h-2.6v3h-4V8H10.6z M8.7,13.2C8.8,13.1,8.9,13,9.1,13h2.1h8h2.1c0.2,0,0.3,0.1,0.4,0.2
c0.1,0.1,0.1,0.2,0.1,0.4L20.4,20H10l-1.4-6.4C8.6,13.4,8.6,13.3,8.7,13.2z M8.7,25c-0.8,0-1.5-0.7-1.5-1.5S7.9,22,8.7,22h13
c0.8,0,1.5,0.7,1.5,1.5S22.6,25,21.7,25h-0.6H9.3H8.7z M19.3,27l0.7,8h-9.6l0.7-8H19.3z M7.2,51c0-1.1,0.9-2,2-2h12
c1.1,0,2,0.9,2,2s-0.9,2-2,2h-12C8.1,53,7.2,52.1,7.2,51z M25.2,57h-20c-0.6,0-1-0.4-1-1s0.4-1,1-1h4h12h4c0.6,0,1,0.4,1,1
S25.8,57,25.2,57z" />
</g>
</g>
</svg>
<h3 class='skill-title'>Digital Strategy</h3>
<div class="skill-space"></div>
<p class='skill-description'>Experienced in B2C/B2B ecommerce digital strategy, definition and refinement
of Key Progress Indicators and Conversion Rate Optimisation.</p>
</div>
</div>
<div class="col-sm rightcol">
<div class='skill-wrap'>
<svg version="1.1" id="Capa_7" xmlns="https://www.w3.org/2000/svg"
xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 488 488"
style="enable-background:new 0 0 488 488;" xml:space="preserve">
<g>
<g>
<path class="st0" d="M450.4,168.6C461.2,158.4,468,144,468,128c0-30.9-25.1-56-56-56s-56,25.1-56,56c0,19.6,10.2,36.9,25.5,46.9
C371,182.1,364,194.3,364,208v56h-32v-40c0-28.6-21.6-52.3-49.4-55.6c10.7-10.2,17.4-24.5,17.4-40.4c0-30.9-25.1-56-56-56
s-56,25.1-56,56c0,15.9,6.7,30.2,17.4,40.4c-27.8,3.3-49.4,26.9-49.4,55.6v40h-32v-56c0-13.7-7-25.9-17.5-33.1
c15.4-10,25.5-27.3,25.5-46.9c0-30.9-25.1-56-56-56s-56,25.1-56,56c0,16,6.8,30.4,17.6,40.6C18.6,171.7,4,188.1,4,208v120
c0,19.3,13.8,35.5,32,39.2V488h16V368h72v112c0,4.4,3.6,8,8,8h48c4.4,0,8-3.6,8-8V352h48v120h-32v16h80v-16h-32V352h48v128
c0,4.4,3.6,8,8,8h48c4.4,0,8-3.6,8-8V368h72v120h16V367.2c18.2-3.7,32-19.9,32-39.2V208C484,188.1,469.4,171.7,450.4,168.6z
M372,128c0-22.1,17.9-40,40-40s40,17.9,40,40s-17.9,40-40,40S372,150.1,372,128z M204,128c0-22.1,17.9-40,40-40s40,17.9,40,40
s-17.9,40-40,40S204,150.1,204,128z M256.5,184L244,217.2L231.5,184H256.5z M172,224c0-22.1,17.9-40,40-40h2.5l22.1,58.8
c1.2,3.1,4.2,5.2,7.5,5.2s6.3-2.1,7.5-5.2l22-58.8h2.5c22.1,0,40,17.9,40,40v40h-32c-4.4,0-8,3.6-8,8v32h-64v-32c0-4.4-3.6-8-8-8
h-32V224z M36,128c0-22.1,17.9-40,40-40s40,17.9,40,40s-17.9,40-40,40S36,150.1,36,128z M172,472h-32V360c0-4.4-3.6-8-8-8H44
c-13.2,0-24-10.8-24-24V208c0-13.2,10.8-24,24-24h40c13.2,0,24,10.8,24,24v64c0,4.4,3.6,8,8,8h80v24H84v-72H68v80c0,4.4,3.6,8,8,8
h72c13.2,0,24,10.8,24,24V472z M300.9,336H187.1c-1.2-5.9-3.6-11.4-7.1-16h24h80h24C304.5,324.6,302.1,330.1,300.9,336z M468,328
c0,13.2-10.8,24-24,24h-88c-4.4,0-8,3.6-8,8v112h-32V344c0-13.2,10.8-24,24-24h72c4.4,0,8-3.6,8-8v-80h-16v72H292v-24h80
c4.4,0,8-3.6,8-8v-64c0-13.2,10.8-24,24-24h40c13.2,0,24,10.8,24,24V328z" />
</g>
</g>
<g>
<g>
<rect x="236" y="264" class="st0" width="16" height="16" />
</g>
</g>
<g>
<g>
<path class="st0" d="M204,0H92c-4.4,0-8,3.6-8,8v40c0,4.4,3.6,8,8,8h32v16c0,3,1.7,5.8,4.4,7.2c1.1,0.6,2.4,0.8,3.6,0.8
c1.7,0,3.4-0.5,4.8-1.6L166.7,56H204c4.4,0,8-3.6,8-8V8C212,3.6,208.4,0,204,0z M196,40h-32c-1.7,0-3.4,0.6-4.8,1.6L140,56v-8
c0-4.4-3.6-8-8-8h-32V16h96V40z" />
</g>
</g>
<g>
<g>
<rect x="284" y="24" class="st0" width="16" height="16" />
</g>
</g>
<g>
<g>
<rect x="316" y="24" class="st0" width="16" height="16" />
</g>
</g>
<g>
<g>
<rect x="348" y="24" class="st0" width="16" height="16" />
</g>
</g>
</svg>
<h3 class='skill-title'>Stakeholder Management</h3>
<div class="skill-space"></div>
<p class='skill-description'>Regularly communicating with directors, development, design & marketing
teams while appreciating their difficulties and motivations.</p>
</div>
</div>
</div>
</div>
</section>
<section class="technical-abilities grey-section" id="technical-abilities">
<div class="container">
<div class="head-space"></div>
<h2>What I use</h2>
<p>Happy and eager to add to this list when possible...</p>
<br>
<div class="row">
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>Editors</h3>
<ul class="list-group">
<li class="list-group-item">VS Code</li>
<li class="list-group-item">Sublime Text 2</li>
<li class="list-group-item">Emacs</li>
<li class="list-group-item">Nano</li>
</ul>
</div>
</div>
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>Languages</h3>
<ul class="list-group">
<li class="list-group-item">HTML</li>
<li class="list-group-item">CSS</li>
<li class="list-group-item">JavaScript</li>
<li class="list-group-item">TypeScript</li>
<li class="list-group-item">Angular 6/7/8/9</li>
<li class="list-group-item">Python
<br>
<small>(Django Framework)</small></li>
</ul>
</div>
</div>
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>Source Control</h3>
<ul class="list-group">
<li class="list-group-item">Git</li>
<li class="list-group-item">GitHub</li>
<li class="list-group-item">Bitbucket</li>
<li class="list-group-item">SVN</li>
<li class="list-group-item">Gerrit</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>Unit Testing</h3>
<ul class="list-group">
<li class="list-group-item">Karma</li>
<li class="list-group-item">Jasmine</li>
<li class="list-group-item">ts-mokito</li>
<li class="list-group-item">Beautiful Soup</li>
</ul>
</div>
</div>
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>Automated Testing</h3>
<ul class="list-group">
<li class="list-group-item">Selenium, WebDriver</li>
<li class="list-group-item">Cucumber, Protractor</li>
<li class="list-group-item">OWASP Zap scan
<br>
<small>Dynamic Application Security Testing (DAST)</small>
</li>
<li class="list-group-item">Sonar
<br>
<small>Static Application Security Testing (SAST)</small>
</li>
<li class="list-group-item">BrowserStack</li>
<li class="list-group-item">Slack Integration</li>
<li class="list-group-item">Pa11y</li>
</ul>
</div>
</div>
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>User Testing</h3>
<ul class="list-group">
<li class="list-group-item">User Testing</li>
<li class="list-group-item">Card Sorting</li>
<li class="list-group-item">Tree Jacking</li>
<li class="list-group-item">GetFeedback</li>
<li class="list-group-item">NPS surveys</li>
<li class="list-group-item">AB Testing</li>
<li class="list-group-item">Multi Variant Testing</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>Containers and Cloud</h3>
<ul class="list-group">
<li class="list-group-item">Docker</li>
<li class="list-group-item">Kubernetes Helm</li>
<li class="list-group-item">Lambda</li>
<li class="list-group-item">Google CLoud</li>
<li class="list-group-item">OpenStack</li>
<li class="list-group-item">OpenShift</li>
</ul>
</div>
</div>
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>Environments</h3>
<ul class="list-group">
<li class="list-group-item">Mac OSX</li>
<li class="list-group-item">Microsoft Windows</li>
<li class="list-group-item">Linux - Ubuntu</li>
<li class="list-group-item">AWS</li>
<li class="list-group-item">Virtual Servers</li>
<li class="list-group-item">Cloud Servers</li>
</ul>
</div>
</div>
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>Project Management</h3>
<ul class="list-group">
<li class="list-group-item">Agile</li>
<li class="list-group-item">Scrum</li>
<li class="list-group-item">Kanban</li>
<li class="list-group-item">PRINCE2 Certified</li>
<li class="list-group-item">Microsoft Project 2016</li>
<li class="list-group-item">Trac/OTRS ticketing system</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>Prototyping</h3>
<ul class="list-group">
<li class="list-group-item">Sketching</li>
<li class="list-group-item">Axure</li>
<li class="list-group-item">Xmind</li>
<li class="list-group-item">Figma</li>
</ul>
</div>
</div>
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>Collaboration</h3>
<ul class="list-group">
<li class="list-group-item">Jira</li>
<li class="list-group-item">Slack</li>
<li class="list-group-item">Confluence</li>
<li class="list-group-item">Microsoft Teams</li>
</ul>
</div>
</div>
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>Continuous Integration</h3>
<ul class="list-group">
<li class="list-group-item">Jenkins</li>
<li class="list-group-item">Travis</li>
<li class="list-group-item">CircleCI</li>
<li class="list-group-item">Gerrit</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>Social</h3>
<ul class="list-group">
<li class="list-group-item">LinkedIn</li>
<li class="list-group-item">Twitter</li>
<li class="list-group-item">Facebook</li>
</ul>
</div>
</div>
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>Adobe</h3>
<ul class="list-group">
<li class="list-group-item">Illustrator</li>
<li class="list-group-item">Photoshop</li>
<li class="list-group-item">InDesign</li>
<li class="list-group-item">Premier Pro</li>
<li class="list-group-item">After Effects</li>
<li class="list-group-item">Acrobat</li>
</ul>
</div>
</div>
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>CRM</h3>
<ul class="list-group">
<li class="list-group-item">Salesforce</li>
<li class="list-group-item">Pardot</li>
<li class="list-group-item">Live Agent</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>Microsoft</h3>
<ul class="list-group">
<li class="list-group-item">Word</li>
<li class="list-group-item">Excel</li>
<li class="list-group-item">Outlook</li>
<li class="list-group-item">Powerpoint</li>
</ul>
</div>
</div>
<div class="col-sm">
<div class='tech-wrap'>
<h3 class='tech-title'>Google</h3>
<ul class="list-group">
<li class="list-group-item">Tag Manager</li>
<li class="list-group-item">Analytics</li>
<li class="list-group-item">AdWords</li>
<li class="list-group-item">Search Console</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--
<section class='work' id="work">
<div class="container">
<div class="head-space"></div>
<h2>What I've worked on</h2>
<p><em>Not all of it and I'll be adding more soon...</em></p>
<div id="elastic_grid_demo"></div>
</div>
</section>
-->
<section class='about-me' id="about-me">
<div class="container">
<img src="images/lad-head2.jpg" class="lad-head" height="200px" alt="">
<div class="head-space"></div>
<h2>Developer, Designer, Dad</h2>
<p>Father to three beautiful girls, living in Southwater, above average with a Table Tennis bat, appreciate a
good coffee in the morning, old Trampolining Gymnast, warm weather gardener, amateur triathlete and all round
good guy :)</p>
<div class="row">
<div class="col-sm">
<p>Life revolves around my beautiful and growing family. Currently working as Fullstack Developer for Legal
& General.</p>
</div>
<div class="col-sm">
<p>Continuously improving through performance, feedback and revision. I desire continued learning and
opportunities to advance my career.</p>
</div>
</div>
</div>
</section>
<a href="#" class="btn-top">⇧</a>
</main>
<footer class="container">
<ul>
<li><a href="https://www.linkedin.com/in/ldevaney/" target="_blank" rel="noopener"><img src="images/linkedin.png"
class="social-icon" height="55px" alt="View Liam Devaney's LinkedIn profile"></a></li>
<li><a href="https://twitter.com/LiamDevaney" target="_blank" rel="noopener"><img src="images/twitter.svg" class="social-icon"
height="55px" alt="View Liam Devaney's Twitter profile"></a></li>
</ul>
</footer>
<!--
_____ __ __
|_ _|_ _ __ _ | \/ | __ _ _ __ __ _ __ _ ___ _ __
| |/ _` |/ _` | | |\/| |/ _` | '_ \ / _` |/ _` |/ _ \ '__|
| | (_| | (_| | | | | | (_| | | | | (_| | (_| | __/ |
|_|\__,_|\__, | |_| |_|\__,_|_| |_|\__,_|\__, |\___|_|
|___/ |___/ -->
<!-- Google Tag Manager -->
<noscript>
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-MM4GZ4" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<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 =
'//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-MM4GZ4');
</script>
<!-- End Google Tag Manager -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js" defer></script>
<![endif]-->
<script src="scripts/jquery-3.4.1.min.js" defer></script>
<script src="scripts/modernizr.custom.js" defer></script>
<script src="scripts/general.js" defer></script>
</body>
</html>