-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
849 lines (822 loc) · 86.5 KB
/
index.html
File metadata and controls
849 lines (822 loc) · 86.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>Sydney Leigh's Website</title>
<link rel="stylesheet" href="/css/style.css">
<link href="/css/googleCalendarOverwrite.css" rel="stylesheet">
<script src="scripts/populateIcons.js"></script>
</head>
<body onload="populateGridBox()">
<button onclick="topFunction()" id="myBtn" title="Go to top">^</button>
<div class="container">
<header class="header">
<div class="socialMedia">
<!-- LinkedIn -->
<a href="https://www.linkedin.com/in/sydneyleigh/">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path
d="M22 3.47059V20.5294C22 20.9194 21.8451 21.2935 21.5693 21.5693C21.2935 21.8451 20.9194 22 20.5294 22H3.47059C3.08056 22 2.70651 21.8451 2.43073 21.5693C2.15494 21.2935 2 20.9194 2 20.5294V3.47059C2 3.08056 2.15494 2.70651 2.43073 2.43073C2.70651 2.15494 3.08056 2 3.47059 2H20.5294C20.9194 2 21.2935 2.15494 21.5693 2.43073C21.8451 2.70651 22 3.08056 22 3.47059ZM7.88235 9.64706H4.94118V19.0588H7.88235V9.64706ZM8.14706 6.41177C8.14861 6.18929 8.10632 5.96869 8.02261 5.76255C7.93891 5.55642 7.81542 5.36879 7.65919 5.21039C7.50297 5.05198 7.31708 4.92589 7.11213 4.83933C6.90718 4.75277 6.68718 4.70742 6.46471 4.70588H6.41177C5.95934 4.70588 5.52544 4.88561 5.20552 5.20552C4.88561 5.52544 4.70588 5.95934 4.70588 6.41177C4.70588 6.86419 4.88561 7.29809 5.20552 7.61801C5.52544 7.93792 5.95934 8.11765 6.41177 8.11765C6.63426 8.12312 6.85565 8.0847 7.06328 8.00458C7.27092 7.92447 7.46074 7.80422 7.62189 7.65072C7.78304 7.49722 7.91237 7.31346 8.00248 7.10996C8.09259 6.90646 8.14172 6.6872 8.14706 6.46471V6.41177ZM19.0588 13.3412C19.0588 10.5118 17.2588 9.41177 15.4706 9.41177C14.8851 9.38245 14.3021 9.50715 13.7799 9.77345C13.2576 10.0397 12.8143 10.4383 12.4941 10.9294H12.4118V9.64706H9.64706V19.0588H12.5882V14.0529C12.5457 13.5403 12.7072 13.0315 13.0376 12.6372C13.3681 12.2429 13.8407 11.9949 14.3529 11.9471H14.4647C15.4 11.9471 16.0941 12.5353 16.0941 14.0176V19.0588H19.0353L19.0588 13.3412Z">
</path>
</g>
</svg>
</a>
<!-- Reddit -->
<a href="https://www.reddit.com/user/Sydney_S_Leigh/">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path
d="M8.83852 12.4444C8.72864 12.6089 8.66999 12.8022 8.66999 13C8.66999 13.1313 8.69586 13.2614 8.74611 13.3827C8.79637 13.504 8.87003 13.6142 8.96289 13.7071C9.05574 13.8 9.16598 13.8736 9.28731 13.9239C9.40864 13.9741 9.53867 14 9.66999 14C9.86777 14 10.0611 13.9414 10.2256 13.8315C10.39 13.7216 10.5182 13.5654 10.5939 13.3827C10.6696 13.2 10.6894 12.9989 10.6508 12.8049C10.6122 12.6109 10.517 12.4327 10.3771 12.2929C10.2372 12.153 10.0591 12.0578 9.86508 12.0192C9.6711 11.9806 9.47004 12.0004 9.28731 12.0761C9.10458 12.1518 8.9484 12.28 8.83852 12.4444Z">
</path>
<path
d="M12.01 16.52C12.8976 16.5568 13.7705 16.2847 14.48 15.75V15.79C14.5063 15.7644 14.5272 15.7339 14.5417 15.7002C14.5562 15.6664 14.5638 15.6302 14.5643 15.5935C14.5648 15.5569 14.558 15.5204 14.5444 15.4864C14.5308 15.4523 14.5106 15.4213 14.485 15.395C14.4594 15.3687 14.4289 15.3478 14.3951 15.3333C14.3614 15.3188 14.3252 15.3112 14.2885 15.3107C14.2145 15.3098 14.143 15.3383 14.09 15.39C13.4831 15.8254 12.7458 16.0406 12 16C11.2551 16.0333 10.5212 15.811 9.91999 15.37C9.86818 15.3275 9.8024 15.3057 9.73546 15.309C9.66851 15.3123 9.60518 15.3404 9.55778 15.3878C9.51039 15.4352 9.48231 15.4985 9.47903 15.5655C9.47574 15.6324 9.49747 15.6982 9.53999 15.75C10.2495 16.2847 11.1224 16.5568 12.01 16.52Z">
</path>
<path
d="M13.7444 13.8715C13.9089 13.9814 14.1022 14.04 14.3 14.04L14.29 14.08C14.4256 14.0815 14.5601 14.0553 14.6852 14.0032C14.8104 13.9511 14.9237 13.874 15.0182 13.7767C15.1126 13.6795 15.1863 13.564 15.2348 13.4373C15.2832 13.3107 15.3054 13.1755 15.3 13.04C15.3 12.8422 15.2413 12.6489 15.1315 12.4844C15.0216 12.32 14.8654 12.1918 14.6827 12.1161C14.4999 12.0404 14.2989 12.0206 14.1049 12.0592C13.9109 12.0978 13.7327 12.193 13.5929 12.3329C13.453 12.4727 13.3578 12.6509 13.3192 12.8449C13.2806 13.0389 13.3004 13.24 13.3761 13.4227C13.4518 13.6054 13.58 13.7616 13.7444 13.8715Z">
</path>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM18.4065 11.2154C18.5682 11.446 18.6597 11.7185 18.67 12C18.6743 12.2755 18.6005 12.5467 18.4571 12.782C18.3138 13.0174 18.1068 13.2073 17.86 13.33C17.8713 13.4765 17.8713 13.6236 17.86 13.77C17.86 16.01 15.25 17.83 12.03 17.83C8.80999 17.83 6.19999 16.01 6.19999 13.77C6.18873 13.6236 6.18873 13.4765 6.19999 13.33C6.00765 13.2416 5.83683 13.1125 5.69935 12.9515C5.56188 12.7906 5.46105 12.6017 5.40384 12.3979C5.34664 12.1941 5.33443 11.9803 5.36807 11.7713C5.4017 11.5623 5.48038 11.3632 5.59864 11.1876C5.71689 11.0121 5.87191 10.8643 6.05294 10.7546C6.23397 10.645 6.43669 10.5759 6.64705 10.5524C6.8574 10.5288 7.07036 10.5513 7.27117 10.6182C7.47198 10.6852 7.65583 10.795 7.80999 10.94C8.96227 10.1585 10.3179 9.73099 11.71 9.71L12.45 6.24C12.4583 6.19983 12.4745 6.16171 12.4977 6.12784C12.5208 6.09398 12.5505 6.06505 12.5849 6.04272C12.6193 6.0204 12.6578 6.00513 12.6981 5.99779C12.7385 5.99046 12.7799 5.99121 12.82 6L15.27 6.49C15.3896 6.28444 15.5786 6.12825 15.8031 6.04948C16.0275 5.9707 16.2726 5.9745 16.4945 6.06019C16.7164 6.14587 16.9005 6.30784 17.0137 6.51701C17.1269 6.72617 17.1619 6.96885 17.1123 7.20147C17.0627 7.4341 16.9319 7.64143 16.7432 7.78627C16.5545 7.9311 16.3204 8.00394 16.0829 7.99172C15.8453 7.9795 15.6199 7.88301 15.4471 7.71958C15.2743 7.55615 15.1654 7.33648 15.14 7.1L13 6.65L12.35 9.77C13.7252 9.7995 15.0624 10.2267 16.2 11C16.4032 10.805 16.6585 10.6729 16.9351 10.6196C17.2117 10.5664 17.4978 10.5943 17.7589 10.7C18.0199 10.8057 18.2449 10.9847 18.4065 11.2154Z">
</path>
</g>
</svg>
</a>
<!-- Twitter/X -->
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z">
</path>
</svg>
</a>
<!-- Facebook -->
<a href="">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path
d="M22 12C22 6.47714 17.5229 1.99999 12 1.99999C6.47715 1.99999 2 6.47714 2 12C2 16.9913 5.65686 21.1283 10.4375 21.8785V14.8906H7.89844V12H10.4375V9.79687C10.4375 7.29062 11.9304 5.90624 14.2146 5.90624C15.3087 5.90624 16.4531 6.10155 16.4531 6.10155V8.56249H15.1921C13.9499 8.56249 13.5625 9.33333 13.5625 10.1242V12H16.3359L15.8926 14.8906H13.5625V21.8785C18.3431 21.1283 22 16.9913 22 12Z">
</path>
</g>
</svg>
</a>
<!-- Facebook Messenger -->
<a href="">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.0015 2C6.36858 2 2 6.12644 2 11.7011C2 14.6169 3.1954 17.1356 5.14023 18.8751C5.30192 19.0215 5.40077 19.2238 5.40843 19.4444L5.4636 21.2245C5.46756 21.3554 5.50365 21.4833 5.56868 21.5969C5.63371 21.7106 5.7257 21.8065 5.83653 21.8762C5.94736 21.9459 6.07364 21.9873 6.20423 21.9968C6.33483 22.0062 6.46575 21.9834 6.58544 21.9303L8.57088 21.0552C8.74023 20.9816 8.92797 20.9671 9.10421 21.0146C10.0161 21.2651 10.987 21.4008 11.9985 21.4008C17.6314 21.4008 22 17.2751 22 11.7004C22 6.12644 17.6322 2 12.0015 2ZM17.2529 9.57854L14.7487 13.5502C14.6544 13.6997 14.5302 13.8281 14.3839 13.9272C14.2376 14.0263 14.0724 14.0941 13.8986 14.1262C13.7248 14.1583 13.5463 14.154 13.3742 14.1137C13.2021 14.0734 13.0403 13.9979 12.8989 13.892L10.9065 12.3992C10.8178 12.3329 10.71 12.2971 10.5992 12.2971C10.4885 12.2971 10.3807 12.3329 10.292 12.3992L7.60383 14.4398C7.24751 14.7119 6.77625 14.282 7.01533 13.9034L9.51954 9.9318C9.61378 9.7823 9.73796 9.65394 9.88427 9.55481C10.0306 9.45568 10.1958 9.38793 10.3696 9.35582C10.5434 9.32371 10.7219 9.32795 10.894 9.36826C11.0661 9.40857 11.2279 9.48408 11.3693 9.59004L13.3617 11.0828C13.4504 11.149 13.5582 11.1849 13.669 11.1849C13.7797 11.1849 13.8875 11.149 13.9762 11.0828L16.6644 9.04215C17.0245 8.76628 17.4958 9.19617 17.2529 9.57854Z">
</path>
</g>
</svg>
</a>
<!-- Telegram -->
<a href="">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12.3583 9.38244C11.3857 9.787 9.44177 10.6243 6.52657 11.8944C6.05318 12.0827 5.8052 12.2669 5.78263 12.4469C5.74448 12.7513 6.12559 12.8711 6.64455 13.0343C6.71515 13.0565 6.78829 13.0795 6.86327 13.1038C7.37385 13.2698 8.06068 13.464 8.41773 13.4717C8.74161 13.4787 9.1031 13.3452 9.50219 13.0711C12.226 11.2325 13.632 10.3032 13.7202 10.2831C13.7825 10.269 13.8688 10.2512 13.9273 10.3032C13.9858 10.3552 13.98 10.4536 13.9738 10.48C13.9361 10.641 12.4401 12.0318 11.6659 12.7515C11.4246 12.9759 11.2534 13.135 11.2184 13.1714C11.14 13.2528 11.0601 13.3298 10.9833 13.4038C10.509 13.8611 10.1532 14.204 11.003 14.764C11.4114 15.0331 11.7381 15.2556 12.0641 15.4776C12.4201 15.7201 12.7752 15.9619 13.2347 16.2631C13.3517 16.3398 13.4635 16.4195 13.5724 16.4971C13.9867 16.7925 14.3589 17.0579 14.8188 17.0155C15.086 16.991 15.362 16.7397 15.5022 15.9903C15.8335 14.2193 16.4847 10.382 16.6352 8.80081C16.6484 8.66228 16.6318 8.48498 16.6185 8.40715C16.6051 8.32932 16.5773 8.21842 16.4761 8.13633C16.3563 8.03911 16.1714 8.01861 16.0886 8.02C15.7125 8.0267 15.1354 8.22735 12.3583 9.38244Z">
</path>
</g>
</svg>
</a>
<!-- Discord -->
<a href="">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path
d="M18.8944 4.34399C17.5184 3.71467 16.057 3.256 14.5317 3C14.3397 3.33067 14.1263 3.77866 13.977 4.13067C12.3546 3.89599 10.7439 3.89599 9.14394 4.13067C8.9946 3.77866 8.77059 3.33067 8.58925 3C7.05328 3.256 5.59194 3.71467 4.22555 4.34399C1.46289 8.41865 0.716219 12.3973 1.08955 16.3226C2.92421 17.6559 4.6949 18.4666 6.43463 19C6.86129 18.424 7.2453 17.8053 7.57597 17.1546C6.94663 16.92 6.3493 16.632 5.7733 16.2906C5.92263 16.184 6.07197 16.0667 6.21064 15.9493C9.68796 17.5387 13.4544 17.5387 16.889 15.9493C17.0383 16.0667 17.177 16.184 17.3263 16.2906C16.7503 16.632 16.153 16.92 15.5237 17.1546C15.8543 17.8053 16.2384 18.424 16.665 19C18.4037 18.4666 20.185 17.6559 22.0101 16.3226C22.4687 11.7787 21.2837 7.83202 18.8944 4.34399ZM8.05596 13.9013C7.01061 13.9013 6.15728 12.952 6.15728 11.7893C6.15728 10.6267 6.98928 9.67731 8.05596 9.67731C9.11194 9.67731 9.97591 10.6267 9.95457 11.7893C9.95457 12.952 9.11194 13.9013 8.05596 13.9013ZM15.065 13.9013C14.0197 13.9013 13.1653 12.952 13.1653 11.7893C13.1653 10.6267 13.9983 9.67731 15.065 9.67731C16.121 9.67731 16.985 10.6267 16.9637 11.7893C16.9637 12.952 16.1317 13.9013 15.065 13.9013Z">
</path>
</g>
</svg>
</a>
<!-- Skype -->
<a href="">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.83933 2C8.93816 2 10.005 2.30868 10.9233 2.87787C11.2502 2.84294 11.5793 2.82533 11.9093 2.82533C13.1239 2.82533 14.3265 3.06376 15.4486 3.52701C16.5707 3.99026 17.5903 4.66925 18.4491 5.52522C19.3079 6.38119 19.9892 7.39738 20.454 8.51576C20.9188 9.63414 21.158 10.8328 21.158 12.0433C21.158 12.4735 21.1278 12.9022 21.068 13.3263C21.1814 13.5276 21.283 13.7358 21.372 13.95C21.6656 14.6564 21.8167 15.4134 21.8167 16.178C21.8167 16.9426 21.6656 17.6996 21.372 18.406C21.0785 19.1123 20.6482 19.7542 20.1058 20.2948C19.5634 20.8354 18.9194 21.2642 18.2107 21.5568C17.502 21.8494 16.7424 22 15.9753 22C14.9245 22 13.9029 21.7178 13.0125 21.1955C12.6472 21.2393 12.2788 21.2613 11.9093 21.2613C10.6948 21.2613 9.49212 21.0229 8.37002 20.5597C7.24792 20.0964 6.22836 19.4174 5.36954 18.5614C4.51072 17.7055 3.82947 16.6893 3.36468 15.5709C2.89989 14.4525 2.66067 13.2539 2.66067 12.0433C2.66067 11.5901 2.69421 11.1385 2.76057 10.6921C2.26637 9.82399 2 8.83568 2 7.82C2 6.27644 2.61521 4.7961 3.7103 3.70464C4.80539 2.61318 6.29065 2 7.83933 2ZM8.39733 10.762C8.62303 11.1483 8.93491 11.4773 9.30866 11.7233C9.80386 12.0473 10.3303 12.3209 10.88 12.54C11.4947 12.7969 11.9716 13.0147 12.3107 13.1933C12.5974 13.3344 12.8577 13.5238 13.08 13.7533C13.2482 13.9319 13.3417 14.168 13.3413 14.4133C13.3486 14.5863 13.3145 14.7586 13.2419 14.9158C13.1693 15.073 13.0604 15.2106 12.924 15.3173C12.5597 15.5624 12.1239 15.6786 11.686 15.6473C11.4384 15.6499 11.1912 15.6244 10.9493 15.5713C10.7532 15.5283 10.5613 15.4676 10.376 15.39C10.2138 15.3198 9.99222 15.2144 9.71133 15.074C9.48544 14.9535 9.23399 14.8888 8.978 14.8853C8.74824 14.8759 8.52366 14.9552 8.35066 15.1067C8.26815 15.1852 8.20366 15.2807 8.16165 15.3866C8.11964 15.4925 8.1011 15.6062 8.10733 15.72C8.10217 15.9357 8.16721 16.1472 8.29266 16.3227C8.44377 16.5142 8.63916 16.6661 8.862 16.7653C9.73366 17.1431 10.6786 17.3219 11.628 17.2887C12.3189 17.3026 13.0066 17.1905 13.6573 16.958C14.1973 16.7663 14.6675 16.4173 15.0073 15.956C15.3411 15.4688 15.5102 14.8876 15.49 14.2973C15.503 13.8153 15.3823 13.339 15.1413 12.9213C14.8966 12.5239 14.567 12.1856 14.176 11.9307C13.681 11.6113 13.1558 11.3414 12.608 11.1247C12.5494 11.096 12.4888 11.0717 12.4267 11.052C11.8653 10.82 11.4431 10.6338 11.16 10.4933C10.9072 10.3748 10.6783 10.211 10.4847 10.01C10.3217 9.83888 10.2318 9.61098 10.234 9.37467C10.2262 9.19467 10.2669 9.01588 10.3518 8.85698C10.4367 8.69807 10.5627 8.56489 10.7167 8.47133C11.0815 8.2538 11.5015 8.14638 11.926 8.162C12.2517 8.15859 12.5764 8.19895 12.8913 8.282C13.2335 8.38067 13.5683 8.50319 13.8933 8.64867C14.0252 8.70986 14.1686 8.74214 14.314 8.74333C14.4196 8.74614 14.5247 8.72656 14.6222 8.68588C14.7198 8.64521 14.8076 8.58436 14.88 8.50733C14.9565 8.42374 15.0157 8.32591 15.0544 8.21941C15.0931 8.11292 15.1104 7.99985 15.1053 7.88667C15.1088 7.6688 15.0327 7.45716 14.8913 7.29133C14.6995 7.08979 14.4616 6.93788 14.198 6.84867C13.911 6.74326 13.6142 6.66666 13.312 6.62C12.8898 6.55075 12.4625 6.51796 12.0347 6.522C11.3808 6.51813 10.7312 6.62752 10.1147 6.84533C9.54779 7.03671 9.04174 7.37485 8.648 7.82533C8.26913 8.27393 8.06881 8.84639 8.08533 9.43333C8.07188 9.89583 8.17943 10.3538 8.39733 10.762Z">
</path>
</g>
</svg>
</a>
</div>
</header>
<nav class="nav">
<a href="">HOME</a>
<a href="#services">SERVICES</a>
<!-- <a href="#portfolio">PORTFOLIO</a> -->
<a href="#resume">RESUME</a>
<a href="#contactMe">CONTACT</a>
<a href="#about">ABOUT</a>
</nav>
<div class="banner">
<div class="bannerBox bannerBox1">
<div id="gridBoxLeft" class="gridBoxIcons">
</div>
</div>
<div class="bannerBox bannerBox2">
<div class="portrait portraitCutout">
<img class="portrait">
</div>
</div>
<div id="specialButtonBox" class="bannerBox bannerBox3">
<div id="gridBoxRight" class="gridBoxIcons">
</div>
<div class="bookButtonZ-index">
<h2>
CALL 603-521-0458<br>
OR
</h2><br>
<div class="bookButtonBoxPhone">
<a href="https://calendar.app.google/zFzxM6XoFDGMM4bR9" target="_blank"><input class="bookButton" type="button" value="Book Appointment!"></a>
</div>
<div class="bookButtonBoxPC">
<script>
(function () {
var target = document.currentScript;
window.addEventListener('load', function () {
calendar.schedulingButton.load({
url: 'https://calendar.google.com/calendar/appointments/schedules/AcZssZ03poSJT-fihgPmqEnjiVhiUpxkdutchZR2yyCEa3i-jWkOovNPRt0RLi0U80Zi80bA2P2yF9Km?gv=true',
color: '#ffffff',
label: 'BOOK AN APPOINTMENT!',
target,
});
});
})();
</script>
</div>
</div>
</div>
</div>
<div class="heroSection">
<div class="sydneyLeigh">
<pre>
█████████ █████ █████ ██████████ ██████ █████ ██████████ █████ █████ █████ ██████████ █████ █████████ █████ █████
███░░░░░███░░███ ░░███ ░░███░░░░███ ░░██████ ░░███ ░░███░░░░░█░░███ ░░███ ░░███ ░░███░░░░░█░░███ ███░░░░░███░░███ ░░███
░███ ░░░ ░░███ ███ ░███ ░░███ ░███░███ ░███ ░███ █ ░ ░░███ ███ ░███ ░███ █ ░ ░███ ███ ░░░ ░███ ░███
░░█████████ ░░█████ ░███ ░███ ░███░░███░███ ░██████ ░░█████ ░███ ░██████ ░███ ░███ ░███████████
░░░░░░░░███ ░░███ ░███ ░███ ░███ ░░██████ ░███░░█ ░░███ ░███ ░███░░█ ░███ ░███ █████ ░███░░░░░███
███ ░███ ░███ ░███ ███ ░███ ░░█████ ░███ ░ █ ░███ ░███ █ ░███ ░ █ ░███ ░░███ ░░███ ░███ ░███
░░█████████ █████ ██████████ █████ ░░█████ ██████████ █████ ███████████ ██████████ █████ ░░█████████ █████ █████
░░░░░░░░░ ░░░░░ ░░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░░░░░ ░░░░░ ░░░░░░░░░░░ ░░░░░░░░░░ ░░░░░ ░░░░░░░░░ ░░░░░ ░░░░░
</pre>
</div>
<h6>A JACK OF ALL TRADES, MASTER OF NONE, BUT IN MOST CASES BETTER THAN A MASTER OF ONE FULLSTACK DEVELOPER, ARTIST, AND MORE</h6>
<h3>Choose your theme:</h3>
<div class="themePicker">
<div class="themeBox">
Dark Mode
<div id="dark" class="themeButton darkMode"></div>
</div>
<div class="themeBox">
Light Mode
<div id="light" class="themeButton lightMode"></div>
</div>
<div id="VGAGreen" class="themeBox">
VGA Green
<div class="themeButton vgaGreen"></div>
</div>
<div id="bubblegumGirlyPop" class="themeBox">
Bubblegum<br> Girly Pop
<div class="themeButton bubblegumGirlyPop"></div>
</div>
</div>
</div>
<main class="main">
<!-- <article class="article">
<iframe src="https://calendar.google.com/calendar/appointments/schedules/AcZssZ03poSJT-fihgPmqEnjiVhiUpxkdutchZR2yyCEa3i-jWkOovNPRt0RLi0U80Zi80bA2P2yF9Km?gv=true" style="border: 0" width="600" height="600" frameborder="0"></iframe>
</article>-->
<!-- <article class="article">
<h1>HERO SECTION</h1>
<div class="contentBox">
<p>This is where we write our value proposition including: </p>
<ul>
<li>
A concise statement of what you do (e.g., "Beautiful, responsive, user-friendly websites that convert.")
</li>
<li>
A strong visual demo of your design style (screenshot, animation, interactive example). Probably a video demo.
</li>
</ul>
</div>
</article> -->
<article id="services" class="article">
<h1>SERVICES</h1>
<div class="contentBox">
<p>For Frontend Web Development I can:</p>
<ul>
<li>Do Custom Website Design</li>
<li>UI/UX Design</li>
<li>Make Responsive/Mobile-First Design</li>
<li>Landing Pages</li>
<li>Website Redesigns</li>
<li>HTML/CSS/JavaScript implementation</li>
<li>Accessibility & Performance Optimization</li>
</ul>
<br>
<p> For anything else I work with a variety of languages and am pretty much willing to work on whatever coding you want including programs written in:</p>
<ul>
<li>Python</li>
<li>C</li>
<li>C++</li>
<li>C#</li>
<li>Visual Basic</li>
<li>Java</li>
<li>JavaScript</li>
<li>PHP</li>
<li>Ruby</li>
<li>Perl</li>
<li>Lua</li>
</ul>
</div>
</article>
<!-- <article id="portfolio" class="article">
<h1>PORTFOLIO</h1>
<div class="contentBox">
<p>This is where we list examples of our work including: </p>
<ul>
<li>Wordpress with WooCommerce (Ecommerce and Blogging)</li>
<li>Odoo (CRM Example)</li>
<li>Strapi (Node.js Example)</li>
<li>Django (Python Example)</li>
</ul>
</div>
</article> -->
<article id="resume" class="article">
<h1>RESUME</h1>
<div class="flexBoxCenter">
<div class="resumeBox">
<a href="resumes/Resume_Sydney_Leigh_ATS_Friendly_Software_Engineering.pdf" download="Resume_Sydney_Leigh_ATS_Friendly_Software_Engineering.pdf">
<p>Software Engineer<br> Two Pager<br></p><br>
<svg class="contactSVG" version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"
fill="#000000">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<g>
<path class="st0"
d="M347.746,346.204c-8.398-0.505-28.589,0.691-48.81,4.533c-11.697-11.839-21.826-26.753-29.34-39.053 c24.078-69.232,8.829-88.91-11.697-88.91c-16.119,0-24.167,17.011-22.376,35.805c0.906,9.461,8.918,29.34,18.78,48.223 c-6.05,15.912-16.847,42.806-27.564,62.269c-12.545,3.812-23.305,8.048-31.027,11.622c-38.465,17.888-41.556,41.773-33.552,51.894 c15.197,19.226,47.576,2.638,80.066-55.468c22.243-6.325,51.508-14.752,54.146-14.752c0.304,0,0.721,0.097,1.204,0.253 c16.215,14.298,35.366,30.67,51.128,32.825c22.808,3.136,35.791-13.406,34.891-23.692 C382.703,361.461,376.691,347.942,347.746,346.204z M203.761,408.88c-9.401,11.178-24.606,21.9-29.972,18.334 c-5.373-3.574-6.265-13.86,5.819-25.497c12.076-11.623,32.29-17.657,35.329-18.787c3.59-1.337,4.482,0,4.482,1.791 C219.419,386.512,213.154,397.689,203.761,408.88z M244.923,258.571c-0.899-11.192,1.33-21.922,10.731-23.26 c9.386-1.352,13.868,9.386,10.292,26.828c-3.582,17.464-5.38,29.08-7.164,30.44c-1.79,1.338-3.567-3.144-3.567-3.144 C251.627,282.27,245.815,269.748,244.923,258.571z M248.505,363.697c4.912-8.064,17.442-40.702,17.442-40.702 c2.683,4.926,23.699,29.956,23.699,29.956S257.438,360.123,248.505,363.697z M345.999,377.995 c-13.414-1.768-36.221-17.895-36.221-17.895c-3.128-1.337,24.992-5.157,35.79-4.466c13.875,0.9,18.794,6.718,18.794,12.53 C364.362,373.982,359.443,379.787,345.999,377.995z">
</path>
<path class="st0"
d="M461.336,107.66l-98.34-98.348L353.683,0H340.5H139.946C92.593,0,54.069,38.532,54.069,85.901v6.57H41.353 v102.733h12.716v230.904c0,47.361,38.525,85.893,85.878,85.893h244.808c47.368,0,85.893-38.532,85.893-85.893V130.155v-13.176 L461.336,107.66z M384.754,480.193H139.946c-29.875,0-54.086-24.212-54.086-54.086V195.203h157.31V92.47H85.86v-6.57 c0-29.882,24.211-54.102,54.086-54.102H332.89v60.894c0,24.888,20.191,45.065,45.079,45.065h60.886v288.349 C438.855,455.982,414.636,480.193,384.754,480.193z M88.09,166.086v-47.554c0-0.839,0.683-1.524,1.524-1.524h15.108 c2.49,0,4.786,0.409,6.837,1.212c2.029,0.795,3.812,1.91,5.299,3.322c1.501,1.419,2.653,3.144,3.433,5.121 c0.78,1.939,1.182,4.058,1.182,6.294c0,2.282-0.402,4.414-1.19,6.332c-0.78,1.918-1.932,3.619-3.418,5.054 c-1.479,1.427-3.27,2.549-5.321,3.329c-2.036,0.78-4.332,1.174-6.822,1.174h-6.376v17.241c0,0.84-0.683,1.523-1.523,1.523h-7.208 C88.773,167.61,88.09,166.926,88.09,166.086z M134.685,166.086v-47.554c0-0.839,0.684-1.524,1.524-1.524h16.698 c3.173,0,5.968,0.528,8.324,1.568c2.386,1.062,4.518,2.75,6.347,5.009c0.944,1.189,1.694,2.504,2.236,3.916 c0.528,1.375,0.929,2.862,1.189,4.407c0.253,1.531,0.401,3.181,0.453,4.957c0.045,1.694,0.067,3.515,0.067,5.447 c0,1.924-0.022,3.746-0.067,5.44c-0.052,1.769-0.2,3.426-0.453,4.964c-0.26,1.546-0.661,3.025-1.189,4.399 c-0.55,1.427-1.3,2.743-2.23,3.909c-1.842,2.282-3.976,3.969-6.354,5.016c-2.334,1.04-5.135,1.568-8.324,1.568h-16.698 C135.368,167.61,134.685,166.926,134.685,166.086z M214.269,137.981c0.84,0,1.523,0.684,1.523,1.524v6.48 c0,0.84-0.683,1.524-1.523,1.524h-18.244v18.579c0,0.84-0.684,1.523-1.524,1.523h-7.209c-0.84,0-1.523-0.683-1.523-1.523v-47.554 c0-0.839,0.683-1.524,1.523-1.524h27.653c0.839,0,1.524,0.684,1.524,1.524v6.48c0,0.84-0.684,1.524-1.524,1.524h-18.92v11.444 H214.269z">
</path>
<path class="st0"
d="M109.418,137.706c1.212-1.092,1.798-2.645,1.798-4.749c0-2.096-0.587-3.649-1.798-4.741 c-1.263-1.13-2.928-1.68-5.098-1.68h-5.975v12.848h5.975C106.489,139.385,108.155,138.836,109.418,137.706z">
</path>
<path class="st0"
d="M156.139,157.481c1.13-0.424,2.103-1.107,2.973-2.088c0.944-1.055,1.538-2.571,1.769-4.511 c0.26-2.208,0.386-5.091,0.386-8.569c0-3.485-0.126-6.369-0.386-8.569c-0.231-1.946-0.825-3.462-1.762-4.51 c-0.869-0.982-1.873-1.679-2.972-2.089c-1.182-0.453-2.534-0.676-4.042-0.676h-7.164v31.68h7.164 C153.605,158.15,154.965,157.927,156.139,157.481z">
</path>
</g>
</g>
</svg>
</a>
</div>
<div class="resumeBox">
<a href="resumes/Resume_Sydney_Leigh_ATS_Friendly_Cybersecurity_Public_Two Pager.pdf" download="Resume_Sydney_Leigh_ATS_Friendly_Cybersecurity_Public_Two Pager.pdf">
<p>Cybersecurity<br> Two Pager<br></p><br>
<svg class="contactSVG" version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"
fill="#000000">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<g>
<path class="st0"
d="M347.746,346.204c-8.398-0.505-28.589,0.691-48.81,4.533c-11.697-11.839-21.826-26.753-29.34-39.053 c24.078-69.232,8.829-88.91-11.697-88.91c-16.119,0-24.167,17.011-22.376,35.805c0.906,9.461,8.918,29.34,18.78,48.223 c-6.05,15.912-16.847,42.806-27.564,62.269c-12.545,3.812-23.305,8.048-31.027,11.622c-38.465,17.888-41.556,41.773-33.552,51.894 c15.197,19.226,47.576,2.638,80.066-55.468c22.243-6.325,51.508-14.752,54.146-14.752c0.304,0,0.721,0.097,1.204,0.253 c16.215,14.298,35.366,30.67,51.128,32.825c22.808,3.136,35.791-13.406,34.891-23.692 C382.703,361.461,376.691,347.942,347.746,346.204z M203.761,408.88c-9.401,11.178-24.606,21.9-29.972,18.334 c-5.373-3.574-6.265-13.86,5.819-25.497c12.076-11.623,32.29-17.657,35.329-18.787c3.59-1.337,4.482,0,4.482,1.791 C219.419,386.512,213.154,397.689,203.761,408.88z M244.923,258.571c-0.899-11.192,1.33-21.922,10.731-23.26 c9.386-1.352,13.868,9.386,10.292,26.828c-3.582,17.464-5.38,29.08-7.164,30.44c-1.79,1.338-3.567-3.144-3.567-3.144 C251.627,282.27,245.815,269.748,244.923,258.571z M248.505,363.697c4.912-8.064,17.442-40.702,17.442-40.702 c2.683,4.926,23.699,29.956,23.699,29.956S257.438,360.123,248.505,363.697z M345.999,377.995 c-13.414-1.768-36.221-17.895-36.221-17.895c-3.128-1.337,24.992-5.157,35.79-4.466c13.875,0.9,18.794,6.718,18.794,12.53 C364.362,373.982,359.443,379.787,345.999,377.995z">
</path>
<path class="st0"
d="M461.336,107.66l-98.34-98.348L353.683,0H340.5H139.946C92.593,0,54.069,38.532,54.069,85.901v6.57H41.353 v102.733h12.716v230.904c0,47.361,38.525,85.893,85.878,85.893h244.808c47.368,0,85.893-38.532,85.893-85.893V130.155v-13.176 L461.336,107.66z M384.754,480.193H139.946c-29.875,0-54.086-24.212-54.086-54.086V195.203h157.31V92.47H85.86v-6.57 c0-29.882,24.211-54.102,54.086-54.102H332.89v60.894c0,24.888,20.191,45.065,45.079,45.065h60.886v288.349 C438.855,455.982,414.636,480.193,384.754,480.193z M88.09,166.086v-47.554c0-0.839,0.683-1.524,1.524-1.524h15.108 c2.49,0,4.786,0.409,6.837,1.212c2.029,0.795,3.812,1.91,5.299,3.322c1.501,1.419,2.653,3.144,3.433,5.121 c0.78,1.939,1.182,4.058,1.182,6.294c0,2.282-0.402,4.414-1.19,6.332c-0.78,1.918-1.932,3.619-3.418,5.054 c-1.479,1.427-3.27,2.549-5.321,3.329c-2.036,0.78-4.332,1.174-6.822,1.174h-6.376v17.241c0,0.84-0.683,1.523-1.523,1.523h-7.208 C88.773,167.61,88.09,166.926,88.09,166.086z M134.685,166.086v-47.554c0-0.839,0.684-1.524,1.524-1.524h16.698 c3.173,0,5.968,0.528,8.324,1.568c2.386,1.062,4.518,2.75,6.347,5.009c0.944,1.189,1.694,2.504,2.236,3.916 c0.528,1.375,0.929,2.862,1.189,4.407c0.253,1.531,0.401,3.181,0.453,4.957c0.045,1.694,0.067,3.515,0.067,5.447 c0,1.924-0.022,3.746-0.067,5.44c-0.052,1.769-0.2,3.426-0.453,4.964c-0.26,1.546-0.661,3.025-1.189,4.399 c-0.55,1.427-1.3,2.743-2.23,3.909c-1.842,2.282-3.976,3.969-6.354,5.016c-2.334,1.04-5.135,1.568-8.324,1.568h-16.698 C135.368,167.61,134.685,166.926,134.685,166.086z M214.269,137.981c0.84,0,1.523,0.684,1.523,1.524v6.48 c0,0.84-0.683,1.524-1.523,1.524h-18.244v18.579c0,0.84-0.684,1.523-1.524,1.523h-7.209c-0.84,0-1.523-0.683-1.523-1.523v-47.554 c0-0.839,0.683-1.524,1.523-1.524h27.653c0.839,0,1.524,0.684,1.524,1.524v6.48c0,0.84-0.684,1.524-1.524,1.524h-18.92v11.444 H214.269z">
</path>
<path class="st0"
d="M109.418,137.706c1.212-1.092,1.798-2.645,1.798-4.749c0-2.096-0.587-3.649-1.798-4.741 c-1.263-1.13-2.928-1.68-5.098-1.68h-5.975v12.848h5.975C106.489,139.385,108.155,138.836,109.418,137.706z">
</path>
<path class="st0"
d="M156.139,157.481c1.13-0.424,2.103-1.107,2.973-2.088c0.944-1.055,1.538-2.571,1.769-4.511 c0.26-2.208,0.386-5.091,0.386-8.569c0-3.485-0.126-6.369-0.386-8.569c-0.231-1.946-0.825-3.462-1.762-4.51 c-0.869-0.982-1.873-1.679-2.972-2.089c-1.182-0.453-2.534-0.676-4.042-0.676h-7.164v31.68h7.164 C153.605,158.15,154.965,157.927,156.139,157.481z">
</path>
</g>
</g>
</svg>
</a>
</div>
</div>
<div class="contentBox">
<h3>PROFESSIONAL SUMMARY</h3><br>
<p>
I am a well-rounded professional with over 10 years of experience in cybersecurity for the federal government,
spanning roles in auditing, penetration testing, system administration, project management, and liaison work.
Having earned my CISSP in 2017, I bring both technical expertise and leadership potential, with a long-term goal
of transitioning into a Chief Security Officer (CSO) or Chief Information Security Officer (CISO) role. My
career began with programming in C++ at age 11, and since then, technology has been both a profession and a
passion ranging from personal homelab projects, serving as ACM webmaster in college, leading development teams,
to freelancing when needed. This breadth of experience across software engineering, IT systems, and security has
given me a “jack of all trades, master of none, but often better than master of one” mindset, enabling me to
quickly adapt and excel in any challenge.
</p><br>
<p>
Beyond the technical, I am an extrovert who thrives on working with people. My career has taken me across the
U.S., collaborating with diverse groups and discovering a passion for customer interaction, relationship
building, and leadership. I am highly competitive, self-motivated, and eager to contribute to an organization
where performance and results are recognized and rewarded. Whether stepping into a CSO/CISO track, leading
high-impact security initiatives, or leveraging my people skills in sales and client engagement, I bring a
unique mix of technical depth, leadership ability, and interpersonal drive to help grow and protect any business
I serve.
</p><br>
<h3>PROFESSIONAL EXPERIENCE</h3><br>
<p>
CENTURY 21, Real Estate Salesperson, Nashua, NH, Aug 2024 - Present
</p>
<ul>
<li>Learned how to use DotLoop for automating real estate paperwork</li>
<li>Trained on sales and closing</li>
<li>Became skilled at using Paragon to search PrimeMLS for good listing deals</li>
<li>Gained understanding of the dynamics of the residential real estate market</li>
<li>Networked with potential customers and other professionals online and in person</li>
</ul>
<p><br>
DEPARTMENT OF DEFENSE (DOD), US Army Corps of Engineers, Engineering Research and Development Center (ERDC),
Information Technology Lab (ITL), Computer Scientist, Vicksburg, MS, Sep 2012 - Present
</p>
<ul>
<li>Acted as a liaison between two major agencies, translating technical jargon into laymen’s terms among dozens
of people in order to fund multi-million dollar projects</li>
<li>Did several audits traveling all throughout the USA</li>
<li>Administered and ran honey pot to collect attack data from the world wide web</li>
<li>Performed multiple DIACAP compliance audits across the USA interfacing with customers, helping them understand the DoD requirements they have to meet, doing SCAP scans, and working with my team to revise verbiage on the reports we needed to send to get them approval to operate</li>
<li>Wrote a small command and control based botnet in C++ for a virtual laboratory</li>
<li>Performed Windows administrative work on a Virtual Desktop Environment (VDI) with VMWare</li>
<li>Created Powershell Script for automating user entry into Active Directory (AD) to save hundreds of hours of
labor</li>
<li>Created a SharePoint website for users to get access to information and procedures needed to apply for an
account</li>
<li>Information Assurance Technician II (IAT II) assisted senior admin with software installs for VMWare ESXi
</li>
<li>Answered hundreds of helpdesk tickets assisting users with account problems, software installs, and
connection issues</li>
<li>Earned several certificates for managing Windows Servers of different versions throughout the years</li>
<li>Ensured access to export controlled codes and data was kept private by use of file permissions and handled
by DOD and Army Regulation standards</li>
</ul>
<p><br>
IKANOW (Contract through oDesk), Freelancer, Clinton, MS, Sep 2013 - Dec 2013
</p>
<ul>
<li>Found a contract while already working a full-time job by day and worked with this company at night/weekends
remotely</li>
<li>Created Enterprise RPM for the Infinit.e software for Amazon Web Services AWS</li>
<li>Developed complex shell scripts working with MongoDB & JSON</li>
<li>Configured SSL and wrote an authentication module</li>
</ul>
<p><br>
BOWHEAD, Subject Matter Specialist II, Engineer/Scientist I, Vicksburg, MS, Mar 2012 - Sep 2012
</p>
<ul>
<li>Performed intrusion detection system research with machine learning algorithms</li>
<li>Created a virtual lab with VMs running Apache, IIS, DNS, and a WAF (Mod Security)</li>
<li>Wrote an internal publication on intrusion detection system research</li>
</ul>
<p><br>
DEPARTMENT OF DEFENSE (DOD), DISA, Red Team, Chambersburg, PA, Jun 2011 - Aug 2011
</p>
<ul>
<li>Red Team Member, helped plan missions and procedures</li>
<li>Built a web application with web2py for organizing attack tools</li>
<li>Trained on C&A, IA Policy, PII, COOP, and DIACAP</li>
</ul>
<p><br>
MISSISSIPPI STATE UNIVERSITY IT DEPARTMENT, Compliance Officer, Mississippi State, MS, Jun 2010 - Aug 2010
</p>
<ul>
<li>Made shell scripts to detect abnormal DNS servers for malware & SSH brute force attacks</li>
<li>Programmed PoCs for XSS bugs on campus websites</li>
<li>Performed vulnerability scanning with Nexpose</li>
<li>Worked directly for CSO learning university network security</li>
</ul>
<p><br>
DANTEVIOS SP (Sole Proprietorship), Freelancer, Starkville, MS, Jun 2010 - Jun 2010
</p>
<ul>
<li>Founded and ran one-man business, working 100+ hours weekly</li>
<li>Debugged and fixed Java Servlet, wrote socket script to curl XML to PHP, assisted deployment</li>
<li>Fixed Magento deployment issues</li>
<li>Earned $1.1k in first week with offers exceeding $1.5k/week</li>
</ul>
<p><br>
SOFTWARE UNLIMITED, Lead Software Engineer, Tupelo, MS, Jun 2008 - Aug 2009
</p>
<ul>
<li>Lead developer managing small team, reported to CEO</li>
<li>EasyFiles - Document Management Solution (C#, XAML, WPF) - 95% coded by me, 10k+ LOC</li>
<li>Criminal Case Management - C#.NET web app for prosecutors</li>
<li>Interviewed and helped hire developers</li>
</ul>
<p><br>
RPM PIZZA CORPORATION (DOMINOS), Driver, Starkville, MS, Aug 2008 - Oct 2008
</p>
<ul>
<li>Handled phone orders and customer complaints</li>
<li>Delivered pizzas, memorized routes without GPS</li>
<li>Prepared food, folded boxes, closed shop</li>
</ul>
<p><br>
VELCRO USA INC., Web Application Developer, Manchester, NH, Jun 2007 - Aug 2007
</p>
<ul>
<li>Developed JSP Servlet (Struts 1) for ordering system on Oracle App Server</li>
</ul>
<p><br>
VELCRO USA INC., Web Application Developer, Manchester, NH, Jun 2006 - Aug 2006
</p>
<ul>
<li>Maintained servers, cabling, and scripts for SUSE Linux</li>
<li>Developed PHP intranet site with MySQL ACL system</li>
</ul>
<p><br>
SAINTS MEMORIAL MEDICAL CENTER, Dispatcher & Patient Transporter, Lowell, MA, Jun 2003 - Dec 2005
</p>
<ul>
<li>Coordinated emergency responses between medical staff and security</li>
<li>Handled critical notifications for cardio angioplasty team</li>
<li>Transported patients, delivered surgical tools and biohazard samples</li>
<li>Trained in CPR and biochemical emergency procedures</li>
</ul><br>
<h3>EDUCATION</h3>
<ul>
<li>Masters of Science in Computer Science, Mississippi State University, 2011</li>
<li>Bachelor of Science in Computer Science with minor in Software Engineering, Mississippi State University,
2009</li>
</ul><br>
<h3>CERTIFICATIONS</h3>
<ul>
<li>New Hampshire Real Estate Salesperson</li>
<li>CompTIA Security+</li>
<li>CISSP</li>
<li>SANS GCIA</li>
<li>SNL IDART</li>
<li>InfoSec CSSA</li>
<li>InfoSec DIARMF</li>
<li>Mississippi State University Information Assurance Certificate</li>
<li>W3Schools Certified: Frontend, Backend, Fullstack, PHP, Git, MySQL, SQL, CSS, HTML, JavaScript, jQuery</li>
</ul><br>
<h3>PUBLICATIONS</h3>
<ul>
<li>HIPAA Violated by Wireless Access Points - International Conference on Information Security and Privacy
(2010)</li>
<li>Does Programming Language Affect Reuse?</li>
</ul><br>
<h3>PASSION PROJECTS</h3>
<ul>
<li>Built hardened Ubuntu Linux for crypto cold storage</li>
<li>Created Python macro script with OCR for Ashen Empires game automation</li>
<li>Written buffer overflow exploits in college labs</li>
<li>Managed computer network for US First Robotics lab</li>
<li>Hosted website on Cobalt webserver at home</li>
<li>MSU Linux User’s Group active member</li>
<li>ACM Webmaster at MSU</li>
<li>Hosted Starcraft II tournament at MSU (200+ attendees)</li>
<li>Spoken publicly on controversial debate topics</li>
</ul><br>
<h3>SKILLS</h3>
<ul>
<li>Used python and metasploit shell code to write a buffer overflow for the war-ftpd server using OllyDbg</li>
<li>Used C and metasploit shell code to write a buffer overflow for a C application using gdb</li>
<li>Experimented with IDA to do static analysis of windows binaries</li>
<li>Limited experience with IA32 assembly code and basic reverse engineering</li>
<li>Know how to do computer forensics including how to do chain of custody and evidence handling</li>
<li>Used imaging tools like FTK Imager and dd</li>
<li>Wrote DWIP, a disk wiping and imaging program for my advanced forensics class which aimed at securely wiping media via DoD standard 7 wipe protocol</li>
<li>Have analyzed malware with things like Windows Sys Internals and Anubis binary scanner (tool now unavailable)</li>
<li>Participated in the How Strong is your FU? hacking competition 2010</li>
<li>Participated in Hack.lu 2010 and 2011</li>
<li>Participated in Nuit du hack</li>
<li>Participated in Defcon</li>
<li>Participated in the At Large Northwest Collegiate Cyber Defense Competition as a Red Team member which I wrote custom malware for, made documents with backdoors in them to phish users, and used rootkits do consistently stay in users machines</li>
</ul><br>
<h3>KEYWORDS I ASSOCIATE WITH</h3>
<ul>
<li>Active Directory, AES, AES-256, Agile, AJAX, AI/ML, Apache, ASP.NET, AWS, Azure, C, C#, C++, CI/CD, CMS,
CRM, CSS3, Cryptography, Customer Service, Debug, DevOps, DHCP, DIACAP, Digital Forensics, Django, DNS,
Docker, Excel, Exploits, Forensics, FTK Imager, gdb, Git, GitHub, GitLab, GraphQL, Helm, HTML5, HTTP, HTTPS,
IaaS, IDE, IIS, ISO 27001, Java, JavaScript, Jenkins, JSON, jQuery, Linux, LINQ, Lua, Malware Analysis,
Metasploit, Microsoft SQL, MongoDB, MySQL, Next.js, Node.js, NoSQL, Odoo, OOP, Oracle Cloud, Oracle SQL,
Perl, PHP, Powershell, Python, React, Redhat, REST APIs, R, Ruby, Rust, SaaS, Scrum, Servlets, Shell
Scripting, Solaris, Spring Boot, SQL, SSL, Stripe, SVN, TCP/IP, Terraform, TypeScript, Ubuntu, UDP, UI/UX,
UML, Unix, Virtual Machines, VPN, Visual Basic, VS Code, Web2py, Windows, Windows Server, Wordpress, WPF,
XML, Zoom</li>
</ul>
</div>
<!-- <div class="contentBox">
<h3>PROFESSIONAL SUMMARY</h3><br>
<p>
Having started programming in C++ at the age of 11, coding hasn't just been a job for me, it's a lifestyle. Whether it's been doing projects in my homelabs over the years, being webmaster for ACM in college, or being a lead developer at a company, sometimes even freelancing to pay the rent, software engineering has been a major part of my life. Between coding, system administration, and even being a security auditor, I've experienced IT from all angles. I like to think of myself as a Jack of all trades, master of none, but in most cases better than a master of one. Given a little time, I can hit the ground running with anything.
</p><br>
<h3>PROFESSIONAL EXPERIENCE</h3><br>
<p>
DOD, US ARMY CORPS OF ENGINEERS, Computer Scientist, Vicksburg, MS, Sep 2012 - Present
</p>
<ul>
<li>Wrote a small command and control based botnet in C++ for a virtual laboratory</li>
<li>Performed Windows administrative work on a Virtual Desktop Environment (VDI) with VMWare</li>
<li>Created Powershell Script for automating user entry into Active Directory (AD) to save hundreds of hours of labor instead of entering it manually through the GUI</li>
<li>Created a SharePoint website for users to get access to information and procedures needed to apply for an account</li>
<li>IAT II assisted senior admin with software installs</li>
<li>Answered hundreds of helpdesk tickets assisting users with account problems, software installs, and connection issues</li>
<li>Ensured access to export controlled codes and data was kept private by use of file permissions and handled by DOD and Army Regulation standards</li>
</ul>
<p><br>
IKANOW, Freelancer, Clinton, MS, Sep 2013 - Dec 2013
</p>
<ul>
<li>Created Enterprise RPM for the Infinit.e software for Amazon Web Services AWS</li>
<li>This involved several complex shell scripts working with mongodb & JSON</li>
<li>It also involved configuring SSL for this product and writing an authentication module</li>
</ul>
<p><br>
BOWHEAD, Subject Matter Specialist II, Engineer/Scientist I, Vicksburg, MS, Mar 2012 - Sep 2012
</p>
<ul>
<li>Created a virtual laboratory involving several virtual machines of different operating systems running Apache, IIS, a DNS server, and a web application firewall (WAF) called Mod Security </li>
</ul>
<p><br>
DOD, DISA, Red Team, Chambersburg, PA, Jun 2011 - Aug 2011
</p>
<ul>
<li>Built a web application with web2py for organizing attack tools.</li>
</ul>
<p><br>
MSU IT DEPARTMENT, Compliance Officer, Mississippi State, MS, Jun 2010 - Aug 2010
</p>
<ul>
<li>Made shell scripts to automate the examining of abnormal DNS servers to look for malware & SSH brute force attacks.</li>
<li>Programmed proof of concepts for XSS bugs found on campus websites by vulnerability scanners to demonstrate security vulnerabilities to CSO</li>
</ul>
<p><br>
DANTEVIOS SP, Freelancer, Starkville, MS, Jun 2010 - Jun 2010
</p>
<ul>
<li>Ran my own one man business working 100+ hours a week between locating contracts, networking, and bidding on contracts between multiple freelancing websites and networking contacts</li>
<li>Used netbeans to debug & fix existing poorly written code, fixed Java Servlet, developed a socket script to curl XML data to another off-site PHP script, and helped deploy and make sure the live server was serving customers</li>
<li>Briefly fixed issues with the deployment of magento site</li>
</ul>
<p><br>
SOFTWARE UNLIMITED, Lead Software Engineer, Tupelo, MS, Jun 2008 - Aug 2009
</p>
<ul>
<li>Lead Developer on two major projects</li>
<li>EasyFiles - A Paperless Document Management Solution (C#,XAML,WPF) 95% coded by me, GUI desktop application with drag & drop capability</li>
<li>Used subversion for version control</li>
<li>Over 10k lines of code</li>
<li>Criminal Case Management- A web solution for prosecutors offices</li>
<li>C#.NET web application</li>
</ul>
<p><br>
VELCRO USA INC., Web Application Developer, Manchester, NH, Jun 2007 - Aug 2007
</p>
<ul>
<li>Developed a JSP Servlet for ordering hook & loop using the Struts 1 Framework to run on an Oracle Application Server that talked to an Oracle Database</li>
</ul>
<p><br>
VELCRO USA INC., Web Application Developer, Manchester, NH, Jun 2006 - Aug 2006
</p>
<ul>
<li>Worked on company intranet website in PHP and implemented access control lists (ACLs) for different divisions to log in, that talked to a MySQL database</li>
</ul><br>
<h3>EDUCATION</h3>
<ul>
<li>Masters of Science in Computer Science from Mississippi State University, graduated 2011</li>
<li>Bachelor of Science in Computer Science with a minor in Software Engineering from Mississippi State University, graduated 2009</li>
</ul>
<br>
<h3>CERTIFICATIONS</h3>
<ul>
<li>W3Schools Certified in: Frontend/Backend/Fullstack, PHP, Git, MySQL, SQL, CSS, HTML, JavaScript, jQuery</li>
</ul>
<br>
<h3>PUBLICATIONS</h3>
<ul>
<li>Does Programming Language Affect Reuse?</li>
</ul>
<br>
<h3>SKILLS</h3>
<ul>
<li>Active Directory, Agile, AJAX, Apache, ASP.NET, AWS, Azure, C, C#, C++, CI/CD, Client/Server, CMS, CRM, CSS3, Debug, DevOps, Django, DNS, Docker, gdb, Git, Github, GitLab, GraphQL, Helm, HTML5, HTTP, HTTPS, IaaS, IDE, IIS, Java, JavaScript, JSON, Jenkins, jQuery, Kubernetes, LINQ, Linux, Lua, Microsoft SQL, MongoDB, MySQL, Next.js, Node.js, NoSQL, Odoo, OOP, Oracle Cloud, Oracle SQL, Perl, PHP, Powershell, Python, React, Redhat, REST APIs, R, Ruby, Rust, SaaS, Scrum, Servlets, Shell Scripting, Solaris, Spring Boot, SQL, SSL, Stripe, SVN, TCP/IP, Terraform, TypeScript, Ubuntu, UDP, UI/UX, UML, Unix, Virtual Machines, Visual Basic, Vstudio Code, Web2py, Windows, Windows Server, Wordpress, WPF, XML</li>
</ul>
</div> -->
</article>
<article id="contactMe" class="article">
<h1>CONTACT ME</h1>
<div class="contentBox">
<div class="contact">
<div class="contactItem">
<!-- LinkedIn -->
<a href="https://www.linkedin.com/in/sydneyleigh/" target="_blank">
<svg class="contactSVG" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path
d="M22 3.47059V20.5294C22 20.9194 21.8451 21.2935 21.5693 21.5693C21.2935 21.8451 20.9194 22 20.5294 22H3.47059C3.08056 22 2.70651 21.8451 2.43073 21.5693C2.15494 21.2935 2 20.9194 2 20.5294V3.47059C2 3.08056 2.15494 2.70651 2.43073 2.43073C2.70651 2.15494 3.08056 2 3.47059 2H20.5294C20.9194 2 21.2935 2.15494 21.5693 2.43073C21.8451 2.70651 22 3.08056 22 3.47059ZM7.88235 9.64706H4.94118V19.0588H7.88235V9.64706ZM8.14706 6.41177C8.14861 6.18929 8.10632 5.96869 8.02261 5.76255C7.93891 5.55642 7.81542 5.36879 7.65919 5.21039C7.50297 5.05198 7.31708 4.92589 7.11213 4.83933C6.90718 4.75277 6.68718 4.70742 6.46471 4.70588H6.41177C5.95934 4.70588 5.52544 4.88561 5.20552 5.20552C4.88561 5.52544 4.70588 5.95934 4.70588 6.41177C4.70588 6.86419 4.88561 7.29809 5.20552 7.61801C5.52544 7.93792 5.95934 8.11765 6.41177 8.11765C6.63426 8.12312 6.85565 8.0847 7.06328 8.00458C7.27092 7.92447 7.46074 7.80422 7.62189 7.65072C7.78304 7.49722 7.91237 7.31346 8.00248 7.10996C8.09259 6.90646 8.14172 6.6872 8.14706 6.46471V6.41177ZM19.0588 13.3412C19.0588 10.5118 17.2588 9.41177 15.4706 9.41177C14.8851 9.38245 14.3021 9.50715 13.7799 9.77345C13.2576 10.0397 12.8143 10.4383 12.4941 10.9294H12.4118V9.64706H9.64706V19.0588H12.5882V14.0529C12.5457 13.5403 12.7072 13.0315 13.0376 12.6372C13.3681 12.2429 13.8407 11.9949 14.3529 11.9471H14.4647C15.4 11.9471 16.0941 12.5353 16.0941 14.0176V19.0588H19.0353L19.0588 13.3412Z">
</path>
</g>
</svg>
</a>
<a href="https://www.linkedin.com/in/sydneyleigh/" target="_blank">https://www.linkedin.com/in/sydneyleigh/</a>
</div>
<div class="contactItem">
<a href="mailto:Sydney.S.Leigh@gmail.com">
<svg class="contactSVG" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M2 4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4zm2 0v.01L12 13l8-8.99V4H4zm16 2.41l-7.29 7.3a1 1 0 0 1-1.42 0L4 6.41V20h16V6.41z"/>
</svg>
</a>
<a href="mailto:Sydney.S.Leigh@gmail.com">Sydney.S.Leigh@gmail.com</a>
</div>
<div class="contactItem">
<a href="https://www.github.com/sydney-s-leigh" target="_blank">
<svg class="contactSVG" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.477 2 2 6.484 2 12.012c0 4.428 2.865 8.184 6.839 9.525.5.092.682-.217.682-.483 0-.237-.009-.868-.013-1.703-2.782.605-3.369-1.342-3.369-1.342-.454-1.154-1.11-1.462-1.11-1.462-.908-.62.069-.608.069-.608 1.004.07 1.532 1.032 1.532 1.032.892 1.53 2.341 1.088 2.91.832.091-.646.35-1.088.636-1.339-2.221-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.254-.446-1.274.098-2.656 0 0 .84-.27 2.75 1.025A9.564 9.564 0 0 1 12 7.844c.85.004 1.705.115 2.504.337 1.909-1.295 2.747-1.025 2.747-1.025.546 1.382.202 2.402.1 2.656.64.7 1.028 1.595 1.028 2.688 0 3.847-2.337 4.695-4.566 4.944.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.749 0 .268.18.579.688.481C19.138 20.192 22 16.44 22 12.012 22 6.484 17.523 2 12 2z"/>
</svg>
</a>
<a href="https://www.github.com/sydney-s-leigh" target="_blank">https://www.github.com/sydney-s-leigh</a>
</div>
<div class="contactItem">
<!-- Reddit -->
<a href="https://www.reddit.com/user/Sydney_S_Leigh/" target="_blank">
<svg class="contactSVG" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path
d="M8.83852 12.4444C8.72864 12.6089 8.66999 12.8022 8.66999 13C8.66999 13.1313 8.69586 13.2614 8.74611 13.3827C8.79637 13.504 8.87003 13.6142 8.96289 13.7071C9.05574 13.8 9.16598 13.8736 9.28731 13.9239C9.40864 13.9741 9.53867 14 9.66999 14C9.86777 14 10.0611 13.9414 10.2256 13.8315C10.39 13.7216 10.5182 13.5654 10.5939 13.3827C10.6696 13.2 10.6894 12.9989 10.6508 12.8049C10.6122 12.6109 10.517 12.4327 10.3771 12.2929C10.2372 12.153 10.0591 12.0578 9.86508 12.0192C9.6711 11.9806 9.47004 12.0004 9.28731 12.0761C9.10458 12.1518 8.9484 12.28 8.83852 12.4444Z">
</path>
<path
d="M12.01 16.52C12.8976 16.5568 13.7705 16.2847 14.48 15.75V15.79C14.5063 15.7644 14.5272 15.7339 14.5417 15.7002C14.5562 15.6664 14.5638 15.6302 14.5643 15.5935C14.5648 15.5569 14.558 15.5204 14.5444 15.4864C14.5308 15.4523 14.5106 15.4213 14.485 15.395C14.4594 15.3687 14.4289 15.3478 14.3951 15.3333C14.3614 15.3188 14.3252 15.3112 14.2885 15.3107C14.2145 15.3098 14.143 15.3383 14.09 15.39C13.4831 15.8254 12.7458 16.0406 12 16C11.2551 16.0333 10.5212 15.811 9.91999 15.37C9.86818 15.3275 9.8024 15.3057 9.73546 15.309C9.66851 15.3123 9.60518 15.3404 9.55778 15.3878C9.51039 15.4352 9.48231 15.4985 9.47903 15.5655C9.47574 15.6324 9.49747 15.6982 9.53999 15.75C10.2495 16.2847 11.1224 16.5568 12.01 16.52Z">
</path>
<path
d="M13.7444 13.8715C13.9089 13.9814 14.1022 14.04 14.3 14.04L14.29 14.08C14.4256 14.0815 14.5601 14.0553 14.6852 14.0032C14.8104 13.9511 14.9237 13.874 15.0182 13.7767C15.1126 13.6795 15.1863 13.564 15.2348 13.4373C15.2832 13.3107 15.3054 13.1755 15.3 13.04C15.3 12.8422 15.2413 12.6489 15.1315 12.4844C15.0216 12.32 14.8654 12.1918 14.6827 12.1161C14.4999 12.0404 14.2989 12.0206 14.1049 12.0592C13.9109 12.0978 13.7327 12.193 13.5929 12.3329C13.453 12.4727 13.3578 12.6509 13.3192 12.8449C13.2806 13.0389 13.3004 13.24 13.3761 13.4227C13.4518 13.6054 13.58 13.7616 13.7444 13.8715Z">
</path>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM18.4065 11.2154C18.5682 11.446 18.6597 11.7185 18.67 12C18.6743 12.2755 18.6005 12.5467 18.4571 12.782C18.3138 13.0174 18.1068 13.2073 17.86 13.33C17.8713 13.4765 17.8713 13.6236 17.86 13.77C17.86 16.01 15.25 17.83 12.03 17.83C8.80999 17.83 6.19999 16.01 6.19999 13.77C6.18873 13.6236 6.18873 13.4765 6.19999 13.33C6.00765 13.2416 5.83683 13.1125 5.69935 12.9515C5.56188 12.7906 5.46105 12.6017 5.40384 12.3979C5.34664 12.1941 5.33443 11.9803 5.36807 11.7713C5.4017 11.5623 5.48038 11.3632 5.59864 11.1876C5.71689 11.0121 5.87191 10.8643 6.05294 10.7546C6.23397 10.645 6.43669 10.5759 6.64705 10.5524C6.8574 10.5288 7.07036 10.5513 7.27117 10.6182C7.47198 10.6852 7.65583 10.795 7.80999 10.94C8.96227 10.1585 10.3179 9.73099 11.71 9.71L12.45 6.24C12.4583 6.19983 12.4745 6.16171 12.4977 6.12784C12.5208 6.09398 12.5505 6.06505 12.5849 6.04272C12.6193 6.0204 12.6578 6.00513 12.6981 5.99779C12.7385 5.99046 12.7799 5.99121 12.82 6L15.27 6.49C15.3896 6.28444 15.5786 6.12825 15.8031 6.04948C16.0275 5.9707 16.2726 5.9745 16.4945 6.06019C16.7164 6.14587 16.9005 6.30784 17.0137 6.51701C17.1269 6.72617 17.1619 6.96885 17.1123 7.20147C17.0627 7.4341 16.9319 7.64143 16.7432 7.78627C16.5545 7.9311 16.3204 8.00394 16.0829 7.99172C15.8453 7.9795 15.6199 7.88301 15.4471 7.71958C15.2743 7.55615 15.1654 7.33648 15.14 7.1L13 6.65L12.35 9.77C13.7252 9.7995 15.0624 10.2267 16.2 11C16.4032 10.805 16.6585 10.6729 16.9351 10.6196C17.2117 10.5664 17.4978 10.5943 17.7589 10.7C18.0199 10.8057 18.2449 10.9847 18.4065 11.2154Z">
</path>
</g>
</svg>
</a>
<a href="https://www.reddit.com/user/Sydney_S_Leigh/" target="_blank">https://www.reddit.com/user/Sydney_S_Leigh/</a>
</div>
<!-- Twitter/X -->
<!-- <a href="">
<svg class="contactSVG" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z">
</path>
</svg>
</a> -->
<!-- Facebook -->
<!-- <a href="">
<svg class="contactSVG" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path
d="M22 12C22 6.47714 17.5229 1.99999 12 1.99999C6.47715 1.99999 2 6.47714 2 12C2 16.9913 5.65686 21.1283 10.4375 21.8785V14.8906H7.89844V12H10.4375V9.79687C10.4375 7.29062 11.9304 5.90624 14.2146 5.90624C15.3087 5.90624 16.4531 6.10155 16.4531 6.10155V8.56249H15.1921C13.9499 8.56249 13.5625 9.33333 13.5625 10.1242V12H16.3359L15.8926 14.8906H13.5625V21.8785C18.3431 21.1283 22 16.9913 22 12Z">
</path>
</g>
</svg>
</a> -->
<!-- Facebook Messenger -->
<!-- <a href="">
<svg class="contactSVG" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.0015 2C6.36858 2 2 6.12644 2 11.7011C2 14.6169 3.1954 17.1356 5.14023 18.8751C5.30192 19.0215 5.40077 19.2238 5.40843 19.4444L5.4636 21.2245C5.46756 21.3554 5.50365 21.4833 5.56868 21.5969C5.63371 21.7106 5.7257 21.8065 5.83653 21.8762C5.94736 21.9459 6.07364 21.9873 6.20423 21.9968C6.33483 22.0062 6.46575 21.9834 6.58544 21.9303L8.57088 21.0552C8.74023 20.9816 8.92797 20.9671 9.10421 21.0146C10.0161 21.2651 10.987 21.4008 11.9985 21.4008C17.6314 21.4008 22 17.2751 22 11.7004C22 6.12644 17.6322 2 12.0015 2ZM17.2529 9.57854L14.7487 13.5502C14.6544 13.6997 14.5302 13.8281 14.3839 13.9272C14.2376 14.0263 14.0724 14.0941 13.8986 14.1262C13.7248 14.1583 13.5463 14.154 13.3742 14.1137C13.2021 14.0734 13.0403 13.9979 12.8989 13.892L10.9065 12.3992C10.8178 12.3329 10.71 12.2971 10.5992 12.2971C10.4885 12.2971 10.3807 12.3329 10.292 12.3992L7.60383 14.4398C7.24751 14.7119 6.77625 14.282 7.01533 13.9034L9.51954 9.9318C9.61378 9.7823 9.73796 9.65394 9.88427 9.55481C10.0306 9.45568 10.1958 9.38793 10.3696 9.35582C10.5434 9.32371 10.7219 9.32795 10.894 9.36826C11.0661 9.40857 11.2279 9.48408 11.3693 9.59004L13.3617 11.0828C13.4504 11.149 13.5582 11.1849 13.669 11.1849C13.7797 11.1849 13.8875 11.149 13.9762 11.0828L16.6644 9.04215C17.0245 8.76628 17.4958 9.19617 17.2529 9.57854Z">
</path>
</g>
</svg>
</a> -->
<!-- Telegram -->
<!-- <a href="">
<svg class="contactSVG" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12.3583 9.38244C11.3857 9.787 9.44177 10.6243 6.52657 11.8944C6.05318 12.0827 5.8052 12.2669 5.78263 12.4469C5.74448 12.7513 6.12559 12.8711 6.64455 13.0343C6.71515 13.0565 6.78829 13.0795 6.86327 13.1038C7.37385 13.2698 8.06068 13.464 8.41773 13.4717C8.74161 13.4787 9.1031 13.3452 9.50219 13.0711C12.226 11.2325 13.632 10.3032 13.7202 10.2831C13.7825 10.269 13.8688 10.2512 13.9273 10.3032C13.9858 10.3552 13.98 10.4536 13.9738 10.48C13.9361 10.641 12.4401 12.0318 11.6659 12.7515C11.4246 12.9759 11.2534 13.135 11.2184 13.1714C11.14 13.2528 11.0601 13.3298 10.9833 13.4038C10.509 13.8611 10.1532 14.204 11.003 14.764C11.4114 15.0331 11.7381 15.2556 12.0641 15.4776C12.4201 15.7201 12.7752 15.9619 13.2347 16.2631C13.3517 16.3398 13.4635 16.4195 13.5724 16.4971C13.9867 16.7925 14.3589 17.0579 14.8188 17.0155C15.086 16.991 15.362 16.7397 15.5022 15.9903C15.8335 14.2193 16.4847 10.382 16.6352 8.80081C16.6484 8.66228 16.6318 8.48498 16.6185 8.40715C16.6051 8.32932 16.5773 8.21842 16.4761 8.13633C16.3563 8.03911 16.1714 8.01861 16.0886 8.02C15.7125 8.0267 15.1354 8.22735 12.3583 9.38244Z">
</path>
</g>
</svg>
</a> -->
<!-- Discord -->
<div class="contactItem">
<a href="https://discord.com/users/1341869958916870187" target="_blank">
<svg class="contactSVG" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path
d="M18.8944 4.34399C17.5184 3.71467 16.057 3.256 14.5317 3C14.3397 3.33067 14.1263 3.77866 13.977 4.13067C12.3546 3.89599 10.7439 3.89599 9.14394 4.13067C8.9946 3.77866 8.77059 3.33067 8.58925 3C7.05328 3.256 5.59194 3.71467 4.22555 4.34399C1.46289 8.41865 0.716219 12.3973 1.08955 16.3226C2.92421 17.6559 4.6949 18.4666 6.43463 19C6.86129 18.424 7.2453 17.8053 7.57597 17.1546C6.94663 16.92 6.3493 16.632 5.7733 16.2906C5.92263 16.184 6.07197 16.0667 6.21064 15.9493C9.68796 17.5387 13.4544 17.5387 16.889 15.9493C17.0383 16.0667 17.177 16.184 17.3263 16.2906C16.7503 16.632 16.153 16.92 15.5237 17.1546C15.8543 17.8053 16.2384 18.424 16.665 19C18.4037 18.4666 20.185 17.6559 22.0101 16.3226C22.4687 11.7787 21.2837 7.83202 18.8944 4.34399ZM8.05596 13.9013C7.01061 13.9013 6.15728 12.952 6.15728 11.7893C6.15728 10.6267 6.98928 9.67731 8.05596 9.67731C9.11194 9.67731 9.97591 10.6267 9.95457 11.7893C9.95457 12.952 9.11194 13.9013 8.05596 13.9013ZM15.065 13.9013C14.0197 13.9013 13.1653 12.952 13.1653 11.7893C13.1653 10.6267 13.9983 9.67731 15.065 9.67731C16.121 9.67731 16.985 10.6267 16.9637 11.7893C16.9637 12.952 16.1317 13.9013 15.065 13.9013Z">
</path>
</g>
</svg>
</a>
<a href="https://discord.com/users/1341869958916870187" target="_blank">@sydney.s.leigh</a>
</div>
<!-- Skype -->
<!-- <a href="">
<svg class="contactSVG" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.83933 2C8.93816 2 10.005 2.30868 10.9233 2.87787C11.2502 2.84294 11.5793 2.82533 11.9093 2.82533C13.1239 2.82533 14.3265 3.06376 15.4486 3.52701C16.5707 3.99026 17.5903 4.66925 18.4491 5.52522C19.3079 6.38119 19.9892 7.39738 20.454 8.51576C20.9188 9.63414 21.158 10.8328 21.158 12.0433C21.158 12.4735 21.1278 12.9022 21.068 13.3263C21.1814 13.5276 21.283 13.7358 21.372 13.95C21.6656 14.6564 21.8167 15.4134 21.8167 16.178C21.8167 16.9426 21.6656 17.6996 21.372 18.406C21.0785 19.1123 20.6482 19.7542 20.1058 20.2948C19.5634 20.8354 18.9194 21.2642 18.2107 21.5568C17.502 21.8494 16.7424 22 15.9753 22C14.9245 22 13.9029 21.7178 13.0125 21.1955C12.6472 21.2393 12.2788 21.2613 11.9093 21.2613C10.6948 21.2613 9.49212 21.0229 8.37002 20.5597C7.24792 20.0964 6.22836 19.4174 5.36954 18.5614C4.51072 17.7055 3.82947 16.6893 3.36468 15.5709C2.89989 14.4525 2.66067 13.2539 2.66067 12.0433C2.66067 11.5901 2.69421 11.1385 2.76057 10.6921C2.26637 9.82399 2 8.83568 2 7.82C2 6.27644 2.61521 4.7961 3.7103 3.70464C4.80539 2.61318 6.29065 2 7.83933 2ZM8.39733 10.762C8.62303 11.1483 8.93491 11.4773 9.30866 11.7233C9.80386 12.0473 10.3303 12.3209 10.88 12.54C11.4947 12.7969 11.9716 13.0147 12.3107 13.1933C12.5974 13.3344 12.8577 13.5238 13.08 13.7533C13.2482 13.9319 13.3417 14.168 13.3413 14.4133C13.3486 14.5863 13.3145 14.7586 13.2419 14.9158C13.1693 15.073 13.0604 15.2106 12.924 15.3173C12.5597 15.5624 12.1239 15.6786 11.686 15.6473C11.4384 15.6499 11.1912 15.6244 10.9493 15.5713C10.7532 15.5283 10.5613 15.4676 10.376 15.39C10.2138 15.3198 9.99222 15.2144 9.71133 15.074C9.48544 14.9535 9.23399 14.8888 8.978 14.8853C8.74824 14.8759 8.52366 14.9552 8.35066 15.1067C8.26815 15.1852 8.20366 15.2807 8.16165 15.3866C8.11964 15.4925 8.1011 15.6062 8.10733 15.72C8.10217 15.9357 8.16721 16.1472 8.29266 16.3227C8.44377 16.5142 8.63916 16.6661 8.862 16.7653C9.73366 17.1431 10.6786 17.3219 11.628 17.2887C12.3189 17.3026 13.0066 17.1905 13.6573 16.958C14.1973 16.7663 14.6675 16.4173 15.0073 15.956C15.3411 15.4688 15.5102 14.8876 15.49 14.2973C15.503 13.8153 15.3823 13.339 15.1413 12.9213C14.8966 12.5239 14.567 12.1856 14.176 11.9307C13.681 11.6113 13.1558 11.3414 12.608 11.1247C12.5494 11.096 12.4888 11.0717 12.4267 11.052C11.8653 10.82 11.4431 10.6338 11.16 10.4933C10.9072 10.3748 10.6783 10.211 10.4847 10.01C10.3217 9.83888 10.2318 9.61098 10.234 9.37467C10.2262 9.19467 10.2669 9.01588 10.3518 8.85698C10.4367 8.69807 10.5627 8.56489 10.7167 8.47133C11.0815 8.2538 11.5015 8.14638 11.926 8.162C12.2517 8.15859 12.5764 8.19895 12.8913 8.282C13.2335 8.38067 13.5683 8.50319 13.8933 8.64867C14.0252 8.70986 14.1686 8.74214 14.314 8.74333C14.4196 8.74614 14.5247 8.72656 14.6222 8.68588C14.7198 8.64521 14.8076 8.58436 14.88 8.50733C14.9565 8.42374 15.0157 8.32591 15.0544 8.21941C15.0931 8.11292 15.1104 7.99985 15.1053 7.88667C15.1088 7.6688 15.0327 7.45716 14.8913 7.29133C14.6995 7.08979 14.4616 6.93788 14.198 6.84867C13.911 6.74326 13.6142 6.66666 13.312 6.62C12.8898 6.55075 12.4625 6.51796 12.0347 6.522C11.3808 6.51813 10.7312 6.62752 10.1147 6.84533C9.54779 7.03671 9.04174 7.37485 8.648 7.82533C8.26913 8.27393 8.06881 8.84639 8.08533 9.43333C8.07188 9.89583 8.17943 10.3538 8.39733 10.762Z">
</path>
</g>
</svg>
</a> -->
</div>
<!-- <form id="myForm" class="formBox">
<label for="name">Name:</label>
<input type="text" id="name" class="inputBox" name="name"><br>
<label for="email">Email:</label>
<input type="email" id="email" class="inputBox" name="email"><br>
Message:<br>
<textarea id="comments" class="comments inputBox" name="user_comments" rows="5" cols="40"></textarea><br><br>
<button type="button" class="button" id="submitBtn">SUBMIT</button>
</form> -->
</div>
</article>
<article id="about" class="article">
<h1>ABOUT ME</h1>
<div class="contentBox">
<p>The first spark of my lifelong obsession with technology came not in a classroom, but on a
glowing TV screen with Mario and Zelda as my teachers. My earliest memories go back to sitting
in front of the Nintendo Entertainment System at age three, completely mesmerized. A few years
later came the Sega Genesis, and by the time I was seven or eight, I was already exploring our
family's first home computer running MS-DOS. My dad even wrote me a little batch script so all I
had to do was type “go ninja” in the console to launch a game. It felt like magic to me.</p><br>
<p>Not long after, Windows 3.1 opened up a whole new world of DOS classics like <em>California
Games</em>, <em>Commander Keen</em>, and <em>King's Quest</em>. Around age ten (this was
1996), I was already tinkering with HTML on Angelfire, building my first websites. Around that
same time, I knew I wanted to follow in my dad's footsteps and work in technology. I'll never
forget getting a Nintendo 64 for Christmas and seeing 3D graphics for the very first time. These
were all major milestones in technological progress.</p><br>
<p>By 1998, I was hooked on <em>Starcraft I</em> and <em>Diablo</em>, while also spending summer
nights at camp learning C++ and experimenting with Napster. I would literally watch a pirated
copy of <em>The Matrix</em> while writing programs and learning how to code. In high school, I
built up my own gaming PC, salvaged another from a junkyard to run Red Hat 9 (back when you
could buy it at Best Buy), and even got my hands on a Cobalt RaQ 4 webserver my dad brought
home. At 14, I was already hosting websites from my bedroom, redirecting traffic through our
Linksys router. This was also when I started my journey into Java with the book “Java Black
Book”. I also joined my high school robotics team, writing code for our robot and setting up the
lab's computers and network so my teammates could do CAD and other work.</p><br>
<p>Knowing there was a national scholarship program for computer security, I made it my goal to
attend a university with that program. I earned the scholarship and studied at Mississippi State
University, where I completed both my bachelor's and master's degrees in Computer Science.
During those years, I built my first and second PCs from scratch, competed in hacking
competitions, and spent countless hours learning in the Forensics Training Center lab alongside
graduate students. I also became close with the school's network admins, joined our Linux User
Group (BullyLUG), the ACM chapter, and even picked up a HAM radio license thanks to some
friends.</p><br>
<p>Outside of academics, I poured an absurd amount of time into gaming, at one point even playing
League of Legends professionally. Over the years, my online life has spanned everything from AOL
and IRC chatrooms to IMVU, Second Life, and now VRChat and Discord. I custom-built my third PC
back when Fortnite was exploding in popularity, and I still use it today. At this point I'm
getting ready to build my fourth generation of PC. I've also spent thousands of hours creating
VRChat avatars in Blender and Unity, giving me hands-on 3D graphics experience.</p><br>
<p>Looking back, two of my custom-built machines lasted more than eight years each while running every game at 60fps (a testament to the quality and care I put into building and maintaining them). For me, technology has never been “just a hobby” or “just a job.” It's been a lifelong passion, woven into nearly every stage of my life. If you work with me, you're working with someone who doesn't just do tech for a paycheck. I live and breathe it. So please consider <a href="https://calendar.app.google/zFzxM6XoFDGMM4bR9" target="_blank" class="highlightLink">scheduling a free consultation</a> with me! </p>
</div>
</article>
</main>
<footer id="footer" class="footer">
<div>Copyright © 2025 <a href="mailto:Sydney.S.Leigh@gmail.com">Sydney Leigh</a> All Rights Reserved</div>
</footer>
</div>
<!-- <script src="https://calendar.google.com/calendar/scheduling-button-script.js" async></script> -->
<script src="scripts/googleJavaScriptOverride.js" async></script>
<script src="scripts/scrollUp.js"></script>
<script src="scripts/themePicker.js"></script>
<script>
// var elements = document.getElementsByClassName("ayOY8d");
// alert(elements[1]);
// for (var i = 0; i < elements.length; i++) {
// elements[i].style.display = "none";
// }
</script>
</body>
</html>