-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
731 lines (699 loc) · 28.9 KB
/
Copy pathindex.html
File metadata and controls
731 lines (699 loc) · 28.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sam Chuen-Fai Tse — IT Support Engineer</title>
<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=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,500;0,9..144,700;1,9..144,400&display=swap" rel="stylesheet">
<style>
:root {
--bg: #FAFAF9;
--bg-card: #FFFFFF;
--text-primary: #1A1A1A;
--text-secondary: #5C5C5C;
--text-muted: #8A8A8A;
--accent: #2563EB;
--accent-light: #EFF6FF;
--accent-mid: #BFDBFE;
--border: #E8E8E4;
--border-light: #F0F0EC;
--shadow-sm: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.03);
--shadow-md: 0 4px 16px rgba(0,0,0,0.06), 0 1px 4px rgba(0,0,0,0.04);
--shadow-lg: 0 12px 40px rgba(0,0,0,0.08);
--radius: 16px;
--radius-sm: 10px;
--font-display: 'Fraunces', Georgia, serif;
--font-body: 'DM Sans', -apple-system, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
font-family: var(--font-body);
background: var(--bg);
color: var(--text-primary);
line-height: 1.7;
font-size: 15px;
-webkit-font-smoothing: antialiased;
}
/* --- NAV --- */
nav {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
background: rgba(250,250,249,0.82);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border-bottom: 1px solid var(--border-light);
transition: box-shadow 0.3s;
}
nav.scrolled { box-shadow: var(--shadow-sm); }
.nav-inner {
max-width: 1080px;
margin: 0 auto;
padding: 0 32px;
height: 60px;
display: flex;
align-items: center;
justify-content: space-between;
}
.nav-logo {
font-family: var(--font-display);
font-weight: 700;
font-size: 18px;
color: var(--text-primary);
letter-spacing: -0.02em;
}
.nav-logo span { color: var(--accent); }
.nav-links { display: flex; gap: 8px; }
.nav-links a {
text-decoration: none;
color: var(--text-secondary);
font-size: 13.5px;
font-weight: 500;
padding: 6px 14px;
border-radius: 8px;
transition: all 0.2s;
}
.nav-links a:hover { color: var(--accent); background: var(--accent-light); }
.nav-hamburger {
display: none;
background: none;
border: none;
cursor: pointer;
width: 36px;
height: 36px;
position: relative;
}
.nav-hamburger span {
display: block;
width: 20px;
height: 2px;
background: var(--text-primary);
position: absolute;
left: 8px;
transition: all 0.3s;
}
.nav-hamburger span:nth-child(1) { top: 11px; }
.nav-hamburger span:nth-child(2) { top: 17px; }
.nav-hamburger span:nth-child(3) { top: 23px; }
.nav-hamburger.open span:nth-child(1) { transform: rotate(45deg); top: 17px; }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg); top: 17px; }
/* --- HERO --- */
.hero {
padding: 140px 32px 80px;
max-width: 1080px;
margin: 0 auto;
}
.hero-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: #ECFDF5;
color: #047857;
font-size: 13px;
font-weight: 600;
padding: 6px 16px;
border-radius: 100px;
margin-bottom: 28px;
animation: fadeUp 0.6s ease both;
}
.hero-badge::before {
content: '';
width: 7px; height: 7px;
background: #10B981;
border-radius: 50%;
animation: pulse 2s infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.4; }
}
.hero h1 {
font-family: var(--font-display);
font-size: clamp(38px, 5.5vw, 62px);
font-weight: 700;
line-height: 1.1;
letter-spacing: -0.03em;
color: var(--text-primary);
margin-bottom: 12px;
animation: fadeUp 0.6s ease 0.1s both;
}
.hero-subtitle {
font-size: clamp(16px, 2vw, 20px);
color: var(--text-secondary);
font-weight: 400;
margin-bottom: 24px;
animation: fadeUp 0.6s ease 0.2s both;
}
.hero-meta {
display: flex;
flex-wrap: wrap;
gap: 20px;
color: var(--text-muted);
font-size: 14px;
animation: fadeUp 0.6s ease 0.3s both;
}
.hero-meta a {
color: var(--text-muted);
text-decoration: none;
transition: color 0.2s;
}
.hero-meta a:hover { color: var(--accent); }
.hero-meta svg { vertical-align: -2px; margin-right: 5px; }
.hero-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 28px;
animation: fadeUp 0.6s ease 0.4s both;
}
.hero-tags span {
background: var(--bg-card);
border: 1px solid var(--border);
font-size: 13px;
font-weight: 500;
color: var(--text-secondary);
padding: 6px 14px;
border-radius: 8px;
}
/* --- SECTIONS --- */
.section {
max-width: 1080px;
margin: 0 auto;
padding: 0 32px 80px;
}
.section-title {
font-family: var(--font-display);
font-size: 28px;
font-weight: 700;
letter-spacing: -0.02em;
margin-bottom: 36px;
color: var(--text-primary);
display: flex;
align-items: center;
gap: 12px;
}
.section-title::before {
content: '';
width: 4px;
height: 28px;
background: var(--accent);
border-radius: 4px;
}
/* --- SUMMARY --- */
.summary-card {
background: var(--bg-card);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 36px;
box-shadow: var(--shadow-sm);
font-size: 16px;
line-height: 1.8;
color: var(--text-secondary);
}
/* --- EXPERIENCE --- */
.timeline { display: flex; flex-direction: column; gap: 24px; }
.timeline-card {
background: var(--bg-card);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 32px;
box-shadow: var(--shadow-sm);
transition: box-shadow 0.3s, transform 0.3s;
position: relative;
overflow: hidden;
}
.timeline-card::before {
content: '';
position: absolute;
top: 0; left: 0;
width: 4px; height: 100%;
background: var(--accent);
opacity: 0;
transition: opacity 0.3s;
}
.timeline-card:hover {
box-shadow: var(--shadow-md);
transform: translateY(-2px);
}
.timeline-card:hover::before { opacity: 1; }
.timeline-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 6px;
}
.timeline-role {
font-family: var(--font-display);
font-size: 20px;
font-weight: 600;
color: var(--text-primary);
letter-spacing: -0.01em;
}
.timeline-date {
font-size: 13px;
font-weight: 500;
color: var(--accent);
background: var(--accent-light);
padding: 4px 12px;
border-radius: 6px;
white-space: nowrap;
}
.timeline-company {
font-size: 14.5px;
color: var(--text-secondary);
margin-bottom: 16px;
}
.timeline-company strong { color: var(--text-primary); font-weight: 600; }
.timeline-list {
list-style: none;
display: flex;
flex-direction: column;
gap: 10px;
}
.timeline-list li {
position: relative;
padding-left: 20px;
font-size: 14.5px;
color: var(--text-secondary);
line-height: 1.65;
}
.timeline-list li::before {
content: '';
position: absolute;
left: 0;
top: 9px;
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--accent-mid);
}
/* --- SKILLS --- */
.skills-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 16px;
}
.skill-card {
background: var(--bg-card);
border: 1px solid var(--border);
border-radius: var(--radius-sm);
padding: 22px 24px;
display: flex;
align-items: center;
gap: 14px;
box-shadow: var(--shadow-sm);
transition: all 0.25s;
}
.skill-card:hover {
border-color: var(--accent-mid);
box-shadow: var(--shadow-md);
transform: translateY(-2px);
}
.skill-icon {
width: 42px; height: 42px;
background: var(--accent-light);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.skill-icon svg { width: 20px; height: 20px; color: var(--accent); }
.skill-name {
font-weight: 500;
font-size: 14.5px;
color: var(--text-primary);
}
/* --- EDUCATION --- */
.edu-card {
background: var(--bg-card);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 32px;
box-shadow: var(--shadow-sm);
display: flex;
align-items: center;
gap: 24px;
}
.edu-icon {
width: 56px; height: 56px;
background: linear-gradient(135deg, var(--accent-light), var(--accent-mid));
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.edu-icon svg { width: 26px; height: 26px; color: var(--accent); }
.edu-degree {
font-family: var(--font-display);
font-size: 19px;
font-weight: 600;
color: var(--text-primary);
}
.edu-school { font-size: 14.5px; color: var(--text-secondary); margin-top: 4px; }
/* --- CONTACT --- */
.contact-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 16px;
}
.contact-card {
background: var(--bg-card);
border: 1px solid var(--border);
border-radius: var(--radius-sm);
padding: 24px;
display: flex;
align-items: center;
gap: 16px;
text-decoration: none;
box-shadow: var(--shadow-sm);
transition: all 0.25s;
}
.contact-card:hover {
border-color: var(--accent-mid);
box-shadow: var(--shadow-md);
transform: translateY(-2px);
}
.contact-icon {
width: 46px; height: 46px;
background: var(--accent-light);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.contact-icon svg { width: 20px; height: 20px; color: var(--accent); }
.contact-label { font-size: 12px; color: var(--text-muted); font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; }
.contact-value { font-size: 14.5px; color: var(--text-primary); font-weight: 500; margin-top: 2px; }
/* --- FOOTER --- */
footer {
text-align: center;
padding: 40px 32px;
color: var(--text-muted);
font-size: 13px;
border-top: 1px solid var(--border-light);
max-width: 1080px;
margin: 0 auto;
}
/* --- ANIMATIONS --- */
@keyframes fadeUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.reveal {
opacity: 0;
transform: translateY(24px);
transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible {
opacity: 1;
transform: translateY(0);
}
/* --- MOBILE --- */
@media (max-width: 768px) {
.nav-links { display: none; }
.nav-links.open {
display: flex;
flex-direction: column;
position: absolute;
top: 60px;
left: 0;
right: 0;
background: rgba(250,250,249,0.96);
backdrop-filter: blur(16px);
padding: 16px 24px;
border-bottom: 1px solid var(--border);
box-shadow: var(--shadow-md);
}
.nav-hamburger { display: block; }
.hero { padding: 120px 20px 60px; }
.section { padding: 0 20px 60px; }
.timeline-header { flex-direction: column; }
.timeline-card { padding: 24px; }
.edu-card { flex-direction: column; text-align: center; }
.summary-card { padding: 24px; }
}
</style>
</head>
<body>
<!-- NAV -->
<nav id="nav">
<div class="nav-inner">
<div class="nav-logo">Sam<span>.</span>Tse</div>
<button class="nav-hamburger" id="hamburger" aria-label="Toggle menu">
<span></span><span></span><span></span>
</button>
<div class="nav-links" id="navLinks">
<a href="#about">About</a>
<a href="#experience">Experience</a>
<a href="#skills">Skills</a>
<a href="#education">Education</a>
<a href="#contact">Contact</a>
</div>
</div>
</nav>
<!-- HERO -->
<header class="hero">
<div class="hero-badge">Available Immediately</div>
<h1>Sam Chuen-Fai Tse</h1>
<p class="hero-subtitle">IT Support Engineer · Systems Administration · Cloud & Infrastructure</p>
<div class="hero-meta">
<span>
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
Balerno, Edinburgh, UK
</span>
<span>
<a href="mailto:codefzer@gmail.com">
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><rect x="2" y="4" width="20" height="16" rx="2"/><path d="M22 7l-10 7L2 7"/></svg>
codefzer@gmail.com
</a>
</span>
</div>
<div class="hero-tags">
<span>IT Support</span>
<span>Systems Admin</span>
<span>Cloud (AWS)</span>
<span>Microsoft 365</span>
<span>Network Security</span>
</div>
</header>
<!-- ABOUT -->
<section class="section reveal" id="about">
<h2 class="section-title">Professional Summary</h2>
<div class="summary-card">
Proactive and versatile IT professional with extensive experience in onsite support, systems administration, and cloud technologies. Skilled in managing hybrid infrastructures, improving IT operations, and delivering reliable end-user support in enterprise environments. Proven ability to troubleshoot complex technical issues, maintain secure IT infrastructure, and collaborate effectively with users, vendors, and cross-functional teams.
</div>
</section>
<!-- EXPERIENCE -->
<section class="section reveal" id="experience">
<h2 class="section-title">Professional Experience</h2>
<div class="timeline">
<!-- Job 1 -->
<div class="timeline-card">
<div class="timeline-header">
<div class="timeline-role">IT Support Engineer</div>
<div class="timeline-date">Feb 2023 – Feb 2026</div>
</div>
<div class="timeline-company"><strong>Hemmersbach GmbH & Co. KG</strong> · Edinburgh, UK</div>
<ul class="timeline-list">
<li>Delivered onsite Level 2 IT support in an enterprise environment, serving as a key technical contact for end-users at Aegon UK.</li>
<li>Utilised ServiceNow for incident and service request management, ensuring accurate documentation and SLA compliance.</li>
<li>Supported Microsoft 365 services (Teams, SharePoint Online, OneDrive) including access management, collaboration issues, and sync troubleshooting.</li>
<li>Troubleshot Windows and macOS environments, performing device installation, imaging, configuration, and build bench administration.</li>
<li>Managed full hardware lifecycle processes, including provisioning, diagnostics, break-fix coordination, asset tracking, inventory management, and compliant disposal.</li>
</ul>
</div>
<!-- Job 2 -->
<div class="timeline-card">
<div class="timeline-header">
<div class="timeline-role">Information Technology Officer</div>
<div class="timeline-date">Dec 2010 – Jun 2022</div>
</div>
<div class="timeline-company"><strong>Yan Fook Theological Seminary</strong> · Hong Kong</div>
<ul class="timeline-list">
<li>Administered Microsoft 365 services including Exchange Online, SharePoint, Teams, and OneDrive.</li>
<li>Managed user lifecycle administration, including account provisioning, device builds, and access control.</li>
<li>Led the migration of legacy library and student database systems to AWS, improving scalability and system resilience.</li>
<li>Provided IT support across desktop, server, AV, CCTV, printers, and applications, ensuring SLA compliance.</li>
<li>Managed and secured network infrastructure including SonicWall firewalls, routers, LAN/WAN, VPN, and NAS.</li>
<li>Coordinated with vendors on software and hardware procurement and maintenance.</li>
<li>Oversaw continuous development of the institutional website and ICT resources.</li>
</ul>
</div>
<!-- Job 3 -->
<div class="timeline-card">
<div class="timeline-header">
<div class="timeline-role">Solutions Consultant</div>
<div class="timeline-date">Jul 2008 – Jun 2010</div>
</div>
<div class="timeline-company"><strong>MightyProf Co. Ltd</strong> · Hong Kong</div>
<ul class="timeline-list">
<li>Delivered professional services including solution planning, system deployment, and integration.</li>
<li>Conducted customer review meetings and provided project progress updates.</li>
<li>Worked closely with hardware vendors to deliver integrated solutions.</li>
<li>Collaborated with clients and designers on budget planning and project timelines.</li>
</ul>
</div>
<!-- Job 4 -->
<div class="timeline-card">
<div class="timeline-header">
<div class="timeline-role">Project Engineer</div>
<div class="timeline-date">Nov 2003 – May 2008</div>
</div>
<div class="timeline-company"><strong>The Chinese University of Hong Kong</strong> · Hong Kong</div>
<ul class="timeline-list">
<li>Maintained and administered Human-Computer Communications Laboratory infrastructure.</li>
<li>Supported academic programmes and research through reliable technical systems management.</li>
</ul>
</div>
<!-- Job 5 -->
<div class="timeline-card">
<div class="timeline-header">
<div class="timeline-role">Programmer</div>
<div class="timeline-date">Sep 2002 – Oct 2003</div>
</div>
<div class="timeline-company"><strong>Microware Limited</strong> · Hong Kong</div>
<ul class="timeline-list">
<li>Developed a Human Resource Management Information System using ASP.NET.</li>
<li>Designed a data upload system for Symbol™ barcode readers using the vendor SDK.</li>
</ul>
</div>
<!-- Job 6 -->
<div class="timeline-card">
<div class="timeline-header">
<div class="timeline-role">Programmer</div>
<div class="timeline-date">Apr 2000 – Sep 2002</div>
</div>
<div class="timeline-company"><strong>Valentia Technology and System Co. Ltd</strong> · Hong Kong</div>
<ul class="timeline-list">
<li>Developed kiosk applications using Visual Basic.</li>
<li>Implemented payment gateway integration using JSP and Oracle databases.</li>
</ul>
</div>
</div>
</section>
<!-- SKILLS -->
<section class="section reveal" id="skills">
<h2 class="section-title">Core Skills</h2>
<div class="skills-grid">
<div class="skill-card">
<div class="skill-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="20" height="14" rx="2"/><path d="M8 21h8M12 17v4"/></svg>
</div>
<div class="skill-name">Microsoft 365 (Teams, SharePoint, OneDrive, Exchange)</div>
</div>
<div class="skill-card">
<div class="skill-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="4" width="16" height="16" rx="2"/><rect x="9" y="9" width="6" height="6"/><path d="M15 2v2M15 20v2M2 15h2M20 15h2M9 2v2M9 20v2M2 9h2M20 9h2"/></svg>
</div>
<div class="skill-name">Windows & macOS Support</div>
</div>
<div class="skill-card">
<div class="skill-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M16 21v-2a4 4 0 00-4-4H6a4 4 0 00-4-4v-2"/><circle cx="9" cy="7" r="4"/><path d="M22 21v-2a4 4 0 00-3-3.87M16 3.13a4 4 0 010 7.75"/></svg>
</div>
<div class="skill-name">Active Directory & User Lifecycle Management</div>
</div>
<div class="skill-card">
<div class="skill-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14.7 6.3a1 1 0 000 1.4l1.6 1.6a1 1 0 001.4 0l3.77-3.77a6 6 0 01-7.94 7.94l-6.91 6.91a2.12 2.12 0 01-3-3l6.91-6.91a6 6 0 017.94-7.94l-3.76 3.76z"/></svg>
</div>
<div class="skill-name">IT Service Management (ServiceNow, SLA-driven)</div>
</div>
<div class="skill-card">
<div class="skill-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 16V7a2 2 0 00-2-2H6a2 2 0 00-2 2v9m16 0H4m16 0l1.28 2.55a1 1 0 01-.9 1.45H3.62a1 1 0 01-.9-1.45L4 16"/></svg>
</div>
<div class="skill-name">Hardware Lifecycle Management & Asset Tracking</div>
</div>
<div class="skill-card">
<div class="skill-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg>
</div>
<div class="skill-name">Cloud Platforms (AWS, Microsoft 365)</div>
</div>
<div class="skill-card">
<div class="skill-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 8v4l3 3"/></svg>
</div>
<div class="skill-name">End-User Technical Support</div>
</div>
</div>
</section>
<!-- EDUCATION -->
<section class="section reveal" id="education">
<h2 class="section-title">Education</h2>
<div class="edu-card">
<div class="edu-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 10v6M2 10l10-5 10 5-10 5z"/><path d="M6 12v5c0 1.66 2.69 3 6 3s6-1.34 6-3v-5"/></svg>
</div>
<div>
<div class="edu-degree">B.Sc. in Computer Engineering</div>
<div class="edu-school">University of Manitoba · Winnipeg, Manitoba, Canada</div>
</div>
</div>
</section>
<!-- CONTACT -->
<section class="section reveal" id="contact">
<h2 class="section-title">Get In Touch</h2>
<div class="contact-grid">
<a href="mailto:codefzer@gmail.com" class="contact-card">
<div class="contact-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="4" width="20" height="16" rx="2"/><path d="M22 7l-10 7L2 7"/></svg>
</div>
<div>
<div class="contact-label">Email</div>
<div class="contact-value">codefzer@gmail.com</div>
</div>
</a>
<div class="contact-card">
<div class="contact-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
</div>
<div>
<div class="contact-label">Location</div>
<div class="contact-value">Balerno, Edinburgh, UK</div>
</div>
</div>
</div>
</section>
<footer>
© 2026 Sam Chuen-Fai Tse. All rights reserved.
</footer>
<script>
// Nav scroll effect
const nav = document.getElementById('nav');
window.addEventListener('scroll', () => {
nav.classList.toggle('scrolled', window.scrollY > 20);
});
// Hamburger
const hamburger = document.getElementById('hamburger');
const navLinks = document.getElementById('navLinks');
hamburger.addEventListener('click', () => {
hamburger.classList.toggle('open');
navLinks.classList.toggle('open');
});
navLinks.querySelectorAll('a').forEach(a => {
a.addEventListener('click', () => {
hamburger.classList.remove('open');
navLinks.classList.remove('open');
});
});
// Scroll reveal
const observer = new IntersectionObserver((entries) => {
entries.forEach(e => { if (e.isIntersecting) e.target.classList.add('visible'); });
}, { threshold: 0.12 });
document.querySelectorAll('.reveal').forEach(el => observer.observe(el));
</script>
</body>
</html>