-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
845 lines (844 loc) · 54.5 KB
/
index.html
File metadata and controls
845 lines (844 loc) · 54.5 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
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
<!doctype html>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="author" content="Sean Delaney">
<meta name="description" content="DelaneyMethod is a Full-Stack Web Development studio located in Bishopton, Renfrewshire, Scotland.">
<meta name="keywords" content="full, stack, web, software, development, studio, Bishopton, Renfrewshire, Scotland, DelaneyMethod">
<meta name="robots" content="index, follow, archive">
<meta property="og:title" content="Bishopton Web Developer Glasgow Renfrewshire Scotland - DelaneyMethod">
<meta property="og:locale" content="en_GB">
<meta property="og:type" content="website">
<meta property="og:site_name" content="DelaneyMethod">
<meta property="og:url" content="http://www.delaneymethod.com/">
<meta property="og:description" content="DelaneyMethod is a Full-Stack Web Development studio located in Bishopton, Renfrewshire, Scotland.">
<meta property="og:see_also" content="http://twitter.com/seandelaney">
<meta property="og:see_also" content="http://uk.linkedin.com/in/seantdelaney">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="@seandelaney">
<meta property="twitter:creator" content="@seandelaney">
<meta property="twitter:title" content="Sean Delaney">
<meta property="twitter:description" content="Full-Stack Web Developer with a no-nonsense, get it done attitude and a solid reputation for delivering my part of the project." />
<meta property="twitter:image" content="https://pbs.twimg.com/profile_images/791697107229040640/81LIN8Kq_400x400.jpg">
<!--[if IE]>
<meta http-equiv="cleartype" content="on">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<![endif]-->
<title>Bishopton Web Developer Glasgow Renfrewshire Scotland - DelaneyMethod</title>
<link rel="home" href="http://www.delaneymethod.com/">
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="html/assets/css/app.css">
<link rel="shortcut icon" href="html/assets/img/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="html/assets/img/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="html/assets/img/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="html/assets/img/apple-icon-144x144.png">
<link rel="dns-prefetch" href="http://www.delaneymethod.com/">
<link rel="dns-prefetch" href="//www.google-analytics.com">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="author" href="humans.txt" type="text/plain">
</head>
<body>
<header class="navbar-fixed">
<nav class="white">
<div class="row">
<div class="col s12 m12 l12">
<div class="nav-wrapper">
<a class="button-collapse" href="javascript:void(0);" title="Open Sidebar Menu" data-activates="nav-mobile" onclick="ga('send', 'event', 'icon', 'Clicked', 'Open Sidebar Menu - user_06012020_103312', 110, {'nonInteraction': true});"><i class="material-icons">menu</i></a>
<a class="brand-logo uppercase delaneymethod-name" href="javascript:void(0);" title="Bishopton Web Developer Glasgow Renfrewshire Scotland - DelaneyMethod" data-scroll-to="intro">DelaneyMethod</a>
<ul class="right hide-on-med-and-down uppercase">
<li><a href="javascript:void(0);" title="What We Do" data-scroll-to="about-us" onclick="ga('send', 'event', 'link', 'Clicked', 'About Us - user_06012020_103312', 111, {'nonInteraction': true});">About Us</a></li>
<li><a href="javascript:void(0);" title="Featured Projects" data-scroll-to="featured-projects" onclick="ga('send', 'event', 'link', 'Clicked', 'Portfolio - user_06012020_103312', 112, {'nonInteraction': true});">Portfolio</a></li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<main>
<section class="section parallax-container" id="intro">
<div class="container">
<div class="row">
<div class="col s12 m12 l12 white-text center-align valign-wrapper">
<div class="valign">
<h1><a href="/" title="Bishopton Web Developer Glasgow Renfrewshire Scotland - DelaneyMethod"><img class="delaneymethod-logo" src="html/assets/img/delaneymethod.png" alt="DelaneyMethod Logo"></a></h1>
<h2>Bespoke Web Applications with a focus on both front-end and back-end Web Development</h2>
<a class="btn btn-large teal" href="javascript:void(0);" title="Find Out More" data-scroll-to="about-us" onclick="ga('send', 'event', 'button', 'Clicked', 'Find out more - user_06012020_103312', 100, {'nonInteraction': true});"><i class="material-icons">arrow_downward</i> Find out more</a>
</div>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
<div class="parallax">
<img src="html/uploads/pexels-photo-41227.jpg">
</div>
</section>
<section class="section" id="about-us">
<div class="container">
<div class="row">
<div class="col s12 m12 offset-l1 l10 center-align">
<h3 class="uppercase">What We Do</h3>
<p class="lead">Located in Bishopton, near Glasgow, we work locally and remotely with clients worldwide on projects of all types and sizes - from IT, Oil & Gas, Ed Tech, Banking, Property, Legal, Tourism, Musicians, Health & Fitness, Recruitment and Sport organisations.</p>
<p>We can offer Full-Stack Web Development on an hourly, daily or contract basis.</p>
<div class="row">
<div class="col s12 m4 l4">
<h4>Hourly</h4>
<ul><li>Software questions</li>
<li>Smaller project alterations</li>
<li>Bug finding and squashing</li>
</ul>
</div><!-- END .col //-->
<div class="col s12 m4 l4">
<h4>Daily</h4>
<ul><li>Server setups or installs</li>
<li>Longer lists of project edits</li>
<li>Smaller projects</li>
</ul>
</div><!-- END .col //-->
<div class="col s12 m4 l4">
<h4>Contract</h4>
<ul><li>Full CMS setups or installs</li>
<li>Longer term projects</li>
<li>Retainers / on call</li>
</ul>
</div><!-- END .col //-->
</div><!-- END .row //-->
<p>Whether you have a new web project, or an existing web project, we can help.</p>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
</section>
<section class="section parallax-container" id="online-communities">
<div class="container">
<div class="row">
<div class="col s12 m12 offset-l2 l8 center-align">
<h3 class="uppercase">Check our questions and answers</h3>
<div class="row">
<div class="col s12 m12 l4">
<p><a href="http://stackoverflow.com/users/1584266/sean-delaney?tab=profile" title="Our activity on Stack Overflow" target="_blank" onclick="ga('send', 'event', 'link', 'Clicked', 'Stackoverflow - user_06012020_103312', 101, {'nonInteraction': true});"><img class="z-depth-5" src="html/uploads/stackoverflow.jpg" alt="Stackoverflow"></a></p>
</div><!-- END .col //-->
<div class="col s12 m12 l4">
<p><a href="http://expressionengine.stackexchange.com/users/679/sean-delaney?tab=profile" title="Our ExpressionEngine activity on Stack Exchange" target="_blank" onclick="ga('send', 'event', 'link', 'Clicked', 'ExpressionEngine - user_06012020_103312', 101, {'nonInteraction': true});"><img class="z-depth-5" src="html/uploads/expressionengine.jpg" alt="ExpressionEngine"></a></p>
</div><!-- END .col //-->
<div class="col s12 m12 l4">
<p><a href="http://craftcms.stackexchange.com/users/170/sean-delaney?tab=profile" title="Our Craft CMS activity on Stack Exchange" target="_blank" onclick="ga('send', 'event', 'link', 'Clicked', 'Craft CMS - user_06012020_103312', 101, {'nonInteraction': true});"><img class="z-depth-5" src="html/uploads/craftcms.jpg" alt="Craft CMS"></a></p>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
<div class="parallax">
<img src="html/uploads/pexels-photo-90807.jpg">
</div>
</section>
<section class="section" id="what-makes-us-different">
<div class="container">
<div class="row">
<div class="col s12 m12 offset-l1 l10">
<h3 class="uppercase center-align">What Makes Us Different</h3>
<div class="row">
<div class="col s12 m6 l6">
<ul>
<li><i class="material-icons">check_box</i> We have over 19 years experience.</li>
<li><i class="material-icons">check_box</i> We provide high quality bespoke work.</li>
<li><i class="material-icons">check_box</i> We use the latest technology stacks.</li>
<li><i class="material-icons">check_box</i> We have a proven track record of getting the job done.</li>
<li><i class="material-icons">check_box</i> We have a no-nonsense, get it done attitude.</li>
</ul>
</div>
<div class="col s12 m6 l6">
<ul>
<li><i class="material-icons">check_box</i> We can work locally and remotely.</li>
<li><i class="material-icons">check_box</i> We work across multiple timezones.</li>
<li><i class="material-icons">check_box</i> We're committed to long term client relationships.</li>
<li><i class="material-icons">check_box</i> We keep things simple.</li>
<li><i class="material-icons">check_box</i> We have strong communication.</li>
</ul>
</div>
</div><!-- END .row //-->
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
</section>
<section class="section" id="recommendations">
<div class="container">
<div class="row">
<div class="col s12 m12 l12">
<blockquote>
<p>Sean has easily been one of my favorite people to work with and his positive energy is a fantastic addition to any team. From a technical perspective Sean is sharp and inquisitive and has a great attention for detail. He's taken on a number of challenges with me and I always knew that anything he worked on, no matter how difficult would be successful. Sean's communication skills are still something I measure other engineers against. From always being able to strike the right balance of knowing how long to push into a problem and when to ask for help or elevate risks to working with both business and technical teams. I'm a better developer and leader for having worked with Sean and I hope to get the chance to work with him again.</p>
<cite>Russell Brown - Senior Lead Engineer</cite>
</blockquote>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
</section>
<section class="section" id="recommendations">
<div class="container">
<div class="row">
<div class="col s12 m12 l6">
<blockquote>
<p>Sean is a well rounded detail-oriented engineer that is capable of anything he puts his mind to. I would recommend Sean for any software engineering project that would utilize his skills.</p>
<cite>Nida Gaila - Project Manager / Sr. Business Analyst</cite>
</blockquote>
</div><!-- END .col //-->
<div class="col s12 m12 l6">
<blockquote>
<p>Sean always impressed with his dedication and thoughtfulness to how he tackled the challenging problems we faced working on a variety of front-end and back-end solutions at Under Armour. Besides being a strong developer, he was just great to work with which makes him an asset to any engineering group.</p>
<cite>Gabe Roffman - Technical Leader and Architect</cite>
</blockquote>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
</section>
<section class="section" id="our-toolkit">
<div class="container">
<div class="row">
<div class="col s12 m12 offset-l1 l10 center-align">
<h3 class="uppercase">Our Toolkit</h3>
<p>We have industry experience with all of them.</p>
<div class="row">
<div class="col s12 m3 l3">
<ul>
<li class="chip">Javascript</li>
<li class="chip">Typescript</li>
<li class="chip">React/Redux/Next</li>
<li class="chip">Vue/Vuex/Nuxt</li>
<li class="chip">Angular</li>
</ul>
</div><!-- END .col //-->
<div class="col s12 m3 l3">
<ul>
<li class="chip">MySQL/MariaDB</li>
<li class="chip">PostgreSQL</li>
<li class="chip">Firebase</li>
<li class="chip">Redis</li>
<li class="chip">MongoDB</li>
<li class="chip">MS SQL Server</li>
<li class="chip">Sequelize</li>
</ul>
</div><!-- END .col //-->
<div class="col s12 m3 l3">
<ul>
<li class="chip">PHP</li>
<li class="chip">Laravel</li>
<li class="chip">Craft CMS</li>
<li class="chip">ExpressionEngine</li>
<li class="chip">CodeIgniter</li>
<li class="chip">WordPress</li>
</ul>
</div><!-- END .col //-->
<div class="col s12 m3 l3">
<ul>
<li class="chip">HTML</li>
<li class="chip">SCSS/CSS</li>
<li class="chip">Tailwind CSS</li>
<li class="chip">Bootstrap</li>
<li class="chip">Foundation</li>
<li class="chip">Materialize</li>
</ul>
</div><!-- END .col //-->
<div class="row"></div>
<div class="col s12 m3 l3">
<ul>
<li class="chip">jQuery</li>
<li class="chip">Lo-dash</li>
<li class="chip">XML</li>
<li class="chip">JSON</li>
</ul>
</div><!-- END .col //-->
<div class="col s12 m3 l3">
<ul>
<li class="chip">Webpack</li>
<li class="chip">Yarn</li>
<li class="chip">NPM</li>
<li class="chip">Composer</li>
<li class="chip">Babel</li>
<li class="chip">Gulp</li>
<li class="chip">Bower</li>
</ul>
</div><!-- END .col //-->
<div class="col s12 m3 l3">
<ul>
<li class="chip">Docker</li>
<li class="chip">Micro Services</li>
<li class="chip">Kubernetes</li>
<li class="chip">Jenkins</li>
<li class="chip">CI/CD</li>
<li class="chip">CircleCI/StyleCI</li>
<li class="chip">Unit/E2E Testing/Jest/Cypress</li>
<li class="chip">SFTP/SSH</li>
</ul>
</div><!-- END .col //-->
<div class="col s12 m3 l3">
<ul>
<li class="chip">Nginx</li>
<li class="chip">Apache</li>
<li class="chip">Homestead</li>
<li class="chip">Vagrant</li>
<li class="chip">Ubuntu</li>
<li class="chip">.htaccess</li>
<li class="chip">Heroku</li>
<li class="chip">Envoyer</li>
</ul>
</div><!-- END .col //-->
<div class="row"></div>
<div class="col s12 m3 l3">
<ul>
<li class="chip">GraphQL</li>
<li class="chip">REST API</li>
<li class="chip">Swagger API</li>
<li class="chip">Stripe API</li>
<li class="chip">Twitter API</li>
<li class="chip">Facebook API</li>
</ul>
</div><!-- END .col //-->
<div class="col s12 m3 l3">
<ul>
<li class="chip">Github</li>
<li class="chip">Gitlab</li>
<li class="chip">CodeCommit</li>
<li class="chip">BitBucket</li>
<li class="chip">Git Tower</li>
<li class="chip">JIRA</li>
<li class="chip">Basecamp</li>
<li class="chip">Trello</li>
<li class="chip">Slack</li>
</ul>
</div><!-- END .col //-->
<div class="col s12 m3 l3">
<ul>
<li class="chip">Java Programming</li>
<li class="chip">Spring/Hibernate</li>
</ul>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
</section>
<section class="section parallax-container" id="contact-us">
<div class="container">
<div class="row">
<div class="col s12 m12 offset-l2 l8 center-align">
<h3 class="uppercase">Get in touch with us today</h3>
<div class="row">
<div class="col s12 m6 l6">
<h4><a href="mailto:hello@delaneymethod.com" title="Email us" oncopy="ga('send', 'event', 'text', 'Copied', 'hello@delaneymethod.com - user_06012020_103312', 102, {'nonInteraction': true});">hello@delaneymethod.com</a></h4>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
<div class="parallax">
<img src="html/uploads/pexels-photo-27665.jpg">
</div>
</section>
<section class="section" id="featured-projects">
<div class="container">
<div class="row">
<div class="col s12 m12 offset-l2 l8">
<h3 class="uppercase center-align">Featured Projects</h3>
<div class="row project">
<div class="col s12 m4 l4">
<img class="responsive-img logo" src="html/uploads/survitecgroup.jpg" alt="SafetyNet - Survitec Group Logo">
</div><!-- END .col //-->
<div class="col s12 m8 l8">
<h4 class="uppercase">SafetyNet - Survitec Group</h4>
<p class="lead">SafetyNet is an internal Document Management System providing critical business support to Survitec Group employees.</p>
<p>We were engaged by our friends at Glaze Digital (Belfast, Northern Ireland) to provide front-end and back-end Web Development for a <abbr title="Linux, Nginx, MariaDB and PHP">LEMP</abbr> stack within a Docker environment.</p>
<p>We used Laravel as our choice of back-end framework with the solid grid framework of Bootstrap 4 for the front-end to provide a fully responsive solution. Redis was used for queues and caching while MariaDB was used for all other database related functionality.</p>
<p>The web app adopted a standard CMS / CRUD approach but all custom written, allowing staff to login and manage documents, assets (Word, PDF, Excel, Image, Videos etc), share material externally (hot-linked) and provide feedback.</p>
<p>A custom User, Permissions, Roles, Groups matrix feature was built into the back-end with two factor Authentication to add extra security. The original scope of work was to integrate authentication into the companies Sharepoint / Active Directory infrastructure but this became to difficult to deliver due to Survitec's internal network / system setup even though we had LDAP and PHP experience.</p>
<p>Yammer and Stream were integrated into the front-end templates to add more content and offer "chat" availability between staff.</p>
<p>We Dockerised the project using our own customised Docker images. This kept all the environments (Development, Staging and Production) 100% the same during development and client previews. The codebase was version controlled using Gitlab. We setup Jenkins to communicate with Gitlab instead of using Gitlabs built in CI/CD functionality. We setup a Docker registry to store all project related images. Adding Jenkins to the project definitely improved the deployment workflow. Jenkins was setup to checkout the project, build it, run the unit tests, build a production ready Docker image (with the codebase self contained with Composer, NPM, permissions, SSH keys, Docker internal networks all setup and linked). Jenkins would then stage a release and deploy the image to a Production server. There was a simple Nginx Proxy / Load Balancer setup to swap out the updated Docker images so we had zero downtime during deployments. This was all triggered by a single push to the master branch.</p>
<p>We delivered this project within 1 month, with fully documented README's and guides for the technology stack and server setups.<br /></p>
<p>Please note this project is non-public facing.</p>
<p>If you would like to know more about this project and our involvement, please get in touch.</p>
<ul class="stack">
<li class="chip">Laravel</li>
<li class="chip">PHP</li>
<li class="chip">Node</li>
<li class="chip">Bootstrap</li>
<li class="chip">MariaDB</li>
<li class="chip">HTML</li>
<li class="chip">SCSS</li>
<li class="chip">jQuery</li>
<li class="chip">Nginx</li>
<li class="chip">Redis</li>
<li class="chip">Docker</li>
<li class="chip">Jenkins</li>
<li class="chip">CI/CD</li>
<li class="chip">Webpack</li>
<li class="chip">Gitlab</li>
<li class="chip">NPM</li>
<li class="chip">Composer</li>
<li class="chip">Unit Testing</li>
<li class="chip">Lo-dash</li>
<li class="chip">Babel</li>
<li class="chip">SSH</li>
</ul>
<p><a class="btn teal" href="http://www.survitecgroup.com/" title="SafetyNet - Survitec Group" target="_blank" onclick="ga('send', 'event', 'link', 'Clicked', 'Visit SafetyNet - Survitec Group - user_06012020_103312', 103, {'nonInteraction': true});">Visit SafetyNet - Survitec Group <i class="material-icons">arrow_forward</i></a></p>
</div><!-- END .col //-->
</div><!-- END .row //-->
<div class="row-spacer"></div>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
</section>
<section class="section parallax-container" id="trusted">
<div class="container">
<div class="row">
<div class="col offset-s1 s10 offset-m1 m10 l12 center-align">
<h3 class="uppercase">Trusted by people at companies small and large</h3>
</div><!-- END .col //-->
</div><!-- END .row //-->
<div>
</section>
<section class="section" id="featured-projects">
<div class="container">
<div class="row">
<div class="col s12 m12 offset-l2 l8">
<div class="row project">
<div class="col s12 m4 l4">
<img class="responsive-img logo" src="html/uploads/xerofone.jpg" alt="Xerofone Logo">
</div><!-- END .col //-->
<div class="col s12 m8 l8">
<h4 class="uppercase">Xerofone</h4>
<p class="lead">Xerofone lets you manage smartphones and limit their use.</p>
<p>We were engaged by our friends at Glaze Digital (Belfast, Northern Ireland) to provide front-end and back-end Web Development for a <abbr title="Linux, Nginx, MySQL and PHP">LEMP</abbr> stack within a Docker environment.</p>
<p>The original web app was built with Angular and Laravel communicating with an iOS app and an Android app but was bloated and not very stable.</p>
<p>After a discussion with the developers at Glaze Digital, a code review and running some tests, we decided to kept both Angular and Laravel in place but rewrite everything to reduce the overall size of the project and make it more stable as the original codebase was in a mess and the functionality just wasn't working as expected.</p>
<p>We delivered a fully working version of the web app about 6 months later, including nginx server and Docker improvements and a fully documented API using the Swagger API Framework.<br /></p>
<p>If you would like to know more about this project and our involvement, please get in touch.</p>
<ul class="stack">
<li class="chip">Angular</li>
<li class="chip">REST API</li>
<li class="chip">Redis</li>
<li class="chip">SCSS</li>
<li class="chip">HTML</li>
<li class="chip">Babel</li>
<li class="chip">Bower</li>
<li class="chip">NPM</li>
<li class="chip">Docker</li>
<li class="chip">Kubernetes</li>
<li class="chip">Gitlab</li>
<li class="chip">Unit Testing</li>
<li class="chip">CI/CD</li>
<li class="chip">SSH</li>
<li class="chip">Laravel</li>
<li class="chip">PHP</li>
<li class="chip">MySQL</li>
<li class="chip">jQuery</li>
<li class="chip">Lo-dash</li>
<li class="chip">JSON</li>
<li class="chip">XML</li>
<li class="chip">Bootstrap</li>
<li class="chip">Nginx</li>
<li class="chip">Swagger API</li>
<li class="chip">Webpack</li>
</ul>
<p><a class="btn teal" href="http://www.xerofone.com" title="Xerofone" target="_blank" onclick="ga('send', 'event', 'link', 'Clicked', 'Visit Xerofone - user_06012020_103312', 103, {'nonInteraction': true});">Visit Xerofone <i class="material-icons">arrow_forward</i></a></p>
</div><!-- END .col //-->
</div><!-- END .row //-->
<div class="row-spacer"></div>
<div class="row project">
<div class="col s12 m4 l4">
<img class="responsive-img logo" src="html/uploads/underarmour.jpg" alt="Under Armour Logo">
</div><!-- END .col //-->
<div class="col s12 m8 l8">
<h4 class="uppercase">Under Armour</h4>
<p class="lead">Under Armour are a sports apparel brand based out of Baltimore, USA.</p>
<p>We worked with Under Armour's in-house software developers and the talented team at Twin Technologies (Albany, USA).</p>
<p>We were engaged to provide front-end and back-end Web Development using a <abbr title="MongoDB, ExpressJS AngularJS and NodeJS">MEAN</abbr> stack on Under Armour's B2C, B2B, ArmourBox, Endless Aisle and Apple Pay for Web projects.</p>
<p>If you would like to know more about these projects and our involvement, please get in touch.</p>
<ul class="stack">
<li class="chip">Node</li>
<li class="chip">Express.js</li>
<li class="chip">Angular</li>
<li class="chip">React</li>
<li class="chip">Reflux.js</li>
<li class="chip">Redux</li>
<li class="chip">Lo-dash</li>
<li class="chip">REST API</li>
<li class="chip">MongoDB</li>
<li class="chip">MSSQL</li>
<li class="chip">PostgreSQL</li>
<li class="chip">Sequelize</li>
<li class="chip">Redis</li>
<li class="chip">SCSS</li>
<li class="chip">HTML</li>
<li class="chip">Handlebars</li>
<li class="chip">Gulp</li>
<li class="chip">Babel</li>
<li class="chip">Bower</li>
<li class="chip">NPM</li>
<li class="chip">Docker</li>
<li class="chip">Micro Services</li>
<li class="chip">gRP</li>
<li class="chip">Kafka</li>
<li class="chip">Protobuf</li>
<li class="chip">Kubernetes</li>
<li class="chip">Jenkins</li>
<li class="chip">Github</li>
<li class="chip">Unit Testing</li>
<li class="chip">CI/CD</li>
<li class="chip">SSH</li>
</ul>
<p><a class="btn teal" href="http://www.underarmour.com/" title="Under Armour" target="_blank" onclick="ga('send', 'event', 'link', 'Clicked', 'Visit Under Armour - user_06012020_103312', 103, {'nonInteraction': true});">Visit Under Armour <i class="material-icons">arrow_forward</i></a></p>
</div><!-- END .col //-->
</div><!-- END .row //-->
<div class="row-spacer"></div>
<div class="row project">
<div class="col s12 m4 l4">
<img class="responsive-img logo" src="html/uploads/inter-national-bank.jpg" alt="Inter National Bank Logo">
</div><!-- END .col //-->
<div class="col s12 m8 l8">
<h4 class="uppercase">Inter National Bank</h4>
<p class="lead">Inter National Bank is a $1.8 billion U.S. bank headquartered in McAllen, Texas.</p>
<p>We were engaged by our friends and talented team at Venveo (Blacksburg, VA, USA) to provide front-end and back-end Web Development for a LEMP stack within a Docker environment.</p>
<p>We worked closely with their in-house designer who provided the front-end templates built using the CSS grid framework Foundation, which we integrated these into a Craft CMS.</p>
<p>We also made us of Craft's multilingual and localisation support to offer both US English and US Spanish versions.</p>
<p>If you would like to know more about this project and our involvement, please get in touch.</p>
<ul class="stack">
<li class="chip">Craft CMS</li>
<li class="chip">HTML</li>
<li class="chip">Foundation</li>
<li class="chip">SCSS</li>
<li class="chip">PHP</li>
<li class="chip">jQuery</li>
<li class="chip">MySQL</li>
<li class="chip">Nginx</li>
<li class="chip">NPM</li>
<li class="chip">Babel</li>
<li class="chip">Gulp</li>
<li class="chip">Bower</li>
<li class="chip">Docker</li>
<li class="chip">SFTP</li>
<li class="chip">Github</li>
</ul>
<p><a class="btn teal" href="https://www.inbweb.com" title="Inter National Bank" target="_blank" onclick="ga('send', 'event', 'link', 'Clicked', 'Visit Inter National Bank - user_06012020_103312', 103, {'nonInteraction': true});">Visit Inter National Bank <i class="material-icons">arrow_forward</i></a></p>
</div><!-- END .col //-->
</div><!-- END .row //-->
<div class="row-spacer"></div>
<div class="row project">
<div class="col s12 m4 l4">
<img class="responsive-img logo" src="html/uploads/beefitgyms.jpg" alt="Beefit Gyms Logo">
</div><!-- END .col //-->
<div class="col s12 m8 l8">
<h4 class="uppercase">Beefit Gyms</h4>
<p class="lead">Beefit Gyms are a franchise based in Limerick, Ireland offering the complete gym workout with the best fitness classes in town.</p>
<p>We were engaged to provide Logo, front-end and back-end Web Development using a <abbr title="Linux, Apache, MySQL and PHP">LAMP</abbr> stack for their main website.</p>
<p>We teamed up with Danielle McCormick, a talented young Graphic Designer based out of Belfast, Ireland to provide the logo for the project.</p>
<p>We designed and built a desktop and mobile website using ExpressionEngine content management system with a solid HTML5 and CSS3 foundation using a custom grid approach.</p>
<p>We also made use of Stripe's Payment Gateway API for membership management.</p>
<p>If you would like to know more about this project and our involvement, please get in touch.</p>
<ul class="stack">
<li class="chip">ExpressionEngine</li>
<li class="chip">PHP</li>
<li class="chip">MySQL</li>
<li class="chip">jQuery</li>
<li class="chip">JSON</li>
<li class="chip">XML</li>
<li class="chip">HTML</li>
<li class="chip">Grid Framework</li>
<li class="chip">Apache</li>
<li class="chip">.htaccess</li>
<li class="chip">SFTP</li>
<li class="chip">Stripe API</li>
<li class="chip">Github</li>
</ul>
<p><a class="btn teal" href="http://www.beefitgyms.com/" title="Beefit Gyms" target="_blank" onclick="ga('send', 'event', 'link', 'Clicked', 'Visit Beefit Gyms - user_06012020_103312', 103, {'nonInteraction': true});">Visit Beefit Gyms <i class="material-icons">arrow_forward</i></a></p>
</div><!-- END .col //-->
</div><!-- END .row //-->
<div class="row-spacer"></div>
<div class="row project">
<div class="col s12 m4 l4">
<img class="responsive-img logo" src="html/uploads/craig-group.jpg" alt="Craig Group Logo">
</div><!-- END .col //-->
<div class="col s12 m8 l8">
<h4 class="uppercase">Craig Group</h4>
<p class="lead">Craig Group specialise in shipping, and the oil and gas industries and based in Aberdeen, Scotland with offices worldwide.</p>
<p>We were engaged to provide consultation, front-end and back-end Web Development using a <abbr title="Linux, Nginx, MariaDB (MySQL) and PHP">LEMP</abbr> stack on the main Craig Group website, including a number of other web projects including <a href="http://www.kings-links.com" target="_blank" class="kl" rel="noreferrer noopener">Kings Links</a>, Craig International Supplies, <a href="http://www.northstarshipping.co.uk" target="_blank" class="nss" rel="noreferrer noopener">North Star Shipping</a>, eBuy. We also built 3 internal web apps; iConnect, weConnect and Integration Management System.</p>
<p>We worked with ExpressionEngine content management system with a solid HTML and CSS foundation using the CSS grid framework Bootstrap.</p>
<p>If you would like to know more about these projects and our involvement, please get in touch.</p>
<ul class="stack">
<li class="chip">ExpressionEngine</li>
<li class="chip">PHP</li>
<li class="chip">MySQL</li>
<li class="chip">jQuery</li>
<li class="chip">JSON</li>
<li class="chip">XML</li>
<li class="chip">HTML</li>
<li class="chip">Bootstrap</li>
<li class="chip">.htaccess</li>
<li class="chip">SFTP</li>
<li class="chip">Nginx</li>
<li class="chip">MariaDB</li>
<li class="chip">CartThrob</li>
<li class="chip">SagePay</li>
</ul>
<p><a class="btn teal" href="http://www.craig-group.com/" title="Craig Group" target="_blank" onclick="ga('send', 'event', 'link', 'Clicked', 'Visit Craig Group - user_06012020_103312', 103, {'nonInteraction': true});">Visit Craig Group <i class="material-icons">arrow_forward</i></a></p>
</div><!-- END .col //-->
</div><!-- END .row //-->
<div class="row-spacer"></div>
<div class="row project">
<div class="col s12 m4 l4">
<img class="responsive-img logo" src="html/uploads/decom-north-sea.jpg" alt="Decom North Sea Logo">
</div><!-- END .col //-->
<div class="col s12 m8 l8">
<h4 class="uppercase">Decom North Sea</h4>
<p class="lead">Decom North Sea is the single topic, multi region membership organisation focussed on late life and decommissioning.</p>
<p>We were engaged by our friends at Mearns & Gill to provide back-end Web Development for a <abbr title="Linux, Apache, MySQL and PHP">LAMP</abbr> stack.</p>
<p>We worked closely with their in-house designer who provided the front-end templates and integrated into Craft CMS.</p>
<p>If you would like to know more about this project and our involvement, please get in touch.</p>
<ul class="stack">
<li class="chip">Craft CMS</li>
<li class="chip">PHP</li>
<li class="chip">MySQL</li>
<li class="chip">jQuery</li>
<li class="chip">JSON</li>
<li class="chip">XML</li>
<li class="chip">HTML</li>
<li class="chip">Foundation</li>
<li class="chip">Apache</li>
<li class="chip">.htaccess</li>
<li class="chip">SFTP</li>
<li class="chip">Github</li>
</ul>
<p><a class="btn teal" href="http://www.decomnorthsea.com/" title="Decom North Sea" target="_blank" onclick="ga('send', 'event', 'link', 'Clicked', 'Visit Decom North Sea - user_06012020_103312', 103, {'nonInteraction': true});">Visit Decom North Sea <i class="material-icons">arrow_forward</i></a></p>
</div><!-- END .col //-->
</div><!-- END .row //-->
<div class="row-spacer"></div>
<div class="row project">
<div class="col s12 m4 l4">
<img class="responsive-img logo" src="html/uploads/tendeka.jpg" alt="Tendeka Logo">
</div><!-- END .col //-->
<div class="col s12 m8 l8">
<h4 class="uppercase">Tendeka</h4>
<p class="lead">Tendeka provides a diverse range of upper and lower completion systems and field-proven production optimisation technologies.</p>
<p>Fifth Ring engaged us to provide front-end and back-end Web Development on a <abbr title="Linux, Apache, MySQL and PHP">LAMP</abbr> stack.</p>
<p>Provided with Photoshop comps we created front-end templates and integrated these into ExpressionEngine content management system with a solid HTML5 and CSS3 foundation using the responsive front-end framework Bootstrap.</p>
<p>If you would like to know more about this project and our involvement, please get in touch.<br /></p>
<ul class="stack">
<li class="chip">ExpressionEngine</li>
<li class="chip">PHP</li>
<li class="chip">MySQL</li>
<li class="chip">jQuery</li>
<li class="chip">JSON</li>
<li class="chip">XML</li>
<li class="chip">HTML</li>
<li class="chip">Bootstrap</li>
<li class="chip">Apache</li>
<li class="chip">.htaccess</li>
<li class="chip">SFTP</li>
<li class="chip">Github</li>
</ul>
<p><a class="btn teal" href="http://www.tendeka.com/" title="Tendeka" target="_blank" onclick="ga('send', 'event', 'link', 'Clicked', 'Visit Tendeka - user_06012020_103312', 103, {'nonInteraction': true});">Visit Tendeka <i class="material-icons">arrow_forward</i></a></p>
</div><!-- END .col //-->
</div><!-- END .row //-->
<div class="row-spacer"></div>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
</section>
<div class="divider"></div>
<section class="section" id="but-theres-more">
<div class="container">
<div class="row">
<div class="col s12 m12 l12 center-align">
<h3 class="uppercase">But there's more, much more!</h3>
<p>DelaneyMethod works under strict <abbr title="Non-Disclosure Agreement">NDA</abbr> with many more clients and agencies all over the World — either as a developer or a consultant.</p>
<p>Unfortunately we can't publicly display this work but we're happy to discuss our experience of previous projects and how we can work anonymously (or not) with you.</p>
<p>Talk to us now about your project and we'll see if we can help.</p>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
</section>
<section class="section" id="recommendations">
<div class="container">
<div class="row">
<div class="col s12 m12 l6">
<blockquote>
<p>Sean was a fantastic co-worker who was always willing to put a great deal of time and energy into helping others. He was a great inspiration during the time we worked together and become a mentor for me in my early years as a developer. Sean has become a very close friend, and is someone whose willingness to learn drives his passion for new technologies and method within web development. He's gutsy and fearless which makes him an ideal leader and a perfect co-worker who had displayed time and time again his outstanding belief in camaraderie within work teams. I hope one day to have the pleasure of working alongside Sean again in the future.</p>
<cite>Callum Hopkins - Web Developer</cite>
</blockquote>
</div><!-- END .col //-->
<div class="col s12 m12 l6">
<blockquote>
<p>Sean is one of the best programmers I have worked with. He is both organised and well structured in his work. His attention to detail means that the brief is always adhered to and his work is of the highest quality at all times. Sean is very forthcoming with solutions and is extremely helpful. Sean was a great member of the team and will be missed.</p>
<cite>Zara Vaughan - Digital Media Marketing Manager</cite>
</blockquote>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
</section>
<section class="section parallax-container" id="contact-us">
<div class="container">
<div class="row">
<div class="col s12 m12 offset-l2 l8 center-align">
<h3 class="uppercase">Get in touch with us today</h3>
<div class="row">
<div class="col s12 m6 l6">
<h4><a href="mailto:hello@delaneymethod.com" title="Email us" oncopy="ga('send', 'event', 'text', 'Copied', 'hello@delaneymethod.com - user_06012020_103312', 102, {'nonInteraction': true});">hello@delaneymethod.com</a></h4>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
<div class="parallax">
<img src="html/uploads/pexels-photo-27665.jpg">
</div>
</section>
<section class="section" id="reliable">
<div class="container">
<div class="row">
<div class="col offset-s1 s10 offset-m1 m10 l12 center-align">
<h3 class="uppercase">Web Development you can depend on</h3>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
</section>
<ul class="side-nav uppercase center-align" id="nav-mobile">
<li>
<div class="row">
<div class="col valign-wrapper">
<div class="valign">
<img class="delaneymethod-logo" src="html/assets/img/delaneymethod.png" alt="DelaneyMethod Logo">
<a class="delaneymethod-name" href="javascript:void(0);" title="DelaneyMethod" data-scroll-to="intro">DelaneyMethod</a>
</div>
</div>
</div>
</li>
<li><a href="javascript:void(0);" title="What We Do" data-scroll-to="about-us">About Us</a></li>
<li><a href="javascript:void(0);" title="Featured Projects" data-scroll-to="featured-projects">Portfolio</a></li>
<li><a href="javascript:void(0);" title="Request a Callback" data-scroll-to="request-call-back">Contact</a></li>
<li><a class="modal-trigger" href="#terms" title="Terms of Business">Terms of Business</a></li>
</ul>
<div class="modal modal-fixed-footer" id="terms">
<div class="modal-content">
<div class="row">
<div class="col s12 m12 l12">
<h3 class="uppercase center-align">Our Standard Terms and Conditions of Business.</h3>
<h4 class="uppercase"><abbr title="too long; didn't read">TL;DR</abbr></h4>
<p>Be fair to us and we'll be fair to you. We try to provide the best service we can and we expect you to be the best customer you can. Let the good times roll.</p>
<h4 class="uppercase">Payment</h4>
<p>DelaneyMethod invoice electronically and standard payment terms are 30 days from the invoice date. All proposals are quoted in £GBP and payments are to be made electronically.</p>
<h4 class="uppercase">VAT</h4>
<p>DelaneyMethod is a VAT registered company. Unless clearly stated otherwise, estimates quoted by DelaneyMethod will be subject to VAT.</p>
<h4 class="uppercase">Remedies for Overdue Payment</h4>
<p>If payment has not been received 15 days after the due date, DelaneyMethod has the right to suspend ongoing work for client until full payment of the outstanding balance has been received. DelaneyMethod reserves the right to remove or take down work if payment has not been received 30 days after the due date.</p>
<h4 class="uppercase">Offers and Proposals</h4>
<p>Offers and proposals made by DelaneyMethod should be treated as confidential information and remain the property of DelaneyMethod. Such offers and proposals or the information contained within them must not be passed to third parties. All proposals are valid for 30 days from the issue date.</p>
<h4 class="uppercase">Trade Secrets</h4>
<p>Any code that is not freely accessible to third parties and not in the public domain, and to which DelaneyMethod or their suppliers owns the copyright, may not be copied, published or distributed without prior written consent from DelaneyMethod. Information passed in written form to DelaneyMethod, and that the client has indicated is confidential or a trade secret, will not be published or made available in any other way to third parties without the prior written consent of the client.</p>
<h4 class="uppercase">Supplied Content</h4>
<p>Clients will obtain all the necessary permissions and authorities in respect of the use of all copy, graphic images, photography, company logos, names and trademarks or any other material it supplies to DelaneyMethod for inclusion on the website or in other marketing material.</p>
<h4 class="uppercase">Browser Support</h4>
<p>Websites will be built to work in all browsers (e.g. Internet Explorer 9) that are used by over 5% of the client website audience at the time a project begins. Support for additional browsers (e.g. older or mobile) must be agreed before work commences.</p>
<h4 class="uppercase">CONSEQUENTIAL LOSS</h4>
<p>Under no circumstances will DelaneyMethod be responsible or liable for any consequential, indirect or special damages caused by the failure or use or misuse of its software. DelaneyMethod shall not in any way be liable to the client for any inaccuracies, errors or omissions, regardless of cause in the work or for any damages (whether direct or indirect) resulting therefrom.</p>
<h4 class="uppercase">Insurance</h4>
<p>DelaneyMethod is covered by professional indemnity and public liability insurance policies.</p>
<h4 class="uppercase">Right to Terminate</h4>
<p>DelaneyMethod reserves the right to refuse or break a contract without prior notice, if it is believed that the client, their website, or any material is illegal, immoral or otherwise deems to be unacceptable.</p>
<h4 class="uppercase">DelaneyMethod as a Subcontractor</h4>
<p>Definitions for ‘DelaneyMethod as a Subcontractor':</p>
<ul>
<li>End client - the project owner and prime client</li>
</ul>
<p>Direct client - our immediate client and the contractor of DelaneyMethod Where DelaneyMethod is contracted on a project the following terms also apply:</p>
<ul>
<li>DelaneyMethod will have no contact with the end client without authorisation from the direct client.</li>
<li>Project work is to be approved by the direct client unless agreed otherwise.</li>
<li>The end client should be made aware of DelaneyMethod's involvement and our responsibilities on the project by the direct client.</li>
<li>Should the end client approach DelaneyMethod for any additional future work, this will be referred back to the direct client.</li>
<li>DelaneyMethod is allowed to publicise the work done on the project with the following conditions:
<ul>
<li>The direct client should be credited as the "project owner". I.e. Client: [DIRECT CLIENT] for [END CLIENT].</li>
<li>DelaneyMethod's responsibilities should be clearly defined, e.g. (e.g design, build, strategy, etc.).</li>
<li>Detailed descriptions of the work will be subject to approval by the direct client.</li>
</ul>
</li>
</ul>
<h4 class="uppercase">Govering Law and Jurisdiction</h4>
<p>These terms and conditions shall be governed by and construed in all respects in accordance with the laws of the United Kingdom and each party submits to the exclusive jurisdiction of the British Courts. DelaneyMethod is a Limited Company registered in England and Wales.</p>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
<div class="modal-footer">
<a class="modal-action modal-close btn-flat" href="javascript:void(0);" title="Agree">Agree</a>
</div>
</div>
</main>
<footer>
<div class="section grey lighten-3">
<div class="container">
<div class="row">
<div class="col s12 m12 l6">
<h4 class="uppercase">About DelaneyMethod</h4>
<p>DelaneyMethod is the home of Sean Delaney. That's who you'll deal with. That's who's working on things. A no-nonsense, get it done Full Stack Web Developer with a solid reputation for delivering his part of the project.</p>
<p>The term "Delaney's Method" was a phrase used to describe how Sean would tackle and resolve issues by his co-workers at an agency he once worked for as a Lead Developer. It was an office joke at first but soon became the adopted word when the team faced a programming bug. A few years later when Sean started out on his own, it became his business name.</p>
</div><!-- END .col //-->
<div class="col s12 m12 offset-l2 l4">
<h4 class="uppercase">DelaneyMethod HQ</h4>
<ul>
<li><a class="valign-wrapper" href="//goo.gl/maps/D5GUNDL9AMUUQqjD7" title="Bishopton, Renfrewshire, Scotland" target="_blank"><i class="valign tiny material-icons" aria-hidden="true">location_on</i> Bishopton, Renfrewshire, Scotland</a></li>
<li><a class="valign-wrapper" href="mailto:hello@delaneymethod.com" title="Email us" oncopy="ga('send', 'event', 'text', 'Copied', 'hello@delaneymethod.com - user_06012020_103312', 102, {'nonInteraction': true});"><i class="valign tiny material-icons" aria-hidden="true">email</i> hello@delaneymethod.com</a></li>
</ul>
<ul class="icons">
<li><a href="//twitter.com/seandelaney" title="Tweet us" target="_blank" onclick="ga('send', 'event', 'link', 'Clicked', 'Twitter - user_06012020_103312', 105, {'nonInteraction': true});"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="//uk.linkedin.com/in/seantdelaney" title="Connect with us" target="_blank" onclick="ga('send', 'event', 'link', 'Clicked', 'LinkedIn - user_06012020_103312', 106, {'nonInteraction': true});"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a></li>
<li><a href="//github.com/delaneymethod" title="Fork us" target="_blank" onclick="ga('send', 'event', 'link', 'Clicked', 'Github - user_06012020_103312', 107, {'nonInteraction': true});"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li><a href="//gitlab.com/seandelaney" title="Fork us" target="_blank" onclick="ga('send', 'event', 'link', 'Clicked', 'Gitlab - user_06012020_103312', 110, {'nonInteraction': true});"><i class="fa fa-gitlab" aria-hidden="true"></i></a></li>
</ul>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
</div><!-- END .row //-->
<div class="white">
<div class="container">
<div class="row">
<div class="col s12 m12 l8 rights">
<p>© 2021 DelaneyMethod, All rights reserved. Company # 8707849 • VAT # GB171945391</p>
</div><!-- END .col //-->
<div class="col s12 m12 l4 terms">
<p><a class="modal-trigger" href="#terms" title="Terms of Business" onclick="ga('send', 'event', 'link', 'Clicked', 'Terms of Business - user_06012020_103312', 109, {'nonInteraction': true});">Terms of Business</a></p>
</div><!-- END .col //-->
</div><!-- END .row //-->
</div>
</div><!-- END .row //-->
</footer>
<script src="html/assets/js/app.js"></script>
<script src="https://www.google.com/recaptcha/api.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-93160833-1', 'auto');
ga('send', 'pageview', 'user_06012020_103312');
ga('set', 'userId', 'user_06012020_103312');
</script>
<script>
!function() {
var t;
if (t = window.driftt = window.drift = window.driftt || [], !t.init) return t.invoked ? void (window.console && console.error && console.error("Drift snippet included twice.")) : (t.invoked = !0,
t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n;
return n = Array.prototype.slice.call(arguments), n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e, n, o, i;
e = 3e5, i = Math.ceil(new Date() / e) * e, o = document.createElement("script"),
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + i + "/" + t + ".js",
n = document.getElementsByTagName("script")[0], n.parentNode.insertBefore(o, n);
});
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('n3zfg2vedagw');
</script>
</body>
</html>