-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
754 lines (699 loc) · 48.9 KB
/
index.html
File metadata and controls
754 lines (699 loc) · 48.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
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jay Liu - Senior Software Engineer | FinTech | .NET | React | Cloud | AI Integration</title>
<meta name="description" content="Professional portfolio of Jay Liu, a senior software engineer with 18+ years of experience. Currently at FNZ Group building enterprise financial platforms with .NET, React, Azure, and AI integration. Based in Auckland, New Zealand.">
<meta name="keywords" content="Jay Liu, senior software engineer, FinTech, .NET, ASP.NET Core, React, TypeScript, Azure, microservices, AI integration, AI agent, full stack developer, Auckland, New Zealand, FNZ">
<meta name="author" content="Jay Liu">
<!-- Favicon -->
<link rel="shortcut icon" href="content/resume/images/favicon.ico" type="image/x-icon">
<!-- Google Fonts -->
<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@300;400;500;600;700;800&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Main CSS -->
<link rel="stylesheet" href="css/modern-main.css">
<!-- Three.js and dat.gui -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.7.7/dat.gui.min.js"></script>
</head>
<body>
<!-- Header -->
<header class="header">
<div class="container">
<nav class="navbar">
<a href="#" class="logo">
<img src="content/resume/images/resume.png" alt="Jay Liu Logo">
</a>
<ul class="nav-links">
<li><a href="#home" class="nav-link active">Home</a></li>
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#skills" class="nav-link">Skills</a></li>
<li><a href="#resume" class="nav-link">Experience</a></li>
<li><a href="#portfolio" class="nav-link">Portfolio</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
<button class="mobile-menu-btn">
<span></span>
<span></span>
<span></span>
</button>
</nav>
</div>
</header>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="network-animation-container"></div>
<div class="container">
<div class="hero-content">
<span class="hero-subtitle">Hello, I'm</span>
<h1 class="hero-title">Jay Liu <span class="highlight">Senior Software Engineer</span></h1>
<p class="hero-description">
Senior Software Engineer with 18+ years of experience delivering enterprise software and cloud-based platforms across FinTech, healthcare, and e-commerce sectors.
Currently at FNZ Group, contributing to high-performance financial systems serving global investment institutions, with a proven track record of leading teams, ensuring stable delivery, and driving measurable business outcomes.
Full-stack expertise in .NET, React, and Azure, with deep experience in AI agents and AI-augmented software development lifecycle automation.
</p>
<div class="hero-btns">
<a href="#contact" class="btn btn-primary">Get In Touch</a>
<a href="#resume" class="btn btn-outline">View Experience</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/railscon" target="_blank" class="social-icon">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://twitter.com/maxazure" target="_blank" class="social-icon">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/in/jayliuinvers/" target="_blank" class="social-icon">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/maxazure" target="_blank" class="social-icon">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<a href="#about" class="scroll-down">
<i class="fas fa-chevron-down"></i>
</a>
</section>
<!-- About Section -->
<section id="about" class="about section">
<div class="container">
<div class="section-title">
<h2>About Me</h2>
</div>
<div class="about-content">
<div class="about-info">
<h3 class="about-title">I'm a <span class="highlight">Senior Software Engineer</span></h3>
<p class="about-description">
Senior Software Engineer with 18+ years of experience building enterprise software and cloud-native platforms across China and New Zealand. Currently at FNZ Group, one of the world's leading wealth management platform providers, where I contribute to high-performance financial systems used by major global investment institutions. My career includes leading and managing engineering teams of up to 10 developers, owning system architecture decisions, and delivering 30+ successful projects across FinTech, healthcare IT, e-commerce, and enterprise management domains.
</p>
<p class="about-description">
My core strengths lie in consistent, high-quality delivery combined with full-stack development in .NET, React, and Azure. I bring deep experience in enterprise architecture, microservices, and DevOps practices, with strong ownership of end-to-end delivery — from system design and code review to CI/CD pipeline management and production support. I leverage AI agents and an AI-Augmented SDLC to significantly accelerate development cycles, automate testing, and streamline code review — always aimed at improving system reliability, team velocity, and measurable business outcomes.
</p>
<div class="about-stats">
<div class="stat-item">
<h4 class="stat-number">18+</h4>
<p class="stat-text">Years of Experience</p>
</div>
<div class="stat-item">
<h4 class="stat-number">30+</h4>
<p class="stat-text">Projects Completed</p>
</div>
</div>
<ul class="info-list">
<li class="info-item">
<div class="info-icon">
<i class="fas fa-user"></i>
</div>
<div>
<span class="info-label">Name:</span> Jay Liu
</div>
</li>
<li class="info-item">
<div class="info-icon">
<i class="fas fa-envelope"></i>
</div>
<div>
<span class="info-label">Email:</span> maxazure@gmail.com
</div>
</li>
<li class="info-item">
<div class="info-icon">
<i class="fas fa-map-marker-alt"></i>
</div>
<div>
<span class="info-label">Location:</span> Auckland, New Zealand
</div>
</li>
<li class="info-item">
<div class="info-icon">
<i class="fas fa-calendar"></i>
</div>
<div>
<span class="info-label">Specialisation:</span> Enterprise Systems & AI Integration
</div>
</li>
</ul>
<a href="#contact" class="btn btn-primary">Contact Me</a>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills section">
<div class="container">
<div class="section-title">
<h2>My Skills</h2>
</div>
<div class="skills-container">
<!-- Core Stack -->
<div class="skill-card">
<div class="skill-header">
<div class="skill-icon">
<i class="fas fa-server"></i>
</div>
<h3 class="skill-title">Core Stack</h3>
</div>
<ul class="skill-list">
<li class="skill-item">
<span class="skill-name">C# / .NET / ASP.NET Core</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="92%"></div>
</div>
<span class="skill-percentage">92%</span>
</li>
<li class="skill-item">
<span class="skill-name">React / TypeScript</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="90%"></div>
</div>
<span class="skill-percentage">90%</span>
</li>
<li class="skill-item">
<span class="skill-name">SQL Server / REST APIs</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="90%"></div>
</div>
<span class="skill-percentage">90%</span>
</li>
<li class="skill-item">
<span class="skill-name">Azure / Azure DevOps / CI/CD</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="88%"></div>
</div>
<span class="skill-percentage">88%</span>
</li>
</ul>
</div>
<!-- Architecture & Delivery -->
<div class="skill-card">
<div class="skill-header">
<div class="skill-icon">
<i class="fas fa-cubes"></i>
</div>
<h3 class="skill-title">Architecture & Delivery</h3>
</div>
<ul class="skill-list">
<li class="skill-item">
<span class="skill-name">Microservices / Enterprise Integration</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="88%"></div>
</div>
<span class="skill-percentage">88%</span>
</li>
<li class="skill-item">
<span class="skill-name">Cloud-Native Application Development</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="85%"></div>
</div>
<span class="skill-percentage">85%</span>
</li>
<li class="skill-item">
<span class="skill-name">Agile Delivery / Code Review / Production Support</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="90%"></div>
</div>
<span class="skill-percentage">90%</span>
</li>
<li class="skill-item">
<span class="skill-name">Docker / Kubernetes</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="82%"></div>
</div>
<span class="skill-percentage">82%</span>
</li>
</ul>
</div>
<!-- AI Integration -->
<div class="skill-card">
<div class="skill-header">
<div class="skill-icon">
<i class="fas fa-robot"></i>
</div>
<h3 class="skill-title">AI Integration</h3>
</div>
<ul class="skill-list">
<li class="skill-item">
<span class="skill-name">Applied Machine Learning / AI System Integration</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="85%"></div>
</div>
<span class="skill-percentage">85%</span>
</li>
<li class="skill-item">
<span class="skill-name">LLM Integration / RAG Pipelines</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="88%"></div>
</div>
<span class="skill-percentage">88%</span>
</li>
<li class="skill-item">
<span class="skill-name">On-Premise Vector Search / Code Compliance Indexing</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="85%"></div>
</div>
<span class="skill-percentage">85%</span>
</li>
<li class="skill-item">
<span class="skill-name">AI-Assisted Engineering Workflows</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="88%"></div>
</div>
<span class="skill-percentage">88%</span>
</li>
</ul>
</div>
<!-- Additional -->
<div class="skill-card">
<div class="skill-header">
<div class="skill-icon">
<i class="fas fa-plus-circle"></i>
</div>
<h3 class="skill-title">Additional</h3>
</div>
<ul class="skill-list">
<li class="skill-item">
<span class="skill-name">Python / FastAPI / Node.js / NestJS</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="88%"></div>
</div>
<span class="skill-percentage">88%</span>
</li>
<li class="skill-item">
<span class="skill-name">MongoDB / Vector Databases</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="85%"></div>
</div>
<span class="skill-percentage">85%</span>
</li>
<li class="skill-item">
<span class="skill-name">Tailwind CSS / Bootstrap / Modern CSS</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="85%"></div>
</div>
<span class="skill-percentage">85%</span>
</li>
<li class="skill-item">
<span class="skill-name">Ruby On Rails</span>
<div class="skill-progress">
<div class="progress-bar" data-percentage="85%"></div>
</div>
<span class="skill-percentage">85%</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Resume Section -->
<section id="resume" class="resume section">
<div class="container">
<div class="section-title">
<h2>My Experience</h2>
</div>
<div class="resume-tabs">
<button class="tab-btn active" data-tab="experience">Experience</button>
<button class="tab-btn" data-tab="education">Education</button>
</div>
<!-- Experience Tab -->
<div class="tab-content active" id="experience-tab">
<div class="timeline">
<!-- Current Role -->
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<span class="timeline-date">Oct 2022 - Present</span>
<h3 class="timeline-title">Analyst Developer</h3>
<h4 class="timeline-subtitle">FNZ Group, Auckland, NZ</h4>
<div class="timeline-description">
<p>Contributing to enterprise-level financial systems for investment management, trading, and client portfolio services at a global wealth management platform provider. Working in a high-reliability, security-critical environment with strict compliance requirements.</p>
<ul>
<li>Develop and enhance core platform components using .NET/C#, delivering measurable improvements in performance and reliability for systems handling billions in assets under management.</li>
<li>Provide frontline production support — diagnosing complex production issues, performing root-cause analysis, and delivering timely fixes to maintain platform stability and uptime.</li>
<li>Ensure consistent, predictable delivery within Agile sprints, contributing to sprint planning, code reviews, and architectural decisions while mentoring junior developers.</li>
<li>Collaborate with globally distributed engineering teams, driving quality through rigorous code review and engineering best practices.</li>
<li>Implement and maintain CI/CD pipelines using Azure DevOps, ensuring reliable and repeatable deployments across multiple environments.</li>
</ul>
</div>
</div>
</div>
<!-- Applied AI & AI Agent Projects -->
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<span class="timeline-date">2024 - Present</span>
<h3 class="timeline-title">Applied AI Engineering & AI Agent Projects</h3>
<h4 class="timeline-subtitle">Independent / Auckland, NZ</h4>
<div class="timeline-description">
<p>Designing and building AI-powered tools and agentic systems to accelerate software development, automate workflows, and solve practical engineering problems.</p>
<ul>
<li>Built and operate an <strong>AI-Augmented SDLC pipeline</strong> — a closed-loop system integrating AI agents across the full software development lifecycle, from code generation and automated testing through to code review and validation, significantly accelerating development speed and delivery consistency.</li>
<li>Developed AI agent systems for diagnostics, document retrieval, and engineering workflow automation using LLMs, RAG pipelines, and on-premise vector databases.</li>
<li>Created vector embedding algorithms for semantic code compliance review and codebase indexing in restricted, zero-data-egress environments.</li>
<li>Prototyped persistent long-term memory architectures for agent systems, improving cross-session context recall using multi-tier vector-based semantic retrieval.</li>
<li>Volunteer AI Coach for <a href="https://www.hilily.ai" target="_blank">HiLily</a> (<strong>Microsoft Imagine Cup 2026</strong>), guiding AI architecture design — including AI pipeline development, conversational AI with memory systems, and AI-based fall detection — for a voice companion supporting independent living.</li>
</ul>
</div>
</div>
</div>
<!-- IT Tutor -->
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<span class="timeline-date">Feb 2022 - Jul 2022</span>
<h3 class="timeline-title">Information Technology Tutor</h3>
<h4 class="timeline-subtitle">Southern Institute of Technology, Invercargill, NZ</h4>
<div class="timeline-description">
<ul>
<li>Tutored IT students in programming fundamentals, software engineering principles, and design patterns.</li>
<li>Guided learners through coursework and lab exercises, reinforcing coding standards and problem-solving techniques.</li>
<li>Provided one-on-one mentoring and structured feedback to support student progression.</li>
</ul>
</div>
</div>
</div>
<!-- Full Stack Developer -->
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<span class="timeline-date">Mar 2019 - Apr 2021</span>
<h3 class="timeline-title">Full Stack Developer</h3>
<h4 class="timeline-subtitle">Best IT Solution, Auckland, NZ</h4>
<div class="timeline-description">
<p>Designed and built an SMS reminder platform providing APIs and management interfaces for commercial customers.</p>
<ul>
<li>Built RESTful APIs using Flask with MySQL backend storage.</li>
<li>Developed the management interface using React, Redux, and Ant Design.</li>
</ul>
</div>
</div>
</div>
<!-- Technical Lead -->
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<span class="timeline-date">2011 - 2017</span>
<h3 class="timeline-title">Technical Lead</h3>
<h4 class="timeline-subtitle">Beijing, China</h4>
<div class="timeline-description">
<p>Led a software consulting practice delivering enterprise middleware, management systems, and web platforms for multiple clients across advertising, mobile, and social commerce sectors.</p>
<ul>
<li>Designed and delivered an advertisement management system for Haiyi (Yuemei) Ltd using Ruby on Rails, MySQL, and JavaScript.</li>
<li>Provided software development consulting for Meifan (Beijing) Ltd's mobile application, built with Java, Swift, and Node.js.</li>
<li>Architected a WeChat-based application for Jiu Shiguang Ltd using Ruby on Rails and JavaScript.</li>
</ul>
</div>
</div>
</div>
<!-- Engineering Manager -->
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<span class="timeline-date">2008 - 2011</span>
<h3 class="timeline-title">Engineering Manager</h3>
<h4 class="timeline-subtitle">Beijing, China</h4>
<div class="timeline-description">
<p>Led the development team responsible for the company's Hospital Management Information System (HMIS) and digital presence.</p>
<ul>
<li>Designed system architecture and managed a team of developers building the core HMIS platform.</li>
<li>Managed 16 company websites including SEO strategy and advertising systems.</li>
<li>Drove annual revenue growth from ¥1.2M to ¥6M through technical marketing initiatives including tracking systems and SEO optimisation.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Education Tab -->
<div class="tab-content" id="education-tab">
<div class="timeline">
<!-- Master's Degree -->
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<span class="timeline-date">2019 - 2021</span>
<h3 class="timeline-title">Master degree in IT</h3>
<h4 class="timeline-subtitle">SOUTHERN INSTITUTE OF TECHNOLOGY</h4>
<div class="timeline-description">
<p>Completed Master degree in IT with focus on AI and generative models. Conducted research on chatbot systems and Recurrent Neural Networks (RNN) for generative AI, exploring sequence-to-sequence models and natural language generation. Published research through IEEE as part of the School of Computing. Research work contributed to the understanding of conversational AI architectures and neural text generation techniques.</p>
</div>
</div>
</div>
<!-- Language School -->
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<span class="timeline-date">2017</span>
<h3 class="timeline-title">General English</h3>
<h4 class="timeline-subtitle">Unique NZ Language School (New Zealand)</h4>
<div class="timeline-description">
<p>Studied for General English.</p>
</div>
</div>
</div>
<!-- College Diploma -->
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<span class="timeline-date">2001 - 2004</span>
<h3 class="timeline-title">Mathematics & Computer Science</h3>
<h4 class="timeline-subtitle">JIAOZUO TEACHERS COLLEGE (China)</h4>
<div class="timeline-description">
<p>College Diploma Education in Mathematics & Computer science. Honours/Awards: The Second Prize Scholarship (2002-2003), Software Design Competition - The First Award.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section id="portfolio" class="portfolio section">
<div class="container">
<div class="section-title">
<h2>My Portfolio</h2>
</div>
<div class="portfolio-filter">
<button class="filter-btn active" data-filter="all">All</button>
<button class="filter-btn" data-filter="ai">AI Agent</button>
<button class="filter-btn" data-filter="web">Web Development</button>
<button class="filter-btn" data-filter="app">App Development</button>
<button class="filter-btn" data-filter="enterprise">Enterprise</button>
</div>
<div class="portfolio-grid">
<!-- Portfolio Item - AI Agent -->
<div class="portfolio-item" data-category="ai">
<img src="content/resume/images/portfolio_1-640x500.jpg" alt="AI Agent Workflow Automation" class="portfolio-image">
<div class="portfolio-overlay">
<span class="portfolio-category">AI Agent</span>
<h3 class="portfolio-title">AI Agent Workflow Automation</h3>
<div class="portfolio-links">
<a href="https://github.com/maxazure" target="_blank" class="portfolio-link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
<!-- Portfolio Item 1 -->
<div class="portfolio-item" data-category="web">
<img src="content/resume/images/portfolio_1-640x500.jpg" alt="RenRenBit" class="portfolio-image">
<div class="portfolio-overlay">
<span class="portfolio-category">Web Development</span>
<h3 class="portfolio-title">RenRenBit</h3>
<div class="portfolio-links">
<a href="https://www.renrenbit.com/" target="_blank" class="portfolio-link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
<!-- Portfolio Item 2 -->
<div class="portfolio-item" data-category="web">
<img src="content/resume/images/portfolio_2-640x500.jpg" alt="Haiyi Yuemei" class="portfolio-image">
<div class="portfolio-overlay">
<span class="portfolio-category">Web Development</span>
<h3 class="portfolio-title">Haiyi Yuemei</h3>
<div class="portfolio-links">
<a href="http://www.haiyiyuemei.com/" target="_blank" class="portfolio-link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
<!-- Portfolio Item 3 -->
<div class="portfolio-item" data-category="app">
<img src="content/resume/images/portfolio_3-640x500.jpg" alt="Meifan App" class="portfolio-image">
<div class="portfolio-overlay">
<span class="portfolio-category">App Development</span>
<h3 class="portfolio-title">Meifan App</h3>
<div class="portfolio-links">
<a href="https://www.meifanapp.com/" target="_blank" class="portfolio-link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
<!-- Portfolio Item 4 -->
<div class="portfolio-item" data-category="web">
<img src="content/resume/images/portfolio_4-640x500.jpg" alt="Ruili Meirong" class="portfolio-image">
<div class="portfolio-overlay">
<span class="portfolio-category">Web Development</span>
<h3 class="portfolio-title">Ruili Meirong</h3>
<div class="portfolio-links">
<a href="http://www.ruilimeirong.com/" target="_blank" class="portfolio-link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
<!-- Portfolio Item 5 -->
<div class="portfolio-item" data-category="enterprise">
<img src="content/resume/images/portfolio_1-640x500.jpg" alt="Enterprise FinTech Platform" class="portfolio-image">
<div class="portfolio-overlay">
<span class="portfolio-category">Enterprise Software</span>
<h3 class="portfolio-title">Enterprise FinTech Platform</h3>
<div class="portfolio-links">
<a href="#portfolio" class="portfolio-link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact section">
<div class="container">
<div class="section-title">
<h2>Contact Me</h2>
</div>
<div class="contact-container">
<div class="contact-info">
<h3>Get In Touch</h3>
<p class="contact-text">
If you have questions, feel free to enquire using the contact form or reach out directly
through the following contact details.
</p>
<ul class="contact-list">
<li class="contact-item">
<div class="contact-icon">
<i class="fas fa-envelope"></i>
</div>
<div>
<h4 class="contact-label">Email</h4>
<p class="contact-value">maxazure@gmail.com</p>
</div>
</li>
<li class="contact-item">
<div class="contact-icon">
<i class="fas fa-map-marker-alt"></i>
</div>
<div>
<h4 class="contact-label">Location</h4>
<p class="contact-value">Auckland, New Zealand</p>
</div>
</li>
</ul>
<div class="social-links">
<a href="https://www.facebook.com/railscon" class="social-icon" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://twitter.com/maxazure" class="social-icon" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/in/jayliuinvers/" class="social-icon" target="_blank">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/maxazure" class="social-icon" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div class="contact-form">
<form action="https://formspree.io/maxazure@gmail.com" method="POST">
<div class="form-group">
<label for="name" class="form-label">Your Name</label>
<input type="text" id="name" name="name" class="form-control" required>
</div>
<div class="form-group">
<label for="email" class="form-label">Your Email</label>
<input type="email" id="email" name="replyto" class="form-control" required>
</div>
<div class="form-group">
<label for="subject" class="form-label">Subject</label>
<input type="text" id="subject" name="subject" class="form-control">
</div>
<div class="form-group">
<label for="message" class="form-label">Message</label>
<textarea id="message" name="message" class="form-control" required></textarea>
</div>
<button type="submit" class="btn btn-primary">Send Message</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-container">
<div class="footer-col footer-about">
<h4>About Me</h4>
<p>Senior Software Engineer with 18+ years of experience delivering enterprise financial platforms, web applications, AI-integrated solutions, and mobile applications for global clients.</p>
<div class="footer-social">
<a href="https://www.facebook.com/railscon" class="footer-social-link" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://twitter.com/maxazure" class="footer-social-link" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/in/jayliuinvers/" class="footer-social-link" target="_blank">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/maxazure" class="footer-social-link" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div class="footer-col">
<h4>Quick Links</h4>
<ul class="footer-links">
<li class="footer-link"><a href="#home">Home</a></li>
<li class="footer-link"><a href="#about">About</a></li>
<li class="footer-link"><a href="#skills">Skills</a></li>
<li class="footer-link"><a href="#resume">Experience</a></li>
<li class="footer-link"><a href="#portfolio">Portfolio</a></li>
<li class="footer-link"><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Services</h4>
<ul class="footer-links">
<li class="footer-link"><a href="#portfolio">Web Development</a></li>
<li class="footer-link"><a href="#portfolio">AI Agent Solutions</a></li>
<li class="footer-link"><a href="#portfolio">Mobile App Development</a></li>
<li class="footer-link"><a href="#portfolio">Enterprise Solutions</a></li>
<li class="footer-link"><a href="#portfolio">Cloud Services</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>WWW.JAYLIU.CO.NZ All copyright reserved © 2025. Powered by Github.com</p>
</div>
</div>
</footer>
<a href="#home" class="back-to-top">
<i class="fas fa-arrow-up"></i>
</a>
<!-- JavaScript -->
<script src="js/modern-main.js"></script>
<script src="js/network-animation.js"></script>
</body>
</html>