-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
865 lines (824 loc) · 44.3 KB
/
Copy pathindex.html
File metadata and controls
865 lines (824 loc) · 44.3 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
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mc Glenn Tangalin — Software Engineer | Software Support Engineer</title>
<meta name="description" content="Software Engineer and Software Support Engineer with 7+ years of experience developing software solutions, resolving complex production issues, and partnering with engineering teams to deliver reliable software. Now pivoting toward AI Support Engineering.">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<meta name="theme-color" content="#0a0e17">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="site-header" id="siteHeader">
<div class="container nav">
<a href="#" class="logo" aria-label="Mc Glenn Tangalin — home">
<span class="logo-text">MC GLENN TANGALIN</span><span class="logo-dot">.</span>
</a>
<nav id="navLinks">
<a href="#about">About</a>
<a href="#projects">Projects</a>
<a href="#experience">Experience</a>
<a href="#skills">Skills</a>
<a href="#education">Education</a>
<a href="#testimonials">Testimonials</a>
<a href="#contact" class="nav-cta">Contact</a>
</nav>
<button class="nav-toggle" id="navToggle" aria-label="Toggle menu">
<span></span><span></span><span></span>
</button>
</div>
</header>
<section class="hero">
<div class="hero-bg"></div>
<svg class="hero-pattern" viewBox="0 0 1440 600" preserveAspectRatio="xMidYMid slice">
<circle cx="120" cy="120" r="3" fill="rgba(255,255,255,0.3)"/>
<circle cx="220" cy="80" r="3" fill="rgba(255,255,255,0.25)"/>
<circle cx="1300" cy="140" r="3" fill="rgba(255,255,255,0.3)"/>
<circle cx="1200" cy="240" r="3" fill="rgba(255,255,255,0.2)"/>
<circle cx="180" cy="420" r="3" fill="rgba(255,255,255,0.25)"/>
<circle cx="1340" cy="440" r="3" fill="rgba(255,255,255,0.3)"/>
<circle cx="80" cy="280" r="3" fill="rgba(255,255,255,0.2)"/>
<circle cx="1100" cy="80" r="3" fill="rgba(255,255,255,0.25)"/>
<rect x="60" y="160" width="34" height="34" rx="8" fill="none" stroke="rgba(255,255,255,0.18)" stroke-width="2" transform="rotate(18 77 177)"/>
<rect x="1290" y="340" width="44" height="44" rx="10" fill="none" stroke="rgba(255,255,255,0.18)" stroke-width="2" transform="rotate(-12 1312 362)"/>
<circle cx="150" cy="500" r="22" fill="none" stroke="rgba(255,255,255,0.16)" stroke-width="2"/>
<circle cx="1260" cy="60" r="16" fill="none" stroke="rgba(255,255,255,0.16)" stroke-width="2"/>
</svg>
<div class="container hero-inner">
<div class="terminal-window reveal">
<div class="terminal-titlebar">
<div class="terminal-dots"><span></span><span></span><span></span></div>
<p class="terminal-path">glenn@tangalin — zsh</p>
</div>
<div class="terminal-body">
<div class="avatar">
<img src="assets/glenn-photo.jpg" alt="Mc Glenn Tangalin">
</div>
<p class="eyebrow">Software Engineer | AI Support Engineering</p>
<h1>Mc Glenn Tangalin</h1>
<p class="tagline" id="heroTagline">I build software solutions, debug complex production issues, and apply
AI-assisted engineering to help teams and customers ship reliable, scalable systems.</p>
<div class="hero-links">
<a class="btn btn-primary" href="#projects">View Projects</a>
<a class="btn btn-outline" href="assets/Glenn-Tangalin-Resume.pdf" target="_blank">Download Résumé</a>
</div>
<div class="hero-social">
<a href="https://www.linkedin.com/in/mcglenn07" target="_blank" rel="noopener" aria-label="LinkedIn">
<svg viewBox="0 0 24 24" width="20" height="20" fill="currentColor"><path d="M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.34V9h3.41v1.56h.05c.48-.9 1.64-1.85 3.38-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28zM5.34 7.43a2.07 2.07 0 1 1 0-4.13 2.07 2.07 0 0 1 0 4.13zM7.12 20.45H3.56V9h3.56v11.45z"/></svg>
</a>
<a href="https://github.com/mcglenn07" target="_blank" rel="noopener" aria-label="GitHub">
<svg viewBox="0 0 24 24" width="20" height="20" fill="currentColor"><path d="M12 .5C5.73.5.5 5.73.5 12.02c0 5.05 3.29 9.33 7.86 10.84.57.1.78-.25.78-.55 0-.27-.01-1.16-.02-2.1-3.2.7-3.88-1.36-3.88-1.36-.52-1.34-1.28-1.7-1.28-1.7-1.05-.72.08-.7.08-.7 1.16.08 1.77 1.2 1.77 1.2 1.03 1.77 2.7 1.26 3.36.96.1-.75.4-1.26.73-1.55-2.55-.29-5.24-1.28-5.24-5.68 0-1.26.45-2.28 1.18-3.09-.12-.29-.51-1.46.11-3.04 0 0 .96-.31 3.16 1.18a10.9 10.9 0 0 1 5.76 0c2.2-1.49 3.16-1.18 3.16-1.18.62 1.58.23 2.75.11 3.04.74.81 1.18 1.83 1.18 3.09 0 4.41-2.69 5.39-5.25 5.67.41.36.78 1.08.78 2.17 0 1.57-.01 2.83-.01 3.22 0 .3.2.66.79.55A10.53 10.53 0 0 0 23.5 12.02C23.5 5.73 18.27.5 12 .5z"/></svg>
</a>
<a href="mailto:mcglenntangalin07@gmail.com" aria-label="Email">
<svg viewBox="0 0 24 24" width="20" height="20" fill="currentColor"><path d="M2 4h20c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2zm0 2v.01L12 13 22 6.01V6H2zm0 2.5V18h20V8.5l-10 7-10-7z"/></svg>
</a>
<a href="tel:+639177790394" aria-label="Phone">
<svg viewBox="0 0 24 24" width="20" height="20" fill="currentColor"><path d="M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.4 0 .8-.3 1.1L6.6 10.8z"/></svg>
</a>
</div>
</div>
</div>
</div>
<svg class="hero-divider" viewBox="0 0 1440 80" preserveAspectRatio="none"><path d="M0 40 C 240 90, 480 0, 720 40 C 960 80, 1200 0, 1440 40 L1440 80 L0 80 Z" fill="var(--bg)"/></svg>
</section>
<section id="about" class="section">
<div class="container">
<p class="eyebrow reveal">About</p>
<h2 class="reveal">Software Engineer with a support engineer's eye for detail — now building AI-assisted tooling</h2>
<p class="lead reveal">
Software Support Engineer and Software Engineer with 7+ years of experience supporting
and developing software solutions, resolving complex production issues, and partnering
with engineering teams to deliver reliable software. Experienced in PHP, MySQL,
JavaScript, API integrations, root-cause analysis, customer support engineering, and
project delivery. Recognized for resolving issues for 1,000+ customers, maintaining a
90%+ customer satisfaction rating, and delivering 100+ custom software projects.
</p>
<div class="stats reveal">
<div class="stat">
<span class="stat-num">7+</span>
<span class="stat-label">Years Experience</span>
</div>
<div class="stat">
<span class="stat-num">100+</span>
<span class="stat-label">Projects Delivered</span>
</div>
<div class="stat">
<span class="stat-num">1,000+</span>
<span class="stat-label">Customers Supported</span>
</div>
</div>
</div>
</section>
<section id="projects" class="section alt">
<div class="container">
<p class="eyebrow reveal">Work</p>
<h2 class="reveal">Selected Projects</h2>
<h3 class="project-group-title reveal">AI & LLM Projects</h3>
<div class="projects-grid" id="aiProjectsGrid">
<article class="card reveal">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 12h4l3 8 4-16 3 8h4"/>
</svg>
</div>
<h3>WP Diagnostics MCP</h3>
<p class="card-meta">MCP Server</p>
<p>
An MCP server that gives an AI assistant direct diagnostic access to a live
WordPress site: plugin, PHP, and environment info, debug-log tailing, and a
guarded SELECT-only SQL query tool that rejects anything but a single read-only
statement. Two tools are purpose-built for Gravity Forms support work: pulling
recent entries flagged with error notes (notification, payment, and feed-addon
failures), and tailing any enabled add-on's own log file by name. Runs against a
real Local by Flywheel WordPress install through WP-CLI, working around Local's
non-standard PHP path and per-site MySQL socket rather than the system defaults.
</p>
<div class="card-tags">
<span>Python</span><span>MCP</span><span>WP-CLI</span><span>WordPress</span><span>Gravity Forms</span>
</div>
<div class="card-links">
<a href="https://github.com/mcglenn07/wp-diagnostics-mcp" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
<article class="card reveal">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3l1.6 4.3L18 9l-4.4 1.7L12 15l-1.6-4.3L6 9l4.4-1.7L12 3z"/>
<path d="M5 17l.8 2.2L8 20l-2.2.8L5 23l-.8-2.2L2 20l2.2-.8L5 17z"/>
</svg>
</div>
<h3>Brochure Maker</h3>
<p class="card-meta">AI Web App</p>
<p>
Generates a short marketing brochure for any company from just its name and website
URL. Scrapes the homepage, uses GPT to identify which links are actually relevant
(About, Careers, Company pages), scrapes those too, then streams the brochure back
live rather than waiting for the full response. Supports on-demand translation into
Filipino, French, Spanish, or Japanese; the translation call only fires if a
language is explicitly selected, so nothing is auto-translated or double-generated.
</p>
<div class="card-tags">
<span>Python</span><span>OpenAI API</span><span>Gradio</span><span>BeautifulSoup</span>
</div>
<div class="card-links">
<a href="https://brochure-maker.onrender.com" target="_blank" rel="noopener">Try it live →</a>
<a href="https://github.com/mcglenn07/brochure-maker" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
<article class="card reveal card-extra">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3v18"/>
<path d="M5 7h14"/>
<path d="M5 7l-3 6a3 3 0 0 0 6 0z"/>
<path d="M19 7l-3 6a3 3 0 0 0 6 0z"/>
<path d="M9 21h6"/>
</svg>
</div>
<h3>Doktrina</h3>
<p class="card-meta">AI Web App</p>
<p>
Generates a structured legal case digest (Title, Facts, Issue, Ruling, Doctrine)
from a Philippine Supreme Court case URL, pulled from the PH SC E-Library, LawPhil,
or Chan Robles. A custom scraper strips footnotes and citations before they reach
the model and works around a broken SSL certificate chain on the government's own
e-library domain. An optional focus-topic field narrows the digest to a single
legal subject, and the system prompt is tuned to quote the Court's own language
and preserve named, multi-part doctrines like the "two-fold due process" test.
</p>
<div class="card-tags">
<span>Python</span><span>OpenAI API</span><span>Gradio</span><span>BeautifulSoup</span>
</div>
<div class="card-links">
<a href="https://doktrina.onrender.com" target="_blank" rel="noopener">Try it live →</a>
<a href="https://github.com/mcglenn07/doktrina" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
<article class="card reveal card-extra">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4h16v12H8l-4 4V4z"/>
</svg>
</div>
<h3>Batas AI</h3>
<p class="card-meta">AI Web App</p>
<p>
A Philippine-law-focused chatbot that grounds every answer in live web search
rather than the model's training data, specifically to avoid fabricating statute
provisions and case citations, a real failure mode for legal Q&A. The system
prompt enforces a strict no-invented-citations rule, keeps scope to Philippine
law only, and appends a "not legal advice" disclaimer to every substantive answer.
Citation URLs returned by OpenAI's search tool are parsed out of the response's
annotation metadata and rendered as clickable sources beneath each streamed answer.
</p>
<div class="card-tags">
<span>Python</span><span>OpenAI API</span><span>Gradio</span><span>LangChain</span>
</div>
<div class="card-links">
<a href="https://batas-ai-uya1.onrender.com/" target="_blank" rel="noopener">Try it live →</a>
<a href="https://github.com/mcglenn07/batas-ai" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
<article class="card reveal card-extra">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 2 11 13"/>
<path d="M22 2 15 22 11 13 2 9 22 2z"/>
</svg>
</div>
<h3>Lipad AI</h3>
<p class="card-meta">AI Web App</p>
<p>
An airline chat assistant that resolves flight-price questions through OpenAI
function calling wired to a real third-party API (Duffel's Flights API) instead
of a hardcoded price table. The model converts city names to IATA airport codes on
its own, then a tool-calling loop that can chain multiple calls per turn hits
Duffel's live offer-search endpoint for pricing. It runs against Duffel's sandbox
environment by design, so the assistant proactively discloses in its own replies
that prices are simulated, reinforced by an on-page banner rather than left
implicit. A lightweight per-visitor rate limiter guards the OpenAI and Duffel API
keys from being drained on this public demo.
</p>
<div class="card-tags">
<span>Python</span><span>OpenAI API</span><span>Gradio</span><span>Duffel API</span>
</div>
<div class="card-links">
<a href="https://lipad-ai.onrender.com" target="_blank" rel="noopener">Try it live →</a>
<a href="https://github.com/mcglenn07/lipad-ai" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
</div>
<div class="show-more-wrap">
<button class="show-more-btn" type="button" data-target="aiProjectsGrid">
<span class="show-more-label">Show more</span>
<svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>
</button>
</div>
<h3 class="project-group-title reveal">WordPress Plugins</h3>
<div class="projects-grid" id="wpPluginsGrid">
<article class="card reveal">
<div class="card-head">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 3H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8z"/>
<path d="M14 3v5h5"/>
<path d="M12 12v6"/>
<path d="M9.5 14.5 12 12l2.5 2.5"/>
</svg>
</div>
<span class="card-badge">AI/LLM</span>
</div>
<h3>Resume Autofill for Gravity Forms</h3>
<p class="card-meta">WordPress Plugin</p>
<p>
A Gravity Forms add-on that autofills a job application form from an uploaded
resume, live, before submission. The applicant reviews and edits before hitting
submit. It extracts resume text (PDF/DOCX), sends it to OpenAI's Structured
Outputs API against a strict JSON schema, and maps the result onto whichever
fields the form owner configured. Consent is required and disclosed before any
file leaves the browser.
</p>
<div class="card-tags">
<span>PHP</span><span>WordPress</span><span>Gravity Forms</span><span>OpenAI API</span><span>JavaScript</span>
</div>
<div class="card-links">
<a href="https://github.com/mcglenn07/gf-resume-autofill" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
<article class="card reveal">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2c3 4 6 7.5 6 11.5a6 6 0 0 1-12 0C6 9.5 9 6 12 2z"/>
</svg>
</div>
<h3>Wellness Reminder</h3>
<p class="card-meta">WordPress Plugin</p>
<p>
Displays a dismissible, customizable wellness reminder popup (stand up, drink
water, stretch, rest your eyes) at a configurable interval. Built with the
WordPress Settings API for secure option handling and an MVC-style structure
(bootstrap class, settings class, and view), with conditional asset loading so
nothing is enqueued unless the reminder is enabled.
</p>
<div class="card-tags">
<span>PHP</span><span>WordPress</span><span>Settings API</span><span>JavaScript</span>
</div>
<div class="card-links">
<a href="https://github.com/mcglenn07/wellness-reminder" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
<article class="card reveal card-extra">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 15 L15 9"/>
<path d="M11 6 L13 4a4 4 0 0 1 6 6l-2 2"/>
<path d="M13 18 L11 20a4 4 0 0 1-6-6l2-2"/>
</svg>
</div>
<h3>404 & Broken Link Logger</h3>
<p class="card-meta">WordPress Plugin</p>
<p>
Logs every 404 hit on a site and lets an admin redirect any broken URL to a working
one in one click. Built with an MVC-style architecture (bootstrap class wiring up DB,
Settings, Logger, Redirector, Cron, and Admin classes), salted SHA-256 IP hashing for
privacy, open-redirect protection, CSV export, and full translation-readiness with a
generated .pot file. CI pipeline runs PHP lint, smoke tests, and WPCS across PHP 7.4–8.3.
</p>
<div class="card-tags">
<span>PHP</span><span>MySQL</span><span>WordPress</span><span>GitHub Actions</span>
</div>
<div class="card-links">
<a href="https://github.com/mcglenn07/broken-link-logger" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
<article class="card reveal card-extra">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 6h18"/>
<path d="M3 6v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6"/>
<path d="M16 11h3"/>
</svg>
</div>
<h3>Announcement Bar</h3>
<p class="card-meta">WordPress Plugin</p>
<p>
A lightweight plugin for displaying a customizable announcement bar with an optional
CTA button at the top of the site. Built with the WordPress Settings API for secure
option handling, sanitized hex color and URL inputs, escaped output, and an
MVC-style structure (bootstrap class, settings class, views, and helper functions).
</p>
<div class="card-tags">
<span>PHP</span><span>WordPress</span><span>Settings API</span>
</div>
<div class="card-links">
<a href="https://github.com/mcglenn07/announcement-bar" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
<article class="card reveal card-extra">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3v18h18"/>
<path d="M7 15l3-3 3 3 5-6"/>
</svg>
</div>
<h3>GF Form Abandonment Tracker</h3>
<p class="card-meta">WordPress Plugin</p>
<p>
Tracks visitors who start filling out a Gravity Forms form but leave before
submitting, logging the last field they touched. Adds an Abandonment tab to each
form's settings showing total drop-offs and a per-field breakdown, so site owners
can spot exactly where a form loses people.
</p>
<div class="card-tags">
<span>PHP</span><span>WordPress</span><span>Gravity Forms</span>
</div>
<div class="card-links">
<a href="https://github.com/mcglenn07/gf-form-abandonment-tracker" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
<article class="card reveal card-extra">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9"/>
<path d="M12 7v5l3.5 2"/>
</svg>
</div>
<h3>Reading Time Estimator</h3>
<p class="card-meta">WordPress Plugin</p>
<p>
Automatically adds an estimated reading time (e.g. "5 min read") to posts based on
word count. Settings page for reading speed, display position, custom label format,
and which post types it applies to, plus a <code>[reading_time]</code> shortcode for
manual placement.
</p>
<div class="card-tags">
<span>PHP</span><span>WordPress</span><span>Settings API</span>
</div>
<div class="card-links">
<a href="https://github.com/mcglenn07/reading-time-estimator" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
</div>
<div class="show-more-wrap">
<button class="show-more-btn" type="button" data-target="wpPluginsGrid">
<span class="show-more-label">Show more</span>
<svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>
</button>
</div>
<h3 class="project-group-title reveal">Other Projects</h3>
<div class="projects-grid" id="otherProjectsGrid">
<article class="card reveal">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/>
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/>
<path d="M9 8h7M9 12h5"/>
</svg>
</div>
<h3>Barangay Cashbook</h3>
<p class="card-meta">Web Application</p>
<p>
A role-based web app that digitizes the official 4-fund ledger system used by
Philippine barangay treasurers (Local Treasury, Bank, Cash Advance, and Petty Cash)
with automatic period-to-period balance carry-forward and PDF export matching official
layouts. Lightweight, with no external JS dependencies, server-side role-based access
control (treasurer vs. captain), voided transaction tracking, and a two-signature
approval workflow.
</p>
<div class="card-tags">
<span>Flask</span><span>Jinja2</span><span>SQLite</span><span>ReportLab</span>
</div>
<div class="card-links">
<a href="https://barangay-cashbook.onrender.com" target="_blank" rel="noopener">Try it live →</a>
<a href="https://github.com/mcglenn07/barangay-cashbook" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
<article class="card reveal">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 9v6M9 12h6"/>
<circle cx="12" cy="12" r="9"/>
</svg>
</div>
<h3>Exam Tab Monitor</h3>
<p class="card-meta">Chrome Extension</p>
<p>
A proctoring aid for in-person exams given via Google Forms: detects when a student
switches to another tab or app mid-exam using the Page Visibility API and window
focus/blur events, flashes a full-screen warning, and logs each incident (plus
submission time) locally for the teacher to review afterward.
</p>
<div class="card-tags">
<span>JavaScript</span><span>Chrome Extension</span><span>Manifest V3</span>
</div>
<div class="card-links">
<a href="https://github.com/mcglenn07/exam-tab-monitor" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
<article class="card reveal card-extra">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="3" width="18" height="18" rx="2"/>
<path d="M8 8h5v5H8z"/>
</svg>
</div>
<h3>StickySnap</h3>
<p class="card-meta">Chrome Extension</p>
<p>
Drag once per browser session to define a capture region, then every keyboard
shortcut or toolbar trigger after that silently re-captures the same region and
saves a PNG straight to Downloads, no dialog, no re-dragging. Handles CSS-vs-physical
pixel scaling, service-worker canvas cropping, and base64 encoding by hand since MV3
service workers have no FileReader or createObjectURL.
</p>
<div class="card-tags">
<span>JavaScript</span><span>Chrome Extension</span><span>Manifest V3</span>
</div>
<div class="card-links">
<a href="https://github.com/mcglenn07/sticky-snap" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
</div>
<div class="show-more-wrap">
<button class="show-more-btn" type="button" data-target="otherProjectsGrid">
<span class="show-more-label">Show more</span>
<svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>
</button>
</div>
<h4 class="project-subgroup-title reveal">🎈 For My Kids</h4>
<div class="projects-grid" id="kidsGrid">
<article class="card reveal">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="6" width="20" height="12" rx="2"/>
<path d="M6 10h.01M10 10h.01M14 10h.01M18 10h.01M6 14h8"/>
</svg>
</div>
<h3>Galactic Typer</h3>
<p class="card-meta">Browser Game</p>
<p>
A space-themed typing game built with vanilla JS and canvas: type falling words
before they crash into your station. Game state runs on a single
requestAnimationFrame loop with delta-time-based movement, so fall speed stays
tied to real elapsed time instead of how often the browser fires each frame.
</p>
<div class="card-tags">
<span>JavaScript</span><span>Canvas</span><span>CSS</span>
</div>
<div class="card-links">
<a href="https://typing-game-five-xi.vercel.app/" target="_blank" rel="noopener">Play →</a>
<a href="https://github.com/mcglenn07/typing-game" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
<article class="card reveal">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9"/>
<path d="M12 7v5l3 3"/>
</svg>
</div>
<h3>Class Timer</h3>
<p class="card-meta">Browser App</p>
<p>
A countdown timer with a settable minute dial, quick presets, and a chime on
finish, built with vanilla JS and an SVG progress ring. I use it to keep Sunday
school class segments on time and for timing review sessions.
</p>
<div class="card-tags">
<span>JavaScript</span><span>Web Audio API</span><span>CSS</span>
</div>
<div class="card-links">
<a href="https://mcglenn07.github.io/class-timer/" target="_blank" rel="noopener">Play →</a>
<a href="https://github.com/mcglenn07/class-timer" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
<article class="card reveal card-extra">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<ellipse cx="12" cy="9" rx="5" ry="6"/>
<path d="M12 15v2"/>
<path d="M10.5 19h3l-1.5 2z"/>
</svg>
</div>
<h3>Balloon Math</h3>
<p class="card-meta">Browser Game</p>
<p>
A multiplication practice game built with vanilla JS: type the answer to pop the
balloon showing that fact before it reaches the ground. Balloons spawn into fixed
horizontal lanes so they can never overlap or hide one another, with three difficulty
tiers (1-digit, 2-by-1-digit, and 2-digit facts) and priority given to whichever
matching balloon has fallen furthest when two share the same answer.
</p>
<div class="card-tags">
<span>JavaScript</span><span>Canvas</span><span>CSS</span>
</div>
<div class="card-links">
<a href="https://balloon-math.vercel.app/" target="_blank" rel="noopener">Play →</a>
<a href="https://github.com/mcglenn07/balloon-math" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
<article class="card reveal card-extra">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<ellipse cx="12" cy="9" rx="5" ry="6"/>
<path d="M12 15v2"/>
<path d="M10.5 19h3l-1.5 2z"/>
<path d="M2 12c0-3 2-4 2-4s2 1 2 4-2 4-2 4-2-1-2-4z"/>
</svg>
</div>
<h3>ABC Balloons</h3>
<p class="card-meta">Browser Game</p>
<p>
An alphabet-learning game for early readers, built with vanilla JS and the Web
Speech API: say the capital letter shown on a balloon out loud to pop it before it
reaches the ground. A phonetic lookup table compensates for common single-letter
mishearings (e.g. "bee" for B), and a keyboard (A–Z) fallback keeps it playable in
browsers without voice support.
</p>
<div class="card-tags">
<span>JavaScript</span><span>Web Speech API</span><span>CSS</span>
</div>
<div class="card-links">
<a href="https://abc-balloons.vercel.app/" target="_blank" rel="noopener">Play →</a>
<a href="https://github.com/mcglenn07/abc-balloons" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
<article class="card reveal card-extra">
<div class="card-icon">
<svg viewBox="0 0 24 24" width="26" height="26" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9"/>
<path d="M12 3v9l7.5 4.3"/>
<path d="M12 12L4.5 16.3"/>
</svg>
</div>
<h3>Dual Spinwheel</h3>
<p class="card-meta">Browser App</p>
<p>
A two-wheel spinner for picking between two lists at once, built with vanilla JS
and HTML5 Canvas. Spin both wheels together, watch the pointer flash the color of
whichever slice it's over in real time, then remove a pick from the pool with one
tap. My kids use it to randomly assign household chores.
</p>
<div class="card-tags">
<span>JavaScript</span><span>Canvas</span><span>CSS</span>
</div>
<div class="card-links">
<a href="https://mcglenn07.github.io/dual-spinwheel/" target="_blank" rel="noopener">Play →</a>
<a href="https://github.com/mcglenn07/dual-spinwheel" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</article>
</div>
<div class="show-more-wrap">
<button class="show-more-btn" type="button" data-target="kidsGrid">
<span class="show-more-label">Show more</span>
<svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>
</button>
</div>
</div>
</section>
<section id="experience" class="section">
<div class="container">
<p class="eyebrow reveal">Career</p>
<h2 class="reveal">Experience</h2>
<div class="timeline">
<div class="timeline-item reveal">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="job-header">
<h3>Technical Support Specialist (Support Wizard), Gravity Wiz</h3>
<span class="job-date">Dec 2024 – Jun 2026</span>
</div>
<ul>
<li>Resolved technical support tickets for 1,000+ customers across the Gravity Wiz product suite by troubleshooting complex WordPress, PHP, and Gravity Forms issues, restoring functionality and minimizing customer downtime.</li>
<li>Conducted root-cause analysis across WordPress environments, plugin conflicts, caching layers, and custom code, enabling customers and engineering teams to implement reliable long-term solutions.</li>
<li>Partnered with engineering teams to reproduce software defects, document technical findings, and validate product fixes.</li>
<li>Maintained a zero-ticket support backlog through effective prioritization, efficient issue resolution, and timely customer communication.</li>
<li>Maintained a 90%+ customer satisfaction rating while helping customers implement advanced workflows using Gravity Wiz products, Gravity Forms, APIs, payment gateways, and third-party plugins.</li>
</ul>
</div>
</div>
<div class="timeline-item reveal">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="job-header">
<h3>Software Developer | Project Manager, Gravity PDF</h3>
<span class="job-date">Jul 2019 – Dec 2024</span>
</div>
<ul>
<li>Delivered 100+ custom Gravity PDF projects by translating client requirements into scalable document automation solutions, from technical discovery through implementation and deployment.</li>
<li>Collaborated with developers, designers, and clients to translate business requirements into custom Gravity PDF solutions throughout the project lifecycle.</li>
<li>Diagnosed and resolved complex Gravity PDF implementation and PDF generation issues to ensure reliable client deployments.</li>
<li>Managed multiple concurrent client projects while coordinating project timelines, stakeholder communication, and on-time delivery.</li>
</ul>
</div>
</div>
<div class="timeline-item reveal">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="job-header">
<h3>Freelance Web Developer, Self-Employed</h3>
<span class="job-date">2018 – Present</span>
</div>
<ul>
<li>Built and maintained WordPress websites and Unbounce landing pages for small business clients, handling page layout, custom styling, and deployment.</li>
<li>Since Jun 2026: Self-directed transition into AI & LLM engineering, designing and shipping an MCP diagnostics server while continuing freelance WordPress work.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="skills" class="section alt">
<div class="container">
<p class="eyebrow reveal">Toolbox</p>
<h2 class="reveal">Skills</h2>
<div class="skills-grid reveal">
<div class="skill-group">
<h4>Languages & Frameworks</h4>
<ul class="tags">
<li>PHP</li><li>MySQL</li><li>HTML5 & CSS3</li><li>JavaScript</li><li>Python</li><li>OpenAI API</li><li>Llama API</li><li>Gradio</li>
</ul>
</div>
<div class="skill-group">
<h4>Engineering Practices</h4>
<ul class="tags">
<li>Root-Cause Analysis</li><li>Troubleshooting</li><li>MVC-style Architecture</li><li>API Integrations</li><li>Defect Management</li><li>Quality Assurance</li><li>Risk Mitigation</li><li>Production Environment Troubleshooting</li><li>Caching Layers</li><li>Document Automation</li>
</ul>
</div>
<div class="skill-group">
<h4>CMS & Platforms</h4>
<ul class="tags">
<li>WordPress (Plugin Development)</li><li>Gravity Forms</li><li>Gravity Wiz</li><li>Gravity PDF</li><li>WooCommerce</li><li>Elementor</li><li>Divi</li><li>Shopify</li><li>Unbounce</li>
</ul>
</div>
<div class="skill-group">
<h4>Tools</h4>
<ul class="tags">
<li>Git</li><li>GitHub</li><li>ClickUp</li><li>Payment Gateway Integrations</li>
</ul>
</div>
<div class="skill-group">
<h4>Teamwork & Customer Focus</h4>
<ul class="tags">
<li>Client Support</li><li>Relationship Building</li><li>Communication</li><li>Cross-functional Collaboration</li><li>Trusted Advisor</li><li>Project Management</li><li>Technical Documentation</li><li>Knowledge Base Management</li><li>Remote Collaboration</li>
</ul>
</div>
<div class="skill-group">
<h4>Certifications</h4>
<ul class="tags">
<li>Creating WordPress Plugins The Right Way — Udemy</li>
<li>JavaScript Complete Grandmaster Course 2026 — Udemy</li>
</ul>
</div>
</div>
</div>
</section>
<section id="education" class="section">
<div class="container">
<p class="eyebrow reveal">Background</p>
<h2 class="reveal">Education</h2>
<div class="timeline reveal">
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="job-header">
<h3>Bachelor of Science in Computer Engineering</h3>
<span class="job-date">Lorma Colleges</span>
</div>
<ul>
<li>Magna Cum Laude</li>
<li>Capstone: Document Tracking System for the Provincial Government (AngularJS)</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="testimonials" class="section">
<div class="container">
<p class="eyebrow reveal">Reputation</p>
<h2 class="reveal">What People Say</h2>
<div class="testimonials-grid reveal">
<div class="testimonial testimonial-featured">
<p>“Glenn is one of those rare people you can count on completely. He's professional,
dependable, thoughtful, and takes genuine ownership of his work. One of his greatest
strengths is his ability to execute while thinking critically — he never operates on
assumptions, and that attention to detail consistently leads to better outcomes. The
truth is, I wish we could keep him. Any team that hires Glenn will gain a highly capable,
reliable teammate who genuinely cares about the quality of his work.”</p>
<div class="testimonial-author">
<span class="author-name">David Smith</span>
<span class="author-role">CEO, Gravity Wiz</span>
</div>
</div>
<div class="testimonial">
<p>“His technical skills were excellent, but what really set him apart was how he
paired that with genuine care and compassion for customers, who consistently came away
happy. He was the kind of guy everyone wanted to work with — any team will be lucky to
have him.”</p>
<div class="testimonial-author">
<span class="author-name">Matt Andrews</span>
<span class="author-role">Web & Business Enthusiast, Gravity Wiz</span>
</div>
</div>
<div class="testimonial">
<p>“Glenn consistently demonstrated a strong work ethic, excellent problem-solving
skills, and a genuine commitment to helping both customers and teammates succeed. He
contributes positively to team culture and can be trusted to deliver high-quality work.
Any company would be fortunate to have Glenn on their team.”</p>
<div class="testimonial-author">
<span class="author-name">Samuel Bassah</span>
<span class="author-role">Web Developer & Support Engineer, Gravity Wiz (managed Glenn directly)</span>
</div>
</div>
<div class="testimonial">
<p>“I had the chance to work with Glenn for more than six years across two
companies, Gravity PDF and Gravity Wiz, and I've always appreciated the kind of
teammate he is. Glenn brings a lot of care to his work — he's curious, dependable, and
always willing to learn or step in where he can help. Any team would be lucky to have
Glenn on board.”</p>
<div class="testimonial-author">
<span class="author-name">Dan Gabriel A. Tabifranca</span>
<span class="author-role">Marketer & Community Organizer, formerly Gravity PDF & Gravity Wiz</span>
</div>
</div>
<div class="testimonial">
<p>“He was always at the top of the class and exhibited excellence with whatever
subject we were learning. Glenn's perseverance and focus, paired with his intellect and
curiosity, let him overcome adversity without struggle. He's reliable and would serve as
an asset to any team he's a part of.”</p>
<div class="testimonial-author">
<span class="author-name">Bijan Natividad</span>
<span class="author-role">Frontend Developer, TEG</span>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="section alt">
<div class="container contact">
<p class="eyebrow reveal">Let's Talk</p>
<h2 class="reveal">Get in Touch</h2>
<p class="lead reveal">Open to software engineering and technical support opportunities.</p>
<div class="contact-links reveal">
<a class="btn btn-primary" href="mailto:mcglenntangalin07@gmail.com">mcglenntangalin07@gmail.com</a>
<a class="btn btn-outline" href="tel:+639177790394">+63 917 779 0394</a>
</div>
</div>
</section>
<footer class="site-footer">
<div class="container footer-inner">
<span>© <span id="year"></span> Mc Glenn Tangalin</span>
<div class="footer-links">
<a href="https://www.linkedin.com/in/mcglenn07" target="_blank" rel="noopener">LinkedIn</a>
<a href="https://github.com/mcglenn07" target="_blank" rel="noopener">GitHub</a>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>