-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
650 lines (602 loc) · 27.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style data-merge-styles="true"></style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Alec McCutcheon</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://unpkg.com/magic-grid/dist/magic-grid.min.js" ></script>
<link rel="stylesheet" href="index.css">
<link rel="shortcut icon" href="https://img.icons8.com/ios-filled/344/ffffff/my-computer--v1.png"/>
<link rel="prefetch" href="icons/profile_img%20hover.png" />
<link rel="prefetch" href="icons/profile_img.png" />
</head>
<style id="stylish-2" class="stylish" type="text/css">
/* Today */
#profile_img {
background: url("icons/profile_img.png") center;
}
@media (hover: hover) {
#profile_img:hover, #profile_img:active {
background: url("icons/profile_img%20hover.png") center;
}
}
@media print {
.ms-editor-squiggler {
display:none !important;
}
}
header {
width: 92vw;
padding: 2vh 0;
position: absolute;
top: 0;
}
header ul {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 16px;
}
header li {
float: right;
}
header li a {
display: block;
color: #fff;
text-align: center;
padding: 10px 10px;
margin-left: 3vw;
text-decoration: none;
position: relative;
}
header li img {
width: 30px;
height: auto;
padding: 10px 0;
}
#main {
width: 92vw;
padding: 0 4vw;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
z-index: 2;
position: absolute;
}
#main div {
margin: 30px 0;
font-size: 55px;
}
#main button {
font-family: Coyote, sans-serif;
font-size: 18px;
padding: 12px 2vw;
border: 2px solid #ff3259;
border-radius: 50px;
color: #fff;
background: #ff3259;
width: 10vw;
transition: 0.4s ease-in-out;
}
#main button:hover {
transform: scale(1.06);
background: #ff4366;
border: 2px solid #ff4366;
cursor: pointer;
}
#main button:active {
transform: scale(0.6);
background: #ff1640;
border: 2px solid #ff1640;
}
#main span {
font-size: 19px;
color: #c8c8c8;
}
.dropdown-content {
display: none;
position: absolute;
text-align: center;
top: 3.5vh;
}
.dropdown-content a {
position: relative;
color: white;
text-decoration: none;
background-color: rgba(33, 33, 33, 0.5);
font-size: 15px;
display: block;
padding: 1px 15px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-content a:hover,
.dropdown-content a:active {
background-color: #ddd; color:black;
!important
}
#dropdown:hover .dropdown-content,
#dropdown:active .dropdown-content {
display: block;
!important
}
.ms-editor-squiggler {
all: initial;
display: block !important;
height: 0px !important;
}
.bodyFill {
background-color: #dbdbdb !important;
}
.toolbar{
background-color: #CCCCCC !important;
}
#main-form-view-center, GE0S-T1CPDJ{
background-color: #CCCCCC !important;
}
.podborder {
box-shadow: 0 2px 13px 0px rgba(0, 0, 0, 0.29);
background-color: #CCCCCC !important;
border: 0px;
}
.myactivities .podborder td {
background: none !important;
}
.podborder, .myactivities{
background: none;
border: none;
}
.myactivities .podborder tr:nth-child(even) td{
padding-top: 6px;
padding-bottom: 6px;
}
.myactivities .podborder tr:nth-child(odd) td{
padding-top: 6px;
padding-bottom: 6px;
}
#divTodayActivities{
top: 440px !important;
}
#divMyActivities{
height: 167px !important;
}
#divMyActivities2{
height: 140px !important;
}
/* Service & Project Board */
li.GCP5L4XBD2H {
background-color: #e6e6e6;
}
.GCP5L4XBO2H.GCP5L4XBD2H {
background-color: #212121 !important;
border-bottom: 1px solid #212121 !important;
border-top: 1px solid #026ccf !important;
border-left: 2px solid #026ccf !important;
border-right: 2px solid #026ccf !important;
}
.GCP5L4XBNRB:nth-child(odd) {
background-color:#e6e6e6 !important;
}
.GCP5L4XBNRB:nth-child(even) {
background-color:#e6e6e6 !important;
}
.GCP5L4XBMRB td{
background-color: #c9c9c9;
border-top: solid 1px #c0c0c0 !important;
border-bottom: solid 0px #212121 !important;
}
.GCP5L4XBO2H span.GCP5L4XBD3H {
color: #ccc !important;
}
/* Service Board Column Header Fields */
.GCP5L4XBLNH,.GCP5L4XBKQB {
border: 1px solid #c0c0c0;
background-color: #c9c9c9;
}
.GCP5L4XBBOH:first-child .GCP5L4XBLNH:hover, .GCP5L4XBLNH:hover, .GCP5L4XBJQB:first-child .GCP5L4XBDQB:hover, .GCP5L4XBJQB .GCP5L4XBDQB:hover {
background-color: #969696;
}
/* Bar across the top area */
.GCP5L4XBDMK{
filter: grayscale(25%);
}
.GCP5L4XBOAI {
border-bottom: none;
background-color: #dbdbdb;
}
.GCP5L4XBD2H {
margin-right: 1px !important;
border-top: 1px solid #2e2e2e;
border-left: 1px solid #2e2e2e;
border-right: 1px solid #2e2e2e;
}
.GCP5L4XBN2H {
border-bottom: 1px solid #2e2e2e;
}
.GCP5L4XBI3C, .GCP5L4XBIPH {
background-color: #ccc;
}
.GCP5L4XBM1H {
background-color: #dbdbdb;
}
.GCP5L4XBME {
background-color: #dbdbdb;
}
/* Top bar Ticket Search Field */
.GCP5L4XBHAD .GCP5L4XBGAD{
height: 30px;
background-color: #dbdbdb;
}
/* alternating row colors */
.GCP5L4XBPDF {
background-color: #ccc;
}
/* top bar shadow */
.GCP5L4XBD4C {
box-shadow: 0 0 15px #a1a1a1;
}
/* fix main button right padding */
.GCP5L4XBO4C {
padding-right: 12px;
}
/* Member picker alignment */
.cw_BaseBannerFilterViewImpl{
left: 13px !important;
}
/* Left padding for list of projects? */
.GCP5L4XBKCF {
padding-left: 4px;
}
/* Ticket Body*/
.GCP5L4XBOTG{
background-color: #dbdbdb;
}
.GCP5L4XBG0H.GCP5L4XBM-H, .GITBXYPDKI.GITBXYPDAI{
background-color: #2e2e2e !important;
border-bottom: 1px solid #2e2e2e !important;
border-top: 1px solid #026ccf !important;
border-left: 2px solid #026ccf !important;
border-right: 2px solid #026ccf !important;
}
li.GCP5L4XBM-H, li.GITBXYPDAI{
background-color: #e6e6e6;
margin-right: 1px !important;
border-top: 1px solid #2e2e2e;
border-left: 1px solid #2e2e2e;
border-right: 1px solid #2e2e2e;
}
.GCP5L4XBG0H span.GCP5L4XBL0H, .GITBXYPDKI span.GITBXYPDPI {
color: #ccc !important;
}
.GCP5L4XBAUG, .GCP5L4XBJYH, .GITBXYPDOSF{
background-color: #dbdbdb;
}
.GCP5L4XBDSG{
background-color: #dbdbdb;
border: 1px solid #c5c5c5;
}
.mm_textField, .GCP5L4XBPBH, .GCP5L4XBAVG{
background-color: #c9c9c9;
}
.GCP5L4XBCAH{
background-color: #dbdbdb !important;
}
.GCP5L4XBH3F .GCP5L4XBO2F{
background-color: #dbdbdb !important;
}
.GCP5L4XBPTH{
background-color: #dbdbdb;
border-color: #2e2e2e;
}
.GCP5L4XBMTH{
background-color: #dbdbdb;
border: 0px;
}
.GCP5L4XBNXH{
background-color: #f7f7f7 !important;
}
.GCP5L4XBF0H {
border-bottom: 1px solid #2e2e2e;
}
.mm_discussionPanel:nth-child(odd) {
border: 1px solid #2e2e2e;
}
.mm_discussionPanel:nth-child(even) {
border: 1px solid #026ccf;
}
/* Configuration list item */
.multilineGrayRow span, .multilineGrayRow div, .multilineGrayRow, .multilineGrayRow a, .multilineGrayRow a, .GCP5L4XBMDF td{
color: #4d4d4d !important;
}
/*
Highlighted ticket text
.GCP5L4XBMDF td div{
color: #212121 !important;
}
*/
.GCP5L4XBOTH, .GCP5L4XBNTH{
border: 1px solid #dbdbdb;
}
/* Time entry window pop-up */
/* Top bar */
.GITBXYPDD1F{
background-color: #ccc;
}
.GITBXYPDCOF, .GITBXYPDBOF, .GITBXYPDDOF{
background-color: #dbdbdb !important;
border: 1px solid #dbdbdb;
}
.GITBXYPDEOF{
border-color: #2e2e2e;
}
.GITBXYPDFOE, .GITBXYPDKKE, .GITBXYPDHIF{
background-color: #dbdbdb;
}
.GITBXYPDIME{
background-color: #dbdbdb;
border: 1px solid #c5c5c5;
}
.GITBXYPDAJ{
background-color: transparent !important;
}
.mm_comboBox, .mm_textField{
background-color: #dbdbdb !important;
}
.GITBXYPDLFF, .GCP5L4XBEVH{
background-color: #f7f7f7;
}
.GITBXYPDMLE{
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.28);
}
.GITBXYPDGIF:first-child .GITBXYPDAIF:hover{
background-color: #e6e6e6;
}
/* Tab Configuration pop-up */
.GCP5L4XBOVG, .GCP5L4XBJVG, .GCP5L4XBMVG, .GCP5L4XBAWG, .GCP5L4XBFWG, .GCP5L4XBDWG, .GCP5L4XBEWG, .GCP5L4XBGVG, .GCP5L4XBLVG{
background-color: #c9c9c9;
}
.GCP5L4XBPVG{
background-color: #c9c9c9;
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.28);
border: 1px #2e2e2e solid;
}
.GCP5L4XBHWG{
border: 1px #c9c9c9 solid;
}
.GCP5L4XBGWG, .GCP5L4XBNVG{
padding-right: 0px;
}
.GCP5L4XBBVH{
background: #f7f7f7;
}
.GCP5L4XBDVH, .GCP5L4XBCVH{
background: #026ccf !important;
}
/* New Ticket */
.GCP5L4XBCMH{
background-color: #f7f7f7;
}
.GCP5L4XBPUG {
background-color: #dbdbdb;
}
/* New Item Widget */
.GCP5L4XBIXG, .GCP5L4XBDYG, .GCP5L4XBGXG, .GCP5L4XBFXG, .GCP5L4XBOXG, .GCP5L4XBOSI, .GCP5L4XBFYG, .GCP5L4XBEYG, .GCP5L4XBHXG, .GCP5L4XBPWG, .cw_PsaFlyoutRootContainer, .cw_milesTextBox, .cw_startTextBox{
background-color: #c9c9c9 !important;
}
.GCP5L4XBGYG{
border: 0px;
}
.GCP5L4XBBYG{
padding-right: 0px
}
.GCP5L4XBJ0G{
border: 1px solid #969696;
margin-right: 12px !important;
}
.GCP5L4XBBYG {
overflow: hidden;
}
.GCP5L4XBNXG:after, .GCP5L4XBMXG:after{
border-color: transparent transparent #c9c9c9 #c9c9c9;
}
.GCP5L4XBJXG {
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.28);
border: 1px #2e2e2e solid;
right: 13px;
}</style>
<div id="main">
<header>
<ul>
<li style="float:left;">
<img src="https://img.icons8.com/ios-filled/344/ffffff/my-computer--v1.png">
</li>
<li><a class="swipe" href="mailto:[email protected]" tabindex="4">Contact</a></li>
<!--
<li id='dropdown'><a class="swipe" tabindex="3">OSINT Toolkit</a>
<div class="dropdown-content">
<a href="OSINT-Toolkit/Domain-IP_Tools/">Domain/IP Tools</a>
</div>
</li>
-->
<li><a class="swipe" href="https://alecmccutcheon.github.io/Main/" tabindex="4">Portfolio</a></li>
</ul>
</header>
</div>
<body>
<div id="loading" class="" style="display: none;">
<div id="spinner"></div>
</div>
<div id="profile">
<div id="profile_img""></div>
<div id="username"><span style="display:block;">Alec McCutcheon</span><a href="https://github.com/AlecMcCutcheon" target="_blank">@AlecMcCutcheon</a></div>
<div id="userbio" style="display: none;">undefined</div>
<div id="about">
<span style="display:none;"><i class="fas fa-users"></i> null</span>
<span style="display:none;"><i class="fas fa-envelope"></i> null</span>
<span style="display:block;"><i class="fas fa-map-marker-alt"></i> <a href="https://www.google.com/maps/place/Maine" target="_blank"> Maine, USA </a></span>
<span style="display:block; min-width:210px;"><i class="fas fa-user-tie"></i> <a href="https://www.onebridgeconsulting.net/" target="_blank">One Bridge Consulting</a></span>
<span style="display:block; min-width:210px;"><i class="fas fa-user-tie"></i> <a href="https://www.fiverr.com/mixtapexd/write-optimize-or-qa-powershell-scripts-or-functions" target="_blank">Fiverr Gig (On Hold)</a></span>
<div class="socials">
<span style="display:block;"><a href="https://github.com/AlecMcCutcheon" target="_blank" class="socials"><i class="fab fa-github"></i></a></span>
<span style="display:block;"><a href="https://www.linkedin.com/in/alec-mccutcheon-982255180/" target="_blank" class="socials"><i class="fab fa-linkedin-in"></i></a></span>
<span style="display:block;"><a href="https://www.imdb.com/name/nm6573863/" target="_blank" class="socials"><i class="fab fa-imdb"></i></a></span>
</div>
</div>
</div>
<div id="display">
<div id="work">
<h1>Public Works.</h1>
<div class="projects" id="work_section" style="position: relative; height: 1880.75px;">
<a href="https://github.com/AlecMcCutcheon/Get-CUOneDriveStatus" target="_blank" style="position: absolute; transform: translate(21px, 0px);">
<section>
<div class="section_title">Get-CUOneDriveStatus</div>
<div class="about_section">
<span style="display:block;">A compatibility wrapper function for Rodneyviana's "Get-ODStatus" to allow run as (User, Admin. or System)</span>
</div>
<div class="bottom_section">
<span style="display:inline-block;"><i class="fas fa-code"></i> PowerShell</span>
</div>
</section>
</a>
<a href="https://github.com/AlecMcCutcheon/PSRunAsCurrentUser" target="_blank" style="position: absolute; transform: translate(21px, 0px);">
<section>
<div class="section_title">PS-RunAsCurrentUser</div>
<div class="about_section">
<span style="display:block;">A PowerShell Script/Function that can run a PowerShell scriptblock as the current user, using a scheduled task</span>
</div>
<div class="bottom_section">
<span style="display:inline-block;"><i class="fas fa-code"></i> PowerShell</span>
</div>
</section>
</a>
<a href="https://github.com/AlecMcCutcheon/Get-CPEVStatus" target="_blank" style="position: absolute; transform: translate(21px, 0px);">
<section>
<div class="section_title">Get-CPEVStatus</div>
<div class="about_section">
<span style="display:block;">This script is a vulnerability assessment tool for Chromium-based browsers. It identifies potentially extractable passwords stored within browser profiles.</span>
</div>
<div class="bottom_section">
<span style="display:inline-block;"><i class="fas fa-code"></i> PowerShell</span>
</div>
</section>
</a>
<a href="https://github.com/AlecMcCutcheon/Get-FullDiskInfo" target="_blank" style="position: absolute; transform: translate(21px, 0px);">
<section>
<div class="section_title">Get-FullDiskInfo</div>
<div class="about_section">
<span style="display:block;">Consolidates Physical Disk, Partition and Volume Information.</span>
</div>
<div class="bottom_section">
<span style="display:inline-block;"><i class="fas fa-code"></i> PowerShell</span>
</div>
</section>
</a>
<a href="https://github.com/AlecMcCutcheon/PS-Ibroadcast-Uploader" target="_blank" style="position: absolute; transform: translate(21px, 0px);">
<section>
<div class="section_title">PS-IbroadcastUploader</div>
<div class="about_section">
<span style="display:block;">A PowerShell Ibroadcast Uploader Port based on the ibroadcast-uploader.cs - C# .Net port. on https://project.ibroadcast.com/ </span>
</div>
<div class="bottom_section">
<span style="display:inline-block;"><i class="fas fa-code"></i> PowerShell</span>
</div>
</section>
</a>
<a href="https://github.com/AlecMcCutcheon/ImportFromURL" target="_blank" style="position: absolute; transform: translate(21px, 0px);">
<section>
<div class="section_title">ImportFromURL</div>
<div class="about_section">
<span style="display:block;">ImportFromURL is a Module / One-Liner that allows you to effortlessly import Ps1 Scripts, Psm1 Modules & Raw DLL Module Data into your current Powershell session without having to install or store any files locally.</span>
</div>
<div class="bottom_section">
<span style="display:inline-block;"><i class="fas fa-code"></i> PowerShell</span>
</div>
</section>
</a>
<a href="https://www.onebridgeconsulting.net/" target="_blank" style="position: absolute; transform: translate(323.125px, 0px);">
<section>
<div class="section_title"> Web Design: onebridgeconsulting.net </div>
<div class="about_section">
<span style="display:block;"> Website for One Bridge Consulting</span>
</div>
<div class="bottom_section">
<span style="display:inline-block;"><i class="fas fa-code"></i> Wix / HTML & Javascript</span>
</div>
</section>
</a>
<a href="https://github.com/AlecMcCutcheon/Password-Entropy-Calculator" target="_blank" style="position: absolute; transform: translate(323.125px, 0px);">
<section>
<div class="section_title">Password Entropy Calculator</div>
<div class="about_section">
<span style="display:block;">"Search Space" or (Total Possible Combinations) Calculator</span>
</div>
<div class="bottom_section">
<span style="display:inline-block;"><i class="fas fa-code"></i> HTML & Javascript</span>
</div>
</section>
</a>
<a href="https://github.com/AlecMcCutcheon/MediaSyncPlus_3rdPartyEdition" target="_blank" style="position: absolute; transform: translate(21px, 0px);">
<section>
<div class="section_title">MediaSync Plus: 3rd Party Edition</div>
<div class="about_section">
<span style="display:block;">A revised version of MediaSync Lite: Browser Edition with Additional features</span>
</div>
<div class="bottom_section">
<span style="display:inline-block;"><i class="fas fa-code"></i> HTML & Javascript</span>
</div>
</section>
</a>
<a href="https://github.com/AlecMcCutcheon/MaineRadioStations" target="_blank" style="position: absolute; transform: translate(21px, 0px);">
<section>
<div class="section_title">Maine Radio Stations</div>
<div class="about_section">
<span style="display:block;">A Collection of Direct Steaming links & m3u Playlists to Popular Maine Radio Stations + Web Player</span>
</div>
<div class="bottom_section">
<span style="display:inline-block;"><i class="fas fa-code"></i> HTML & Javascript</span>
</div>
</section>
</a>
</div>
</div>
<div id="forks_section"></div>
<div id="footer">
<a>FIN</a>
</div>
</div>
<script>
const magicProjectsGrid = new MagicGrid({
container: "#work_section",
animate: false,
gutter: 30, // default gutter size
static: true,
useMin: false,
maxColumns: 2,
useTransform: true
});
const magicForksGrid = new MagicGrid({
container: "#forks_section",
animate: false,
gutter: 30, // default gutter size
static: true,
useMin: false,
maxColumns: 2,
useTransform: true
});
$("document").ready(() => {
magicProjectsGrid.listen();
});
</script>
</body>
<editor-card style="position:absolute;top:0px;left:0px;z-index:auto;display: block !important">
<div dir="ltr" style="all: initial;">
<div style="color: initial; font: initial; font-feature-settings: initial; font-kerning: initial; font-optical-sizing: initial; font-variation-settings: initial; forced-color-adjust: initial; text-orientation: initial; text-rendering: initial; -webkit-font-smoothing: initial; -webkit-locale: initial; -webkit-text-orientation: initial; -webkit-writing-mode: initial; writing-mode: initial; zoom: initial; place-content: initial; place-items: initial; place-self: initial; alignment-baseline: initial; animation: initial; appearance: initial; aspect-ratio: initial; backdrop-filter: initial; backface-visibility: initial; background: initial; background-blend-mode: initial; baseline-shift: initial; block-size: initial; border-block: initial; border: initial; border-radius: initial; border-collapse: initial; border-end-end-radius: initial; border-end-start-radius: initial; border-inline: initial; border-start-end-radius: initial; border-start-start-radius: initial; inset: initial; box-shadow: initial; box-sizing: initial; break-after: initial; break-before: initial; break-inside: initial; buffered-rendering: initial; caption-side: initial; caret-color: initial; clear: initial; clip: initial; clip-path: initial; clip-rule: initial; color-interpolation: initial; color-interpolation-filters: initial; color-rendering: initial; color-scheme: initial; columns: initial; column-fill: initial; gap: initial; column-rule: initial; column-span: initial; contain: initial; contain-intrinsic-size: initial; content: initial; content-visibility: initial; counter-increment: initial; counter-reset: initial; counter-set: initial; cursor: initial; cx: initial; cy: initial; d: initial; display: initial; dominant-baseline: initial; empty-cells: initial; fill: initial; fill-opacity: initial; fill-rule: initial; filter: initial; flex: initial; flex-flow: initial; float: initial; flood-color: initial; flood-opacity: initial; grid: initial; grid-area: initial; height: initial; hyphens: initial; image-orientation: initial; image-rendering: initial; inline-size: initial; inset-block: initial; inset-inline: initial; isolation: initial; letter-spacing: initial; lighting-color: initial; line-break: initial; list-style: initial; margin-block: initial; margin: initial; margin-inline: initial; marker: initial; mask: initial; mask-type: initial; max-block-size: initial; max-height: initial; max-inline-size: initial; max-width: initial; min-block-size: initial; min-height: initial; min-inline-size: initial; min-width: initial; mix-blend-mode: initial; object-fit: initial; object-position: initial; offset: initial; opacity: initial; order: initial; origin-trial-test-property: initial; orphans: initial; outline: initial; outline-offset: initial; overflow-anchor: initial; overflow-clip-margin: initial; overflow-wrap: initial; overflow: initial; overscroll-behavior-block: initial; overscroll-behavior-inline: initial; overscroll-behavior: initial; padding-block: initial; padding: initial; padding-inline: initial; page: initial; page-orientation: initial; paint-order: initial; perspective: initial; perspective-origin: initial; pointer-events: initial; position: absolute; quotes: initial; r: initial; resize: initial; ruby-position: initial; rx: initial; ry: initial; scroll-behavior: initial; scroll-margin-block: initial; scroll-margin: initial; scroll-margin-inline: initial; scroll-padding-block: initial; scroll-padding: initial; scroll-padding-inline: initial; scroll-snap-align: initial; scroll-snap-stop: initial; scroll-snap-type: initial; shape-image-threshold: initial; shape-margin: initial; shape-outside: initial; shape-rendering: initial; size: initial; speak: initial; stop-color: initial; stop-opacity: initial; stroke: initial; stroke-dasharray: initial; stroke-dashoffset: initial; stroke-linecap: initial; stroke-linejoin: initial; stroke-miterlimit: initial; stroke-opacity: initial; stroke-width: initial; tab-size: initial; table-layout: initial; text-align: initial; text-align-last: initial; text-anchor: initial; text-combine-upright: initial; text-decoration: initial; text-decoration-skip-ink: initial; text-indent: initial; text-overflow: initial; text-shadow: initial; text-size-adjust: initial; text-transform: initial; text-underline-offset: initial; text-underline-position: initial; touch-action: initial; transform: initial; transform-box: initial; transform-origin: initial; transform-style: initial; transition: initial; user-select: initial; vector-effect: initial; vertical-align: initial; visibility: initial; -webkit-app-region: initial; border-spacing: initial; -webkit-border-image: initial; -webkit-box-align: initial; -webkit-box-decoration-break: initial; -webkit-box-direction: initial; -webkit-box-flex: initial; -webkit-box-ordinal-group: initial; -webkit-box-orient: initial; -webkit-box-pack: initial; -webkit-box-reflect: initial; -webkit-highlight: initial; -webkit-hyphenate-character: initial; -webkit-line-break: initial; -webkit-line-clamp: initial; -webkit-mask-box-image: initial; -webkit-mask: initial; -webkit-mask-composite: initial; -webkit-perspective-origin-x: initial; -webkit-perspective-origin-y: initial; -webkit-print-color-adjust: initial; -webkit-rtl-ordering: initial; -webkit-ruby-position: initial; -webkit-tap-highlight-color: initial; -webkit-text-combine: initial; -webkit-text-decorations-in-effect: initial; -webkit-text-emphasis: initial; -webkit-text-emphasis-position: initial; -webkit-text-fill-color: initial; -webkit-text-security: initial; -webkit-text-stroke: initial; -webkit-transform-origin-x: initial; -webkit-transform-origin-y: initial; -webkit-transform-origin-z: initial; -webkit-user-drag: initial; -webkit-user-modify: initial; white-space: initial; widows: initial; width: initial; will-change: initial; word-break: initial; word-spacing: initial; x: initial; y: initial; z-index: 2147483647;"><link rel="stylesheet" href="chrome-extension://gpaiobkfhnonedkhhfjpmhdalgeoebfa/fonts/fabric-icons.css">
<div style="all: initial;">
</div>
</div>
</div>
</editor-card></html>