-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
801 lines (767 loc) · 41.8 KB
/
index.html
File metadata and controls
801 lines (767 loc) · 41.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Senye Zhang | Electrical Engineer</title>
<meta name="description" content="Senye Zhang — Electrical Engineer with 15+ years specializing in high-voltage distribution systems, substation commissioning, and customer-side power access." />
<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=Outfit:wght@300;400;500;600;700;900&family=Noto+Sans+SC:wght@300;400;500;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
</head>
<body class="lang-en">
<!-- Particle Canvas Background -->
<canvas id="bgCanvas"></canvas>
<!-- Navigation -->
<nav class="navbar" id="navbar">
<div class="nav-logo">
<svg width="28" height="28" viewBox="0 0 28 28" fill="none">
<path d="M14 2L14 8M14 8L10 12M14 8L18 12M10 12L10 20M18 12L18 20M10 20L6 24M18 20L22 24M6 24L22 24" stroke="currentColor" stroke-width="1.8" stroke-linecap="round"/>
<circle cx="14" cy="8" r="2" fill="currentColor"/>
<circle cx="10" cy="12" r="1.5" fill="currentColor"/>
<circle cx="18" cy="12" r="1.5" fill="currentColor"/>
</svg>
<span>Senye Zhang</span>
</div>
<ul class="nav-links">
<li><a href="#hero">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#timeline">Experience</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#hobbies">Hobbies</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="index-zh.html" class="lang-btn">🇨🇳 中文</a></li>
</ul>
<div class="nav-toggle" id="navToggle">
<span></span><span></span><span></span>
</div>
</nav>
<!-- Hero Section -->
<section class="hero" id="hero">
<div class="grid-scene" id="gridScene">
<svg id="powerLineSvg" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMax meet"></svg>
<div class="tower-container" id="towerContainer"></div>
</div>
<div class="hero-content">
<div class="hero-badge">⚡ Electrical Engineer · Project Manager · New Energy Expert</div>
<h1 class="hero-title">
<span class="name-en">Senye Zhang</span>
</h1>
<p class="hero-subtitle">High-Voltage Grid · Substation Commissioning · Photovoltaic & New Energy</p>
<div class="hero-stats">
<div class="stat">
<span class="stat-num">15+</span>
<span class="stat-label">Years Exp.</span>
</div>
<div class="stat-div"></div>
<div class="stat">
<span class="stat-num">1,500+</span>
<span class="stat-label">HV Projects</span>
</div>
<div class="stat-div"></div>
<div class="stat">
<span class="stat-num">220kV</span>
<span class="stat-label">Max Voltage</span>
</div>
</div>
<div class="hero-cta">
<a href="#timeline" class="btn-primary">View Experience</a>
<a href="#contact" class="btn-secondary">Contact Me</a>
</div>
</div>
<div class="scroll-hint">
<span>Scroll to explore</span>
<div class="scroll-arrow"></div>
</div>
</section>
<!-- About Section -->
<section class="about" id="about">
<div class="container">
<div class="section-tag">About Me</div>
<h2 class="section-title">Connecting Power, <span class="highlight">Energizing Infrastructure</span></h2>
<div class="about-grid">
<div class="about-photo">
<div class="photo-frame">
<div class="photo-inner">
<svg viewBox="0 0 160 180" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="80" cy="55" r="30" fill="url(#avatarGrad)"/>
<path d="M50 85 Q80 110 110 85 L120 180 L40 180 Z" fill="url(#avatarGrad2)"/>
<path d="M80 25 L75 40 L85 40 Z" fill="#f0c040" opacity="0.7"/>
<defs>
<linearGradient id="avatarGrad" x1="50" y1="25" x2="110" y2="85" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#60a8fb"/>
<stop offset="100%" stop-color="#3b6fd4"/>
</linearGradient>
<linearGradient id="avatarGrad2" x1="40" y1="85" x2="120" y2="180" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#2a4a8a"/>
<stop offset="100%" stop-color="#1a2d5a"/>
</linearGradient>
</defs>
</svg>
</div>
<div class="photo-badge">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none">
<path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z" fill="currentColor"/>
</svg>
P.Eng (In Progress)
</div>
</div>
</div>
<div class="about-text">
<p class="about-intro">
Electrical Engineer and <strong>Project Manager</strong> with <strong>15+ years at State Grid Corporation of China</strong>, specializing in high-voltage distribution systems, substation commissioning, customer-side power access, <strong>photovoltaic (PV) grid integration</strong>, and <strong>new energy</strong> development.
</p>
<p>
Delivered full-cycle electrical engineering solutions for major infrastructure projects including the Yulong Island Petrochemical Base and Wanhua MDI. As <strong>Key Account Manager (大客户经理)</strong>, managed large industrial clients including General Motors, Foxconn, and LG Electronics, covering load-side management (负荷侧管理), demand response, metering, and customer service optimization. Drafted technical standards for distributed PV grid integration and led a citywide electrical safety improvement project spanning 15 districts.
</p>
<blockquote class="about-quote">
Blending 15 years of grid reliability with the speed of AI-driven development. I don't just build power systems; I build the future of energy through code and copper.
</blockquote>
<ul style="margin-top: 1.5rem; margin-bottom: 2rem; padding-left: 1.2rem; line-height: 1.7; color: var(--text);">
<li style="margin-bottom: 0.8rem;"><strong>AI-Augmented Engineering (Vibecoding):</strong> Utilizing Large Language Models (LLMs) to accelerate PLC/HMI logic prototyping, Python scripting for data analysis, and automating repetitive design tasks to increase engineering throughput by 40%.</li>
<li style="margin-bottom: 0.8rem;"><strong>Smart Grid & AI Integration:</strong> Exploring AI applications in predictive maintenance for substations and load forecasting. Leveraging AI tools for rapid drafting of technical standards and complex BOM management.</li>
<li><strong>Next-Gen Energy Systems:</strong> Deep understanding of Decentralized Finance (DeFi) and Blockchain infrastructure, focusing on their potential for Peer-to-Peer (P2P) energy trading and secure grid transactions.</li>
</ul>
<div class="about-tags">
<span class="tag">10kV–220kV Systems</span>
<span class="tag">Substation Commissioning</span>
<span class="tag">Project Management</span>
<span class="tag">Key Account Management</span>
<span class="tag">PLC / HMI</span>
<span class="tag">Photovoltaic (PV)</span>
<span class="tag">New Energy</span>
<span class="tag">Load-Side Management</span>
<span class="tag">Demand Response</span>
<span class="tag">BOM & Schematics</span>
<span class="tag">Grid Safety</span>
<span class="tag">Procore</span>
<span class="tag">ERP Systems</span>
</div>
<div class="about-links">
<a href="mailto:zhangsenye@gmail.com" class="about-link" id="emailLink">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="4" width="20" height="16" rx="2"/><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"/></svg>
zhangsenye@gmail.com
</a>
<a href="tel:+16728661836" class="about-link" id="phoneLink">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 13a19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 3.6 2.18h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 9.91a16 16 0 0 0 6.16 6.16l.91-.91a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z"/></svg>
(672) 866-1836
</a>
<a href="https://www.linkedin.com/in/zhangsenye" class="about-link" id="linkedinLink" target="_blank">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"/><rect x="2" y="9" width="4" height="12"/><circle cx="4" cy="4" r="2"/></svg>
linkedin.com/in/zhangsenye
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Timeline / Career Section -->
<section class="timeline-section" id="timeline">
<div class="container">
<div class="section-tag">Professional Experience</div>
<h2 class="section-title">Each Tower, <span class="highlight">A New Milestone</span></h2>
<p class="section-sub">From 10kV distribution to 220kV transmission — a career built on the grid</p>
<div class="timeline-grid-scene" id="timelineScene">
<canvas id="timelineCanvas"></canvas>
</div>
<div class="timeline" id="timeline-cards">
<!-- Job 1: Almex Canada -->
<div class="timeline-item" data-index="0" id="tower0">
<div class="timeline-card" id="card0">
<div class="card-header">
<div class="card-company">Almex Canada Limited</div>
<div class="card-period">Mar 2026 – Present</div>
</div>
<div class="card-role">Electrical Engineer</div>
<p class="card-desc">
Developed electrical design packages including BOMs, schematics, layouts, and assembly drawings. Designed electrical systems for new product development and continuous improvement, supporting implementation from concept through testing and commissioning. Programmed and commissioned PLC and HMI systems, integrating field devices, motors, and control components.
</p>
<div class="card-tags">
<span>BOM & Schematics</span>
<span>PLC / HMI</span>
<span>System Design</span>
<span>Testing & Commissioning</span>
</div>
<div class="card-voltage">Canada</div>
</div>
<div class="timeline-marker">
<div class="tower-icon">
<svg viewBox="0 0 40 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<line x1="20" y1="0" x2="20" y2="80" stroke="currentColor" stroke-width="2"/>
<line x1="5" y1="20" x2="35" y2="20" stroke="currentColor" stroke-width="2"/>
<line x1="10" y1="35" x2="30" y2="35" stroke="currentColor" stroke-width="2"/>
<line x1="5" y1="20" x2="20" y2="8" stroke="currentColor" stroke-width="1.5"/>
<line x1="35" y1="20" x2="20" y2="8" stroke="currentColor" stroke-width="1.5"/>
<line x1="10" y1="35" x2="5" y2="20" stroke="currentColor" stroke-width="1.5"/>
<line x1="30" y1="35" x2="35" y2="20" stroke="currentColor" stroke-width="1.5"/>
<line x1="5" y1="50" x2="35" y2="50" stroke="currentColor" stroke-width="2"/>
<line x1="5" y1="50" x2="10" y2="35" stroke="currentColor" stroke-width="1.5"/>
<line x1="35" y1="50" x2="30" y2="35" stroke="currentColor" stroke-width="1.5"/>
<line x1="5" y1="50" x2="2" y2="80" stroke="currentColor" stroke-width="2"/>
<line x1="35" y1="50" x2="38" y2="80" stroke="currentColor" stroke-width="2"/>
<circle cx="5" cy="20" r="2.5" fill="currentColor"/>
<circle cx="35" cy="20" r="2.5" fill="currentColor"/>
<circle cx="10" cy="35" r="2" fill="currentColor"/>
<circle cx="30" cy="35" r="2" fill="currentColor"/>
</svg>
</div>
<div class="timeline-year">2026</div>
</div>
</div>
<!-- Job 2: Artelia Canada -->
<div class="timeline-item right" data-index="1" id="tower1">
<div class="timeline-marker">
<div class="tower-icon">
<svg viewBox="0 0 40 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<line x1="20" y1="0" x2="20" y2="80" stroke="currentColor" stroke-width="2"/>
<line x1="5" y1="20" x2="35" y2="20" stroke="currentColor" stroke-width="2"/>
<line x1="10" y1="35" x2="30" y2="35" stroke="currentColor" stroke-width="2"/>
<line x1="5" y1="20" x2="20" y2="8" stroke="currentColor" stroke-width="1.5"/>
<line x1="35" y1="20" x2="20" y2="8" stroke="currentColor" stroke-width="1.5"/>
<line x1="10" y1="35" x2="5" y2="20" stroke="currentColor" stroke-width="1.5"/>
<line x1="30" y1="35" x2="35" y2="20" stroke="currentColor" stroke-width="1.5"/>
<line x1="5" y1="50" x2="35" y2="50" stroke="currentColor" stroke-width="2"/>
<line x1="5" y1="50" x2="10" y2="35" stroke="currentColor" stroke-width="1.5"/>
<line x1="35" y1="50" x2="30" y2="35" stroke="currentColor" stroke-width="1.5"/>
<line x1="5" y1="50" x2="2" y2="80" stroke="currentColor" stroke-width="2"/>
<line x1="35" y1="50" x2="38" y2="80" stroke="currentColor" stroke-width="2"/>
<circle cx="5" cy="20" r="2.5" fill="currentColor"/>
<circle cx="35" cy="20" r="2.5" fill="currentColor"/>
<circle cx="10" cy="35" r="2" fill="currentColor"/>
<circle cx="30" cy="35" r="2" fill="currentColor"/>
</svg>
</div>
<div class="timeline-year">2026</div>
</div>
<div class="timeline-card" id="card1">
<div class="card-header">
<div class="card-company">Artelia Canada</div>
<div class="card-period">Jan 2026 – Feb 2026</div>
</div>
<div class="card-role">Construction & Field Verification Supervisor</div>
<p class="card-desc">
Performed field inspections for distribution substation and pole construction projects, verifying installation quality and compliance with engineering drawings and safety requirements. Managed project documentation using the Procore project management platform. Participated in NCR investigations and conducted post-construction verification in accordance with local utility overhead distribution standards.
</p>
<div class="card-tags">
<span>Field Inspection</span>
<span>Substation Construction</span>
<span>Procore</span>
<span>QA/QC</span>
<span>Overhead Distribution</span>
</div>
<div class="card-voltage">Canada</div>
</div>
</div>
<!-- Job 3: State Grid Senior -->
<div class="timeline-item" data-index="2" id="tower2">
<div class="timeline-card" id="card2">
<div class="card-header">
<div class="card-company">State Grid Corporation of China (Yantai)</div>
<div class="card-period">Sept 2021 – Dec 2023</div>
</div>
<div class="card-role">Senior Electrical Engineer & Program Manager</div>
<p class="card-desc">
Led technical delivery of distribution room construction and capacity expansion projects for General Motors, Foxconn, Daewoo Shipbuilding, and Haiyang Nuclear Power. Directed full-cycle management of all distribution substation projects within the Yantai National Economic Development Zone. Spearheaded capacity upgrade of a military airport substation. Supervised 35kV+ high-voltage projects and drafted technical standards for distributed PV grid integration. Led a citywide customer-side electrical safety improvement project across 15 districts with a budget of C$1.4M.
</p>
<div class="card-tags">
<span>35kV+ HV Projects</span>
<span>Program Management</span>
<span>110kV Substations</span>
<span>PV Grid Integration</span>
<span>ERP</span>
</div>
<div class="card-voltage">110kV</div>
</div>
<div class="timeline-marker">
<div class="tower-icon">
<svg viewBox="0 0 52 120" fill="none" xmlns="http://www.w3.org/2000/svg">
<line x1="26" y1="2" x2="26" y2="120" stroke="currentColor" stroke-width="2.5"/>
<line x1="2" y1="30" x2="50" y2="30" stroke="currentColor" stroke-width="2.5"/>
<line x1="7" y1="52" x2="45" y2="52" stroke="currentColor" stroke-width="2"/>
<line x1="12" y1="72" x2="40" y2="72" stroke="currentColor" stroke-width="1.8"/>
<line x1="2" y1="30" x2="26" y2="8" stroke="currentColor" stroke-width="2"/>
<line x1="50" y1="30" x2="26" y2="8" stroke="currentColor" stroke-width="2"/>
<line x1="7" y1="52" x2="2" y2="30" stroke="currentColor" stroke-width="1.8"/>
<line x1="45" y1="52" x2="50" y2="30" stroke="currentColor" stroke-width="1.8"/>
<line x1="12" y1="72" x2="7" y2="52" stroke="currentColor" stroke-width="1.5"/>
<line x1="40" y1="72" x2="45" y2="52" stroke="currentColor" stroke-width="1.5"/>
<line x1="4" y1="94" x2="48" y2="94" stroke="currentColor" stroke-width="2.2"/>
<line x1="4" y1="94" x2="12" y2="72" stroke="currentColor" stroke-width="1.8"/>
<line x1="48" y1="94" x2="40" y2="72" stroke="currentColor" stroke-width="1.8"/>
<line x1="4" y1="94" x2="0" y2="120" stroke="currentColor" stroke-width="2.5"/>
<line x1="48" y1="94" x2="52" y2="120" stroke="currentColor" stroke-width="2.5"/>
<circle cx="2" cy="30" r="3" fill="currentColor"/>
<circle cx="50" cy="30" r="3" fill="currentColor"/>
<circle cx="7" cy="52" r="2.5" fill="currentColor"/>
<circle cx="45" cy="52" r="2.5" fill="currentColor"/>
<circle cx="12" cy="72" r="2" fill="currentColor"/>
<circle cx="40" cy="72" r="2" fill="currentColor"/>
</svg>
</div>
<div class="timeline-year">2021</div>
</div>
</div>
<!-- Job 4: State Grid Department Manager -->
<div class="timeline-item right" data-index="3" id="tower3">
<div class="timeline-marker">
<div class="tower-icon">
<svg viewBox="0 0 60 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<line x1="30" y1="0" x2="30" y2="100" stroke="currentColor" stroke-width="3"/>
<line x1="0" y1="28" x2="60" y2="28" stroke="currentColor" stroke-width="3"/>
<line x1="6" y1="45" x2="54" y2="45" stroke="currentColor" stroke-width="2.5"/>
<line x1="12" y1="60" x2="48" y2="60" stroke="currentColor" stroke-width="2"/>
<line x1="0" y1="28" x2="30" y2="8" stroke="currentColor" stroke-width="2"/>
<line x1="60" y1="28" x2="30" y2="8" stroke="currentColor" stroke-width="2"/>
<line x1="6" y1="45" x2="0" y2="28" stroke="currentColor" stroke-width="2"/>
<line x1="54" y1="45" x2="60" y2="28" stroke="currentColor" stroke-width="2"/>
<line x1="12" y1="60" x2="6" y2="45" stroke="currentColor" stroke-width="1.5"/>
<line x1="48" y1="60" x2="54" y2="45" stroke="currentColor" stroke-width="1.5"/>
<line x1="5" y1="78" x2="55" y2="78" stroke="currentColor" stroke-width="2.5"/>
<line x1="5" y1="78" x2="12" y2="60" stroke="currentColor" stroke-width="2"/>
<line x1="55" y1="78" x2="48" y2="60" stroke="currentColor" stroke-width="2"/>
<line x1="5" y1="78" x2="0" y2="100" stroke="currentColor" stroke-width="3"/>
<line x1="55" y1="78" x2="60" y2="100" stroke="currentColor" stroke-width="3"/>
<circle cx="0" cy="28" r="3.5" fill="currentColor"/>
<circle cx="60" cy="28" r="3.5" fill="currentColor"/>
<circle cx="6" cy="45" r="3" fill="currentColor"/>
<circle cx="54" cy="45" r="3" fill="currentColor"/>
<circle cx="12" cy="60" r="2.5" fill="currentColor"/>
<circle cx="48" cy="60" r="2.5" fill="currentColor"/>
</svg>
</div>
<div class="timeline-year">2015</div>
</div>
<div class="timeline-card" id="card3">
<div class="card-header">
<div class="card-company">State Grid Corporation of China (Yantai)</div>
<div class="card-period">Feb 2015 – Sept 2021</div>
</div>
<div class="card-role">Department Manager & Senior Electrical Engineer</div>
<p class="card-desc">
Delivered 1,500+ high-voltage service projects across Laishan District. Acted as <strong>Key Account Manager (大客户经理)</strong>, overseeing power supply services for large industrial and commercial clients including transformer room installation, power connection, and metering integration. Led <strong>load-side management (负荷侧管理)</strong>, demand response initiatives, and billing system integration. Responded to equipment faults and coordinated grid-side and client-side repair teams to minimize outage impact.
</p>
<div class="card-tags">
<span>1,500+ HV Projects</span>
<span>Key Account Management</span>
<span>Load-Side Management</span>
<span>Demand Response</span>
<span>Fault Response</span>
<span>Department Management</span>
</div>
<div class="card-voltage">35kV</div>
</div>
</div>
<!-- Job 5: State Grid Engineer -->
<div class="timeline-item" data-index="4" id="tower4">
<div class="timeline-card" id="card4">
<div class="card-header">
<div class="card-company">State Grid Corporation of China (Yantai)</div>
<div class="card-period">Jul 2009 – Feb 2015</div>
</div>
<div class="card-role">Electrical Engineer, Project Manager & Key Account Manager</div>
<p class="card-desc">
Designed and delivered 10kV and 35kV power access solutions for commercial and industrial customers, including equipment selection, protection scheme coordination, and commissioning support. Served as <strong>Key Account Manager (大客户经理)</strong> and <strong>Customer Service</strong> lead — built long-term relationships with 390,000+ utility users, handled supply agreements, technical consultation, and complaint resolution. Lead in design review, technical validation, and interdepartmental coordination. Maintained project records via ERP systems.
</p>
<div class="card-tags">
<span>10kV / 35kV Design</span>
<span>Key Account Management</span>
<span>Customer Service</span>
<span>Project Management</span>
<span>390K+ Users</span>
<span>ERP</span>
</div>
<div class="card-voltage">10kV</div>
</div>
<div class="timeline-marker">
<div class="tower-icon">
<svg viewBox="0 0 60 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<line x1="30" y1="0" x2="30" y2="100" stroke="currentColor" stroke-width="3"/>
<line x1="0" y1="22" x2="60" y2="22" stroke="currentColor" stroke-width="3"/>
<line x1="6" y1="40" x2="54" y2="40" stroke="currentColor" stroke-width="2.5"/>
<line x1="10" y1="56" x2="50" y2="56" stroke="currentColor" stroke-width="2"/>
<line x1="0" y1="22" x2="30" y2="6" stroke="currentColor" stroke-width="2.5"/>
<line x1="60" y1="22" x2="30" y2="6" stroke="currentColor" stroke-width="2.5"/>
<line x1="6" y1="40" x2="0" y2="22" stroke="currentColor" stroke-width="2"/>
<line x1="54" y1="40" x2="60" y2="22" stroke="currentColor" stroke-width="2"/>
<line x1="10" y1="56" x2="6" y2="40" stroke="currentColor" stroke-width="1.5"/>
<line x1="50" y1="56" x2="54" y2="40" stroke="currentColor" stroke-width="1.5"/>
<line x1="4" y1="74" x2="56" y2="74" stroke="currentColor" stroke-width="2.5"/>
<line x1="4" y1="74" x2="10" y2="56" stroke="currentColor" stroke-width="2"/>
<line x1="56" y1="74" x2="50" y2="56" stroke="currentColor" stroke-width="2"/>
<line x1="4" y1="74" x2="0" y2="100" stroke="currentColor" stroke-width="3"/>
<line x1="56" y1="74" x2="60" y2="100" stroke="currentColor" stroke-width="3"/>
<circle cx="0" cy="22" r="4" fill="currentColor"/>
<circle cx="60" cy="22" r="4" fill="currentColor"/>
<circle cx="6" cy="40" r="3" fill="currentColor"/>
<circle cx="54" cy="40" r="3" fill="currentColor"/>
<circle cx="10" cy="56" r="2.5" fill="currentColor"/>
<circle cx="50" cy="56" r="2.5" fill="currentColor"/>
</svg>
</div>
<div class="timeline-year">2009</div>
</div>
</div>
</div>
</div>
</section>
<!-- Education Section -->
<section class="education" id="education">
<div class="container">
<div class="section-tag">Education</div>
<h2 class="section-title">Academic <span class="highlight">Foundation</span></h2>
<div class="edu-grid">
<div class="edu-card" id="edu0">
<div class="edu-icon">🎓</div>
<div class="edu-info">
<div class="edu-school">Lakehead University</div>
<div class="edu-degree">M.Eng — Electrical & Computer Engineering</div>
<div class="edu-year">Sept 2024 – Aug 2025 · Thunder Bay, ON</div>
<p>Postgraduate studies in electrical engineering systems and computer engineering</p>
</div>
</div>
<div class="edu-card" id="edu1">
<div class="edu-icon">📚</div>
<div class="edu-info">
<div class="edu-school">Shandong University</div>
<div class="edu-degree">M.Eng — Electrical Engineering</div>
<div class="edu-year">Mar 2013 – Dec 2015 · Shandong, China</div>
<p>Master's research in electrical engineering systems</p>
</div>
</div>
<div class="edu-card" id="edu2">
<div class="edu-icon">⚡</div>
<div class="edu-info">
<div class="edu-school">North China Electric Power University</div>
<div class="edu-degree">B.Eng — Electrical Engineering & Management</div>
<div class="edu-year">Sept 2005 – Jul 2009 · Beijing, China</div>
<p>Foundation in power systems engineering and technical management</p>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="skills" id="skills">
<div class="container">
<div class="section-tag">Skills & Expertise</div>
<h2 class="section-title">Core Competencies, <span class="highlight">Fully Charged</span></h2>
<div class="skills-grid">
<div class="skill-category" id="skill0">
<div class="skill-cat-icon">⚡</div>
<h3>Engineering (Core)</h3>
<div class="skill-bars">
<div class="skill-item">
<div class="skill-name">HV Distribution</div>
<div class="skill-bar"><div class="skill-fill" data-width="95"></div></div>
</div>
<div class="skill-item">
<div class="skill-name">Substation Commissioning</div>
<div class="skill-bar"><div class="skill-fill" data-width="92"></div></div>
</div>
<div class="skill-item">
<div class="skill-name">P.Eng (In Progress)</div>
<div class="skill-bar"><div class="skill-fill" data-width="85"></div></div>
</div>
</div>
</div>
<div class="skill-category" id="skill1">
<div class="skill-cat-icon">🖥️</div>
<h3>Digital Tools</h3>
<div class="skill-bars">
<div class="skill-item">
<div class="skill-name">PLC / HMI</div>
<div class="skill-bar"><div class="skill-fill" data-width="90"></div></div>
</div>
<div class="skill-item">
<div class="skill-name">AutoCAD Electrical</div>
<div class="skill-bar"><div class="skill-fill" data-width="95"></div></div>
</div>
<div class="skill-item">
<div class="skill-name">Procore</div>
<div class="skill-bar"><div class="skill-fill" data-width="88"></div></div>
</div>
<div class="skill-item">
<div class="skill-name">Python</div>
<div class="skill-bar"><div class="skill-fill" data-width="82"></div></div>
</div>
</div>
</div>
<div class="skill-category" id="skill2">
<div class="skill-cat-icon">🤖</div>
<h3>AI & Innovation</h3>
<div class="skill-bars">
<div class="skill-item">
<div class="skill-name">AI-Augmented Development (Vibecoding)</div>
<div class="skill-bar"><div class="skill-fill" data-width="85"></div></div>
</div>
<div class="skill-item">
<div class="skill-name">LLM Prompt Engineering for Technical Docs</div>
<div class="skill-bar"><div class="skill-fill" data-width="88"></div></div>
</div>
</div>
</div>
<div class="skill-category" id="skill3">
<div class="skill-cat-icon">🌱</div>
<h3>New Energy</h3>
<div class="skill-bars">
<div class="skill-item">
<div class="skill-name">PV Grid Integration</div>
<div class="skill-bar"><div class="skill-fill" data-width="92"></div></div>
</div>
<div class="skill-item">
<div class="skill-name">DeFi for Energy Markets</div>
<div class="skill-bar"><div class="skill-fill" data-width="80"></div></div>
</div>
<div class="skill-item">
<div class="skill-name">Load-Side Management</div>
<div class="skill-bar"><div class="skill-fill" data-width="90"></div></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Hobbies & Interests Section -->
<section class="hobbies" id="hobbies">
<div class="container">
<div class="section-tag">Hobbies & Interests</div>
<h2 class="section-title">Beyond the <span class="highlight">Grid</span></h2>
<div class="hobbies-grid">
<div class="hobby-item" id="hobby0">
<div class="hobby-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10"/>
<path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/>
<path d="M2 12h20"/>
<path d="M4.93 4.93l4.24 4.24M14.83 14.83l4.24 4.24M4.93 19.07l4.24-4.24M14.83 9.17l4.24-4.24"/>
</svg>
</div>
<span class="hobby-label">Football</span>
</div>
<div class="hobby-item" id="hobby1">
<div class="hobby-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/>
<circle cx="12" cy="13" r="4"/>
</svg>
</div>
<span class="hobby-label">Photography</span>
</div>
<div class="hobby-item" id="hobby2">
<div class="hobby-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 8h1a4 4 0 1 1 0 8h-1"/>
<path d="M3 8h14v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4Z"/>
<line x1="6" y1="2" x2="6" y2="4"/>
<line x1="10" y1="2" x2="10" y2="4"/>
<line x1="14" y1="2" x2="14" y2="4"/>
</svg>
</div>
<span class="hobby-label">Coffee</span>
</div>
<div class="hobby-item" id="hobby3">
<div class="hobby-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<line x1="6" y1="11" x2="10" y2="11"/>
<line x1="8" y1="9" x2="8" y2="13"/>
<line x1="15" y1="12" x2="15.01" y2="12"/>
<line x1="18" y1="10" x2="18.01" y2="10"/>
<rect x="2" y="6" width="20" height="12" rx="2"/>
</svg>
</div>
<span class="hobby-label">Gaming</span>
</div>
<div class="hobby-item" id="hobby4">
<div class="hobby-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2a4 4 0 0 1 4 4v2a4 4 0 0 1-8 0V6a4 4 0 0 1 4-4z"/>
<path d="M16 14h1a3 3 0 0 1 3 3v2H4v-2a3 3 0 0 1 3-3h1"/>
<circle cx="9" cy="7" r="0.5" fill="currentColor"/>
<circle cx="15" cy="7" r="0.5" fill="currentColor"/>
<path d="M10 10a2 2 0 0 0 4 0"/>
</svg>
</div>
<span class="hobby-label">AI</span>
</div>
<div class="hobby-item" id="hobby5">
<div class="hobby-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c-4.924-.868-6.14 6.025-1.215 6.894m-5.907-1.042L1.305 13.2a.961.961 0 0 1 .768-1.125l4.357-.768m1.12 6.74 6.706-12.418a.961.961 0 0 1 1.26-.413l4.005 1.92"/>
</svg>
</div>
<span class="hobby-label">Crypto</span>
</div>
<div class="hobby-item" id="hobby6">
<div class="hobby-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="7" width="20" height="14" rx="2" ry="2"/>
<path d="M16 3h-8l-2 4h12l-2-4z"/>
<path d="M12 11v6"/>
<path d="M9 14h6"/>
</svg>
</div>
<span class="hobby-label">Blockchain</span>
</div>
<div class="hobby-item" id="hobby7">
<div class="hobby-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<polyline points="16 18 22 12 16 6"/>
<polyline points="8 6 2 12 8 18"/>
<line x1="12" y1="2" x2="12" y2="22"/>
<path d="M19 9l-3 3 3 3"/>
<path d="M5 9l3 3-3 3"/>
</svg>
</div>
<span class="hobby-label">Vibe Coding</span>
</div>
<div class="hobby-item" id="hobby8">
<div class="hobby-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="2" width="20" height="20" rx="2.18" ry="2.18"/>
<line x1="7" y1="2" x2="7" y2="22"/>
<line x1="17" y1="2" x2="17" y2="22"/>
<line x1="2" y1="12" x2="22" y2="12"/>
<line x1="2" y1="7" x2="7" y2="7"/>
<line x1="2" y1="17" x2="7" y2="17"/>
<line x1="17" y1="7" x2="22" y2="7"/>
<line x1="17" y1="17" x2="22" y2="17"/>
</svg>
</div>
<span class="hobby-label">Movies</span>
</div>
<div class="hobby-item" id="hobby9">
<div class="hobby-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 18V5l12-2v13"/>
<circle cx="6" cy="18" r="3"/>
<circle cx="18" cy="16" r="3"/>
</svg>
</div>
<span class="hobby-label">Musicals</span>
</div>
</div>
</div>
</section>
<!-- Certifications Section -->
<section class="certs" id="certs">
<div class="container">
<div class="section-tag">Licenses & Certifications</div>
<h2 class="section-title">Credentials <span class="highlight">& Qualifications</span></h2>
<div class="certs-grid">
<div class="cert-card in-progress" id="cert0">
<div class="cert-badge">In Progress</div>
<div class="cert-icon">🏛️</div>
<div class="cert-name">P.Eng Certification</div>
<div class="cert-issuer">Professional Engineers Ontario</div>
</div>
<div class="cert-card in-progress" id="cert1">
<div class="cert-badge">In Progress</div>
<div class="cert-icon">🔧</div>
<div class="cert-name">Skilled Trade Certification – Industrial Electrician</div>
<div class="cert-issuer">Red Seal</div>
</div>
<div class="cert-card" id="cert2">
<div class="cert-year">Dec 2020</div>
<div class="cert-icon">⚡</div>
<div class="cert-name">Senior Electrical Engineer Certification</div>
<div class="cert-issuer">Issued Dec 2020</div>
</div>
<div class="cert-card" id="cert3">
<div class="cert-year">Dec 2015</div>
<div class="cert-icon">📋</div>
<div class="cert-name">Electrical Engineer Certification</div>
<div class="cert-issuer">Issued Dec 2015</div>
</div>
<div class="cert-card" id="cert4">
<div class="cert-year">Jul 2015</div>
<div class="cert-icon">🔍</div>
<div class="cert-name">Technician – Level II Electricity Inspector</div>
<div class="cert-issuer">Issued July 2015</div>
</div>
<div class="cert-card" id="cert5">
<div class="cert-year">May 2014</div>
<div class="cert-icon">🛡️</div>
<div class="cert-name">Electrician Certification</div>
<div class="cert-issuer">Issued May 2014</div>
</div>
<div class="cert-card" id="cert6">
<div class="cert-year">Nov 2011</div>
<div class="cert-icon">🔎</div>
<div class="cert-name">Skilled Worker – Electricity Inspector</div>
<div class="cert-issuer">Issued Nov 2011</div>
</div>
<div class="cert-card" id="cert7">
<div class="cert-year">Mar 2024</div>
<div class="cert-icon">💻</div>
<div class="cert-name">Programming Fundamentals</div>
<div class="cert-issuer">Duke University</div>
</div>
<div class="cert-card" id="cert8">
<div class="cert-year">Jul 2023</div>
<div class="cert-icon">🏦</div>
<div class="cert-name">Decentralized Finance (DeFi) Infrastructure</div>
<div class="cert-issuer">Duke University</div>
</div>
<div class="cert-card" id="cert9">
<div class="cert-year">Aug 2024</div>
<div class="cert-icon">🌐</div>
<div class="cert-name">Verified International Academic Qualifications</div>
<div class="cert-issuer">World Education Services</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="container">
<div class="section-tag">Contact</div>
<h2 class="section-title">Let's <span class="highlight">Connect</span></h2>
<div class="contact-grid">
<a href="mailto:zhangsenye@gmail.com" class="contact-card" id="contactEmail">
<div class="contact-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="4" width="20" height="16" rx="2"/><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"/></svg>
</div>
<div class="contact-label">Email</div>
<div class="contact-value">zhangsenye@gmail.com</div>
</a>
<a href="tel:+16728661836" class="contact-card" id="contactPhone">
<div class="contact-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 13a19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 3.6 2.18h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 9.91a16 16 0 0 0 6.16 6.16l.91-.91a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z"/></svg>
</div>
<div class="contact-label">Phone</div>
<div class="contact-value">(672) 866-1836</div>
</a>
<a href="https://www.linkedin.com/in/zhangsenye" class="contact-card" id="contactLinkedIn" target="_blank">
<div class="contact-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"/><rect x="2" y="9" width="4" height="12"/><circle cx="4" cy="4" r="2"/></svg>
</div>
<div class="contact-label">LinkedIn</div>
<div class="contact-value">linkedin.com/in/zhangsenye</div>
</a>
</div>
</div>
</section>
<!-- Infrastructure Scene at the bottom -->
<section class="infra-section">
<div class="infra-scene" id="infraScene"></div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-inner">
<div class="footer-logo">
<svg width="22" height="22" viewBox="0 0 28 28" fill="none">
<path d="M14 2L14 8M14 8L10 12M14 8L18 12M10 12L10 20M18 12L18 20M10 20L6 24M18 20L22 24M6 24L22 24" stroke="currentColor" stroke-width="1.8" stroke-linecap="round"/>
<circle cx="14" cy="8" r="2" fill="currentColor"/>
</svg>
<span>Senye Zhang · Electrical Engineer</span>
</div>
<p class="footer-copy">© 2026 Senye Zhang · Powering the future, one line at a time</p>
</div>
</div>
</footer>
<script src="app.js"></script>
</body>
</html>