-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
810 lines (724 loc) · 48.6 KB
/
index.html
File metadata and controls
810 lines (724 loc) · 48.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cherie | AI Content Strategist & Translator</title>
<script src="https://cdn.tailwindcss.com"></script>
<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&family=JetBrains+Mono:wght@400;500&family=Press+Start+2P&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body class="antialiased selection:bg-yellow-500 selection:text-black">
<!-- 背景网格 -->
<div class="grid-bg"></div>
<div class="scanline"></div>
<!-- 浮动粒子容器 -->
<div id="particles"></div>
<!-- 导航 -->
<nav class="fixed top-0 left-0 w-full z-50 px-6 py-6 flex justify-between items-center mix-blend-difference">
<div class="text-sm font-mono tracking-widest opacity-80 hover:opacity-100 transition-opacity cursor-pointer" onclick="window.scrollTo(0,0)">
Cherie Wang
</div>
<div class="hidden md:flex space-x-8 text-sm font-light tracking-wide">
<a href="#about" class="nav-link opacity-70 hover:opacity-100">ABOUT ME</a>
<a href="#projects" class="nav-link opacity-70 hover:opacity-100"> AI PROJECTS</a>
<a href="#translation" class="nav-link opacity-70 hover:opacity-100">TRANSLATION</a>
<a href="#exploration" class="nav-link opacity-70 hover:opacity-100">EXPLORATION</a>
<a href="#contact" class="nav-link opacity-70 hover:opacity-100">CONTACT</a>
</div>
<div class="md:hidden text-sm cursor-pointer" onclick="toggleMenu()">
[MENU]
</div>
</nav>
<!-- 移动端菜单 -->
<div id="mobile-menu" class="fixed inset-0 bg-black z-40 hidden flex-col items-center justify-center space-y-8 text-lg">
<a href="#about" onclick="toggleMenu()" class="hover:opacity-70">ABOUT</a>
<a href="#projects" onclick="toggleMenu()" class="hover:opacity-70">PROJECTS</a>
<a href="#translation" onclick="toggleMenu()" class="hover:opacity-70">TRANSLATION</a>
<a href="#exploration" onclick="toggleMenu()" class="hover:opacity-70">EXPLORATION</a>
<a href="#contact" onclick="toggleMenu()" class="hover:opacity-70">CONTACT</a>
<div class="absolute top-6 right-6 cursor-pointer" onclick="toggleMenu()">[CLOSE]</div>
</div>
<!-- Hero Section -->
<section class="relative min-h-screen flex items-center justify-center px-6 pt-20">
<div class="max-w-6xl mx-auto w-full z-10">
<!-- Hello, I'm Cherie - 打字机格式循环打字 -->
<div class="hero-typing-wrapper mb-16">
<span class="hero-typing-text">Hello, I'm Cherie</span>
<span class="hero-typing-cursor">|</span>
</div>
<div class="grid md:grid-cols-12 gap-12 items-center">
<!-- 左侧文字 - 苹果红黄绿框子 -->
<div class="order-2 md:order-1 md:col-span-8">
<div class="hero-window">
<div class="hero-window-header">
<div class="hero-window-dots">
<span class="hero-window-dot red"></span>
<span class="hero-window-dot yellow"></span>
<span class="hero-window-dot green"></span>
</div>
<span class="hero-window-title">cherie@portfolio ~</span>
</div>
<div class="hero-window-content">
<div class="hero-text-main" style="color: #fff;">OpenAgents Marketing</div>
<div class="hero-text-sub" style="color: #febc2e;">ai explorer & junior product manager</div>
<div class="hero-text-main" style="margin-top: 2.25rem;">Learner of computer science</div>
<div class="hero-text-sub" style="color: #febc2e;"> NTU education bachelor & NNU education Postgraduate</div>
</div>
</div>
<!-- System ready. Exploring... 循环打字 -->
<div class="hero-system-ready">
<span class="hero-system-dot"></span>
<span class="hero-system-text">System ready. Exploring...</span>
<span class="hero-system-cursor">|</span>
</div>
</div>
<!-- 右侧人物图像 - 保持原有框子和动效 -->
<div class="order-1 md:order-2 md:col-span-4 flex justify-center md:justify-end">
<div class="person-image-container">
<img src="assets/avatar.png"
alt="Cherie"
class="w-full h-full object-cover"
onerror="this.style.display='none'; this.parentElement.innerHTML='<div class=\'w-full h-full flex items-center justify-center text-yellow-500/30 text-sm\'>[Your Image Here]</div>'">
<!-- 手持标语叠加 -->
<div class="absolute bottom-4 left-4 right-4 bg-white/90 p-3 transform rotate-2">
<p class="text-black text-center text-sm font-bold leading-tight">
COLLEGE DROPOUT<br>
<span class="text-red-600 text-xs">— NOW HIRING!</span>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="absolute bottom-10 left-1/2 transform -translate-x-1/2 animate-bounce opacity-50">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1">
<path d="M12 5v14M19 12l-7 7-7-7"/>
</svg>
</div>
</section>
<!-- About Section -->
<div class="section-divider">
<div class="divider-dots">
<span class="divider-dot red"></span>
<span class="divider-dot yellow"></span>
<span class="divider-dot green"></span>
</div>
<span class="section-number">01</span>
</div>
<section id="about" class="py-24 px-6 relative bg-black/20">
<div class="max-w-6xl mx-auto">
<div class="grid md:grid-cols-12 gap-12">
<div class="md:col-span-4">
<h2 class="text-sm font-mono tracking-[0.3em] opacity-60 mb-4 fade-in">01 // ABOUT ME</h2>
<div class="sticky top-24">
<h3 class="text-3xl md:text-4xl font-light mb-6 leading-snug fade-in glow-text">
永远不要 <br>
停止创造 <br>
</h3>
<div class="space-y-4 text-sm opacity-70 fade-in">
<p>机会与其等,不如去主动创造</p>
</div>
</div>
</div>
<div class="md:col-span-8 space-y-8">
<div class="fade-in">
<div class="text-lg leading-relaxed mb-6">
<span class="project-title-premium text-2xl">我一直恐惧成为一个平庸的人。</span><br>
<span class="opacity-90">"NTU教育学学士、英语和软件工程二学历、法律英语微专业,NITORI国际奖学金,校一、二等奖学金,张志石奖学金,四方奖学金...”<br>
这是他人定义下的我。<br>
<br></span>
<span class="project-title-premium text-3xl block my-4 leading-tight" style="color: #ffffff !important; font-weight: 700; line-height: 1.3;">学教育专业,不安安分分当老师,为啥要扎进AI创业圈?<br>因为我害怕稳定,胜过害怕失败。</span>
<span class="opacity-90">跨界不是劣势,是优势——当你足够好奇,足够抗造。我相信,真正的理解发生在边界地带。<br>
故事就从这里开始。</span>
</div>
<p class="text-lg leading-relaxed mb-6 opacity-80">
</p>
</div>
<!-- 技能可视化 -->
<div class="space-y-6 pt-8 fade-in">
<div>
<div class="flex justify-between mb-2 text-sm font-mono">
<span>AI PRODUCT MANAGEMENT </span>
<span>90%</span>
</div>
<div class="skill-bar">
<div class="skill-fill" style="width: 0%" data-width="95%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-2 text-sm font-mono">
<span>LANGUAGE & TRANSLATION</span>
<span>85%</span>
</div>
<div class="skill-bar">
<div class="skill-fill" style="width: 0%" data-width="90%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-2 text-sm font-mono">
<span>CS LEARNING</span>
<span>75%</span>
</div>
<div class="skill-bar">
<div class="skill-fill" style="width: 0%" data-width="88%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-2 text-sm font-mono">
<span>Exploring</span>
<span>70%</span>
</div>
<div class="skill-bar">
<div class="skill-fill" style="width: 0%" data-width="85%"></div>
</div>
</div>
</div>
<!-- 好奇心印记 -->
<div class="mt-12 p-6 border border-yellow-500/10 bg-yellow-500/5 fade-in">
<h4 class="text-sm font-mono mb-4 opacity-60">CURIOSITY_MARKS</h4>
<div class="space-y-3 text-sm">
<p><span class="opacity-50">Q:</span> 为什么拥抱AI?</p>
<p class="pl-4 opacity-80">A: 我想站在浪潮上,而不是被浪潮定义</p>
<p><span class="opacity-50">Q:</span> 下一个探索方向?</p>
<p class="pl-4 opacity-80">A: 到AI startup,猛猛干事!</p>
<p><span class="opacity-50">Q:</span> 为什么转为ai explorer?</p>
<p class="pl-4 opacity-80">A: 做自己喜欢的事而不是别人认为正确的事,比任何都重要</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<div class="section-divider">
<div class="divider-dots">
<span class="divider-dot red"></span>
<span class="divider-dot yellow"></span>
<span class="divider-dot green"></span>
</div>
<span class="section-number">02</span>
</div>
<section id="projects" class="py-24 px-6 relative bg-black/15">
<div class="max-w-6xl mx-auto">
<h2 class="text-sm font-mono tracking-[0.3em] opacity-60 mb-12 fade-in">02 // AI PROJECTS</h2>
<div class="mb-12 fade-in">
<p class="text-xl md:text-2xl font-light leading-relaxed max-w-3xl opacity-90">
有些项目,让我印象很深······
</p>
</div>
<div class="space-y-8">
<!-- OpenAgents -->
<div class="project-card p-8 md:p-12 fade-in">
<div class="grid md:grid-cols-12 gap-8">
<div class="md:col-span-3">
<img src="assets/OpenAgents.png" alt="OpenAgents Marketing" class="w-48 h-64 object-cover rounded-lg mb-4">
<div class="text-sm font-mono opacity-50 mb-2">2025.11 - PRESENT</div>
<div class="text-xs opacity-40">Seattle, Remote</div>
</div>
<div class="md:col-span-9">
<h3 class="text-2xl md:text-3xl mb-4 project-title-premium">OpenAgents Marketing</h3>
<p class="opacity-80 mb-6 leading-relaxed">
负责Agent Network全渠道内容策划和宣发,从0到1搭建技术社区内容体系。主导策划OpenAgents Workspace launch & 辅助策划首届<span class="highlight">Multi-Agent Hackathon 2025</span>,管理志愿者并进行选手答疑。
</p>
<div class="grid md:grid-cols-2 gap-6 mb-6">
<div class="code-block p-4 text-xs">
<p class="pl-4 opacity-70">
<span class="text-yellow-600">achievements</span>: {<br>
hackathon: "1st Multi-Agent Hackathon",<br>
channels: ["WeChat", "LinkedIn", "Twitter", "Medium"],<br>
campaign: "Feb Launch KOL Coordination"<br>
}
</p>
</div>
<div class="space-y-2 text-sm opacity-70">
<div class="flex items-center gap-2">
<span class="w-1 h-1 bg-yellow-500 rounded-full"></span>
<span>技术内容策划与产出</span>
</div>
<div class="flex items-center gap-2">
<span class="w-1 h-1 bg-yellow-500 rounded-full"></span>
<span>赛事志愿者管理</span>
</div>
<div class="flex items-center gap-2">
<span class="w-1 h-1 bg-yellow-500 rounded-full"></span>
<span>KOL对接与宣发</span>
</div>
</div>
</div>
<div class="flex flex-wrap gap-2">
<span class="tag text-xs">Multi-Agent Systems</span>
<span class="tag text-xs">Content Marketing</span>
<span class="tag text-xs">Community Building</span>
</div>
</div>
</div>
</div>
<!-- Skylow.ai -->
<div class="project-card p-8 md:p-12 fade-in">
<div class="grid md:grid-cols-12 gap-8">
<div class="md:col-span-3">
<img src="assets/skylow.png" alt="Skylow.ai" class="w-40 h-40 object-cover rounded-lg mb-4">
<div class="text-sm font-mono opacity-50 mb-2">2025.11</div>
<div class="text-xs opacity-40">Sanfrancisco, Remote</div>
</div>
<div class="md:col-span-9">
<h3 class="text-2xl md:text-3xl mb-4 project-title-premium">Skylow.ai Launch Day</h3>
<p class="opacity-80 mb-6 leading-relaxed">
负责产品发布日海外社交媒体运营,独立对接<span class="highlight">70+海外红人</span>,完成报价谈判、发布时间协调及支付流程管理。单日X平台浏览量突破15w+。
</p>
<div class="flex gap-8 mb-6">
<div>
<div class="text-3xl font-light glow-text">70+</div>
<div class="text-xs opacity-50 mt-1">KOLs Outreached</div>
</div>
<div>
<div class="text-3xl font-light glow-text">200K+</div>
<div class="text-xs opacity-50 mt-1">X Impressions</div>
</div>
<div>
<div class="text-3xl font-light glow-text">5</div>
<div class="text-xs opacity-50 mt-1">Launch Day</div>
</div>
</div>
<div class="flex flex-wrap gap-2">
<span class="tag text-xs">Influencer Marketing</span>
<span class="tag text-xs">Global Operations</span>
<span class="tag text-xs">X</span>
</div>
</div>
</div>
</div>
<!-- 超脑AI黑客松 -->
<div class="project-card p-8 md:p-12 fade-in">
<div class="grid md:grid-cols-12 gap-8">
<div class="md:col-span-3">
<img src="assets/超脑.jpeg" alt="超脑AI黑客松纪录片" class="w-48 h-64 object-cover rounded-lg mb-4">
<div class="text-sm font-mono opacity-50 mb-2">2025.07</div>
<div class="text-xs opacity-40">DOCUMENTARY</div>
</div>
<div class="md:col-span-9">
<h3 class="text-2xl md:text-3xl mb-4 project-title-premium">超脑AI黑客松纪录片</h3>
<p class="opacity-80 mb-6 leading-relaxed">
黑客松采访组成员设计采访框架并与Elfe、生姜Iris等创作者1v1深度对谈。关注技术背后的"人"——他们的犹豫、兴奋、深夜的bug和凌晨的breakthrough。
</p>
<div class="p-4 border border-yellow-500/20 bg-yellow-500/5 mb-6">
<p class="text-sm italic opacity-80">
"这些青少年builder有哪些新奇的想法?他们的家长又是如何看待教育的?我想记录、了解他们。"
</p>
</div>
<div class="flex items-center gap-4 mb-4">
<span class="text-sm opacity-60">Award:</span>
<span class="tag text-xs">柏拉图光影奖</span>
</div>
<div class="flex flex-wrap gap-2">
<span class="tag text-xs">Documentary</span>
<span class="tag text-xs">Interview Design</span>
<span class="tag text-xs">Video Production</span>
</div>
</div>
</div>
</div>
<div class="mb-12 fade-in">
<p class="text-xl md:text-2xl font-light leading-relaxed max-w-3xl opacity-90">
当然,<span class="highlight">"探索"</span>远不止这些······
</p>
</div>
<!-- 滚轮滑动卡片 - 5张 -->
<div class="carousel-wrapper fade-in">
<button class="carousel-arrow carousel-arrow-left" aria-label="上一张">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M15 18l-6-6 6-6"/></svg>
</button>
<button class="carousel-arrow carousel-arrow-right" aria-label="下一张">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M9 18l6-6-6-6"/></svg>
</button>
<div class="carousel-container" id="explore-carousel">
<div class="carousel-track">
<div class="carousel-card">
<div class="carousel-card-image" style="background-image: url('assets/amour.jpeg'); background-size: cover; background-position: center;">
<span class="carousel-card-badge">FEATURED</span>
<div class="carousel-card-link"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M7 17L17 7M17 7h-6M17 7v6"/></svg></div>
</div>
<div class="carousel-card-content">
<span class="carousel-card-category">AI创意工具开发</span>
<h4 class="carousel-card-title">交大工研院WAY TO AGI 路演</h4>
<p class="carousel-card-desc">Amour浪漫告白生成器——用Trae做AI创意工具,在交大工研院汇报展示,2小时完成从概念到演示的全流程开发。</p>
<div class="carousel-card-tags">
<span class="carousel-tag">Trae</span>
<span class="carousel-tag">路演</span>
<span class="carousel-tag">AI创意</span>
</div>
</div>
</div>
<div class="carousel-card">
<div class="carousel-card-image" style="background-image: url('assets/amazon.jpeg'); background-size: cover; background-position: center;">
<div class="carousel-card-link"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M7 17L17 7M17 7h-6M17 7v6"/></svg></div>
</div>
<div class="carousel-card-content">
<span class="carousel-card-category">技术社区运营</span>
<h4 class="carousel-card-title">Pycon、AdventureX、亚马逊云科技峰会展位宣传</h4>
<p class="carousel-card-desc">负责三大技术展会/峰会的展位宣传、物料分发与现场协调,直接接触开发者社区,推广AI产品与技术理念。
</p>
<div class="carousel-card-tags">
<span class="carousel-tag">Pycon</span>
<span class="carousel-tag">AdventureX</span>
<span class="carousel-tag">AWS</span>
</div>
</div>
</div>
<div class="carousel-card">
<div class="carousel-card-image" style="background-image: url('assets/research%20ai+.jpeg'); background-size: cover; background-position: center;">
<div class="carousel-card-link"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M7 17L17 7M17 7v6"/></svg></div>
</div>
<div class="carousel-card-content">
<span class="carousel-card-category">内容创作</span>
<h4 class="carousel-card-title"><a href="http://xhslink.com/o/24usAUjet0s" target="_blank" rel="noopener" class="hover:underline">Research AI+社区社媒账号视频剪辑</a></h4>
<p class="carousel-card-desc">负责上海"Research AI+"社区小红书/公众号视频内容制作,包括WAIC逛展、Afterparty活动剪辑。
</p>
<div class="carousel-card-tags">
<span class="carousel-tag">视频剪辑</span>
<span class="carousel-tag">小红书</span>
<span class="carousel-tag">WAIC</span>
</div>
</div>
</div>
<div class="carousel-card">
<div class="carousel-card-image" style="background-image: url('assets/TED.jpeg'); background-size: cover; background-position: center;">
<div class="carousel-card-link"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M7 17L17 7M17 7v6"/></svg></div>
</div>
<div class="carousel-card-content">
<span class="carousel-card-category">品牌内容</span>
<h4 class="carousel-card-title"> TEDx视频后期与新媒体运营</h4>
<p class="carousel-card-desc">负责TEDxTongji活动现场录像、后期剪辑与字幕校对,以及TEDxXuhui青年大会小红书账号文案宣发与运营。</p>
<div class="carousel-card-tags">
<span class="carousel-tag">TEDx</span>
<span class="carousel-tag">视频后期</span>
<span class="carousel-tag">新媒体</span>
</div>
</div>
</div>
<div class="carousel-card">
<div class="carousel-card-image" style="background-image: url('assets/UIUC.jpeg'); background-size: cover; background-position: center;">
<div class="carousel-card-link"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M7 17L17 7M17 7v6"/></svg></div>
</div>
<div class="carousel-card-content">
<span class="carousel-card-category">视觉设计</span>
<h4 class="carousel-card-title"> UIUC公众号图文设计</h4>
<p class="carousel-card-desc">负责IDEA伊大创意创业社区嘉宾海报设计(YC After Hours)与公众号运营,连接中美创业生态的内容传播。
</p>
<div class="carousel-card-tags">
<span class="carousel-tag">海报设计</span>
<span class="carousel-tag">公众号</span>
<span class="carousel-tag">YC</span>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-dots" id="carousel-dots">
<span class="carousel-dot active"></span>
<span class="carousel-dot"></span>
<span class="carousel-dot"></span>
<span class="carousel-dot"></span>
<span class="carousel-dot"></span>
</div>
</div>
<div class="mb-12 fade-in">
<p class="text-xl md:text-2xl font-light leading-relaxed max-w-3xl opacity-90">
还有,一些拿不出手的小奖
</p>
</div>
<div class="mt-16 p-8 border-l-2 border-yellow-500/30 fade-in">
<p class="text-lg italic opacity-80 leading-relaxed mb-4">
互联网+“智瞰云检AI检测”江苏省三<br>
大创省级立项2项(“基于眼动模式识别的线上学习投入模型分析、构建与应用”)<br>
2025江苏省计算机设计大赛“软件应用开发(Web)”赛道校一(作品:小程序“西湖论剑”线上/下互动平台)<br>
</p>
</div>
</div>
</div>
</section>
<!-- Translation Section -->
<div class="section-divider">
<div class="divider-dots">
<span class="divider-dot red"></span>
<span class="divider-dot yellow"></span>
<span class="divider-dot green"></span>
</div>
<span class="section-number">03</span>
</div>
<section id="translation" class="py-24 px-6 relative bg-black/20">
<div class="max-w-6xl mx-auto">
<h2 class="text-sm font-mono tracking-[0.3em] opacity-60 mb-12 fade-in">03 // TRANSLATION LAB</h2>
<div class="mb-12 fade-in">
<p class="text-xl md:text-2xl leading-relaxed max-w-3xl project-title-premium">
<span class="text-2xl md:text-3xl block mb-4">翻译是<span class="highlight">"创造性叛逆"</span>的艺术。</span>
字斟句酌间,我们在语言的边界地带寻找意义的共鸣。
</p>
</div>
<div class="grid md:grid-cols-3 gap-6">
<!-- 技术翻译 -->
<div class="project-card p-6 fade-in">
<div class="text-4xl mb-4 opacity-30">01</div>
<h3 class="text-lg mb-3 project-title-premium">Technical Translation</h3>
<ul class="space-y-2 text-sm opacity-70 mb-4">
<li>• 惠立学校餐厅运营提案书 (105页)</li>
<li>• 设备手册与软件界面本地化</li>
<li>• 教育课程视频字幕翻译</li>
</ul>
<div class="text-xs font-mono opacity-40">PRECISION & CONTEXT</div>
</div>
<!-- 文化翻译 -->
<div class="project-card p-6 fade-in">
<div class="text-4xl mb-4 opacity-30">02</div>
<h3 class="text-lg mb-3 project-title-premium">Cultural Translation</h3>
<ul class="space-y-2 text-sm opacity-70 mb-4">
<li>• 《战场上的快乐圣诞》字幕校对</li>
<li>• Mariah Carey演唱会灯光控台口译</li>
<li>• 政府项目陪同翻译</li>
</ul>
<div class="text-xs font-mono opacity-40">NUANCE & TIMING</div>
</div>
<!-- 商务翻译 -->
<div class="project-card p-6 fade-in">
<div class="text-4xl mb-4 opacity-30">03</div>
<h3 class="text-lg mb-3 project-title-premium">Business Translation</h3>
<ul class="space-y-2 text-sm opacity-70 mb-4">
<li>• 法律合同与商务文件</li>
<li>• 签证申请材料撰写</li>
<li>• 留学申请zoom口译交传</li>
</ul>
<div class="text-xs font-mono opacity-40">CLARITY & PROFESSIONALISM</div>
</div>
</div>
<!-- 翻译哲学引用 -->
<div class="mt-16 p-8 border-l-2 border-yellow-500/30 fade-in">
<p class="text-lg italic opacity-80 leading-relaxed mb-4">
"翻译《战场上的快乐圣诞》时,我研究了坂本龙一的音乐哲学、大岛渚的电影语言、英国日语的殖民历史——最终这些理解都凝聚在一句字幕上。"
</p>
</div>
<p></p>
<div class="translation-scores">
<span class="score-item">
<span class="score-text">雅思 7.5</span>
<span class="score-preview"><img src="assets/avatar.png" alt=""></span>
</span>
<span class="score-sep">|</span>
<span class="score-item">
<span class="score-text">上海高级口译证书</span>
<span class="score-preview"><img src="assets/avatar.png" alt=""></span>
</span>
<span class="score-sep">|</span>
<span class="score-item">
<span class="score-text">BEC Higher (195)</span>
<span class="score-preview"><img src="assets/avatar.png" alt=""></span>
</span>
<span class="score-sep">|</span>
<span class="score-item">
<span class="score-text">GRE 321</span>
<span class="score-preview"><img src="assets/avatar.png" alt=""></span>
</span>
<span class="score-sep">|</span>
<span class="score-item">
<span class="score-text">CATTI英语三级笔译/口译</span>
<span class="score-preview"><img src="assets/avatar.png" alt=""></span>
</span>
<span class="score-sep">|</span>
<span class="score-item">
<span class="score-text">六级(626)</span>
<span class="score-preview"><img src="assets/avatar.png" alt=""></span>
</span>
<span class="score-sep">|</span>
<span class="score-item">
<span class="score-text">高中英语教师资格证</span>
<span class="score-preview"><img src="assets/avatar.png" alt=""></span>
</span>
<span class="score-sep">|</span>
<span class="score-item">
<span class="score-text">国才中级良好 </span>
<span class="score-preview"><img src="assets/avatar.png" alt=""></span>
</span>
</div>
<p class="text-xl md:text-2xl font-light leading-relaxed max-w-3xl opacity-90"></p>
<div class="awards-intro fade-in">
<p class="awards-heading">
</p>
</div>
<div class="awards-section fade-in">
<div class="awards-grid">
<div class="awards-item">第七届外教社杯跨文化能力大赛江苏省特等奖</div>
<div class="awards-item">第十届LSCAT 江苏省笔译大赛汉译英省一等奖</div>
<div class="awards-item">第四届词达人杯决赛全国二等奖</div>
<div class="awards-item">第十三届全国口译大赛全国决赛二等奖</div>
<div class="awards-item">2025外研社辩论校季军2nd Runner-up</div>
<div class="awards-item">2024外研社笔译校特等奖</div>
<div class="awards-item">全国大学生英语竞赛C类二等奖</div>
<div class="awards-item">别急,功能待开发...</div>
</div>
</div>
</div>
</section>
<!-- Exploration Log -->
<div class="section-divider">
<div class="divider-dots">
<span class="divider-dot red"></span>
<span class="divider-dot yellow"></span>
<span class="divider-dot green"></span>
</div>
<span class="section-number">04</span>
</div>
<section id="exploration" class="py-24 px-6 relative bg-black/15">
<div class="max-w-6xl mx-auto">
<h2 class="text-sm font-mono tracking-[0.3em] opacity-60 mb-12 fade-in">04 // EXPLORATION LOG</h2>
<div class="grid md:grid-cols-12 gap-12">
<div class="md:col-span-4">
<div class="sticky top-24 space-y-6">
<h3 class="text-2xl font-light mb-6 fade-in glow-text">好玩的东西<br>太多了...</h3>
<p class="opacity-70 mb-6 leading-relaxed fade-in">
好奇心让我永远不满足于现状。<br>
这些"不搭边"的探索,让人成为人。<br>
<br>
|小红书单篇点赞990+,变现1w+<br>
|运营创业超市,盈利赞助校运动会¥2000
</p>
<div class="code-block p-4 text-xs fade-in">
<p class="pl-4 opacity-70">
<span class="text-yellow-600">status</span>: "Always learning"<br>
<span class="text-yellow-600">current_focus</span>: "AI+Education"<br>
<span class="text-yellow-600">next_milestone</span>: "Product Management"<span class="cursor-blink">_</span>
</p>
</div>
</div>
</div>
<div class="md:col-span-8 relative pl-8">
<div class="timeline-line"></div>
<!-- 时间线项目 -->
<div class="mb-12 relative fade-in">
<div class="timeline-dot" style="top: 8px;"></div>
<div class="text-xs font-mono opacity-50 mb-2">2026.01</div>
<h4 class="text-lg mb-2 project-title-premium">观察者网答案秀保障组统筹</h4>
<p class="text-sm opacity-70 mb-2">负责答案秀保障组团队分工、场地调度,协调引导并介绍演讲者进出化妆间、休息室、入场,统筹时间安排。</p>
<div class="flex flex-wrap gap-2 mt-2">
<span class="tag text-xs">Team management</span>
</div>
</div>
<div class="mb-12 relative fade-in">
<div class="timeline-dot" style="top: 8px;"></div>
<div class="text-xs font-mono opacity-50 mb-2">2025.01</div>
<h4 class="text-lg mb-2 project-title-premium">香港大学中国商学院研学</h4>
<p class="text-sm opacity-70 mb-2">完成Finance、Marketing、HR analysis课程。主导"Advice on sustainable investment in China's EV market"全英演讲。</p>
<div class="flex flex-wrap gap-2 mt-2">
<span class="tag text-xs">ESG</span>
<span class="tag text-xs">Investment Analysis</span>
</div>
</div>
<div class="mb-12 relative fade-in">
<div class="timeline-dot" style="top: 8px;"></div>
<div class="text-xs font-mono opacity-50 mb-2">2024.07</div>
<h4 class="text-lg mb-2 project-title-premium">早稻田大学"商业与文化"研学</h4>
<p class="text-sm opacity-70 mb-2">聚焦中日商业战略对比与AI+教育模式,主导设计"REDUE-AI one AI-powered tutoring program"智能教育平台商业方案。</p>
<div class="flex flex-wrap gap-2 mt-2">
<span class="tag text-xs">AI+Education</span>
<span class="tag text-xs">Business Strategy</span>
</div>
</div>
<div class="mb-12 relative fade-in">
<div class="timeline-dot" style="top: 8px;"></div>
<div class="text-xs font-mono opacity-50 mb-2">2024.07</div>
<h4 class="text-lg mb-2 project-title-premium">第十三届中国国际公务员能力建设项目</h4>
<p class="text-sm opacity-70 mb-2">完成联合国翻译、国际司法、全球AI治理课程。全英ESG无领导小组讨论促成共识,获“优秀营员”称号。</p>
<div class="flex flex-wrap gap-2 mt-2">
<span class="tag text-xs">Global Governance</span>
<span class="tag text-xs">Diplomacy</span>
</div>
</div>
<div class="mb-12 relative fade-in">
<div class="timeline-dot" style="top: 8px;"></div>
<div class="text-xs font-mono opacity-50 mb-2">2023.07</div>
<h4 class="text-lg mb-2 project-title-premium">上海赴外国际组织实习生预备营</h4>
<p class="text-sm opacity-70 mb-2">参访UNOSSC、UNIDO、CCP12等部门,完成INGO筹资模式研究,主导路演“200万启动资金运营民促会创收”,获项目奖学金3800</p>
<div class="flex flex-wrap gap-2 mt-2">
<span class="tag text-xs">Global Governance</span>
<span class="tag text-xs">Business</span>
</div>
</div>
<div class="mb-12 relative fade-in">
<div class="timeline-dot" style="top: 8px;"></div>
<div class="text-xs font-mono opacity-50 mb-2">2022-2023</div>
<h4 class="text-lg mb-2 project-title-premium"> NTU 融媒体中心新闻采编部干事 & 教育科学学院辩论队队长</h4>
<p class="text-sm opacity-70 mb-2">“优秀编辑”“优秀策划”,带领辩论队获校赛“摘星杯”冠军</p>
<div class="flex flex-wrap gap-2 mt-2">
<span class="tag text-xs">Team Leader</span>
<span class="tag text-xs">Writing</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<div class="section-divider">
<div class="divider-dots">
<span class="divider-dot red"></span>
<span class="divider-dot yellow"></span>
<span class="divider-dot green"></span>
</div>
<span class="section-number">05</span>
</div>
<section id="contact" class="py-24 px-6 relative bg-black/20">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-sm font-mono tracking-[0.3em] opacity-60 mb-8 fade-in">05 // CONTACT</h2>
<div class="contact-typing mb-8 fade-in">
<div class="contact-typing-line">
<span class="contact-typing-text-1">Let's build</span>
<span class="contact-typing-cursor">|</span>
</div>
<div class="contact-typing-line">
<span class="contact-typing-text-2">something cool now</span>
<span class="contact-typing-cursor">|</span>
</div>
</div>
<p class="text-lg opacity-70 mb-12 max-w-2xl mx-auto fade-in">
去探索,广阔世界的冰山一角
</p>
<div class="flex flex-col md:flex-row justify-center items-center gap-8 mb-12 fade-in">
<div class="flex gap-8 items-center">
<a href=" https://xhslink.com/m/8w4ijBmWgg6" target="_blank" class="social-icon opacity-60 hover:opacity-100 transition-opacity" aria-label="Redbook">
<svg viewBox="0 0 24 24" fill="currentColor" width="24" height="24"><path d="M22 16V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm-11-4l2.03 2.71L16 11l4 5H8l3-4zM2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z"/></svg>
</a>
<a href="https://www.linkedin.com/in/sifan-wang-002014362/" target="_blank" rel="noopener noreferrer" class="social-icon opacity-60 hover:opacity-100 transition-opacity" aria-label="LinkedIn">
<svg viewBox="0 0 24 24" fill="currentColor" width="24" height="24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
</a>
<a href="https://x.com/Mitchell_hku?s=20" target="_blank" rel="noopener noreferrer" class="social-icon opacity-60 hover:opacity-100 transition-opacity" aria-label="X / Twitter">
<svg viewBox="0 0 24 24" fill="currentColor" width="24" height="24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
</a>
<a href="https://okjk.co/I72heg" target="_blank" rel="noopener noreferrer" class="social-icon opacity-60 hover:opacity-100 transition-opacity" aria-label="即刻">
<svg viewBox="0 0 24 24" fill="currentColor" width="24" height="24"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"/></svg>
</a>
</div>
</div>
<div class="code-block inline-block px-8 py-4 text-left fade-in">
<p class="pl-6 font-mono text-sm opacity-70">
<span class="text-yellow-600">email</span>: "2053779874@qq.com"<br>
<span class="text-yellow-600">location</span>: "Shanghai, China"<br>
<span class="text-yellow-600">availability</span>: "Open for coffee chat!"<span class="cursor-blink">_</span>
</p>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-12 px-6 border-t border-yellow-500/10 bg-black/80">
<div class="max-w-6xl mx-auto flex flex-col md:flex-row justify-between items-center text-sm opacity-50">
<div class="mb-4 md:mb-0 font-mono">
© 2026 CHERIE.WANG
</div>
<div class="flex gap-6">
<span>Designed & Built with Curiosity</span>
</div>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>