-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-me.html
More file actions
794 lines (794 loc) · 137 KB
/
about-me.html
File metadata and controls
794 lines (794 loc) · 137 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
<!-- #region H E A D E R -->
<!-- copyright file="_head.html" company="MicroCODE Incorporated" Copyright © 2022 MicroCODE, Inc. Troy, MI author="Timothy J. McGuire" -->
<!-- #region P R E A M B L E -->
<!-- #region D O C U M E N T A T I O N -->
<!--
* Title: My Portfolio: Timothy McGuire
* Module: Common Page Header for Theme (src/html/layouts/_head.html)
* Customer: Timothy McGuire
* Creator: MicroCODE Incorporated
* Date: March 2022
* Author: Timothy J McGuire
*
* Designed and Coded: 2022 MicroCODE Incorporated
*
* This software and related materials are the property of
* MicroCODE Incorporated and contain confidential and proprietary
* information. This software and related materials shall not be
* duplicated, disclosed to others, or used in any way without the
* written of MicroCODE Incorported.
*
*
* DESCRIPTION:
* ------------
*
* This module implements the Theme Header of my Portfolio Website.
* This was based on the Bootstrap Theme "Themebau" by RunWebRUn.
* I purchased that Theme for unlimited web site construction.
*
*
* REFERENCES:
* -----------
*
* 1. Bootstrap Themes Guide
* https://themes.getbootstrap.com/guide/
*
* 2. Theming Bootstrap
* https://getbootstrap.com/docs/4.0/getting-started/theming/
*
* 3. Themebau Documentation
* D:\MicroCODE\GitHub\tjmcode.github.io\documentation\index.html
*
*
*
* DEMONSTRATION VIDEOS:
* --------------------
*
* 1. ...
*
*
*
* MODIFICATIONS:
* --------------
*
* Date: By-Group: Rev: Description:
*
* 17-Mar-2022 TJM-MCODE {0001} New code created from Themebau Bootstrap Theme for my MIT xPRO Portfolio.
*
*
-->
<!-- #endregion -->
<!-- #endregion -->
<!-- #endregion -->
<!-- #region H T M L : page elements for the THEMEBAU Theme with my modifications -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>tjmcode | Timothy McGuire</title>
<meta name="My Portfolio" content="Timothy McGuire">
<meta name="Timothy McGuire" content="Portfolio">
<!-- Browser Tab Icon -->
<link rel="icon" type="image/png" href="assets/images/microcode/microcode-symbol.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- #region F O N T S: Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- FRANKLIN 100 'Thin' -->
<link href="https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100&display=swap" rel="stylesheet">
<!-- INTER 400 'Normal' -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap" rel="stylesheet">
<!-- FRANKLIN 600 'Demi' -->
<link href="https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@600&display=swap" rel="stylesheet">
<!-- FRANKLIN 800 'Bold' -->
<link href="https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@800&display=swap" rel="stylesheet">
<!-- #endregion -->
<!-- #region S T Y L E S: Imported Styles for our Theme -->
<!-- Swiper -->
<link rel="stylesheet" href="assets/vendor/swiper/dist/css/swiper.min.css" />
<!-- Fancybox -->
<link rel="stylesheet" href="assets/vendor/fancybox/dist/jquery.fancybox.min.css" />
<!-- Themebau -->
<link rel="stylesheet" href="assets/css/themebau.min.css">
<!-- Custom Styles -->
<link rel="stylesheet" href="assets/css/custom.css">
<!-- #endregion: STYLEs -->
<!-- jQuery -->
<script src="assets/vendor/jquery/dist/jquery.min.js"></script>
</head>
<!-- #endregion -->
<body>
<!-- #region H E A D E R -->
<!-- copyright file="navbar.html" company="MicroCODE Incorporated" Copyright © 2022 MicroCODE, Inc. Troy, MI author="Timothy J. McGuire" -->
<!-- #region P R E A M B L E -->
<!-- #region D O C U M E N T A T I O N -->
<!--
* Title: My Portfolio: Timothy McGuire
* Module: Navigation Bars (src/html/shared/navbar.html)
* Customer: Timothy McGuire
* Creator: MicroCODE Incorporated
* Date: March 2022
* Author: Timothy J McGuire
*
* Designed and Coded: 2022 MicroCODE Incorporated
*
* This software and related materials are the property of
* MicroCODE Incorporated and contain confidential and proprietary
* information. This software and related materials shall not be
* duplicated, disclosed to others, or used in any way without the
* written of MicroCODE Incorported.
*
*
* DESCRIPTION:
* ------------
*
* This module implements the Navigation Bars for my Portfolio Website.
* This was based on the Bootstrap Theme "Themebau" by RunWebRUn.
* I purchased that Theme for unlimited web site construction.
*
*
* REFERENCES:
* -----------
*
* 1. Bootstrap Themes Guide
* https://themes.getbootstrap.com/guide/
*
* 2. Theming Bootstrap
* https://getbootstrap.com/docs/4.0/getting-started/theming/
*
* 3. Themebau Documentation
* D:\MicroCODE\GitHub\tjmcode.github.io\documentation\index.html
*
*
*
* DEMONSTRATION VIDEOS:
* --------------------
*
* 1. ...
*
*
*
* MODIFICATIONS:
* --------------
*
* Date: By-Group: Rev: Description:
*
* 17-Mar-2022 TJM-MCODE {0001} New code created from Themebau Bootstrap Theme for my MIT xPRO Portfolio.
*
*
-->
<!-- #endregion -->
<!-- #endregion -->
<!-- #endregion -->
<!-- #region H T M L : page elements for the THEMEBAU Theme with my modifications -->
<!-- #region THEMEBAU MACROS: used to build-up page elements -->
<!-- #region SUB-MENU DROPDOWN -->
<!-- #endregion -->
<!-- #region SUB-MENU COLLPASE -->
<!-- #endregion -->
<!-- #region MAIN NAVBAR: used on primary page of the site -->
<header id="navbar-header" class="navbar navbar-top navbar-expand navbar-fixed">
<div class="container justify-content-between">
<a class="navbar-brand" href="index.html">
<img id="navbar-image" width="184" src="assets/images/me/timothy-mcguire-black.png" alt="">
</a>
<a class="navbar-toggle" href="#navbar-mobile-style-2" data-fancybox data-base-class="fancybox-navbar" data-keyboard="false" data-auto-focus="false" data-touch="false" data-close-existing="true" data-small-btn="false" data-toolbar="false">
<span></span>
<span></span>
<span></span>
</a>
<ul class="nav navbar-nav">
<li class="nav-item navbar-dropdown active">
<a href="about-me.html" class="nav-link">
<span class="nav-link-name">me</span>
<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 9L5 5L1 1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</a>
<div class="dropdown-menu">
<ul class="nav navbar-nav">
<li class="nav-item active">
<a href="about-me.html" class="nav-link">
<span class="nav-link-name">bio</span>
</a>
</li>
<li class="nav-item">
<a href="my-j112e.html" class="nav-link">
<span class="nav-link-name">sailing</span>
</a>
</li>
<li class="nav-item">
<a href="project-microcode.html" class="nav-link">
<span class="nav-link-name">work</span>
</a>
</li>
<li class="nav-item">
<a href="my-blog.html" class="nav-link">
<span class="nav-link-name">blog</span>
</a>
</li>
</ul>
</div>
</li>
<li class="nav-item navbar-dropdown">
<a href="project-microcode.html" class="nav-link">
<span class="nav-link-name">projects</span>
<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 9L5 5L1 1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</a>
<div class="dropdown-menu">
<ul class="nav navbar-nav">
<li class="nav-item">
<a href="project-mit-xpro.html" class="nav-link">
<span class="nav-link-name">MIT xPRO</span>
</a>
</li>
<li class="nav-item">
<a href="project-microcode.html" class="nav-link">
<span class="nav-link-name">MicroCODE</span>
</a>
</li>
<li class="nav-item">
<a href="project-ladders-laas.html" class="nav-link">
<span class="nav-link-name">LADDERS® LaaS</span>
</a>
</li>
<li class="nav-item">
<a href="project-control-net.html" class="nav-link">
<span class="nav-link-name">Control.NET</span>
</a>
</li>
<li class="nav-item">
<a href="project-gm-xep.html" class="nav-link">
<span class="nav-link-name">GM Error Proofing</span>
</a>
</li>
<li class="nav-item">
<a href="project-ladders-dec.html" class="nav-link">
<span class="nav-link-name">LADDERS® DEC</span>
</a>
</li>
</ul>
</div>
</li>
<li class="nav-item navbar-dropdown">
<a href="contact-personal.html" class="nav-link">
<span class="nav-link-name">contact</span>
<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 9L5 5L1 1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</a>
<div class="dropdown-menu">
<ul class="nav navbar-nav">
<li class="nav-item">
<a href="contact-personal.html" class="nav-link">
<span class="nav-link-name">personal</span>
</a>
</li>
<li class="nav-item">
<a href="contact-business.html" class="nav-link">
<span class="nav-link-name">business</span>
</a>
</li>
</ul>
</div>
</li>
</ul>
<ul class="nav nav-gap-sm navbar-nav nav-social align-items-center">
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="500">
<a href='https://github.com/tjmcode' class='nav-link'><svg width='24' height='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'>
<path fill='rgb(149, 157, 165)' d='M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="600">
<a href='https://www.youtube.com/channel/UCRwSb-M7Duy1fGvCayvPXOQ' class='nav-link'><svg width='26' height='26' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.17 13.6'>
<path fill='rgb(149, 157, 165)' d='M18.77 2.13A2.4 2.4 0 0 0 17.09.42C15.59 0 9.58 0 9.58 0a57.55 57.55 0 0 0-7.5.4A2.49 2.49 0 0 0 .39 2.13 26.27 26.27 0 0 0 0 6.8a26.15 26.15 0 0 0 .39 4.67 2.43 2.43 0 0 0 1.69 1.71c1.52.42 7.5.42 7.5.42a57.69 57.69 0 0 0 7.51-.4 2.4 2.4 0 0 0 1.68-1.71 25.63 25.63 0 0 0 .4-4.67 24 24 0 0 0-.4-4.69zM7.67 9.71V3.89l5 2.91z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="700">
<a href='https://facebook.com/TJM.CODE' class='nav-link'><svg width='24' height='24' viewBox='0 0 16.6 18' fill='none' xmlns='http://www.w3.org/2000/svg'>
<path fill='rgb(149, 157, 165)' d='M14.5 0H.8a.88.88 0 0 0-.8.9v13.6a.88.88 0 0 0 .8.9h7.3v-6h-2V7.1h2V5.4a2.87 2.87 0 0 1 2.5-3.1h.5a10.87 10.87 0 0 1 1.8.1v2.1h-1.3c-1 0-1.1.5-1.1 1.1v1.5h2.3l-.3 2.3h-2v5.9h3.9a.88.88 0 0 0 .9-.8V.8a.86.86 0 0 0-.8-.8z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="800">
<a href='https://twitter.com/TimothyMcGuire' class='nav-link'><svg width='22' height='22' viewBox='0 0 25 21' fill='none' xmlns='http://www.w3.org/2000/svg'>
<path fill='rgb(149, 157, 165)' d='M22.0706 5.51356C22.086 5.73504 22.086 5.95656 22.086 6.17804C22.086 12.9334 17.0783 20.7172 7.92575 20.7172C5.10601 20.7172 2.48661 19.8787 0.283203 18.4232C0.683835 18.4707 1.069 18.4865 1.48505 18.4865C3.81167 18.4865 5.95347 17.6797 7.6638 16.3033C5.47581 16.2558 3.64221 14.7845 3.01046 12.7594C3.31865 12.8069 3.6268 12.8385 3.9504 12.8385C4.39723 12.8385 4.84411 12.7752 5.2601 12.6645C2.97968 12.1898 1.2693 10.1332 1.2693 7.64935V7.58609C1.93183 7.96579 2.70231 8.20309 3.5189 8.2347C2.17837 7.31709 1.30013 5.75086 1.30013 3.97894C1.30013 3.02972 1.54661 2.15959 1.97807 1.40019C4.42801 4.50103 8.11063 6.52604 12.24 6.74756C12.163 6.36787 12.1168 5.97239 12.1168 5.57687C12.1168 2.76076 14.3356 0.466797 17.0937 0.466797C18.5266 0.466797 19.8209 1.0838 20.73 2.0805C21.8548 1.85902 22.9334 1.43184 23.8887 0.846495C23.5189 2.03307 22.7331 3.02977 21.7008 3.66255C22.7023 3.55186 23.673 3.26702 24.5667 2.87155C23.8888 3.88403 23.0413 4.78577 22.0706 5.51356Z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="900">
<a href='https://linkedin.com/in/timmcguiremicrocode' class='nav-link'><svg width='26' height='26' viewBox='0 0 25 21' fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18'>
<path fill='rgb(149, 157, 165)' d='M3.94 2A2 2 0 1 1 2 0a2 2 0 0 1 1.94 2zM4 5.48H0V18h4zm6.32 0H6.34V18h3.94v-6.57c0-3.66 4.77-4 4.77 0V18H19v-7.93c0-6.17-7.06-5.94-8.72-2.91z' fill='currentColor' />
</svg></a>
</li>
</ul>
</div>
</header>
<!-- #endregion -->
<!-- #region MOBILE NAVBAR #1: used on sub-pages of the site -->
<!-- #endregion -->
<!-- #region MOBILE NAVBAR #2: used on sub-pages of the site -->
<!-- style 2 -->
<div class="navbar navbar-mobile navbar-mobile-style-2" id="navbar-mobile-style-2">
<div class="shape justify-content-end">
<!-- MCODE Symbol-->
<svg data-rellax-speed="-1.25" width="544" height="362" viewBox="0 0 544 362" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="svgg">
<path id="dark parts only!" d="M9.901 185.638 C 9.845 282.679,9.937 362.161,10.105 362.265 C 10.272 362.368,10.520 361.901,10.655 361.227 C 10.790 360.552,11.068 360.000,11.274 360.000 C 11.479 360.000,11.550 359.843,11.432 359.651 C 11.313 359.459,12.477 355.634,14.019 351.151 C 15.561 346.668,16.863 342.820,16.911 342.600 C 16.960 342.380,17.117 342.110,17.260 342.000 C 17.403 341.890,17.632 341.094,17.769 340.230 C 17.906 339.367,18.216 338.422,18.458 338.130 C 18.700 337.839,18.764 337.600,18.600 337.600 C 18.436 337.600,18.489 337.375,18.717 337.100 C 18.945 336.825,19.169 336.420,19.214 336.200 C 19.259 335.980,19.433 335.440,19.600 335.000 C 20.224 333.356,31.330 300.384,33.072 295.000 C 34.069 291.920,35.044 289.203,35.239 288.963 C 35.434 288.723,35.475 288.408,35.330 288.263 C 35.185 288.118,35.287 288.000,35.557 288.000 C 35.827 288.000,35.936 287.820,35.800 287.600 C 35.664 287.380,35.693 286.975,35.865 286.700 C 36.036 286.425,36.231 285.854,36.296 285.431 C 36.362 285.009,36.567 284.469,36.752 284.231 C 36.937 283.994,37.659 282.000,38.357 279.800 C 39.054 277.600,39.806 275.478,40.026 275.084 C 40.247 274.690,40.320 274.195,40.190 273.984 C 40.060 273.773,40.109 273.600,40.301 273.600 C 40.605 273.600,41.908 269.879,42.139 268.351 C 42.185 268.048,42.347 267.602,42.498 267.359 C 42.774 266.919,47.579 252.793,51.056 242.200 C 52.067 239.120,53.006 236.420,53.141 236.200 C 53.277 235.980,53.413 235.665,53.444 235.500 C 53.475 235.335,53.536 235.155,53.580 235.100 C 53.624 235.045,53.736 234.591,53.829 234.090 C 53.922 233.590,54.428 232.150,54.953 230.890 C 55.478 229.631,56.037 227.997,56.195 227.259 C 56.352 226.522,56.903 224.992,57.418 223.859 C 57.934 222.727,58.427 221.350,58.515 220.800 C 58.603 220.250,58.860 219.350,59.087 218.800 C 59.314 218.250,62.069 210.150,65.210 200.800 C 68.350 191.450,71.098 183.350,71.316 182.800 C 71.535 182.250,71.762 181.530,71.823 181.200 C 72.046 179.976,74.967 171.793,75.252 171.593 C 75.415 171.478,75.635 170.848,75.741 170.193 C 75.847 169.537,75.963 169.000,75.998 169.000 C 76.033 169.000,76.124 168.671,76.200 168.269 C 76.276 167.867,76.472 167.237,76.635 166.869 C 76.798 166.501,76.962 166.110,77.000 166.000 C 77.038 165.890,77.190 165.530,77.338 165.200 C 77.486 164.870,78.392 162.260,79.350 159.400 C 84.934 142.745,86.383 138.479,86.828 137.400 C 87.100 136.740,87.363 136.020,87.413 135.800 C 87.619 134.885,89.291 129.830,91.184 124.400 C 92.297 121.210,93.255 118.420,93.315 118.200 C 93.374 117.980,93.545 117.605,93.694 117.366 C 93.843 117.128,94.072 116.326,94.203 115.584 C 94.333 114.843,94.696 113.688,95.008 113.018 C 95.321 112.348,96.272 109.730,97.122 107.200 C 97.972 104.670,101.420 94.410,104.785 84.400 C 108.149 74.390,111.054 66.006,111.242 65.770 C 111.429 65.533,111.694 64.633,111.831 63.770 C 111.968 62.906,112.197 62.110,112.340 62.000 C 112.483 61.890,112.675 61.530,112.768 61.200 C 113.476 58.663,115.189 53.754,116.047 51.800 C 116.240 51.360,116.461 50.640,116.538 50.200 C 116.615 49.760,116.860 48.950,117.083 48.400 C 117.306 47.850,119.660 40.920,122.315 33.000 C 124.969 25.080,127.362 18.060,127.633 17.400 C 127.904 16.740,128.199 15.753,128.289 15.207 C 128.379 14.662,128.665 14.079,128.926 13.914 C 129.187 13.748,129.229 13.609,129.020 13.606 C 128.811 13.603,128.842 13.398,129.089 13.151 C 129.336 12.904,129.442 12.454,129.326 12.151 C 129.210 11.848,129.269 11.600,129.457 11.599 C 129.646 11.599,129.838 11.059,129.884 10.399 L 129.968 9.200 69.985 9.200 L 10.002 9.200 9.901 185.638 M191.150 9.400 C 191.123 9.510,191.055 9.780,191.000 10.000 C 190.945 10.220,190.855 10.490,190.800 10.600 C 190.745 10.710,190.655 10.980,190.600 11.200 C 190.545 11.420,190.455 11.690,190.400 11.800 C 190.345 11.910,190.262 12.135,190.216 12.300 C 190.171 12.465,189.909 13.140,189.635 13.800 C 189.360 14.460,188.768 16.170,188.318 17.600 C 187.868 19.030,186.918 21.820,186.207 23.800 C 185.497 25.780,183.159 32.710,181.012 39.200 C 178.865 45.690,176.927 51.225,176.705 51.500 C 176.483 51.775,176.405 52.000,176.532 52.000 C 176.797 52.000,176.357 53.395,173.819 60.600 C 172.812 63.460,171.915 66.070,171.825 66.400 C 171.735 66.730,171.625 67.045,171.581 67.100 C 171.536 67.155,171.462 67.335,171.415 67.500 C 171.369 67.665,171.198 68.101,171.035 68.469 C 170.872 68.837,170.702 69.377,170.658 69.669 C 170.614 69.961,170.455 70.395,170.306 70.634 C 170.157 70.872,169.933 71.646,169.808 72.354 C 169.683 73.062,169.402 73.946,169.183 74.320 C 168.964 74.694,165.818 83.910,162.192 94.800 C 158.566 105.690,155.532 114.780,155.451 115.000 C 155.369 115.220,155.324 115.507,155.351 115.639 C 155.378 115.770,155.207 116.130,154.971 116.439 C 154.736 116.747,153.946 118.890,153.216 121.200 C 152.486 123.510,151.479 126.390,150.978 127.600 C 150.476 128.810,150.006 130.250,149.933 130.800 C 149.860 131.350,149.710 131.890,149.600 132.000 C 149.490 132.110,146.714 140.300,143.431 150.200 C 140.148 160.100,137.219 168.605,136.922 169.100 C 136.625 169.595,136.498 170.000,136.640 170.000 C 136.782 170.000,136.680 170.262,136.415 170.582 C 136.149 170.903,136.047 171.353,136.189 171.582 C 136.331 171.812,136.227 172.000,135.957 172.000 C 135.687 172.000,135.569 172.102,135.694 172.227 C 135.976 172.509,135.226 175.327,134.796 175.600 C 134.622 175.710,134.379 176.430,134.255 177.200 C 134.132 177.970,133.664 179.356,133.215 180.281 C 132.767 181.205,132.400 182.133,132.400 182.342 C 132.400 182.830,130.095 189.822,129.414 191.400 C 128.767 192.899,127.683 196.336,127.521 197.400 C 127.455 197.840,127.297 198.290,127.172 198.400 C 127.046 198.510,126.025 201.390,124.902 204.800 C 123.779 208.210,122.738 211.315,122.587 211.700 C 121.955 213.322,177.589 212.518,180.687 210.861 C 181.131 210.623,181.604 210.537,181.738 210.671 C 181.871 210.805,182.236 210.702,182.548 210.443 C 182.860 210.184,183.270 210.008,183.458 210.052 C 184.872 210.381,197.839 204.683,198.333 203.515 C 198.407 203.342,198.709 203.200,199.005 203.200 C 199.301 203.200,199.781 202.973,200.071 202.695 C 200.362 202.418,201.095 201.972,201.700 201.704 C 202.305 201.436,202.800 201.033,202.800 200.809 C 202.800 200.584,203.025 200.398,203.300 200.396 C 204.583 200.385,217.600 189.348,217.600 188.270 C 217.600 188.043,218.185 187.275,218.900 186.564 C 221.414 184.063,222.000 183.367,222.000 182.886 C 222.000 182.619,222.180 182.400,222.400 182.400 C 222.620 182.400,222.800 182.149,222.800 181.843 C 222.800 181.536,223.030 181.197,223.312 181.089 C 223.594 180.981,224.179 180.197,224.612 179.346 C 225.045 178.496,225.507 177.710,225.638 177.600 C 227.337 176.174,230.880 167.215,237.186 148.400 C 240.098 139.710,242.665 132.375,242.889 132.100 C 243.114 131.825,243.164 131.600,243.000 131.600 C 242.836 131.600,242.926 131.330,243.200 131.000 C 243.474 130.670,243.550 130.400,243.369 130.400 C 243.188 130.400,243.242 130.198,243.489 129.951 C 243.736 129.704,243.842 129.254,243.726 128.951 C 243.610 128.648,243.674 128.400,243.870 128.400 C 244.066 128.400,244.266 127.915,244.315 127.322 C 244.364 126.730,244.538 126.145,244.702 126.022 C 245.003 125.797,245.129 125.400,245.463 123.612 C 245.564 123.069,245.787 122.439,245.957 122.212 C 246.128 121.986,246.677 120.540,247.178 119.000 C 247.678 117.460,249.049 113.481,250.222 110.159 C 251.396 106.836,252.428 103.686,252.516 103.159 C 252.603 102.631,252.901 101.660,253.178 101.000 C 253.619 99.946,255.908 93.191,262.259 74.200 C 263.215 71.340,264.083 68.773,264.188 68.496 C 264.293 68.218,264.338 67.931,264.289 67.857 C 264.240 67.783,264.447 67.425,264.749 67.061 C 265.051 66.698,265.164 66.400,265.000 66.400 C 264.836 66.400,264.900 66.161,265.142 65.870 C 265.384 65.578,265.694 64.633,265.831 63.770 C 265.968 62.906,266.257 62.090,266.474 61.955 C 266.691 61.821,266.858 61.598,266.845 61.459 C 266.832 61.321,266.903 60.982,267.001 60.704 C 267.511 59.270,275.079 36.632,276.665 31.800 C 277.675 28.720,278.614 26.110,278.751 26.000 C 278.993 25.806,279.113 25.422,279.428 23.834 C 279.713 22.394,280.905 19.001,281.302 18.500 C 281.520 18.225,281.596 18.000,281.470 18.000 C 281.345 18.000,281.696 16.785,282.251 15.300 C 283.500 11.953,284.000 10.353,284.000 9.703 C 284.000 9.202,191.275 8.900,191.150 9.400 M344.600 9.731 C 344.193 10.240,344.065 10.635,343.737 12.388 C 343.636 12.931,343.361 13.606,343.127 13.888 C 342.893 14.169,342.836 14.400,343.000 14.400 C 343.164 14.400,343.120 14.625,342.903 14.900 C 342.685 15.175,341.840 17.470,341.024 20.000 C 340.209 22.530,339.380 24.960,339.182 25.400 C 338.984 25.840,335.825 35.200,332.162 46.200 C 328.499 57.200,325.255 66.685,324.952 67.279 C 324.649 67.872,324.338 68.682,324.261 69.079 C 324.183 69.475,323.989 70.101,323.829 70.469 C 323.669 70.837,323.502 71.377,323.458 71.669 C 323.414 71.961,323.237 72.425,323.065 72.700 C 322.893 72.975,322.855 73.365,322.979 73.566 C 323.103 73.767,323.007 73.998,322.766 74.078 C 322.524 74.159,322.298 74.714,322.263 75.312 C 322.228 75.910,322.054 76.400,321.876 76.400 C 321.698 76.400,321.669 76.588,321.811 76.818 C 321.953 77.047,321.884 77.458,321.657 77.731 C 321.431 78.004,318.535 86.321,315.222 96.213 C 311.910 106.106,309.082 114.470,308.939 114.800 C 308.797 115.130,308.615 115.760,308.536 116.200 C 308.376 117.094,307.778 118.796,306.990 120.600 C 306.702 121.260,305.792 123.960,304.968 126.600 C 304.144 129.240,303.343 131.580,303.187 131.800 C 302.917 132.182,302.034 134.719,301.822 135.724 C 301.766 135.986,301.590 136.501,301.430 136.869 C 301.269 137.237,301.089 137.777,301.030 138.069 C 300.970 138.361,300.804 138.870,300.662 139.200 C 300.026 140.673,291.650 166.018,291.177 167.900 C 290.886 169.055,290.508 170.000,290.337 170.000 C 290.165 170.000,290.125 170.261,290.248 170.581 C 290.371 170.900,290.334 171.383,290.167 171.654 C 290.000 171.924,289.802 173.148,289.729 174.373 C 289.655 175.598,289.395 177.249,289.152 178.042 C 288.687 179.558,288.787 181.309,289.581 185.600 C 289.846 187.030,290.114 188.560,290.178 189.000 C 290.241 189.440,290.477 190.250,290.704 190.800 C 290.930 191.350,291.435 192.610,291.826 193.600 C 292.217 194.590,293.046 196.152,293.669 197.072 C 294.291 197.992,294.800 198.937,294.800 199.172 C 294.800 199.407,294.986 199.600,295.213 199.600 C 295.439 199.600,295.740 199.898,295.879 200.263 C 296.245 201.215,299.374 204.400,299.944 204.400 C 300.209 204.400,300.529 204.670,300.655 205.000 C 300.782 205.330,301.136 205.600,301.443 205.600 C 301.749 205.600,302.000 205.755,302.000 205.945 C 302.000 206.135,303.125 206.839,304.500 207.509 C 307.838 209.137,310.000 210.010,310.000 209.731 C 310.000 209.605,310.270 209.726,310.600 210.000 C 310.930 210.274,311.200 210.364,311.200 210.200 C 311.200 210.036,311.433 210.095,311.717 210.331 C 312.002 210.567,312.863 210.825,313.632 210.904 C 314.401 210.983,315.293 211.217,315.615 211.424 C 315.966 211.650,330.944 211.847,353.100 211.917 L 390.000 212.033 390.000 110.617 L 390.000 9.200 367.500 9.215 C 349.985 9.227,344.911 9.341,344.600 9.731 M235.846 238.585 C 235.481 239.143,234.950 239.600,234.666 239.600 C 234.382 239.600,233.748 240.145,233.255 240.811 C 232.763 241.477,232.189 241.917,231.980 241.788 C 231.771 241.658,231.600 241.742,231.600 241.974 C 231.600 242.351,230.208 243.469,227.585 245.200 C 227.085 245.530,226.393 246.115,226.049 246.500 C 225.704 246.885,225.192 247.200,224.911 247.200 C 224.630 247.200,224.400 247.380,224.400 247.600 C 224.400 247.820,224.149 248.000,223.843 248.000 C 223.536 248.000,223.182 248.270,223.055 248.600 C 222.929 248.930,222.549 249.200,222.213 249.200 C 221.876 249.200,221.600 249.380,221.600 249.600 C 221.600 249.820,221.330 250.000,221.000 250.000 C 220.670 250.000,220.400 250.150,220.400 250.333 C 220.400 250.517,219.410 251.185,218.200 251.818 C 216.990 252.451,216.000 253.076,216.000 253.207 C 216.000 253.339,215.280 253.764,214.399 254.152 C 213.519 254.541,212.574 255.075,212.299 255.340 C 211.567 256.046,198.660 262.400,197.958 262.400 C 197.629 262.400,197.189 262.567,196.980 262.771 C 196.011 263.718,184.547 267.458,177.923 268.988 C 164.997 271.975,160.630 272.253,125.133 272.342 L 102.066 272.400 100.579 276.900 C 99.761 279.375,98.984 281.580,98.852 281.800 C 98.720 282.020,98.587 282.335,98.556 282.500 C 98.525 282.665,98.463 282.845,98.417 282.900 C 98.372 282.955,98.249 283.521,98.146 284.158 C 98.042 284.795,97.622 285.973,97.213 286.775 C 96.803 287.578,96.192 289.217,95.854 290.417 C 95.043 293.300,93.633 297.599,93.170 298.600 C 92.820 299.357,91.346 303.572,91.282 304.000 C 91.265 304.110,91.154 304.470,91.034 304.800 C 90.915 305.130,90.353 306.750,89.786 308.400 C 85.180 321.801,83.326 327.199,82.024 331.000 C 81.195 333.420,80.418 335.670,80.296 336.000 C 80.175 336.330,79.654 337.860,79.140 339.400 C 78.625 340.940,78.067 342.260,77.899 342.334 C 77.732 342.408,77.687 342.618,77.800 342.801 C 77.913 342.983,77.846 343.553,77.651 344.066 C 77.456 344.580,77.319 345.107,77.348 345.239 C 77.377 345.370,77.198 345.730,76.952 346.039 C 76.706 346.347,76.283 347.320,76.013 348.200 C 75.743 349.080,75.082 350.930,74.544 352.311 C 74.006 353.692,73.674 354.997,73.807 355.211 C 73.939 355.425,73.827 355.600,73.557 355.600 C 73.287 355.600,73.185 355.718,73.330 355.863 C 73.475 356.008,73.438 356.323,73.249 356.563 C 73.060 356.803,72.599 357.990,72.224 359.200 C 71.850 360.410,71.380 361.760,71.180 362.200 C 70.981 362.640,69.387 367.230,67.639 372.400 C 65.891 377.570,63.817 383.659,63.030 385.930 C 62.244 388.202,61.600 390.227,61.600 390.431 C 61.600 390.657,125.352 390.762,225.805 390.700 L 390.011 390.600 390.003 331.631 C 389.998 299.198,389.947 272.614,389.889 272.555 C 389.830 272.497,368.727 272.354,342.991 272.238 C 317.256 272.122,295.210 271.914,294.000 271.775 C 292.790 271.636,291.080 271.458,290.200 271.380 C 289.320 271.302,286.710 270.860,284.400 270.398 C 282.090 269.936,279.750 269.499,279.200 269.427 C 278.650 269.355,277.930 269.190,277.600 269.060 C 277.270 268.931,274.793 268.108,272.096 267.231 C 258.179 262.708,244.334 251.831,239.469 241.600 C 237.662 237.798,236.821 237.098,235.846 238.585 " stroke="none" fill="#dedede" fill-rule="evenodd"></path>
</g>
</svg>
</div>
<div class="navbar-head">
<div class="container justify-content-end">
<!-- removed logo in header, it was throwing off the MENU 'X' position -->
<a class="navbar-toggle" href="#" data-fancybox-close>
<span></span>
<span></span>
<span></span>
</a>
</div>
</div>
<div class="container">
<div class="row gh-1 justify-content-center">
<div class="col-12 col-md-7 col-lg-5 col-xl-4">
<div class="navbar-body">
<ul class="nav navbar-nav navbar-nav-collapse">
<li class="nav-item navbar-collapse active">
<a href="#navbarCollapseMe" class="nav-link collapsed" role="button" data-bs-toggle="collapse" aria-expanded="false" aria-controls="navbarCollapseMe">
<span class="nav-link-name">me</span>
<svg class="collapse-icon" width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 11L6 6L1 1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</a>
<div class="navbar-collapse-menu collapse" id="navbarCollapseMe">
<ul class="nav navbar-nav">
<li class="nav-item active">
<a href="about-me.html" class="nav-link">
<span class="nav-link-name">bio</span>
</a>
</li>
<li class="nav-item">
<a href="my-j112e.html" class="nav-link">
<span class="nav-link-name">sailing</span>
</a>
</li>
<li class="nav-item">
<a href="project-microcode.html" class="nav-link">
<span class="nav-link-name">work</span>
</a>
</li>
<li class="nav-item">
<a href="my-blog.html" class="nav-link">
<span class="nav-link-name">blog</span>
</a>
</li>
</ul>
</div>
</li>
<li class="nav-item navbar-collapse">
<a href="#navbarCollapseProjects" class="nav-link collapsed" role="button" data-bs-toggle="collapse" aria-expanded="false" aria-controls="navbarCollapseProjects">
<span class="nav-link-name">projects</span>
<svg class="collapse-icon" width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 11L6 6L1 1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</a>
<div class="navbar-collapse-menu collapse" id="navbarCollapseProjects">
<ul class="nav navbar-nav">
<li class="nav-item">
<a href="project-mit-xpro.html" class="nav-link">
<span class="nav-link-name">MIT xPRO</span>
</a>
</li>
<li class="nav-item">
<a href="project-microcode.html" class="nav-link">
<span class="nav-link-name">MicroCODE</span>
</a>
</li>
<li class="nav-item">
<a href="project-ladders-laas.html" class="nav-link">
<span class="nav-link-name">LADDERS® LaaS</span>
</a>
</li>
<li class="nav-item">
<a href="project-control-net.html" class="nav-link">
<span class="nav-link-name">Control.NET</span>
</a>
</li>
<li class="nav-item">
<a href="project-gm-xep.html" class="nav-link">
<span class="nav-link-name">GM Error Proofing</span>
</a>
</li>
<li class="nav-item">
<a href="project-ladders-dec.html" class="nav-link">
<span class="nav-link-name">LADDERS® DEC</span>
</a>
</li>
</ul>
</div>
</li>
<li class="nav-item navbar-collapse">
<a href="#navbarCollapseContact" class="nav-link collapsed" role="button" data-bs-toggle="collapse" aria-expanded="false" aria-controls="navbarCollapseContact">
<span class="nav-link-name">contact</span>
<svg class="collapse-icon" width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 11L6 6L1 1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</a>
<div class="navbar-collapse-menu collapse" id="navbarCollapseContact">
<ul class="nav navbar-nav">
<li class="nav-item">
<a href="contact-personal.html" class="nav-link">
<span class="nav-link-name">personal</span>
</a>
</li>
<li class="nav-item">
<a href="contact-business.html" class="nav-link">
<span class="nav-link-name">business</span>
</a>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
<div class="col-md-1 d-none d-md-block"></div>
<div class="col-12 col-md-4 col-lg-4 col-xl-3">
<div class="navbar-footer">
<div class="mb-60">
<p class="lead mb-17 fw-medium">Contact info:</p>
<ul class="list-group borderless font-size-17">
<li class="list-group-item">Email: <a href="mailto:tim.mcguire@mcode.com?subject=Test%20Address%20Email" class="text-decoration-none">tim.mcguire@mcode.com</a>
</li>
<li class="list-group-item">Phone: <a href="callto:+1 810-459-7508" class="text-decoration-none">+1 810.459.7508</a></li>
</ul>
</div>
<div class="mb-60">
<p class="lead mb-17 fw-medium">Home Office:</p>
<ul class="list-group borderless font-size-17">
<li class="list-group-item">48882 Beacon Square Dr,</li>
<li class="list-group-item">Macomb, MI 48044-5918</li>
</ul>
</div>
<ul class="nav nav-gap-sm navbar-nav nav-social align-items-center mt-n10">
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="500">
<a href='https://github.com/tjmcode' class='nav-link'><svg width='24' height='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'>
<path fill='rgb(149, 157, 165)' d='M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="600">
<a href='https://www.youtube.com/channel/UCRwSb-M7Duy1fGvCayvPXOQ' class='nav-link'><svg width='26' height='26' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.17 13.6'>
<path fill='rgb(149, 157, 165)' d='M18.77 2.13A2.4 2.4 0 0 0 17.09.42C15.59 0 9.58 0 9.58 0a57.55 57.55 0 0 0-7.5.4A2.49 2.49 0 0 0 .39 2.13 26.27 26.27 0 0 0 0 6.8a26.15 26.15 0 0 0 .39 4.67 2.43 2.43 0 0 0 1.69 1.71c1.52.42 7.5.42 7.5.42a57.69 57.69 0 0 0 7.51-.4 2.4 2.4 0 0 0 1.68-1.71 25.63 25.63 0 0 0 .4-4.67 24 24 0 0 0-.4-4.69zM7.67 9.71V3.89l5 2.91z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="700">
<a href='https://facebook.com/TJM.CODE' class='nav-link'><svg width='24' height='24' viewBox='0 0 16.6 18' fill='none' xmlns='http://www.w3.org/2000/svg'>
<path fill='rgb(149, 157, 165)' d='M14.5 0H.8a.88.88 0 0 0-.8.9v13.6a.88.88 0 0 0 .8.9h7.3v-6h-2V7.1h2V5.4a2.87 2.87 0 0 1 2.5-3.1h.5a10.87 10.87 0 0 1 1.8.1v2.1h-1.3c-1 0-1.1.5-1.1 1.1v1.5h2.3l-.3 2.3h-2v5.9h3.9a.88.88 0 0 0 .9-.8V.8a.86.86 0 0 0-.8-.8z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="800">
<a href='https://twitter.com/TimothyMcGuire' class='nav-link'><svg width='22' height='22' viewBox='0 0 25 21' fill='none' xmlns='http://www.w3.org/2000/svg'>
<path fill='rgb(149, 157, 165)' d='M22.0706 5.51356C22.086 5.73504 22.086 5.95656 22.086 6.17804C22.086 12.9334 17.0783 20.7172 7.92575 20.7172C5.10601 20.7172 2.48661 19.8787 0.283203 18.4232C0.683835 18.4707 1.069 18.4865 1.48505 18.4865C3.81167 18.4865 5.95347 17.6797 7.6638 16.3033C5.47581 16.2558 3.64221 14.7845 3.01046 12.7594C3.31865 12.8069 3.6268 12.8385 3.9504 12.8385C4.39723 12.8385 4.84411 12.7752 5.2601 12.6645C2.97968 12.1898 1.2693 10.1332 1.2693 7.64935V7.58609C1.93183 7.96579 2.70231 8.20309 3.5189 8.2347C2.17837 7.31709 1.30013 5.75086 1.30013 3.97894C1.30013 3.02972 1.54661 2.15959 1.97807 1.40019C4.42801 4.50103 8.11063 6.52604 12.24 6.74756C12.163 6.36787 12.1168 5.97239 12.1168 5.57687C12.1168 2.76076 14.3356 0.466797 17.0937 0.466797C18.5266 0.466797 19.8209 1.0838 20.73 2.0805C21.8548 1.85902 22.9334 1.43184 23.8887 0.846495C23.5189 2.03307 22.7331 3.02977 21.7008 3.66255C22.7023 3.55186 23.673 3.26702 24.5667 2.87155C23.8888 3.88403 23.0413 4.78577 22.0706 5.51356Z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="900">
<a href='https://linkedin.com/in/timmcguiremicrocode' class='nav-link'><svg width='26' height='26' viewBox='0 0 25 21' fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18'>
<path fill='rgb(149, 157, 165)' d='M3.94 2A2 2 0 1 1 2 0a2 2 0 0 1 1.94 2zM4 5.48H0V18h4zm6.32 0H6.34V18h3.94v-6.57c0-3.66 4.77-4 4.77 0V18H19v-7.93c0-6.17-7.06-5.94-8.72-2.91z' fill='currentColor' />
</svg></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- #endregion -->
<!-- #region MOBILE NAVBAR #3: used on sub-pages of the site -->
<!-- #endregion -->
<!-- #region MOBILE NAVBAR #4: used on sub-pages of the site -->
<!-- #endregion -->
<!-- #endregion -->
<div class="content-wrap">
<div class="container pt-130 pb-130 mt-n10">
<div class="row gh-1 gv-1 align-items-center align-items-lg-stretch flex-column flex-lg-row">
<!-- my protrait and blockie -->
<div class="col-12 col-md-6 col-lg-5 shape-parent lines-style-5 order-1 show-on-scroll" data-show-duration="600" data-show-distance="10" data-show-delay="100">
<img class="w-100 rounded-circle" src="assets/images/me/me-sailing.jpg" alt="">
<div class="shape justify-content-end">
<svg class="mt-n60" width="125" height="125" viewBox="0 0 400 400" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="blockie">
<path id="path0" d="M25.115 12.500 C 25.068 19.375,25.018 35.832,25.004 49.070 C 24.979 72.033,24.943 73.179,24.227 73.970 C 23.500 74.774,23.108 74.800,11.738 74.800 L 0.000 74.800 0.000 87.606 L 0.000 100.412 12.100 100.306 L 24.200 100.200 24.400 88.400 C 24.611 75.959,24.663 75.573,26.241 74.854 C 27.828 74.131,48.416 74.231,49.424 74.967 C 50.153 75.500,50.212 76.239,50.400 87.150 C 50.649 101.591,49.123 99.971,62.481 99.987 C 76.534 100.005,75.200 98.622,75.200 113.176 L 75.200 123.052 76.614 123.726 C 78.877 124.805,122.758 124.752,123.738 123.669 C 124.320 123.025,124.400 121.607,124.400 111.869 L 124.400 100.800 101.100 100.799 C 79.712 100.799,77.687 100.741,76.418 100.099 C 74.463 99.110,74.332 98.201,74.475 86.560 C 74.639 73.226,73.034 74.658,88.110 74.400 L 99.800 74.200 100.000 62.761 C 100.155 53.884,100.323 51.173,100.749 50.661 C 101.631 49.600,123.573 49.665,124.538 50.731 C 125.122 51.376,125.200 52.820,125.200 62.909 L 125.200 74.355 136.792 74.477 L 148.383 74.600 149.492 75.709 L 150.600 76.818 150.800 100.224 C 150.973 120.446,151.082 123.681,151.600 124.009 C 152.531 124.597,173.326 124.514,173.920 123.920 C 174.796 123.044,174.590 77.996,173.703 76.450 L 173.006 75.236 162.267 75.118 C 148.537 74.967,150.000 76.484,150.000 62.400 C 150.000 48.514,148.513 50.045,162.136 49.908 L 172.872 49.800 173.636 48.856 C 174.682 47.563,174.813 28.360,173.790 26.380 L 173.179 25.200 162.890 25.195 C 148.542 25.187,150.000 26.749,150.000 11.381 L 150.000 0.000 137.600 0.000 L 125.200 0.000 125.200 11.618 L 125.200 23.236 124.218 24.218 L 123.236 25.200 87.418 25.200 C 52.133 25.200,51.588 25.188,50.800 24.400 C 50.036 23.636,50.000 23.067,50.000 11.800 L 50.000 0.000 37.600 0.000 L 25.200 0.000 25.115 12.500 M250.012 11.333 C 250.055 26.733,251.494 25.187,237.110 25.195 L 226.821 25.200 226.210 26.380 C 225.580 27.599,225.281 45.770,225.856 47.916 C 226.362 49.803,227.565 50.000,238.571 50.000 C 251.345 50.000,249.955 48.487,250.019 62.458 C 250.084 76.576,251.518 75.200,236.750 75.200 C 227.283 75.200,226.800 75.236,226.800 75.951 C 226.800 76.364,226.530 76.926,226.200 77.200 C 225.399 77.865,225.282 123.122,226.080 123.920 C 226.779 124.619,247.574 124.601,248.529 123.900 C 249.157 123.439,249.210 121.633,249.211 100.873 C 249.212 77.197,249.250 76.652,250.999 75.200 C 251.596 74.704,253.721 74.579,263.261 74.477 L 274.800 74.355 274.800 62.839 C 274.800 52.191,274.855 51.274,275.531 50.662 C 276.371 49.902,298.033 49.654,299.200 50.391 C 299.703 50.709,299.832 52.658,300.000 62.485 L 300.200 74.200 311.800 74.409 C 324.196 74.633,324.485 74.675,325.182 76.358 C 326.149 78.692,325.557 98.622,324.489 99.690 L 323.578 100.600 299.589 100.712 L 275.600 100.824 275.600 111.950 C 275.600 122.221,275.656 123.127,276.331 123.738 C 277.442 124.743,321.359 124.749,323.320 123.744 C 325.224 122.769,325.187 123.007,325.194 111.564 L 325.200 100.928 326.219 100.464 C 326.905 100.152,330.594 99.996,337.519 99.987 C 350.862 99.971,349.350 101.535,349.603 87.483 C 349.714 81.278,349.959 75.883,350.147 75.497 C 350.672 74.414,351.438 74.354,363.126 74.481 L 374.047 74.600 374.814 75.600 C 375.529 76.531,375.583 77.380,375.591 87.867 C 375.596 94.064,375.709 99.419,375.843 99.767 C 376.057 100.325,377.508 100.400,388.043 100.400 L 400.000 100.400 400.000 87.600 L 400.000 74.800 388.262 74.800 C 377.398 74.800,376.475 74.746,375.862 74.069 C 375.266 73.410,375.200 71.483,375.200 54.734 C 375.200 44.503,375.081 28.002,374.935 18.066 L 374.670 0.000 362.335 0.000 L 350.000 0.000 350.000 11.977 C 350.000 23.901,349.996 23.957,349.111 24.577 C 348.322 25.130,344.169 25.200,312.340 25.200 L 276.458 25.200 275.629 24.146 C 274.834 23.135,274.800 22.621,274.800 11.546 L 274.800 0.000 262.390 -0.000 L 249.981 -0.000 250.012 11.333 M177.600 50.683 C 175.669 51.018,175.600 51.428,175.600 62.630 L 175.600 73.108 176.586 73.754 C 178.339 74.903,222.788 74.718,223.838 73.558 C 224.544 72.777,224.600 71.989,224.600 62.818 C 224.600 51.875,224.448 51.070,222.304 50.641 C 220.956 50.371,179.167 50.410,177.600 50.683 M25.467 125.467 C 25.320 125.613,25.200 130.395,25.200 136.093 C 25.200 150.827,24.208 149.761,38.066 149.919 C 46.625 150.017,48.654 150.148,49.426 150.654 L 50.365 151.269 50.482 162.449 C 50.581 171.864,50.695 173.690,51.200 174.009 C 51.537 174.222,56.446 174.394,62.400 174.403 C 72.224 174.417,73.073 174.474,74.000 175.186 L 75.000 175.953 75.118 186.770 L 75.237 197.587 76.556 198.594 L 77.876 199.600 112.484 199.600 L 147.092 199.600 148.246 198.714 C 148.881 198.226,149.532 197.641,149.694 197.414 C 150.552 196.206,150.019 176.859,149.111 176.223 C 148.331 175.677,145.379 175.600,125.093 175.600 L 101.964 175.600 100.982 174.618 L 100.000 173.636 100.000 163.095 C 100.000 149.490,101.572 151.048,87.597 150.800 L 76.329 150.600 75.365 149.478 L 74.400 148.355 74.400 138.125 C 74.400 128.459,74.354 127.820,73.567 126.547 L 72.735 125.200 49.234 125.200 C 36.309 125.200,25.613 125.320,25.467 125.467 M327.290 125.468 C 325.900 126.027,325.600 128.294,325.600 138.230 C 325.600 151.895,326.818 150.755,312.067 150.896 C 298.476 151.025,300.000 149.466,300.000 163.247 L 300.000 173.942 298.946 174.771 C 297.907 175.588,297.557 175.600,274.746 175.600 C 252.133 175.600,251.582 175.618,250.800 176.400 C 250.043 177.157,250.000 177.733,250.000 187.040 L 250.000 196.880 251.360 198.240 L 252.720 199.600 287.435 199.600 L 322.150 199.600 323.453 198.708 C 325.205 197.507,325.188 197.628,325.195 185.910 L 325.200 175.621 326.380 175.010 C 327.351 174.508,329.442 174.400,338.166 174.400 C 348.242 174.400,348.793 174.361,349.186 173.626 C 349.442 173.148,349.600 168.738,349.600 162.072 L 349.600 151.292 350.557 150.665 C 351.351 150.145,353.294 150.018,361.990 149.919 L 372.467 149.800 373.633 148.494 L 374.800 147.187 374.800 136.194 L 374.800 125.200 351.300 125.232 C 338.375 125.249,327.571 125.355,327.290 125.468 M0.000 162.600 L 0.000 174.400 11.426 174.400 C 18.538 174.400,23.145 174.244,23.626 173.986 C 24.361 173.593,24.400 173.043,24.400 163.056 C 24.400 149.348,25.955 150.800,11.274 150.800 L 0.000 150.800 0.000 162.600 M376.429 151.854 C 375.305 153.282,375.128 172.671,376.229 173.771 C 376.771 174.314,378.442 174.400,388.429 174.400 L 400.000 174.400 400.000 162.600 L 400.000 150.800 388.629 150.800 L 377.258 150.800 376.429 151.854 M351.062 200.400 L 327.524 200.600 326.564 201.800 L 325.604 203.000 325.602 225.438 C 325.600 246.669,325.639 247.912,326.331 248.538 C 327.560 249.650,347.674 249.526,348.800 248.400 C 349.560 247.640,349.600 247.067,349.600 236.862 C 349.600 226.967,349.657 226.072,350.331 225.462 C 350.995 224.861,353.325 224.800,375.531 224.800 L 400.000 224.800 400.000 212.611 L 400.000 200.422 387.300 200.311 C 380.315 200.250,364.008 200.290,351.062 200.400 M0.000 212.600 L 0.000 224.800 24.538 224.800 C 47.400 224.800,49.119 224.848,49.709 225.500 C 50.246 226.094,50.361 227.850,50.471 237.133 C 50.592 247.412,50.646 248.099,51.376 248.633 C 52.588 249.518,72.880 249.462,73.771 248.571 C 74.328 248.015,74.400 245.355,74.400 225.341 L 74.400 202.738 73.231 201.569 L 72.062 200.400 36.031 200.400 L 0.000 200.400 0.000 212.600 M152.524 200.986 C 151.565 201.403,151.186 201.873,151.001 202.871 C 150.642 204.801,150.939 223.874,151.333 224.267 C 151.517 224.450,156.438 224.600,162.269 224.600 L 172.871 224.600 173.635 223.656 C 174.839 222.169,174.808 202.408,173.600 201.200 C 172.569 200.169,154.817 199.989,152.524 200.986 M226.600 200.949 C 225.362 201.855,225.135 222.137,226.346 223.633 L 227.129 224.600 237.464 224.600 C 243.149 224.600,248.115 224.471,248.500 224.313 C 249.623 223.852,249.564 202.938,248.436 201.544 C 247.461 200.340,228.152 199.813,226.600 200.949 M101.500 226.032 C 100.846 226.413,100.800 227.982,100.800 249.976 C 100.800 272.546,100.769 273.550,100.036 274.456 C 99.275 275.396,99.228 275.401,88.136 275.632 C 82.011 275.760,76.595 276.006,76.100 276.179 L 75.200 276.493 75.200 287.600 L 75.200 298.707 76.100 298.948 C 76.595 299.081,87.472 299.192,100.271 299.195 C 120.889 299.199,123.615 299.272,124.171 299.829 C 124.517 300.174,124.833 300.489,124.873 300.529 C 124.913 300.568,125.048 305.748,125.173 312.040 C 125.348 320.885,125.525 323.629,125.949 324.140 C 126.448 324.740,128.656 324.800,150.199 324.800 L 173.900 324.800 174.150 323.550 C 174.288 322.863,174.401 317.958,174.402 312.650 C 174.405 302.645,174.690 300.301,175.991 299.605 C 177.005 299.062,222.971 299.049,223.984 299.592 C 225.356 300.326,225.600 302.214,225.604 312.160 C 225.607 317.462,225.720 322.475,225.857 323.300 L 226.105 324.800 249.830 324.800 L 273.555 324.800 274.177 323.911 C 274.703 323.161,274.800 321.366,274.801 312.411 C 274.803 302.564,274.860 301.707,275.590 300.509 L 276.377 299.218 300.355 299.109 C 313.543 299.049,324.484 298.850,324.667 298.667 C 325.034 298.301,325.367 278.721,325.029 277.373 C 324.660 275.904,322.447 275.600,312.113 275.600 C 302.213 275.600,300.326 275.356,299.592 273.984 C 299.349 273.531,299.200 264.287,299.200 249.669 C 299.200 228.533,299.134 226.060,298.567 225.843 C 297.523 225.442,277.053 225.579,276.400 225.991 C 275.898 226.308,275.767 228.200,275.600 237.566 C 275.449 245.995,275.272 248.890,274.880 249.281 C 274.472 249.689,269.357 249.848,250.880 250.023 C 237.966 250.146,227.359 250.281,227.309 250.323 C 225.954 251.466,225.798 252.647,225.600 263.317 C 225.401 274.026,225.396 274.075,224.456 274.836 C 222.985 276.026,177.015 276.026,175.544 274.836 L 174.600 274.072 174.482 263.320 C 174.366 252.707,174.352 252.553,173.420 251.384 L 172.476 250.200 150.045 250.133 C 134.713 250.087,127.183 249.924,126.253 249.618 C 124.441 249.020,124.400 248.731,124.400 236.630 C 124.400 229.331,124.268 226.428,123.920 226.080 C 123.302 225.462,102.555 225.418,101.500 226.032 M176.500 226.214 C 175.224 227.109,175.070 247.397,176.331 248.538 C 177.361 249.470,222.555 249.560,223.824 248.632 C 224.973 247.792,225.030 227.659,223.886 226.514 C 222.847 225.475,177.959 225.191,176.500 226.214 M27.182 250.513 C 25.265 252.023,25.200 252.425,25.200 262.831 L 25.200 272.683 26.181 273.742 L 27.162 274.800 37.971 274.800 L 48.779 274.800 49.390 273.620 C 49.887 272.659,50.000 270.670,50.000 262.913 C 50.000 249.254,50.820 249.999,35.800 250.016 C 30.129 250.023,27.620 250.167,27.182 250.513 M354.200 250.197 C 353.980 250.270,353.293 250.442,352.674 250.579 C 350.423 251.077,350.019 252.980,350.009 263.113 C 350.002 270.007,350.131 272.340,350.580 273.413 L 351.159 274.800 362.110 274.800 C 376.272 274.800,374.800 276.201,374.800 262.717 L 374.800 252.485 373.640 251.242 L 372.479 250.000 363.540 250.032 C 358.623 250.049,354.420 250.123,354.200 250.197 M149.472 275.843 L 150.600 276.686 150.707 287.336 C 150.830 299.643,150.919 299.330,147.133 299.798 C 143.146 300.290,126.196 299.862,125.461 299.251 C 124.750 298.661,124.432 277.198,125.117 276.120 C 126.162 274.477,147.321 274.236,149.472 275.843 M274.633 275.776 C 275.547 277.028,275.461 298.485,274.539 299.251 C 273.797 299.867,253.188 300.076,251.086 299.489 C 249.375 299.011,249.200 297.906,249.205 287.674 C 249.212 276.523,249.208 276.544,251.359 275.550 C 253.871 274.390,273.761 274.583,274.633 275.776 M0.000 312.400 L 0.000 324.800 11.761 324.800 L 23.522 324.800 23.961 323.540 C 24.859 320.963,24.535 302.280,23.571 301.054 L 22.742 300.000 11.371 300.000 L 0.000 300.000 0.000 312.400 M376.562 300.841 C 375.599 301.904,375.163 320.617,376.039 323.300 L 376.528 324.800 388.264 324.800 L 400.000 324.800 400.000 312.400 L 400.000 300.000 388.662 300.000 C 377.647 300.000,377.302 300.024,376.562 300.841 M76.500 326.234 L 75.200 326.802 75.200 337.782 L 75.200 348.762 76.700 349.179 C 77.563 349.419,82.656 349.596,88.700 349.598 C 102.346 349.601,100.827 347.853,100.800 363.511 C 100.788 370.270,100.783 381.245,100.789 387.900 L 100.800 400.000 112.583 400.000 L 124.366 400.000 124.483 388.214 C 124.589 377.526,124.667 376.361,125.314 375.714 C 125.995 375.034,129.545 375.000,200.050 375.000 L 274.071 375.000 274.835 375.944 C 275.549 376.825,275.600 377.663,275.600 388.444 L 275.600 400.000 287.650 400.000 L 299.701 400.000 299.404 375.665 L 299.107 351.331 300.208 350.465 C 301.271 349.629,301.655 349.600,311.557 349.600 C 321.556 349.600,324.209 349.342,324.866 348.307 C 325.228 347.737,325.315 328.670,324.962 327.353 C 324.542 325.789,322.590 325.555,311.000 325.682 L 300.200 325.800 300.000 337.239 C 299.845 346.116,299.677 348.827,299.251 349.339 C 298.536 350.199,101.739 350.379,100.880 349.520 C 100.529 349.169,100.400 346.009,100.400 337.800 C 100.400 329.591,100.271 326.431,99.920 326.080 C 99.174 325.334,78.244 325.471,76.500 326.234 M25.900 350.267 C 25.046 350.501,25.118 348.322,25.012 377.100 L 24.928 400.000 49.670 400.000 L 74.412 400.000 74.306 387.900 L 74.200 375.800 62.611 375.600 L 51.023 375.400 50.517 374.400 C 50.148 373.670,50.010 370.527,50.006 362.744 C 50.000 352.857,49.945 352.021,49.236 351.144 L 48.472 350.200 37.536 350.137 C 31.521 350.103,26.285 350.161,25.900 350.267 M352.003 350.357 C 350.159 350.870,350.012 351.816,350.006 363.256 C 349.998 377.128,351.595 375.576,337.200 375.701 L 325.800 375.800 325.694 387.900 L 325.588 400.000 350.394 400.000 L 375.200 400.000 375.200 375.414 C 375.200 351.516,375.178 350.817,374.426 350.414 C 373.559 349.950,353.649 349.899,352.003 350.357 " stroke="none" fill="#9b05eb" fill-rule="evenodd"></path>
<path id="path1" d="M0.000 49.794 L 0.000 74.400 11.538 74.400 C 22.228 74.400,23.125 74.346,23.741 73.665 C 24.348 72.994,24.397 70.853,24.303 49.165 L 24.200 25.400 12.100 25.294 L 0.000 25.188 0.000 49.794 M375.843 25.833 C 375.133 27.682,375.596 73.072,376.331 73.738 C 376.976 74.322,378.421 74.400,388.531 74.400 L 400.000 74.400 400.000 49.800 L 400.000 25.200 388.043 25.200 C 377.508 25.200,376.057 25.275,375.843 25.833 M76.921 75.205 C 74.941 76.002,74.752 77.208,74.881 88.241 L 75.000 98.447 76.000 99.216 C 76.972 99.963,78.027 99.982,113.400 99.892 L 149.800 99.800 149.906 88.476 L 150.013 77.151 148.837 75.976 L 147.662 74.800 112.731 74.825 C 93.466 74.839,77.406 75.009,76.921 75.205 M251.169 75.969 L 250.000 77.138 250.000 87.937 C 250.000 93.875,250.109 99.019,250.243 99.367 C 250.462 99.938,254.054 100.000,286.784 100.000 L 323.083 100.000 324.142 99.019 L 325.200 98.038 325.200 87.455 L 325.200 76.871 323.969 75.836 L 322.739 74.800 287.539 74.800 L 252.338 74.800 251.169 75.969 M0.000 112.550 L 0.000 124.299 24.402 124.597 C 43.590 124.831,48.932 124.788,49.402 124.398 C 50.236 123.706,50.274 102.594,49.443 101.500 C 48.947 100.847,47.278 100.800,24.456 100.800 L 0.000 100.800 0.000 112.550 M350.623 101.689 C 349.636 103.098,349.698 123.241,350.692 124.235 C 351.336 124.879,352.641 124.909,369.358 124.664 C 379.243 124.519,390.182 124.400,393.666 124.400 L 400.000 124.400 400.000 112.600 L 400.000 100.800 375.623 100.800 L 351.245 100.800 350.623 101.689 M26.494 175.986 L 25.188 176.796 25.294 188.098 L 25.400 199.400 37.000 199.600 C 43.380 199.710,48.915 199.659,49.300 199.486 C 50.259 199.056,50.382 177.476,49.433 176.176 C 48.529 174.939,28.451 174.772,26.494 175.986 M351.800 175.471 C 350.077 175.895,350.000 176.422,350.006 187.776 C 350.009 193.729,350.161 198.835,350.344 199.122 C 350.677 199.649,373.622 199.881,374.455 199.366 C 374.645 199.249,374.800 194.128,374.800 187.986 L 374.800 176.818 373.719 176.109 C 372.657 175.413,354.218 174.876,351.800 175.471 M136.400 275.600 C 130.790 275.710,125.975 275.946,125.700 276.124 C 125.115 276.502,124.973 297.822,125.549 298.731 C 125.847 299.201,135.111 299.404,147.671 299.216 C 149.949 299.182,150.000 298.921,150.000 287.420 C 150.000 279.478,149.877 276.802,149.500 276.507 C 148.302 275.571,146.006 275.412,136.400 275.600 M251.517 276.080 L 250.000 276.761 250.000 287.318 C 250.000 297.243,250.046 297.918,250.773 298.575 C 251.553 299.282,273.314 299.671,274.403 298.998 C 275.032 298.609,274.933 276.533,274.300 276.124 C 273.165 275.389,253.143 275.351,251.517 276.080 M100.800 337.392 L 100.800 349.185 101.700 349.405 C 102.195 349.526,107.460 349.574,113.400 349.512 L 124.200 349.400 124.306 338.239 C 124.442 323.986,126.022 325.600,111.938 325.600 L 100.800 325.600 100.800 337.392 M176.176 326.167 C 175.439 326.706,175.400 327.311,175.400 338.067 L 175.400 349.400 200.000 349.400 L 224.600 349.400 224.710 338.200 C 224.819 327.180,224.807 326.989,223.966 326.300 C 222.787 325.334,177.489 325.209,176.176 326.167 M276.256 326.339 C 275.659 326.998,275.599 328.277,275.694 338.239 L 275.800 349.400 287.000 349.497 C 293.160 349.551,298.434 349.445,298.720 349.262 C 299.156 348.982,299.463 334.868,299.220 326.300 C 299.188 325.192,277.260 325.228,276.256 326.339 M0.000 375.000 L 0.000 400.000 12.200 400.000 L 24.400 400.000 24.447 375.900 C 24.499 349.682,24.523 350.730,23.860 350.306 C 23.607 350.144,18.135 350.009,11.700 350.006 L 0.000 350.000 0.000 375.000 M376.100 350.265 C 375.708 350.423,375.600 355.794,375.600 375.233 L 375.600 400.000 387.800 400.000 L 400.000 400.000 400.000 375.000 L 400.000 350.000 388.300 350.032 C 381.865 350.049,376.375 350.154,376.100 350.265 M75.072 375.861 C 74.923 376.011,74.800 381.503,74.800 388.067 L 74.800 400.000 87.406 400.000 L 100.012 400.000 99.906 387.900 L 99.800 375.800 87.572 375.694 C 80.847 375.636,75.222 375.711,75.072 375.861 M175.453 376.497 C 175.320 376.994,175.208 382.485,175.205 388.700 L 175.200 400.000 200.006 400.000 L 224.812 400.000 224.706 387.900 L 224.600 375.800 200.147 375.697 L 175.695 375.594 175.453 376.497 M300.272 375.861 C 300.123 376.011,300.000 381.503,300.000 388.067 L 300.000 400.000 312.606 400.000 L 325.212 400.000 325.106 387.900 L 325.000 375.800 312.772 375.694 C 306.047 375.636,300.422 375.711,300.272 375.861 " stroke="none" fill="#353435" fill-rule="evenodd"></path>
<path id="path2" d="M-0.000 12.206 L -0.000 24.412 12.100 24.306 L 24.200 24.200 24.306 12.100 L 24.412 -0.000 12.206 -0.000 L 0.000 0.000 -0.000 12.206 M50.800 11.538 C 50.800 22.208,50.855 23.126,51.531 23.738 C 52.201 24.343,55.274 24.400,87.516 24.400 L 122.769 24.400 123.584 23.525 C 124.365 22.686,124.400 22.168,124.400 11.325 L 124.400 0.000 87.600 0.000 L 50.800 0.000 50.800 11.538 M150.800 11.400 C 150.800 26.008,149.278 24.398,163.100 24.406 C 168.985 24.409,173.981 24.544,174.202 24.706 C 175.320 25.523,175.600 28.078,175.600 37.474 C 175.600 51.317,173.049 50.081,201.291 49.919 L 221.982 49.800 223.091 48.692 L 224.200 47.584 224.400 37.292 C 224.557 29.208,224.730 26.743,225.205 25.800 L 225.810 24.600 236.938 24.400 C 247.365 24.213,248.101 24.151,248.633 23.424 C 249.091 22.797,249.200 20.466,249.200 11.324 L 249.200 0.000 200.000 0.000 L 150.800 0.000 150.800 11.400 M275.600 10.774 C 275.600 21.287,275.808 23.375,276.925 24.086 C 277.186 24.252,293.272 24.391,312.671 24.394 L 347.942 24.400 348.771 23.346 C 349.565 22.337,349.600 21.817,349.600 11.146 L 349.600 0.000 312.600 0.000 L 275.600 0.000 275.600 10.774 M375.952 10.700 C 375.926 16.585,375.899 21.760,375.892 22.200 C 375.852 24.576,374.885 24.400,388.000 24.400 L 400.000 24.400 400.000 12.200 L 400.000 0.000 388.000 0.000 L 376.000 0.000 375.952 10.700 M101.280 51.280 C 100.929 51.631,100.800 54.810,100.800 63.086 L 100.800 74.412 112.500 74.306 L 124.200 74.200 124.306 63.286 C 124.375 56.215,124.265 52.095,123.992 51.586 C 123.478 50.624,102.222 50.338,101.280 51.280 M151.195 51.609 C 150.316 53.252,150.857 73.058,151.800 73.771 C 152.460 74.269,154.264 74.377,162.120 74.387 C 172.402 74.401,173.742 74.168,174.215 72.283 C 174.713 70.299,174.221 52.147,173.651 51.461 C 172.715 50.334,151.804 50.472,151.195 51.609 M226.246 52.160 C 225.590 53.543,225.260 70.092,225.845 72.273 C 226.339 74.115,227.975 74.400,238.071 74.400 C 250.501 74.400,249.200 75.762,249.200 62.751 C 249.200 56.344,249.041 52.050,248.786 51.574 C 248.392 50.838,247.841 50.800,237.632 50.800 L 226.891 50.800 226.246 52.160 M276.096 51.595 C 275.575 52.429,275.346 72.472,275.843 73.767 C 276.056 74.324,277.473 74.400,287.643 74.400 L 299.200 74.400 299.200 63.080 C 299.200 54.809,299.071 51.631,298.720 51.280 C 297.772 50.332,276.702 50.625,276.096 51.595 M26.426 76.558 C 25.620 77.862,25.591 78.345,25.693 88.858 L 25.800 99.800 37.681 100.000 C 46.671 100.151,49.688 100.326,50.081 100.719 C 50.477 101.116,50.628 103.985,50.717 112.819 L 50.835 124.400 61.198 124.400 C 72.184 124.400,73.173 124.256,73.956 122.537 C 74.725 120.849,74.551 103.003,73.754 101.786 L 73.108 100.800 62.183 100.800 C 52.784 100.800,51.169 100.712,50.629 100.171 C 50.089 99.632,50.000 98.058,50.000 89.076 C 50.000 80.022,49.905 78.378,49.300 76.906 L 48.600 75.203 37.933 75.201 L 27.265 75.200 26.426 76.558 M176.815 76.161 C 176.614 76.690,176.258 77.240,176.025 77.385 C 175.733 77.565,175.600 84.821,175.600 100.535 C 175.600 120.602,175.523 123.532,174.977 124.311 C 174.026 125.670,151.788 125.713,150.562 124.358 C 149.855 123.578,149.794 122.699,149.713 112.258 L 149.626 101.000 137.413 100.894 L 125.200 100.788 125.200 112.332 C 125.200 122.946,125.142 123.929,124.479 124.528 C 123.833 125.113,121.366 125.192,100.779 125.290 L 77.800 125.400 76.500 126.589 L 75.200 127.778 75.200 137.814 L 75.200 147.850 76.422 148.753 C 77.611 149.632,77.927 149.658,88.140 149.728 C 97.438 149.792,98.759 149.881,99.718 150.509 L 100.800 151.218 100.800 162.395 C 100.800 173.036,100.837 173.592,101.574 173.986 C 102.081 174.257,110.123 174.400,124.914 174.400 C 146.676 174.400,149.321 174.524,150.525 175.599 C 150.703 175.759,150.833 180.374,150.814 185.856 C 150.763 200.581,149.825 199.600,163.971 199.600 L 173.982 199.600 174.691 200.681 C 175.310 201.624,175.425 203.097,175.600 212.240 C 175.783 221.820,175.865 222.790,176.562 223.559 C 177.763 224.884,222.237 224.885,223.438 223.559 C 224.135 222.790,224.217 221.821,224.400 212.240 C 224.575 203.098,224.690 201.624,225.309 200.681 L 226.018 199.600 236.109 199.599 C 246.248 199.597,247.693 199.406,248.884 197.906 C 248.930 197.848,249.065 192.776,249.184 186.635 L 249.400 175.471 250.800 174.966 C 251.861 174.583,257.700 174.453,274.926 174.430 C 289.769 174.411,297.921 174.256,298.426 173.986 C 299.163 173.592,299.200 173.036,299.200 162.395 L 299.200 151.218 300.282 150.509 C 301.240 149.881,302.597 149.789,312.166 149.707 C 322.949 149.613,322.971 149.611,323.919 148.662 L 324.870 147.712 324.852 137.774 L 324.833 127.837 323.394 126.518 L 321.955 125.200 299.040 125.200 C 277.347 125.200,276.089 125.161,275.462 124.469 C 274.878 123.824,274.800 122.379,274.800 112.269 L 274.800 100.800 262.600 100.800 L 250.400 100.800 250.400 112.130 C 250.400 126.788,251.981 125.202,237.374 125.194 C 231.228 125.191,226.002 125.056,225.760 124.894 C 224.466 124.030,224.400 122.839,224.400 100.250 C 224.400 84.737,224.267 77.565,223.975 77.385 C 223.742 77.240,223.386 76.690,223.185 76.161 L 222.820 75.200 200.000 75.200 L 177.180 75.200 176.815 76.161 M350.988 76.300 C 350.821 76.905,350.575 82.368,350.442 88.439 C 350.256 96.927,350.073 99.631,349.651 100.139 C 349.165 100.725,347.833 100.800,337.997 100.800 L 326.892 100.800 326.246 101.786 C 325.292 103.243,325.287 120.620,326.241 122.629 C 327.089 124.417,327.394 124.456,339.400 124.316 L 349.400 124.200 349.494 112.600 C 349.579 102.198,349.659 100.948,350.271 100.500 C 350.779 100.127,353.878 100.000,362.427 100.000 C 371.131 100.000,373.997 99.879,374.296 99.500 C 375.139 98.429,374.817 78.804,373.925 76.900 L 373.129 75.200 362.211 75.200 L 351.293 75.200 350.988 76.300 M0.000 137.494 L 0.000 149.800 10.700 149.751 C 16.585 149.724,21.622 149.679,21.894 149.651 C 22.166 149.623,22.844 148.912,23.401 148.070 L 24.414 146.540 24.307 135.970 L 24.200 125.400 12.100 125.294 L 0.000 125.188 0.000 137.494 M375.988 125.500 C 375.674 133.289,376.124 147.420,376.712 148.240 C 377.662 149.565,377.709 149.570,389.500 149.692 L 400.000 149.800 400.000 137.500 L 400.000 125.200 388.000 125.200 C 381.400 125.200,375.995 125.335,375.988 125.500 M28.000 151.073 C 25.633 151.977,25.600 152.135,25.595 162.770 C 25.587 176.910,27.034 175.600,11.420 175.600 L 0.000 175.600 0.000 187.538 L 0.000 199.476 11.900 199.392 C 18.445 199.346,23.935 199.284,24.100 199.254 C 24.265 199.224,24.400 193.881,24.400 187.380 L 24.400 175.559 25.787 174.980 C 27.863 174.112,48.642 174.155,49.800 175.029 C 50.563 175.606,50.605 176.174,50.717 187.389 L 50.834 199.144 51.917 199.348 C 54.148 199.769,71.829 199.514,72.460 199.052 C 74.200 197.777,74.400 196.483,74.400 186.482 C 74.400 174.302,75.820 175.600,62.495 175.600 C 56.678 175.600,51.598 175.427,51.026 175.210 L 50.000 174.820 50.000 163.854 C 50.000 149.513,51.338 151.023,38.536 150.922 C 33.071 150.878,28.330 150.946,28.000 151.073 M351.600 151.317 L 350.600 151.822 350.400 163.092 C 350.249 171.580,350.072 174.490,349.681 174.881 C 349.285 175.276,346.514 175.426,338.081 175.508 C 324.132 175.643,325.600 174.355,325.600 186.457 C 325.600 195.995,325.816 197.487,327.389 198.791 C 328.444 199.666,349.075 199.702,349.410 198.829 C 349.533 198.508,349.618 193.556,349.599 187.823 C 349.579 182.090,349.572 176.934,349.582 176.364 C 349.613 174.569,350.698 174.400,362.159 174.400 C 377.292 174.400,376.000 173.100,376.000 188.326 L 376.000 199.400 388.000 199.407 L 400.000 199.415 400.000 187.507 L 400.000 175.600 388.619 175.600 C 373.198 175.600,374.690 176.902,374.629 163.397 C 374.579 152.303,374.411 151.557,371.850 151.035 C 369.496 150.554,352.645 150.789,351.600 151.317 M77.385 201.225 C 77.240 201.458,76.690 201.814,76.161 202.015 L 75.200 202.380 75.200 225.346 C 75.200 247.355,75.168 248.351,74.436 249.256 C 73.675 250.196,73.623 250.201,62.970 250.400 L 52.268 250.600 51.558 251.871 C 50.938 252.981,50.833 254.489,50.724 263.804 C 50.608 273.818,50.553 274.500,49.824 275.033 C 48.851 275.744,27.960 275.869,26.134 275.175 C 24.415 274.521,24.413 274.503,24.406 262.731 L 24.400 251.661 25.436 250.431 L 26.471 249.200 36.862 249.200 C 47.937 249.200,48.404 249.126,49.396 247.208 C 50.440 245.188,50.274 227.474,49.200 226.400 C 48.418 225.618,47.867 225.600,24.200 225.600 L 0.000 225.600 0.000 262.400 L 0.000 299.200 11.800 299.200 C 25.391 299.200,24.929 299.075,25.398 302.867 C 25.975 307.533,25.458 323.349,24.691 324.519 L 23.982 325.600 11.991 325.600 L 0.000 325.600 0.000 337.596 L 0.000 349.592 24.683 349.594 C 46.373 349.595,49.441 349.670,49.983 350.211 C 50.499 350.726,50.633 352.644,50.800 361.914 C 50.950 370.215,51.134 373.201,51.534 373.800 C 52.037 374.555,97.464 374.939,99.500 374.205 C 100.441 373.866,100.195 352.729,99.236 351.544 C 98.473 350.601,98.459 350.600,87.097 350.400 C 78.275 350.245,75.574 350.077,75.061 349.651 C 74.138 348.885,74.053 327.028,74.968 325.776 C 75.758 324.696,122.628 324.333,124.249 325.396 L 125.188 326.011 125.294 337.705 L 125.400 349.400 149.800 349.400 L 174.200 349.400 174.400 338.000 C 174.609 326.111,174.700 325.428,176.128 325.045 C 178.229 324.481,223.826 324.784,224.624 325.367 C 225.353 325.900,225.412 326.641,225.600 337.667 L 225.800 349.400 250.200 349.400 L 274.600 349.400 274.706 337.705 L 274.812 326.011 275.746 325.399 C 277.068 324.532,323.887 324.676,324.939 325.549 C 325.699 326.180,325.949 348.428,325.209 349.600 C 324.891 350.103,322.954 350.232,313.228 350.400 C 302.789 350.580,301.555 350.672,300.913 351.314 C 300.145 352.083,299.590 372.789,300.309 373.882 C 300.549 374.248,306.372 374.393,324.321 374.480 L 348.016 374.595 348.805 373.398 C 349.542 372.280,349.595 371.477,349.597 361.349 C 349.599 352.692,349.710 350.407,350.144 350.047 C 350.535 349.722,357.625 349.595,375.344 349.594 L 400.000 349.592 400.000 337.602 L 400.000 325.612 387.905 325.506 L 375.810 325.400 375.214 324.200 C 374.465 322.693,374.208 306.368,374.871 302.471 C 375.442 299.114,375.082 299.200,388.626 299.200 L 400.000 299.200 400.000 262.391 L 400.000 225.582 375.585 225.691 C 354.399 225.786,351.120 225.879,350.791 226.400 C 350.579 226.736,350.410 231.444,350.406 237.118 L 350.400 247.236 351.382 248.218 L 352.364 249.200 363.001 249.200 L 373.638 249.200 374.594 250.232 C 376.303 252.076,376.725 273.047,375.086 274.686 C 374.056 275.717,352.079 276.006,350.557 275.009 L 349.600 274.382 349.600 263.845 C 349.600 252.634,349.529 252.208,347.414 250.706 C 347.186 250.544,342.475 250.409,336.944 250.406 C 327.645 250.400,326.818 250.342,325.944 249.635 L 325.000 248.871 324.906 225.737 C 324.850 212.057,324.661 202.554,324.443 202.481 C 324.240 202.413,323.670 202.007,323.176 201.579 C 322.301 200.820,321.392 200.800,287.677 200.800 L 253.076 200.800 251.738 201.820 L 250.400 202.841 250.400 213.166 C 250.400 222.948,250.357 223.547,249.585 224.528 L 248.771 225.563 237.999 225.682 C 228.291 225.788,227.157 225.870,226.514 226.514 C 225.355 227.672,225.207 246.626,226.346 248.032 L 227.129 249.000 250.579 249.000 C 270.988 249.000,274.078 248.922,274.408 248.400 C 274.623 248.060,274.790 243.080,274.794 236.929 C 274.801 224.948,274.776 225.066,277.315 224.590 C 280.271 224.035,298.741 224.568,299.399 225.227 C 299.952 225.781,300.022 228.496,300.007 248.754 C 299.987 273.536,300.025 273.991,302.127 274.555 C 302.607 274.684,307.802 274.792,313.671 274.795 C 322.834 274.799,324.432 274.889,324.971 275.429 C 325.791 276.249,325.930 298.710,325.120 299.520 C 324.758 299.882,318.932 300.000,301.353 300.000 C 288.545 300.000,277.776 300.111,277.422 300.247 C 275.971 300.804,275.804 301.995,275.600 313.240 C 275.445 321.777,275.276 324.429,274.851 324.940 C 274.352 325.540,272.098 325.600,249.965 325.600 L 225.628 325.600 225.114 324.700 C 224.737 324.040,224.569 320.809,224.485 312.600 C 224.374 301.833,224.338 301.373,223.541 300.700 C 222.361 299.704,177.915 299.637,176.600 300.629 C 175.841 301.202,175.790 301.825,175.600 312.756 C 175.445 321.704,175.277 324.426,174.851 324.939 C 174.009 325.952,125.991 325.953,125.149 324.939 C 124.723 324.427,124.555 321.726,124.400 312.904 C 124.200 301.542,124.199 301.527,123.256 300.764 C 122.350 300.032,121.352 300.000,99.129 300.000 C 83.914 300.000,75.682 299.858,75.174 299.586 C 74.312 299.125,73.957 276.921,74.791 275.600 C 75.108 275.098,77.074 274.964,86.885 274.779 C 93.328 274.658,98.654 274.523,98.720 274.479 C 99.874 273.719,100.000 271.202,100.000 248.889 C 100.000 229.884,100.093 226.025,100.568 225.376 C 101.449 224.172,123.751 224.172,124.632 225.376 C 125.089 226.001,125.200 228.236,125.200 236.800 C 125.200 245.363,125.311 247.599,125.768 248.224 C 126.697 249.495,171.728 249.643,173.334 248.380 L 174.400 247.542 174.400 237.553 L 174.400 227.564 173.418 226.582 L 172.436 225.600 162.062 225.600 C 152.445 225.600,151.620 225.544,150.744 224.835 L 149.800 224.071 149.754 213.553 L 149.709 203.036 148.369 201.918 L 147.030 200.800 112.339 200.800 C 88.299 200.800,77.567 200.930,77.385 201.225 M176.769 251.569 L 175.600 252.738 175.600 263.141 C 175.600 272.064,175.689 273.632,176.229 274.171 C 177.055 274.998,223.098 275.142,223.920 274.320 C 224.269 273.971,224.400 270.946,224.400 263.216 L 224.400 252.592 223.384 251.496 L 222.368 250.400 200.153 250.400 L 177.938 250.400 176.769 251.569 M150.028 375.903 C 128.979 375.996,126.583 376.072,125.928 376.665 C 125.257 377.273,125.200 378.206,125.200 388.662 L 125.200 400.000 149.800 400.000 L 174.400 400.000 174.400 388.043 C 174.400 378.820,174.286 376.053,173.900 375.943 C 173.625 375.864,162.883 375.846,150.028 375.903 M225.999 375.933 C 225.746 376.018,225.600 380.431,225.600 388.033 L 225.600 400.000 250.200 400.000 L 274.800 400.000 274.800 388.662 C 274.800 378.246,274.741 377.271,274.079 376.671 C 273.422 376.077,227.671 375.375,225.999 375.933 " stroke="none" fill="#acbbc4" fill-rule="evenodd"></path>
<path id="path3" d="M24.400 12.000 C 24.400 18.600,24.387 24.131,24.370 24.290 C 24.354 24.450,24.534 24.645,24.770 24.723 C 25.071 24.824,25.200 21.123,25.200 12.433 C 25.200 4.411,25.058 0.000,24.800 0.000 C 24.542 0.000,24.400 4.267,24.400 12.000 M50.000 11.800 C 50.000 23.067,50.036 23.636,50.800 24.400 C 51.588 25.188,52.133 25.200,87.418 25.200 L 123.236 25.200 124.218 24.218 L 125.200 23.236 125.200 11.618 C 125.200 4.139,125.057 0.000,124.800 0.000 C 124.543 0.000,124.400 4.042,124.400 11.325 C 124.400 22.168,124.365 22.686,123.584 23.525 L 122.769 24.400 87.446 24.400 C 53.735 24.400,52.094 24.367,51.462 23.669 C 50.878 23.024,50.800 21.579,50.800 11.469 C 50.800 4.090,50.657 0.000,50.400 0.000 C 50.142 0.000,50.000 4.200,50.000 11.800 M150.000 11.381 C 150.000 26.749,148.542 25.187,162.890 25.195 L 173.179 25.200 173.790 26.380 C 174.813 28.360,174.682 47.563,173.636 48.856 L 172.872 49.800 162.136 49.908 C 148.513 50.045,150.000 48.514,150.000 62.400 C 150.000 76.484,148.537 74.967,162.267 75.118 L 173.006 75.236 173.703 76.450 C 174.590 77.996,174.796 123.044,173.920 123.920 C 173.112 124.728,152.248 124.590,151.429 123.771 C 150.886 123.229,150.800 121.553,150.800 111.522 C 150.800 101.345,150.727 99.963,150.212 100.390 C 149.203 101.228,149.524 123.211,150.562 124.358 C 151.788 125.713,174.026 125.670,174.977 124.311 C 175.523 123.532,175.600 120.602,175.600 100.535 C 175.600 84.821,175.733 77.565,176.025 77.385 C 176.258 77.240,176.614 76.690,176.815 76.161 L 177.180 75.200 200.000 75.200 L 222.820 75.200 223.185 76.161 C 223.386 76.690,223.742 77.240,223.975 77.385 C 224.267 77.565,224.400 84.737,224.400 100.250 C 224.400 122.839,224.466 124.030,225.760 124.894 C 227.084 125.778,248.645 125.216,249.530 124.274 C 250.670 123.061,250.915 101.326,249.800 100.400 C 249.269 99.959,249.200 101.262,249.200 111.737 C 249.200 123.028,249.164 123.591,248.426 123.986 C 247.270 124.605,226.704 124.544,226.080 123.920 C 225.282 123.122,225.399 77.865,226.200 77.200 C 226.530 76.926,226.800 76.364,226.800 75.951 C 226.800 75.236,227.283 75.200,236.750 75.200 C 251.518 75.200,250.084 76.576,250.019 62.458 C 249.955 48.487,251.345 50.000,238.571 50.000 C 227.565 50.000,226.362 49.803,225.856 47.916 C 225.288 45.795,225.579 27.600,226.201 26.398 L 226.802 25.236 237.768 25.118 C 243.800 25.053,248.856 24.878,249.004 24.730 C 250.171 23.560,250.727 0.000,249.587 0.000 C 249.347 0.000,249.200 4.286,249.200 11.324 C 249.200 20.466,249.091 22.797,248.633 23.424 C 248.101 24.151,247.365 24.213,236.938 24.400 L 225.810 24.600 225.205 25.800 C 224.730 26.743,224.557 29.208,224.400 37.292 L 224.200 47.584 223.091 48.692 L 221.982 49.800 201.291 49.919 C 173.049 50.081,175.600 51.317,175.600 37.474 C 175.600 28.078,175.320 25.523,174.202 24.706 C 173.981 24.544,168.985 24.409,163.100 24.406 C 149.278 24.398,150.800 26.008,150.800 11.400 C 150.800 4.067,150.657 0.000,150.400 0.000 C 150.143 0.000,150.000 4.060,150.000 11.381 M274.800 11.546 C 274.800 22.621,274.834 23.135,275.629 24.146 L 276.458 25.200 312.340 25.200 C 344.169 25.200,348.322 25.130,349.111 24.577 C 350.000 23.955,350.000 23.951,349.912 11.877 L 349.824 -0.200 349.612 11.259 C 349.417 21.795,349.339 22.785,348.638 23.559 L 347.876 24.400 312.638 24.394 C 293.257 24.391,277.186 24.252,276.925 24.086 C 275.808 23.375,275.600 21.287,275.600 10.774 C 275.600 3.858,275.457 0.000,275.200 0.000 C 274.943 0.000,274.800 4.115,274.800 11.546 M374.800 11.767 C 374.800 23.096,374.919 25.021,375.596 24.603 C 376.268 24.187,376.095 0.000,375.419 0.000 C 374.874 0.000,374.800 1.411,374.800 11.767 M100.749 50.661 C 99.975 51.592,99.544 74.401,100.300 74.400 C 100.688 74.400,100.800 71.869,100.800 63.080 C 100.800 54.809,100.929 51.631,101.280 51.280 C 102.212 50.348,123.477 50.623,123.986 51.574 C 124.243 52.053,124.400 56.538,124.400 63.374 C 124.400 70.458,124.543 74.400,124.800 74.400 C 125.632 74.400,125.311 51.425,124.469 50.662 C 123.361 49.660,101.582 49.659,100.749 50.661 M275.462 50.731 C 274.592 51.692,274.437 74.400,275.300 74.400 C 275.691 74.401,275.774 72.019,275.681 63.509 C 275.594 55.525,275.692 52.375,276.049 51.709 L 276.535 50.800 287.388 50.800 C 295.295 50.800,298.370 50.930,298.720 51.280 C 299.071 51.631,299.200 54.809,299.200 63.080 C 299.200 71.869,299.312 74.400,299.700 74.400 C 300.509 74.401,300.019 50.908,299.200 50.391 C 297.941 49.596,276.207 49.908,275.462 50.731 M222.304 50.641 C 224.448 51.070,224.600 51.875,224.600 62.818 C 224.600 71.989,224.544 72.777,223.838 73.558 C 222.788 74.718,178.339 74.903,176.586 73.754 L 175.600 73.108 175.600 62.630 C 175.600 51.428,175.669 51.018,177.600 50.683 C 179.167 50.410,220.956 50.371,222.304 50.641 M173.651 51.461 C 174.221 52.147,174.713 70.299,174.215 72.283 C 173.742 74.168,172.402 74.401,162.120 74.387 C 154.264 74.377,152.460 74.269,151.800 73.771 C 150.857 73.058,150.316 53.252,151.195 51.609 C 151.804 50.472,172.715 50.334,173.651 51.461 M248.786 51.574 C 249.041 52.050,249.200 56.344,249.200 62.751 C 249.200 75.762,250.501 74.400,238.071 74.400 C 227.975 74.400,226.339 74.115,225.845 72.273 C 225.260 70.092,225.590 53.543,226.246 52.160 L 226.891 50.800 237.632 50.800 C 247.841 50.800,248.392 50.838,248.786 51.574 M26.146 74.868 C 24.537 75.647,24.400 76.727,24.400 88.619 C 24.400 98.469,24.481 100.000,25.000 100.000 C 25.519 100.000,25.600 98.505,25.600 88.947 C 25.600 78.448,25.642 77.827,26.433 76.547 L 27.265 75.200 37.933 75.201 L 48.600 75.203 49.300 76.906 C 49.905 78.378,50.000 80.022,50.000 89.076 C 50.000 98.058,50.089 99.632,50.629 100.171 C 51.169 100.712,52.784 100.800,62.183 100.800 L 73.108 100.800 73.754 101.786 C 74.551 103.003,74.725 120.849,73.956 122.537 C 73.172 124.257,72.188 124.400,61.081 124.406 C 55.005 124.410,50.348 124.575,50.000 124.800 C 49.605 125.055,53.387 125.190,61.067 125.194 L 72.735 125.200 73.567 126.547 C 74.354 127.820,74.400 128.459,74.400 138.125 L 74.400 148.355 75.365 149.478 L 76.329 150.600 87.597 150.800 C 101.572 151.048,100.000 149.490,100.000 163.095 L 100.000 173.636 100.982 174.618 L 101.964 175.600 125.093 175.600 C 145.379 175.600,148.331 175.677,149.111 176.223 C 150.019 176.859,150.552 196.206,149.694 197.414 C 149.532 197.641,148.881 198.226,148.246 198.714 L 147.092 199.600 112.484 199.600 L 77.876 199.600 76.556 198.594 L 75.237 197.587 75.118 186.770 L 75.000 175.953 74.000 175.186 C 73.073 174.474,72.224 174.417,62.400 174.403 C 56.446 174.394,51.537 174.222,51.200 174.009 C 50.695 173.690,50.581 171.864,50.482 162.449 L 50.365 151.269 49.426 150.654 C 48.654 150.148,46.623 150.017,38.041 149.919 L 27.596 149.800 26.587 148.625 C 25.161 146.964,25.156 146.915,25.284 135.500 C 25.385 126.559,25.321 125.199,24.800 125.199 C 24.279 125.199,24.215 126.597,24.313 135.832 C 24.472 150.860,25.324 149.912,11.800 149.761 C 2.067 149.651,0.000 149.769,0.000 150.432 C 0.000 150.647,4.695 150.800,11.330 150.800 C 25.949 150.800,24.400 149.341,24.400 163.112 C 24.400 173.044,24.361 173.593,23.626 173.986 C 23.145 174.244,18.538 174.400,11.426 174.400 C 1.536 174.400,0.000 174.481,0.000 175.000 C 0.000 175.883,22.264 175.898,23.969 175.016 C 25.538 174.205,25.588 173.827,25.595 162.770 L 25.600 152.939 26.632 151.970 L 27.664 151.000 38.068 151.000 L 48.471 151.000 49.235 151.944 C 49.947 152.823,50.000 153.654,50.000 163.854 L 50.000 174.820 51.026 175.210 C 51.598 175.427,56.702 175.600,62.564 175.600 C 75.813 175.600,74.400 174.293,74.400 186.551 C 74.400 200.460,75.336 199.536,61.305 199.485 C 53.664 199.458,50.662 199.578,50.316 199.924 C 49.948 200.292,52.358 200.400,60.951 200.400 L 72.062 200.400 73.231 201.569 L 74.400 202.738 74.400 225.341 C 74.400 245.355,74.328 248.015,73.771 248.571 C 72.880 249.462,52.588 249.518,51.376 248.633 C 50.646 248.099,50.592 247.412,50.471 237.133 C 50.361 227.850,50.246 226.094,49.709 225.500 C 48.968 224.681,0.000 224.385,0.000 225.200 C 0.000 225.462,8.333 225.600,24.200 225.600 C 47.867 225.600,48.418 225.618,49.200 226.400 C 50.274 227.474,50.440 245.188,49.396 247.208 C 48.404 249.126,47.937 249.200,36.862 249.200 L 26.471 249.200 25.436 250.431 L 24.400 251.661 24.406 262.731 C 24.413 274.503,24.415 274.521,26.134 275.175 C 27.960 275.869,48.851 275.744,49.824 275.033 C 50.553 274.500,50.608 273.818,50.724 263.804 C 50.833 254.489,50.938 252.981,51.558 251.871 L 52.268 250.600 62.970 250.400 C 73.623 250.201,73.675 250.196,74.436 249.256 C 75.168 248.351,75.200 247.355,75.200 225.346 L 75.200 202.380 76.161 202.015 C 76.690 201.814,77.240 201.458,77.385 201.225 C 77.567 200.930,88.299 200.800,112.339 200.800 L 147.030 200.800 148.369 201.918 L 149.709 203.036 149.754 213.553 L 149.800 224.071 150.744 224.835 C 151.620 225.544,152.445 225.600,162.062 225.600 L 172.436 225.600 173.418 226.582 L 174.400 227.564 174.400 237.553 L 174.400 247.542 173.334 248.380 C 171.728 249.643,126.697 249.495,125.768 248.224 C 125.311 247.599,125.200 245.363,125.200 236.800 C 125.200 228.236,125.089 226.001,124.632 225.376 C 123.751 224.172,101.449 224.172,100.568 225.376 C 100.093 226.025,100.000 229.884,100.000 248.889 C 100.000 271.202,99.874 273.719,98.720 274.479 C 98.654 274.523,93.328 274.658,86.885 274.779 C 77.074 274.964,75.108 275.098,74.791 275.600 C 73.957 276.921,74.312 299.125,75.174 299.586 C 75.682 299.858,83.914 300.000,99.129 300.000 C 121.352 300.000,122.350 300.032,123.256 300.764 C 124.199 301.527,124.200 301.542,124.400 312.904 C 124.555 321.726,124.723 324.427,125.149 324.939 C 125.991 325.953,174.009 325.952,174.851 324.939 C 175.277 324.426,175.445 321.704,175.600 312.756 C 175.790 301.825,175.841 301.202,176.600 300.629 C 177.915 299.637,222.361 299.704,223.541 300.700 C 224.338 301.373,224.374 301.833,224.485 312.600 C 224.569 320.809,224.737 324.040,225.114 324.700 L 225.628 325.600 249.965 325.600 C 272.098 325.600,274.352 325.540,274.851 324.940 C 275.276 324.429,275.445 321.777,275.600 313.240 C 275.804 301.995,275.971 300.804,277.422 300.247 C 277.776 300.111,288.545 300.000,301.353 300.000 C 318.932 300.000,324.758 299.882,325.120 299.520 C 325.930 298.710,325.791 276.249,324.971 275.429 C 324.432 274.889,322.834 274.799,313.671 274.795 C 307.802 274.792,302.607 274.684,302.127 274.555 C 300.025 273.991,299.987 273.536,300.007 248.754 C 300.022 228.496,299.952 225.781,299.399 225.227 C 298.741 224.568,280.271 224.035,277.315 224.590 C 274.776 225.066,274.801 224.948,274.794 236.929 C 274.790 243.080,274.623 248.060,274.408 248.400 C 274.078 248.922,270.988 249.000,250.579 249.000 L 227.129 249.000 226.346 248.032 C 225.207 246.626,225.355 227.672,226.514 226.514 C 227.157 225.870,228.291 225.788,237.999 225.682 L 248.771 225.563 249.585 224.528 C 250.357 223.547,250.400 222.948,250.400 213.166 L 250.400 202.841 251.738 201.820 L 253.076 200.800 287.677 200.800 C 321.392 200.800,322.301 200.820,323.176 201.579 C 323.670 202.007,324.240 202.413,324.443 202.481 C 324.661 202.554,324.850 212.057,324.906 225.737 L 325.000 248.871 325.944 249.635 C 326.818 250.342,327.645 250.400,336.944 250.406 C 342.475 250.409,347.186 250.544,347.414 250.706 C 349.529 252.208,349.600 252.634,349.600 263.845 L 349.600 274.382 350.557 275.009 C 352.079 276.006,374.056 275.717,375.086 274.686 C 376.725 273.047,376.303 252.076,374.594 250.232 L 373.638 249.200 363.001 249.200 L 352.364 249.200 351.382 248.218 L 350.400 247.236 350.406 237.118 C 350.410 231.444,350.579 226.736,350.791 226.400 C 351.120 225.879,354.399 225.786,375.585 225.691 C 391.146 225.622,400.000 225.440,400.000 225.191 C 400.000 224.357,351.021 224.692,350.262 225.531 C 349.681 226.174,349.600 227.566,349.600 236.931 C 349.600 247.067,349.560 247.640,348.800 248.400 C 347.616 249.584,327.328 249.646,326.262 248.469 C 325.663 247.806,325.600 245.617,325.600 225.311 L 325.600 202.885 326.760 201.642 L 327.921 200.400 338.948 200.400 C 347.779 200.400,349.936 200.297,349.777 199.885 C 349.622 199.481,347.311 199.376,339.147 199.400 C 324.728 199.443,325.602 200.272,325.601 186.544 C 325.600 174.341,324.127 175.643,338.081 175.508 C 346.514 175.426,349.285 175.276,349.681 174.881 C 350.072 174.490,350.249 171.580,350.400 163.092 L 350.600 151.822 351.600 151.317 C 352.645 150.789,369.496 150.554,371.850 151.035 C 374.411 151.557,374.579 152.303,374.629 163.397 C 374.678 174.119,374.724 174.455,376.241 175.146 C 377.912 175.907,400.000 175.772,400.000 175.000 C 400.000 174.480,398.448 174.400,388.429 174.400 C 378.442 174.400,376.771 174.314,376.229 173.771 C 375.128 172.671,375.305 153.282,376.429 151.854 L 377.258 150.800 388.629 150.800 C 398.707 150.800,401.317 150.583,399.500 149.897 C 399.225 149.793,394.355 149.674,388.677 149.633 C 374.633 149.530,376.034 151.009,375.987 136.240 C 375.958 126.911,375.863 125.200,375.376 125.200 C 374.889 125.200,374.800 126.889,374.800 136.194 L 374.800 147.187 373.633 148.494 L 372.467 149.800 361.990 149.919 C 353.294 150.018,351.351 150.145,350.557 150.665 L 349.600 151.292 349.600 162.072 C 349.600 168.738,349.442 173.148,349.186 173.626 C 348.793 174.361,348.242 174.400,338.166 174.400 C 329.442 174.400,327.351 174.508,326.380 175.010 L 325.200 175.621 325.195 185.910 C 325.188 197.628,325.205 197.507,323.453 198.708 L 322.150 199.600 287.435 199.600 L 252.720 199.600 251.360 198.240 L 250.000 196.880 250.000 187.040 C 250.000 177.733,250.043 177.157,250.800 176.400 C 251.582 175.618,252.133 175.600,274.746 175.600 C 297.557 175.600,297.907 175.588,298.946 174.771 L 300.000 173.942 300.000 163.247 C 300.000 149.466,298.476 151.025,312.067 150.896 C 326.818 150.755,325.600 151.895,325.600 138.230 C 325.600 128.072,325.890 126.035,327.418 125.449 C 327.774 125.312,333.098 125.200,339.248 125.200 C 348.177 125.200,350.337 125.099,349.965 124.700 C 349.610 124.319,347.101 124.229,339.449 124.320 C 327.413 124.463,327.091 124.422,326.241 122.629 C 325.287 120.620,325.292 103.243,326.246 101.786 L 326.892 100.800 337.997 100.800 C 347.833 100.800,349.165 100.725,349.651 100.139 C 350.073 99.631,350.256 96.927,350.442 88.439 C 350.575 82.368,350.821 76.905,350.988 76.300 L 351.293 75.200 362.211 75.200 L 373.129 75.200 373.927 76.900 C 374.666 78.473,374.723 79.395,374.687 89.199 C 374.655 98.126,374.739 99.816,375.224 99.910 C 376.231 100.104,375.834 76.949,374.808 75.600 L 374.047 74.600 363.126 74.481 C 351.438 74.354,350.672 74.414,350.147 75.497 C 349.959 75.883,349.714 81.278,349.603 87.483 C 349.350 101.535,350.862 99.971,337.519 99.987 C 330.594 99.996,326.905 100.152,326.219 100.464 L 325.200 100.928 325.194 111.564 C 325.187 123.007,325.224 122.769,323.320 123.744 C 321.244 124.808,277.229 124.737,276.262 123.669 C 275.680 123.025,275.600 121.607,275.600 111.869 C 275.600 104.756,275.457 100.800,275.200 100.800 C 274.368 100.800,274.689 123.775,275.531 124.538 C 276.194 125.138,278.412 125.200,299.109 125.200 L 321.955 125.200 323.394 126.518 L 324.833 127.837 324.852 137.774 L 324.870 147.712 323.919 148.662 C 322.971 149.611,322.949 149.613,312.166 149.707 C 302.597 149.789,301.240 149.881,300.282 150.509 L 299.200 151.218 299.200 162.395 C 299.200 173.036,299.163 173.592,298.426 173.986 C 297.921 174.256,289.769 174.411,274.926 174.430 C 257.700 174.453,251.861 174.583,250.800 174.966 L 249.400 175.471 249.184 186.635 C 249.065 192.776,248.930 197.848,248.884 197.906 C 247.693 199.406,246.248 199.597,236.109 199.599 L 226.018 199.600 225.309 200.681 C 224.690 201.624,224.575 203.098,224.400 212.240 C 224.217 221.821,224.135 222.790,223.438 223.559 C 222.237 224.885,177.763 224.884,176.562 223.559 C 175.865 222.790,175.783 221.820,175.600 212.240 C 175.425 203.097,175.310 201.624,174.691 200.681 L 173.982 199.600 163.971 199.600 C 149.825 199.600,150.763 200.581,150.814 185.856 C 150.833 180.374,150.703 175.759,150.525 175.599 C 149.321 174.524,146.676 174.400,124.914 174.400 C 110.123 174.400,102.081 174.257,101.574 173.986 C 100.837 173.592,100.800 173.036,100.800 162.395 L 100.800 151.218 99.718 150.509 C 98.759 149.881,97.438 149.792,88.140 149.728 C 77.927 149.658,77.611 149.632,76.422 148.753 L 75.200 147.850 75.200 137.814 L 75.200 127.778 76.500 126.589 L 77.800 125.400 100.779 125.290 C 121.366 125.192,123.833 125.113,124.479 124.528 C 125.312 123.774,125.623 100.800,124.800 100.800 C 124.543 100.800,124.400 104.779,124.400 111.938 C 124.400 122.220,124.344 123.127,123.669 123.738 C 122.542 124.758,78.754 124.747,76.614 123.726 L 75.200 123.052 75.200 113.176 C 75.200 98.622,76.534 100.005,62.481 99.987 C 49.123 99.971,50.649 101.591,50.400 87.150 C 50.212 76.239,50.153 75.500,49.424 74.967 C 48.465 74.267,27.570 74.178,26.146 74.868 M1.100 199.527 C 0.495 199.596,-0.000 199.821,-0.000 200.027 C -0.000 200.250,5.075 200.400,12.629 200.400 C 22.747 200.400,25.152 200.301,24.729 199.900 C 24.241 199.439,4.566 199.128,1.100 199.527 M375.419 199.896 C 375.266 200.295,377.811 200.400,387.613 200.400 C 395.604 200.400,400.000 200.258,400.000 200.000 C 400.000 199.489,400.233 199.499,386.906 199.441 C 378.153 199.403,375.569 199.505,375.419 199.896 M173.600 201.200 C 174.808 202.408,174.839 222.169,173.635 223.656 L 172.871 224.600 162.269 224.600 C 156.438 224.600,151.517 224.450,151.333 224.267 C 150.939 223.874,150.642 204.801,151.001 202.871 C 151.415 200.640,152.446 200.434,163.300 200.416 C 172.278 200.401,172.844 200.444,173.600 201.200 M248.436 201.544 C 249.564 202.938,249.623 223.852,248.500 224.313 C 248.115 224.471,243.149 224.600,237.464 224.600 L 227.129 224.600 226.346 223.633 C 225.135 222.137,225.362 201.855,226.600 200.949 C 228.152 199.813,247.461 200.340,248.436 201.544 M123.920 226.080 C 124.268 226.428,124.400 229.331,124.400 236.630 C 124.400 248.731,124.441 249.020,126.253 249.618 C 127.183 249.924,134.713 250.087,150.045 250.133 L 172.476 250.200 173.420 251.384 C 174.352 252.553,174.366 252.707,174.482 263.320 L 174.600 274.072 175.544 274.836 C 177.015 276.026,222.985 276.026,224.456 274.836 C 225.396 274.075,225.401 274.026,225.600 263.317 C 225.798 252.647,225.954 251.466,227.309 250.323 C 227.359 250.281,237.966 250.146,250.880 250.023 C 269.357 249.848,274.472 249.689,274.880 249.281 C 275.272 248.890,275.449 245.995,275.600 237.566 C 275.767 228.200,275.898 226.308,276.400 225.991 C 277.053 225.579,297.523 225.442,298.567 225.843 C 299.134 226.060,299.200 228.533,299.200 249.669 C 299.200 264.287,299.349 273.531,299.592 273.984 C 300.326 275.356,302.213 275.600,312.113 275.600 C 322.447 275.600,324.660 275.904,325.029 277.373 C 325.367 278.721,325.034 298.301,324.667 298.667 C 324.484 298.850,313.543 299.049,300.355 299.109 L 276.377 299.218 275.590 300.509 C 274.860 301.707,274.803 302.564,274.801 312.411 C 274.800 321.366,274.703 323.161,274.177 323.911 L 273.555 324.800 249.830 324.800 L 226.105 324.800 225.857 323.300 C 225.720 322.475,225.607 317.462,225.604 312.160 C 225.600 302.214,225.356 300.326,223.984 299.592 C 222.971 299.049,177.005 299.062,175.991 299.605 C 174.690 300.301,174.405 302.645,174.402 312.650 C 174.401 317.958,174.288 322.863,174.150 323.550 L 173.900 324.800 150.199 324.800 C 128.656 324.800,126.448 324.740,125.949 324.140 C 125.525 323.629,125.348 320.885,125.173 312.040 C 125.048 305.748,124.913 300.568,124.873 300.529 C 124.833 300.489,124.517 300.174,124.171 299.829 C 123.615 299.272,120.889 299.199,100.271 299.195 C 87.472 299.192,76.595 299.081,76.100 298.948 L 75.200 298.707 75.200 287.600 L 75.200 276.493 76.100 276.179 C 76.595 276.006,82.011 275.760,88.136 275.632 C 99.228 275.401,99.275 275.396,100.036 274.456 C 100.769 273.550,100.800 272.546,100.800 249.976 C 100.800 227.982,100.846 226.413,101.500 226.032 C 102.555 225.418,123.302 225.462,123.920 226.080 M223.886 226.514 C 225.030 227.659,224.973 247.792,223.824 248.632 C 222.555 249.560,177.361 249.470,176.331 248.538 C 175.070 247.397,175.224 227.109,176.500 226.214 C 177.959 225.191,222.847 225.475,223.886 226.514 M45.925 250.262 C 49.779 250.725,50.000 251.412,50.000 262.913 C 50.000 270.670,49.887 272.659,49.390 273.620 L 48.779 274.800 37.971 274.800 L 27.162 274.800 26.181 273.742 L 25.200 272.683 25.200 262.831 C 25.200 249.296,24.593 250.029,35.800 250.016 C 40.200 250.011,44.756 250.122,45.925 250.262 M373.640 251.242 L 374.800 252.485 374.800 262.717 C 374.800 276.201,376.272 274.800,362.110 274.800 L 351.159 274.800 350.580 273.413 C 350.131 272.340,350.002 270.007,350.009 263.113 C 350.019 252.980,350.423 251.077,352.674 250.579 C 353.293 250.442,353.980 250.270,354.200 250.197 C 354.420 250.123,358.623 250.049,363.540 250.032 L 372.479 250.000 373.640 251.242 M223.384 251.496 L 224.400 252.592 224.400 263.216 C 224.400 270.946,224.269 273.971,223.920 274.320 C 223.098 275.142,177.055 274.998,176.229 274.171 C 175.689 273.632,175.600 272.064,175.600 263.141 L 175.600 252.738 176.769 251.569 L 177.938 250.400 200.153 250.400 L 222.368 250.400 223.384 251.496 M0.000 299.600 C 0.000 299.857,4.057 300.000,11.371 300.000 L 22.742 300.000 23.571 301.054 C 24.535 302.280,24.859 320.963,23.961 323.540 L 23.522 324.800 11.761 324.800 C 4.187 324.800,0.000 324.942,0.000 325.200 C 0.000 325.458,4.264 325.600,11.991 325.600 L 23.982 325.600 24.691 324.519 C 26.176 322.255,25.903 301.503,24.367 299.967 C 23.493 299.093,0.000 298.739,0.000 299.600 M376.151 299.593 C 374.431 300.288,373.641 321.035,375.214 324.200 L 375.810 325.400 387.905 325.506 C 395.888 325.576,400.000 325.474,400.000 325.206 C 400.000 324.941,395.934 324.800,388.264 324.800 L 376.528 324.800 376.039 323.300 C 375.163 320.617,375.599 301.904,376.562 300.841 C 377.302 300.024,377.647 300.000,388.662 300.000 C 395.954 300.000,400.000 299.857,400.000 299.600 C 400.000 299.102,377.384 299.095,376.151 299.593 M76.400 325.080 C 74.455 325.424,74.400 325.775,74.400 337.827 C 74.400 347.823,74.475 349.164,75.061 349.651 C 75.574 350.077,78.275 350.245,87.097 350.400 L 98.472 350.600 99.253 351.565 C 99.988 352.473,100.030 353.177,99.981 363.709 C 99.946 371.303,100.069 375.029,100.364 375.324 C 100.679 375.639,100.800 372.335,100.800 363.480 C 100.800 347.853,102.323 349.601,88.700 349.598 C 82.656 349.596,77.563 349.419,76.700 349.179 L 75.200 348.762 75.200 337.787 L 75.200 326.811 76.649 326.205 C 78.586 325.396,99.132 325.303,99.959 326.100 C 100.378 326.504,100.450 326.447,100.333 325.800 C 100.194 325.026,80.118 324.422,76.400 325.080 M299.813 325.179 C 299.670 325.410,299.698 325.605,299.876 325.612 C 300.054 325.618,305.123 325.613,311.139 325.600 C 322.744 325.575,324.546 325.806,324.966 327.370 C 325.317 328.675,325.225 347.741,324.866 348.307 C 324.209 349.342,321.556 349.600,311.557 349.600 C 301.794 349.600,301.258 349.639,300.254 350.429 L 299.200 351.258 299.200 363.262 C 299.200 371.644,299.330 375.223,299.630 375.123 C 299.921 375.026,300.082 371.272,300.130 363.505 C 300.219 348.959,298.525 350.653,313.228 350.400 C 322.954 350.232,324.891 350.103,325.209 349.600 C 325.948 348.429,325.699 326.180,324.939 325.549 C 324.093 324.846,300.236 324.494,299.813 325.179 M124.938 349.700 C 124.836 349.865,136.148 349.986,150.076 349.968 C 164.004 349.951,175.212 349.858,174.982 349.762 C 174.236 349.451,125.130 349.390,124.938 349.700 M225.062 349.694 C 224.808 349.856,236.015 349.991,249.967 349.994 C 263.918 349.997,275.241 349.907,275.127 349.794 C 274.799 349.466,225.574 349.368,225.062 349.694 M24.896 349.829 C 25.022 349.956,30.356 350.091,36.748 350.129 C 51.456 350.219,49.746 348.558,50.000 363.000 C 50.165 372.410,50.304 374.477,50.803 374.975 C 51.517 375.688,74.478 375.966,74.712 375.264 C 74.925 374.624,71.455 374.427,61.534 374.515 C 49.751 374.621,51.057 376.149,50.800 361.961 C 50.645 353.423,50.476 350.771,50.051 350.261 C 49.562 349.672,48.140 349.600,37.084 349.600 C 30.255 349.600,24.770 349.703,24.896 349.829 M350.080 350.080 C 349.730 350.430,349.600 353.487,349.600 361.333 C 349.600 371.271,349.540 372.202,348.829 373.353 L 348.058 374.600 338.529 374.513 C 328.111 374.417,325.150 374.603,325.430 375.334 C 325.742 376.148,348.569 375.759,349.261 374.928 C 349.674 374.431,349.847 371.631,350.000 362.953 C 350.180 352.779,350.273 351.554,350.914 350.913 C 351.783 350.045,372.859 349.575,374.383 350.391 C 375.041 350.743,375.200 350.709,375.200 350.214 C 375.200 349.403,350.887 349.273,350.080 350.080 M126.094 375.215 C 125.596 375.415,125.011 376.045,124.794 376.615 C 124.260 378.020,124.266 400.000,124.800 400.000 C 125.057 400.000,125.200 395.954,125.200 388.662 C 125.200 378.224,125.258 377.272,125.925 376.668 C 126.579 376.076,128.959 376.010,150.324 375.994 C 173.371 375.976,175.436 375.906,174.974 375.158 C 174.681 374.683,127.280 374.738,126.094 375.215 M225.297 375.291 C 225.431 375.694,230.463 375.823,249.414 375.911 C 270.869 376.011,273.437 376.090,274.081 376.673 C 274.741 377.270,274.800 378.258,274.800 388.662 C 274.800 395.954,274.943 400.000,275.200 400.000 C 276.055 400.000,275.707 377.021,274.835 375.944 L 274.071 375.000 249.599 374.891 C 229.929 374.803,225.161 374.882,225.297 375.291 " stroke="none" fill="#a361d7" fill-rule="evenodd"></path>
<path id="path4" d="M0.000 24.794 C 0.000 25.042,4.492 25.228,12.100 25.294 L 24.200 25.400 24.303 49.165 C 24.397 70.776,24.347 72.996,23.747 73.659 C 23.142 74.327,22.118 74.397,11.443 74.500 L -0.200 74.613 11.638 74.706 C 23.179 74.798,23.495 74.779,24.229 73.968 C 24.985 73.133,25.343 26.003,24.603 24.804 C 24.265 24.258,0.000 24.248,0.000 24.794 M375.467 24.667 C 374.732 25.401,375.184 73.461,375.931 74.138 C 376.582 74.727,377.959 74.790,388.431 74.706 L 400.200 74.613 388.625 74.500 C 378.563 74.402,376.954 74.302,376.325 73.732 C 375.595 73.072,375.139 27.668,375.843 25.833 C 376.057 25.275,377.508 25.200,388.043 25.200 C 395.748 25.200,400.000 25.058,400.000 24.800 C 400.000 24.350,375.914 24.219,375.467 24.667 M100.111 74.400 L 76.422 74.600 75.511 75.510 C 74.618 76.403,74.598 76.623,74.475 86.560 C 74.332 98.201,74.463 99.110,76.418 100.099 C 78.322 101.063,149.573 101.196,150.369 100.238 C 150.707 99.831,150.803 96.526,150.718 88.269 L 150.600 76.863 149.630 75.832 C 149.097 75.264,148.436 74.800,148.161 74.800 C 147.886 74.800,148.191 75.329,148.837 75.976 L 150.013 77.151 149.906 88.476 L 149.800 99.800 113.400 99.892 C 78.028 99.982,76.972 99.963,76.000 99.216 L 75.000 98.447 74.880 88.354 C 74.758 78.075,74.914 76.668,76.304 75.513 C 76.793 75.108,84.307 74.958,112.161 74.800 C 135.335 74.668,143.360 74.532,135.600 74.400 C 129.110 74.290,113.140 74.290,100.111 74.400 M270.100 74.700 C 279.725 74.760,295.475 74.760,305.100 74.700 C 314.725 74.640,306.850 74.591,287.600 74.591 C 268.350 74.591,260.475 74.640,270.100 74.700 M250.690 75.501 C 250.341 75.886,249.863 76.708,249.628 77.327 C 249.080 78.768,249.050 98.353,249.593 99.782 L 249.986 100.816 286.782 100.708 L 323.578 100.600 324.489 99.690 C 325.384 98.795,325.402 98.595,325.519 88.294 C 325.659 76.024,325.462 74.800,323.341 74.800 C 322.966 74.800,323.204 75.192,323.969 75.836 L 325.200 76.871 325.200 87.455 L 325.200 98.038 324.142 99.019 L 323.083 100.000 286.784 100.000 C 254.054 100.000,250.462 99.938,250.243 99.367 C 250.109 99.019,250.000 93.875,250.000 87.937 L 250.000 77.138 251.169 75.969 C 251.812 75.326,252.110 74.800,251.831 74.800 C 251.552 74.800,251.039 75.115,250.690 75.501 M25.333 100.000 C 25.224 100.110,19.434 100.297,12.467 100.416 C 2.044 100.594,4.149 100.647,24.356 100.716 C 47.216 100.794,48.949 100.848,49.443 101.500 C 50.274 102.594,50.236 123.706,49.402 124.398 C 48.932 124.788,43.590 124.831,24.402 124.597 C 6.405 124.377,-0.000 124.417,-0.000 124.750 C 0.000 125.442,49.193 125.386,50.142 124.692 C 51.049 124.029,50.992 101.631,50.081 100.719 C 49.566 100.204,25.816 99.514,25.333 100.000 M362.319 99.992 C 354.643 100.126,350.287 100.352,350.009 100.630 C 349.315 101.326,349.363 124.404,350.060 124.845 C 350.919 125.390,400.000 125.296,400.000 124.750 C 400.000 124.417,393.615 124.377,375.675 124.596 C 353.150 124.870,351.300 124.842,350.675 124.218 C 349.696 123.239,349.650 103.078,350.623 101.689 L 351.245 100.800 375.723 100.714 C 395.629 100.644,397.884 100.587,387.800 100.412 C 380.980 100.293,375.130 100.104,374.800 99.990 C 374.470 99.877,368.854 99.878,362.319 99.992 M25.700 174.996 L 24.400 175.561 24.400 187.738 C 24.400 198.472,24.475 199.943,25.033 200.157 C 26.489 200.716,49.884 200.421,50.368 199.838 C 51.296 198.720,50.770 175.762,49.800 175.029 C 48.660 174.168,27.671 174.140,25.700 174.996 M350.500 174.888 C 349.916 175.170,349.596 175.687,349.588 176.361 C 349.491 184.430,349.639 199.739,349.816 200.026 C 350.259 200.742,374.643 200.500,375.371 199.771 C 375.912 199.231,376.000 197.614,376.000 188.197 C 376.000 176.264,375.886 175.518,373.969 174.849 C 372.245 174.248,351.756 174.282,350.500 174.888 M49.433 176.176 C 50.382 177.476,50.259 199.056,49.300 199.486 C 48.915 199.659,43.380 199.710,37.000 199.600 L 25.400 199.400 25.294 188.098 L 25.188 176.796 26.494 175.986 C 28.451 174.772,48.529 174.939,49.433 176.176 M373.719 176.109 L 374.800 176.818 374.800 187.986 C 374.800 194.128,374.645 199.249,374.455 199.366 C 373.622 199.881,350.677 199.649,350.344 199.122 C 349.775 198.226,349.920 177.056,350.500 176.310 C 351.555 174.955,371.693 174.780,373.719 176.109 M126.411 275.233 C 124.834 275.882,124.813 276.052,124.806 287.651 C 124.801 297.441,124.875 298.765,125.461 299.251 C 126.196 299.862,143.146 300.290,147.133 299.798 C 150.919 299.330,150.830 299.643,150.707 287.336 L 150.600 276.686 149.472 275.843 C 148.188 274.884,128.523 274.363,126.411 275.233 M251.359 275.550 C 249.208 276.544,249.212 276.523,249.205 287.674 C 249.200 297.906,249.375 299.011,251.086 299.489 C 253.188 300.076,273.797 299.867,274.539 299.251 C 275.461 298.485,275.547 277.028,274.633 275.776 C 273.761 274.583,253.871 274.390,251.359 275.550 M149.500 276.507 C 149.877 276.802,150.000 279.478,150.000 287.420 C 150.000 298.921,149.949 299.182,147.671 299.216 C 135.111 299.404,125.847 299.201,125.549 298.731 C 124.973 297.822,125.115 276.502,125.700 276.124 C 126.417 275.660,146.364 275.330,147.800 275.758 C 148.460 275.955,149.225 276.292,149.500 276.507 M274.300 276.124 C 274.933 276.533,275.032 298.609,274.403 298.998 C 273.314 299.671,251.553 299.282,250.773 298.575 C 250.046 297.918,250.000 297.243,250.000 287.318 L 250.000 276.761 251.517 276.080 C 253.143 275.351,273.165 275.389,274.300 276.124 M100.667 325.067 C 100.096 325.638,100.365 349.073,100.948 349.557 C 101.337 349.880,104.911 349.981,113.248 349.906 L 125.000 349.800 125.110 338.000 C 125.219 326.369,125.208 326.190,124.366 325.500 C 123.488 324.781,101.357 324.377,100.667 325.067 M175.956 325.065 C 174.285 325.511,173.402 349.132,175.033 349.757 C 175.859 350.074,224.141 350.074,224.967 349.757 C 226.063 349.337,225.906 326.706,224.800 325.600 C 224.047 324.847,178.631 324.350,175.956 325.065 M275.634 325.500 C 274.792 326.190,274.781 326.369,274.890 338.000 L 275.000 349.800 286.988 349.800 L 298.976 349.800 299.482 348.800 C 300.187 347.408,300.221 325.981,299.520 325.280 C 298.654 324.414,276.713 324.616,275.634 325.500 M123.744 326.339 C 124.341 326.998,124.401 328.277,124.306 338.239 L 124.200 349.400 113.400 349.512 C 107.460 349.574,102.195 349.526,101.700 349.405 L 100.800 349.185 100.800 337.392 L 100.800 325.600 111.938 325.600 C 122.259 325.600,123.125 325.654,123.744 326.339 M223.966 326.300 C 224.807 326.989,224.819 327.180,224.710 338.200 L 224.600 349.400 200.000 349.400 L 175.400 349.400 175.400 338.067 C 175.400 327.311,175.439 326.706,176.176 326.167 C 177.489 325.209,222.787 325.334,223.966 326.300 M299.220 326.300 C 299.463 334.868,299.156 348.982,298.720 349.262 C 298.434 349.445,293.160 349.551,287.000 349.497 L 275.800 349.400 275.694 338.239 C 275.599 328.277,275.659 326.998,276.256 326.339 C 277.260 325.228,299.188 325.192,299.220 326.300 M11.200 349.609 L -0.200 349.819 11.600 349.916 C 18.090 349.969,23.630 350.158,23.912 350.337 C 24.318 350.595,24.427 355.766,24.443 375.431 C 24.454 389.054,24.584 399.750,24.731 399.200 C 24.879 398.650,25.000 387.317,25.000 374.016 L 25.000 349.833 23.800 349.616 C 23.140 349.497,17.470 349.494,11.200 349.609 M376.300 349.527 L 375.200 349.653 375.297 374.927 L 375.394 400.200 375.500 375.300 C 375.558 361.605,375.650 350.362,375.703 350.315 C 375.756 350.268,381.290 350.130,388.000 350.009 L 400.200 349.789 388.800 349.595 C 382.530 349.488,376.905 349.457,376.300 349.527 M74.814 375.174 C 74.549 375.670,74.433 380.303,74.491 388.074 L 74.582 400.200 74.791 388.000 L 75.000 375.800 87.400 375.800 L 99.800 375.800 99.906 387.900 C 99.972 395.508,100.158 400.000,100.406 400.000 C 101.136 400.000,100.918 376.346,100.177 375.289 C 99.263 373.983,75.509 373.875,74.814 375.174 M300.080 374.880 C 299.723 375.237,299.623 378.549,299.691 387.780 L 299.782 400.200 299.991 388.000 L 300.200 375.800 312.600 375.800 L 325.000 375.800 325.209 388.000 L 325.418 400.200 325.509 387.780 C 325.577 378.549,325.477 375.237,325.120 374.880 C 324.768 374.528,321.431 374.400,312.600 374.400 C 303.769 374.400,300.432 374.528,300.080 374.880 M199.200 375.208 C 185.670 375.322,174.555 375.457,174.500 375.508 C 174.163 375.819,174.459 400.000,174.800 400.000 C 175.057 400.000,175.202 395.963,175.205 388.700 C 175.208 382.485,175.320 376.994,175.453 376.497 L 175.695 375.594 200.147 375.697 L 224.600 375.800 224.706 387.900 C 224.773 395.628,224.956 400.000,225.212 400.000 C 226.109 400.000,225.504 375.523,224.600 375.246 C 224.160 375.111,212.730 375.093,199.200 375.208 " stroke="none" fill="#747c84" fill-rule="evenodd"></path>
</g>
</svg>
</div>
</div>
<div class="col-lg-1 d-none d-lg-block order-2 order-lg-2"></div>
<div class="col-12 col-lg ms-lg-n30 order-4 order-lg-3 show-on-scroll" data-show-duration="600" data-show-distance="10">
<p class="subtitle pt-30 mt-n7">Timothy McGuire</p>
<h1 class="h2">I’m Tim, founder of MicroCODE, Inc.</h1>
<!-- Nav tabs -->
<ul class="nav nav-pills nav-tabs nav-no-gap pt-5 pb-7 mb-30" id="myTab" role="tablist">
<li class="nav-item" role="presentation">
<a class="nav-link active" id="home-tab" data-bs-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="true"><span class="nav-link-name">short bio</span></a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" id="profile-tab" data-bs-toggle="tab" href="#profile" role="tab" aria-controls="profile" aria-selected="false"><span class="nav-link-name">long bio</span></a>
</li>
</ul>
<!-- Tab Panes -->
<div class="tab-content">
<!-- short bio -->
<div class="tab-pane active" id="home" role="tabpanel" aria-labelledby="home-tab">
<p class="mb-30">Hello! </p>
<p class="mb-30">I'm Tim McGuire, founder of MicroCODE Incorporated. I love to race sailboats, cycle, ski, and scuba dive for fun. Time constraints and life have pretty much reduced that to sailboat racing, which I’ll give up when I die!</p>
</div>
<!-- long bio -->
<div class="tab-pane" id="profile" role="tabpanel" aria-labelledby="profile-tab">
<p class="mb-30">Hello! </p>
<p class="mb-30">I'm Tim McGuire, founder of MicroCODE Incorporated. I love to race sailboats, cycle, ski, and scuba dive for fun. Time constraints and life have pretty much reduced that to sailboat racing, which I’ll give up when I die!</p>
<p class="mb-30">I started MicroCODE in 1987 as a side-gig and took it full time in 1990 with the help of my partner Terry Minnis. (She owns two other successful publishing businesses as well). I’ve been a software developer since 1982, first as a Controls Engineer writing Relay Ladder Diagram code, then as an Assembly Language programmer on DEC PDP-11s and VAX computers in the late 1980s and early 1990s. I moved to C in the late 1990s, then added Visual Basic (for Excel Tools), and HTML for our own website. Eventually moving to my favorite language—C#--in the mid-2000s.</p>
<p class="mb-30">Now I want to ‘Digitally Transform’ MicroCODE (as they say at MIT) into a web services company and bring our legacy products—like LADDERS®—back to the world through the browser. So, I enrolled in the MIT xPRO: Full Stack Development course in 2021 and there is no looking back!</p>
<p class="mb-30">My GitHub name is '<b>tjmcode</b>' if you're looking for me there. There are direct links to my GitHub, YouTube, Facebook, Twitter, and LinkedIn pages in the social icons shown thru-out the Portfolio.</p>
<p class="mb-30">To balance this all out my wife Cathy and I race our brand-new J/112e as much as possible, most recently winning our Class in the Bayview Yacht Club Port Huron to Mackinac Race in 2021 with the help of family and great friends!</p>
<p class="mb-30">The answer to your question, 'What is that weird image behind you?'... that is a 'Blockie' or 'Identicon', which is an ecryption of my personal identification.</p>
</div>
</div>
<div class="accordion mt-40 pt-5" id="accordionAbout">
<div class="accordion-item">
<button class="h5 btn btn-link btn-clean btn-dark btn-block w-100" data-bs-target="#collapseDesign" type="button" data-bs-toggle="collapse" aria-expanded="false" aria-controls="collapseDesign">
<span class="accordion-item-icon">🕗</span> Design (UX/UI) <svg class="accordion-item-plus" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 0V16" stroke="currentColor" stroke-width="1.3" />
<path d="M0 8H16" stroke="currentColor" stroke-width="1.3" />
</svg>
</button>
<div id="collapseDesign" class="collapse" data-parent="#accordionAbout">
<div class="collapse-content">
<p class="mb-0 font-size-16">I specialize in designing User Experiences (UX) and User Interfaces (UI) that simplify the underlying complexities of an application into something easily understood by the end user. "If the user doesn't understand it then the application design has failed."</p>
</div>
</div>
</div>
<div class="accordion-item">
<button class="h5 btn btn-link btn-clean btn-dark btn-block w-100" data-bs-target="#collapseCoding" type="button" data-bs-toggle="collapse" aria-expanded="false" aria-controls="collapseCoding">
<span class="accordion-item-icon">📃</span>Coding Standards & Style <svg class="accordion-item-plus" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 0V16" stroke="currentColor" stroke-width="1.3" />
<path d="M0 8H16" stroke="currentColor" stroke-width="1.3" />
</svg>
</button>
<div id="collapseCoding" class="collapse" data-parent="#accordionAbout">
<div class="collapse-content">
<p class="mb-0 font-size-16">"<b>Code like a Machine</b>: <u>C</u>onsistently <u>a</u>nd <u>E</u>xplicitly, <u>S</u>imply <u>a</u>nd for <u>R</u>eadability (Hail CAESAR)."<span>℠</span></p>
<br>
<p class="mb-0 font-size-16">"Define the Style Guides, Code Templates, and the Release and Support Process first... <i>the rest is easy</i>."</p>
</div>
</div>
</div>
<div class="accordion-item">
<button class="h5 btn btn-link btn-clean btn-dark btn-block w-100" data-bs-target="#collapseIIoT" type="button" data-bs-toggle="collapse" aria-expanded="false" aria-controls="collapseIIoT">
<span class="accordion-item-icon">🌐</span>IIoT Development <svg class="accordion-item-plus" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 0V16" stroke="currentColor" stroke-width="1.3" />
<path d="M0 8H16" stroke="currentColor" stroke-width="1.3" />
</svg>
</button>
<div id="collapseIIoT" class="collapse" data-parent="#accordionAbout">
<div class="collapse-content">
<p class="mb-0 font-size-16">I build Apps for the Industrial Internet of Things (IIot). 'Edge' computing as it is called now... applications that must run 24-7-365 at the point of process control or observation.</p>
</div>
</div>
</div>
<div class="accordion-item">
<button class="h5 btn btn-link btn-clean btn-dark btn-block w-100" data-bs-target="#collapseBooks" type="button" data-bs-toggle="collapse" aria-expanded="false" aria-controls="collapseBooks">
<span class="accordion-item-icon">📘</span>Books Teach <svg class="accordion-item-plus" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 0V16" stroke="currentColor" stroke-width="1.3" />
<path d="M0 8H16" stroke="currentColor" stroke-width="1.3" />
</svg>
</button>
<div id="collapseBooks" class="collapse" data-parent="#accordionAbout">
<div class="collapse-content">
<p class="mb-0 font-size-16">You can learn anything from a good book. They give you access to the experts in any field, time with the people who spent their whole lives learning something, and then they passed it on... if you read.</p>
</div>
</div>
</div>
<div class="accordion-item">
<button class="h5 btn btn-link btn-clean btn-dark btn-block w-100" data-bs-target="#collapseQuote" type="button" data-bs-toggle="collapse" aria-expanded="false" aria-controls="collapseQuote">
<span class="accordion-item-icon">📑</span>My Favorite Lesson <svg class="accordion-item-plus" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 0V16" stroke="currentColor" stroke-width="1.3" />
<path d="M0 8H16" stroke="currentColor" stroke-width="1.3" />
</svg>
</button>
<div id="collapseQuote" class="collapse" data-parent="#accordionAbout">
<div class="collapse-content">
<div class="mb-0 font-size-16">
<p>"<i>I shall not fear.</i><br> Fear is the mind-killer.<br> Fear is the little-death that brings total obliteration.<br> I will face my fear.<br> I will permit it to pass over me, and through me.<br> And when it has gone past,<br> I will turn the inner-eye to see its path.<br> Where the fear has gone… there will be nothing.<br>
<i>Only I will remain.</i>"
</p>
<b>DUNE</b> – the 'Litany against Fear'
</div>
</div>
</div>
</div>
</div>
<a href="contact-business.html" class="btn btn-dark btn-with-ball mt-60">let’s work</a>
</div>
<!-- SOCIAL MEDIA LINKS -->
<div class="col-auto col-lg-1 order-3 order-lg-4">
<div class="sticky-top d-flex justify-content-lg-end pt-30">
<ul class="nav nav-gap-sm d-inline-flex align-items-center flex-lg-column">
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="500">
<a href='https://github.com/tjmcode' class='nav-link'><svg width='24' height='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'>
<path fill='rgb(149, 157, 165)' d='M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="600">
<a href='https://www.youtube.com/channel/UCRwSb-M7Duy1fGvCayvPXOQ' class='nav-link'><svg width='26' height='26' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.17 13.6'>
<path fill='rgb(149, 157, 165)' d='M18.77 2.13A2.4 2.4 0 0 0 17.09.42C15.59 0 9.58 0 9.58 0a57.55 57.55 0 0 0-7.5.4A2.49 2.49 0 0 0 .39 2.13 26.27 26.27 0 0 0 0 6.8a26.15 26.15 0 0 0 .39 4.67 2.43 2.43 0 0 0 1.69 1.71c1.52.42 7.5.42 7.5.42a57.69 57.69 0 0 0 7.51-.4 2.4 2.4 0 0 0 1.68-1.71 25.63 25.63 0 0 0 .4-4.67 24 24 0 0 0-.4-4.69zM7.67 9.71V3.89l5 2.91z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="700">
<a href='https://facebook.com/TJM.CODE' class='nav-link'><svg width='24' height='24' viewBox='0 0 16.6 18' fill='none' xmlns='http://www.w3.org/2000/svg'>
<path fill='rgb(149, 157, 165)' d='M14.5 0H.8a.88.88 0 0 0-.8.9v13.6a.88.88 0 0 0 .8.9h7.3v-6h-2V7.1h2V5.4a2.87 2.87 0 0 1 2.5-3.1h.5a10.87 10.87 0 0 1 1.8.1v2.1h-1.3c-1 0-1.1.5-1.1 1.1v1.5h2.3l-.3 2.3h-2v5.9h3.9a.88.88 0 0 0 .9-.8V.8a.86.86 0 0 0-.8-.8z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="800">
<a href='https://twitter.com/TimothyMcGuire' class='nav-link'><svg width='22' height='22' viewBox='0 0 25 21' fill='none' xmlns='http://www.w3.org/2000/svg'>
<path fill='rgb(149, 157, 165)' d='M22.0706 5.51356C22.086 5.73504 22.086 5.95656 22.086 6.17804C22.086 12.9334 17.0783 20.7172 7.92575 20.7172C5.10601 20.7172 2.48661 19.8787 0.283203 18.4232C0.683835 18.4707 1.069 18.4865 1.48505 18.4865C3.81167 18.4865 5.95347 17.6797 7.6638 16.3033C5.47581 16.2558 3.64221 14.7845 3.01046 12.7594C3.31865 12.8069 3.6268 12.8385 3.9504 12.8385C4.39723 12.8385 4.84411 12.7752 5.2601 12.6645C2.97968 12.1898 1.2693 10.1332 1.2693 7.64935V7.58609C1.93183 7.96579 2.70231 8.20309 3.5189 8.2347C2.17837 7.31709 1.30013 5.75086 1.30013 3.97894C1.30013 3.02972 1.54661 2.15959 1.97807 1.40019C4.42801 4.50103 8.11063 6.52604 12.24 6.74756C12.163 6.36787 12.1168 5.97239 12.1168 5.57687C12.1168 2.76076 14.3356 0.466797 17.0937 0.466797C18.5266 0.466797 19.8209 1.0838 20.73 2.0805C21.8548 1.85902 22.9334 1.43184 23.8887 0.846495C23.5189 2.03307 22.7331 3.02977 21.7008 3.66255C22.7023 3.55186 23.673 3.26702 24.5667 2.87155C23.8888 3.88403 23.0413 4.78577 22.0706 5.51356Z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="900">
<a href='https://linkedin.com/in/timmcguiremicrocode' class='nav-link'><svg width='26' height='26' viewBox='0 0 25 21' fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18'>
<path fill='rgb(149, 157, 165)' d='M3.94 2A2 2 0 1 1 2 0a2 2 0 0 1 1.94 2zM4 5.48H0V18h4zm6.32 0H6.34V18h3.94v-6.57c0-3.66 4.77-4 4.77 0V18H19v-7.93c0-6.17-7.06-5.94-8.72-2.91z' fill='currentColor' />
</svg></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- #region H E A D E R -->
<!-- copyright file="footer-simple.html" company="MicroCODE Incorporated" Copyright © 2022 MicroCODE, Inc. Troy, MI author="Timothy J. McGuire" -->
<!-- #region P R E A M B L E -->
<!-- #region D O C U M E N T A T I O N -->
<!--
* Title: My Portfolio: Timothy McGuire
* Module: Footer Personal Style (src/html/shared/footer-sailing.html)
* Customer: Timothy McGuire
* Creator: MicroCODE Incorporated
* Date: March 2022
* Author: Timothy J McGuire
*
* Designed and Coded: 2022 MicroCODE Incorporated
*
* This software and related materials are the property of
* MicroCODE Incorporated and contain confidential and proprietary
* information. This software and related materials shall not be
* duplicated, disclosed to others, or used in any way without the
* written of MicroCODE Incorported.
*
*
* DESCRIPTION:
* ------------
*
* This module implements the Perosnal (J/112e) Footer Style for my Portfolio Website.
* This was based on the Bootstrap Theme "Themebau" by RunWebRUn.
* I purchased that Theme for unlimited web site construction.
*
*
* REFERENCES:
* -----------
*
* 1. Bootstrap Themes Guide
* https://themes.getbootstrap.com/guide/
*
* 2. Theming Bootstrap
* https://getbootstrap.com/docs/4.0/getting-started/theming/
*
* 3. Themebau Documentation
* D:\MicroCODE\GitHub\tjmcode.github.io\documentation\index.html
*
*
*
* DEMONSTRATION VIDEOS:
* --------------------
*
* 1. ...
*
*
*
* MODIFICATIONS:
* --------------
*
* Date: By-Group: Rev: Description:
*
* 17-Mar-2022 TJM-MCODE {0001} New code created from Themebau Bootstrap Theme for my MIT xPRO Portfolio.
*
*
-->
<!-- #endregion -->
<!-- #endregion -->
<!-- #endregion -->
<!-- #region H T M L : page elements for the THEMEBAU Theme with my modifications -->
<!-- #region FOOTER PERSONAL (SIMPLE) -->
<footer class="footer bg-dark text-white shape-parent overflow-hidden text-center pt-30 pb-20">
<div class="shape align-items-end justify-content-center">
</div>
<div class="container pt-1">
<!-- CONTACT INFO. -->
<ul class="nav align-items-center flex-column text-white mb-10">
<li class="nav-item">
<a href="mailto:tim.mcguire@mcode.com?subject=Test%20Address%20Email" class="nav-link h3 mb-8 mb-md-30 d-none d-md-flex">tim.mcguire@mcode.com</a>
<a href="mailto:tim.mcguire@mcode.com?subject=Test%20Address%20Email" class="nav-link h4 mb-8 mb-md-30 d-md-none">tim.mcguire@mcode.com</a>
</li>
<li class="nav-item">
<a href="callto:+1 855.421.1010" class="nav-link h4 mt-8 mt-md-0">+1 810.459.7508</a>
</li>
</ul>
<!-- SOCIAL LINKs -->
<ul class="nav nav-social nav-gap-sm align-items-center justify-content-center mb-30 text-white">
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="500">
<a href='https://github.com/tjmcode' class='nav-link'><svg width='24' height='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'>
<path fill='rgb(149, 157, 165)' d='M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="600">
<a href='https://www.youtube.com/channel/UCRwSb-M7Duy1fGvCayvPXOQ' class='nav-link'><svg width='26' height='26' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.17 13.6'>
<path fill='rgb(149, 157, 165)' d='M18.77 2.13A2.4 2.4 0 0 0 17.09.42C15.59 0 9.58 0 9.58 0a57.55 57.55 0 0 0-7.5.4A2.49 2.49 0 0 0 .39 2.13 26.27 26.27 0 0 0 0 6.8a26.15 26.15 0 0 0 .39 4.67 2.43 2.43 0 0 0 1.69 1.71c1.52.42 7.5.42 7.5.42a57.69 57.69 0 0 0 7.51-.4 2.4 2.4 0 0 0 1.68-1.71 25.63 25.63 0 0 0 .4-4.67 24 24 0 0 0-.4-4.69zM7.67 9.71V3.89l5 2.91z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="700">
<a href='https://facebook.com/TJM.CODE' class='nav-link'><svg width='24' height='24' viewBox='0 0 16.6 18' fill='none' xmlns='http://www.w3.org/2000/svg'>
<path fill='rgb(149, 157, 165)' d='M14.5 0H.8a.88.88 0 0 0-.8.9v13.6a.88.88 0 0 0 .8.9h7.3v-6h-2V7.1h2V5.4a2.87 2.87 0 0 1 2.5-3.1h.5a10.87 10.87 0 0 1 1.8.1v2.1h-1.3c-1 0-1.1.5-1.1 1.1v1.5h2.3l-.3 2.3h-2v5.9h3.9a.88.88 0 0 0 .9-.8V.8a.86.86 0 0 0-.8-.8z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="800">
<a href='https://twitter.com/TimothyMcGuire' class='nav-link'><svg width='22' height='22' viewBox='0 0 25 21' fill='none' xmlns='http://www.w3.org/2000/svg'>
<path fill='rgb(149, 157, 165)' d='M22.0706 5.51356C22.086 5.73504 22.086 5.95656 22.086 6.17804C22.086 12.9334 17.0783 20.7172 7.92575 20.7172C5.10601 20.7172 2.48661 19.8787 0.283203 18.4232C0.683835 18.4707 1.069 18.4865 1.48505 18.4865C3.81167 18.4865 5.95347 17.6797 7.6638 16.3033C5.47581 16.2558 3.64221 14.7845 3.01046 12.7594C3.31865 12.8069 3.6268 12.8385 3.9504 12.8385C4.39723 12.8385 4.84411 12.7752 5.2601 12.6645C2.97968 12.1898 1.2693 10.1332 1.2693 7.64935V7.58609C1.93183 7.96579 2.70231 8.20309 3.5189 8.2347C2.17837 7.31709 1.30013 5.75086 1.30013 3.97894C1.30013 3.02972 1.54661 2.15959 1.97807 1.40019C4.42801 4.50103 8.11063 6.52604 12.24 6.74756C12.163 6.36787 12.1168 5.97239 12.1168 5.57687C12.1168 2.76076 14.3356 0.466797 17.0937 0.466797C18.5266 0.466797 19.8209 1.0838 20.73 2.0805C21.8548 1.85902 22.9334 1.43184 23.8887 0.846495C23.5189 2.03307 22.7331 3.02977 21.7008 3.66255C22.7023 3.55186 23.673 3.26702 24.5667 2.87155C23.8888 3.88403 23.0413 4.78577 22.0706 5.51356Z' fill='currentColor' />
</svg></a>
</li>
<li class="nav-item show-on-scroll" data-show-duration="700" data-show-distance="10" data-show-delay="900">
<a href='https://linkedin.com/in/timmcguiremicrocode' class='nav-link'><svg width='26' height='26' viewBox='0 0 25 21' fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18'>
<path fill='rgb(149, 157, 165)' d='M3.94 2A2 2 0 1 1 2 0a2 2 0 0 1 1.94 2zM4 5.48H0V18h4zm6.32 0H6.34V18h3.94v-6.57c0-3.66 4.77-4 4.77 0V18H19v-7.93c0-6.17-7.06-5.94-8.72-2.91z' fill='currentColor' />
</svg></a>
</li>
</ul>
<div class="footer-copyright mb-5">© 2022 Timothy McGuire (tjmcode)</div>
</div>
</footer>
<!-- #endregion -->
<!-- START: Scripts -->
<!-- Object Fit Polyfill -->
<script src="assets/vendor/object-fit-images/dist/ofi.min.js"></script>
<!-- Bootstrap -->
<script src="assets/vendor/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- ImagesLoaded -->
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<!-- Swiper -->
<script src="assets/vendor/swiper/dist/js/swiper.min.js"></script>
<!-- Animejs -->
<script src="assets/vendor/animejs/lib/anime.min.js"></script>
<!-- Rellax -->
<script src="assets/vendor/rellax/rellax.min.js"></script>
<!-- Countdown -->
<script src="assets/vendor/jquery-countdown/dist/jquery.countdown.min.js"></script>
<!-- Moment.js -->
<script src="assets/vendor/moment/min/moment.min.js"></script>
<script src="assets/vendor/moment-timezone/builds/moment-timezone-with-data.min.js"></script>
<!-- Isotope -->
<script src="assets/vendor/isotope-layout/dist/isotope.pkgd.min.js"></script>
<script src="assets/vendor/isotope-packery/packery-mode.pkgd.min.js"></script>
<!-- Jarallax -->
<script src="assets/vendor/jarallax/dist/jarallax.min.js"></script>
<script src="assets/vendor/jarallax/dist/jarallax-video.min.js"></script>
<!-- Fancybox -->
<script src="assets/vendor/fancybox/dist/jquery.fancybox.min.js"></script>
<!-- MicroCODE -->
<script src="assets/js/microcode.min.js"></script>
<!-- Themebau -->
<script src="assets/js/themebau.min.js"></script>
<!-- END: Scripts -->
</body>
</html>