-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-neon-cyber.html
More file actions
334 lines (303 loc) · 15.6 KB
/
test-neon-cyber.html
File metadata and controls
334 lines (303 loc) · 15.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
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Min Yi — Personal Site</title>
<meta name="description" content="�ڥ� 4 �� AI Agent �C�Ѷ] 105 �ӥ��ȡC">
<meta name="author" content="Min Yi">
<meta property="og:type" content="website">
<meta property="og:title" content="Min Yi — �п�H">
<meta property="og:description" content="�ڥ� 4 �� AI Agent �C�Ѷ] 105 �ӥ��ȡC">
<meta property="og:site_name" content="Min Yi">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Min Yi — �п�H">
<meta name="twitter:description" content="�ڥ� 4 �� AI Agent �C�Ѷ] 105 �ӥ��ȡC">
<link rel="canonical" href="https://www.threads.com/@ultralab.tw">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"Person","name":"Min Yi","description":"�ڥ� 4 �� AI Agent �C�Ѷ] 105 �ӥ��ȡC","url":"https://www.threads.com/@ultralab.tw","sameAs":[]}
</script>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;700;900&family=JetBrains+Mono:wght@300;400;700&family=Noto+Sans+TC:wght@300;400;700&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = { theme: { extend: { fontFamily: {
display: ['Outfit','sans-serif'], mono: ['JetBrains Mono','monospace'], body: ['Noto Sans TC','sans-serif']
}}}}
</script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3/dist/gsap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3/dist/ScrollTrigger.min.js"></script>
<script src="https://unpkg.com/lenis@1/dist/lenis.min.js"></script>
<style>
body {
background-color: #000000;
color: #A0A0A0;
font-family: 'Share Tech Mono', monospace;
overflow-x: hidden;
}
.scanline-overlay {
position: fixed; top: 0; left: 0; width: 100%; height: 100%;
pointer-events: none; z-index: 0;
background: repeating-linear-gradient(0deg, transparent 0px, transparent 2px, rgba(0,0,0,0.3) 2px, rgba(0,0,0,0.3) 4px);
opacity: 0.15;
}
h1, h2, h3, .font-display { font-family: 'Orbitron', sans-serif; }
.neon-glow { text-shadow: 0 0 7px #22d3ee, 0 0 10px #22d3ee, 0 0 21px #22d3ee, 0 0 42px rgba(34,211,238,0.5); }
.gradient-text {
background: linear-gradient(90deg, #22d3ee, #6366f1);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.glass-card {
background-color: rgba(0,0,0,0.8);
border: 1px dashed rgba(34,211,238, 0.3);
border-radius: 0;
position: relative; overflow: hidden;
transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.glass-card::before {
content: ''; position: absolute; top: 0; left: 0; width: 10px; height: 10px;
border-top: 2px solid #22d3ee; border-left: 2px solid #22d3ee;
}
.glass-card::after {
content: ''; position: absolute; bottom: 0; right: 0; width: 10px; height: 10px;
border-bottom: 2px solid #22d3ee; border-right: 2px solid #22d3ee;
}
.glass-card:hover {
transform: translateY(-4px);
border-color: #22d3ee;
box-shadow: 0 0 20px rgba(34,211,238, 0.2), inset 0 0 20px rgba(34,211,238, 0.05);
}
.accent-button {
background: transparent; color: #22d3ee;
border: 1px solid #22d3ee;
border-radius: 0;
transition: all 0.3s ease;
text-transform: uppercase; letter-spacing: 0.15em;
}
.accent-button:hover {
background: #22d3ee; color: #000;
box-shadow: 0 0 20px rgba(34,211,238, 0.6);
}
.glitch-title:hover { animation: glitch 0.3s ease-in-out; }
@keyframes glitch {
0%,100% { transform: translate(0); }
20% { transform: translate(-3px, 2px); }
40% { transform: translate(3px, -2px); }
60% { transform: translate(-2px, -1px); }
80% { transform: translate(2px, 1px); }
}
.blink-cursor::after { content: '_'; animation: blink 1s step-end infinite; color: #22d3ee; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0; } }
.line-grow { height: 1px; background: rgba(34,211,238, 0.3); }
.navbar { background-color: transparent; transition: background-color 0.3s ease, backdrop-filter 0.3s ease; }
</style>
</head>
<body>
<!-- Scanlines -->
<div class="scanline-overlay"></div>
<!-- Navbar -->
<nav class="navbar fixed w-full z-50 py-4 px-6 md:px-12 flex justify-between items-center text-sm">
<a href="#" class="font-display text-lg blink-cursor" style="color: #22d3ee;">ultralab.tw</a>
<div class="hidden md:flex space-x-8 text-xs uppercase tracking-widest" style="color: rgba(34,211,238,0.6);">
<a href="#about" class="hover:text-white transition-colors">[ABOUT]</a>
<a href="#blog" class="hover:text-white transition-colors">[BLOG]</a>
<a href="#connect" class="hover:text-white transition-colors">[CONNECT]</a>
</div>
<button class="md:hidden font-display text-lg" style="color: #22d3ee;">///</button>
</nav>
<main>
<!-- Hero -->
<section class="relative min-h-screen flex items-center p-6 md:p-12 overflow-hidden">
<div class="parallax-orb absolute w-64 h-64 rounded-full blur-3xl opacity-10 -top-16 -left-16" style="background: #22d3ee" data-speed="0.8"></div>
<div class="parallax-orb absolute w-80 h-80 rounded-full blur-3xl opacity-8 -bottom-20 -right-20" style="background: #6366f1" data-speed="1.2"></div>
<div class="max-w-6xl mx-auto z-10 w-full grid md:grid-cols-[1fr_auto] gap-12 items-center">
<div>
<p class="text-xs uppercase tracking-[0.3em] mb-6 reveal-up" style="color: #22d3ee;">// �п�H</p>
<h1 class="text-4xl sm:text-6xl md:text-7xl lg:text-8xl font-bold tracking-tight leading-none mb-6 font-display neon-glow glitch-title hero-title" style="color: #22d3ee;">
<span class="hero-title block gradient-text">AI</span>
<span class="hero-title block gradient-text">Agent</span>
<span class="hero-title block gradient-text">�зs</span>
<span class="hero-title block gradient-text">�IJv</span>
</h1>
<p class="text-base md:text-lg leading-relaxed mb-8 reveal-up">�@�H���q �� AI �۰ʤ�</p>
<a href="#connect" class="accent-button px-8 py-3 text-sm font-bold reveal-up inline-block">
�}�l�s��
</a>
</div>
<div class="hidden md:flex justify-center">
<div class="w-32 h-32 md:w-48 md:h-48 rounded-full flex items-center justify-center text-5xl font-black" style="background: linear-gradient(135deg, #22d3ee, #22d3ee88)">MI</div>
</div>
</div>
</section>
<!-- About -->
<section id="about" class="relative py-24 px-6 md:px-12 overflow-hidden">
<div class="parallax-orb absolute w-72 h-72 rounded-full blur-3xl opacity-8 -top-24 right-1/4" style="background: #6366f1" data-speed="0.7"></div>
<div class="max-w-6xl mx-auto grid md:grid-cols-2 gap-16 items-start">
<div>
<p class="text-xs uppercase tracking-[0.3em] mb-4 reveal-up" style="color: #22d3ee;">> ABOUT.SYS</p>
<h2 class="text-3xl md:text-5xl font-bold mb-8 font-display text-white reveal-up">���ǤH�L�ڤ��}�n��</h2>
<div class="reveal-up"><p class="text-lg leading-relaxed text-slate-300 mb-4">�ڥ� 4 �� AI Agent �C�Ѷ] 105 �ӥ��ȡC</p>
<p class="text-lg leading-relaxed text-slate-300 mb-4">�N�O�Z���A���~�O�l�u�A�~�P�O�Գ��C</p></div>
</div>
<div class="card-group grid gap-4">
<div class="glass-card rounded-2xl p-6">
<div class="text-3xl mb-3">??</div>
<h3 class="text-lg font-bold text-white mb-1">AI Builder</h3>
<p class="text-sm text-slate-400">���y�۰ʤƨt��</p>
</div>
<div class="glass-card rounded-2xl p-6">
<div class="text-3xl mb-3">?</div>
<h3 class="text-lg font-bold text-white mb-1">�п�H</h3>
<p class="text-sm text-slate-400">�@�H���q���O�q</p>
</div>
<div class="glass-card rounded-2xl p-6">
<div class="text-3xl mb-3">??</div>
<h3 class="text-lg font-bold text-white mb-1">�w����s</h3>
<p class="text-sm text-slate-400">���y 500+ ����</p>
</div>
</div>
</div>
</section>
<!-- Blog -->
<section id="blog" class="relative py-24 px-6 md:px-12 overflow-hidden">
<div class="parallax-orb absolute w-96 h-96 rounded-full blur-3xl opacity-6 -bottom-32 left-1/3" style="background: #22d3ee" data-speed="1.5"></div>
<div class="max-w-4xl mx-auto">
<p class="text-xs uppercase tracking-[0.3em] mb-4 reveal-up" style="color: #22d3ee;">> BLOG.LOG</p>
<h2 class="text-3xl md:text-5xl font-bold mb-12 font-display neon-glow reveal-up" style="color: #22d3ee;">Data Stream</h2>
<div class="space-y-8">
<article class="glass-card rounded-2xl p-8 md:p-12 reveal-up">
<h3 class="text-2xl md:text-3xl font-bold mb-3" style="background: linear-gradient(90deg, #22d3ee, #22d3eecc); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">�ۧڭ״_�t��</h3>
<div class="flex flex-wrap gap-3 text-xs font-mono text-slate-500 mb-6"></div>
<p class="text-lg leading-relaxed text-slate-300">48 �p�ɫؤF�@�M�|�ۤv���o���� AI �P��t�ΡC</p>
</article>
<div class="line-grow h-px bg-gradient-to-r from-transparent via-current to-transparent my-12"></div>
<article class="glass-card rounded-2xl p-8 md:p-12 reveal-up">
<h3 class="text-2xl md:text-3xl font-bold mb-3" style="background: linear-gradient(90deg, #22d3ee, #22d3eecc); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">�K�O�J����</h3>
<div class="flex flex-wrap gap-3 text-xs font-mono text-slate-500 mb-6"></div>
<p class="text-lg leading-relaxed text-slate-300">1500 RPD �] 105 �ӥ��ȡA��O $0�C</p>
</article>
<div class="line-grow h-px bg-gradient-to-r from-transparent via-current to-transparent my-12"></div>
<article class="glass-card rounded-2xl p-8 md:p-12 reveal-up">
<h3 class="text-2xl md:text-3xl font-bold mb-3" style="background: linear-gradient(90deg, #22d3ee, #22d3eecc); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">AI �w�����y</h3>
<div class="flex flex-wrap gap-3 text-xs font-mono text-slate-500 mb-6"></div>
<p class="text-lg leading-relaxed text-slate-300">���F 500 �����ΡA90% �S�����m�C</p>
</article>
<div class="line-grow h-px bg-gradient-to-r from-transparent via-current to-transparent my-12"></div>
<article class="glass-card rounded-2xl p-8 md:p-12 reveal-up">
<h3 class="text-2xl md:text-3xl font-bold mb-3" style="background: linear-gradient(90deg, #22d3ee, #22d3eecc); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">�@�H���q</h3>
<div class="flex flex-wrap gap-3 text-xs font-mono text-slate-500 mb-6"></div>
<p class="text-lg leading-relaxed text-slate-300">�@�ӤH�[ AI ����@��ζ��C</p>
</article>
<div class="line-grow h-px bg-gradient-to-r from-transparent via-current to-transparent my-12"></div>
<article class="glass-card rounded-2xl p-8 md:p-12 reveal-up">
<h3 class="text-2xl md:text-3xl font-bold mb-3" style="background: linear-gradient(90deg, #22d3ee, #22d3eecc); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">�~�P�Գ�</h3>
<div class="flex flex-wrap gap-3 text-xs font-mono text-slate-500 mb-6"></div>
<p class="text-lg leading-relaxed text-slate-300">�N�O�Z���A���~�O�l�u�C</p>
</article>
</div>
<div class="mt-16 text-center reveal-up">
<a href="https://www.threads.com/@ultralab.tw" target="_blank" rel="noopener" class="accent-button px-8 py-3 text-sm font-bold inline-flex items-center gap-2">
FOLLOW_THREADS →
</a>
</div>
</div>
</section>
<!-- Connect -->
<section id="connect" class="relative py-24 px-6 md:px-12 text-center overflow-hidden">
<div class="parallax-orb absolute w-80 h-80 rounded-full blur-3xl opacity-10 -top-24 left-1/2 -translate-x-1/2" style="background: #22d3ee" data-speed="1"></div>
<div class="max-w-xl mx-auto z-10 relative">
<p class="text-xs uppercase tracking-[0.3em] mb-4 reveal-up" style="color: #22d3ee;">> CONNECT.SYS</p>
<h2 class="text-3xl md:text-5xl font-bold mb-4 font-display text-white reveal-up">������[�I�A�p���u��</h2>
<p class="text-base leading-relaxed mb-12 reveal-up" style="color: rgba(255,255,255,0.4);">�w���pô</p>
<div class="card-group grid gap-3">
</div>
</div>
</section>
</main>
<footer class="py-8 text-center text-xs relative" style="color: rgba(34,211,238,0.4);">
<div class="line-grow mb-8"></div>
<p class="reveal-up">BUILT_WITH ULTRASITE // © 2026 Min Yi</p>
</footer>
<script>
document.querySelectorAll('details').forEach(d => {
d.addEventListener('toggle', () => {
const s = d.querySelector('summary');
if (s) s.textContent = d.open ? '收合全文 ▴' : '展開全文 ▾';
});
});
window.addEventListener('load', () => {
if (typeof gsap === 'undefined' || typeof Lenis === 'undefined') return;
gsap.registerPlugin(ScrollTrigger);
const lenis = new Lenis({ lerp: 0.07, smoothWheel: true });
lenis.on('scroll', ScrollTrigger.update);
gsap.ticker.add(t => lenis.raf(t * 1000));
gsap.ticker.lagSmoothing(0);
gsap.from('.hero-title', {
y: 100, opacity: 0, duration: 1.2,
ease: 'power4.out', stagger: 0.1, delay: 0.2
});
gsap.utils.toArray('.reveal-up').forEach(el => {
gsap.from(el, {
y: 50, opacity: 0, duration: 0.8, ease: 'power3.out',
scrollTrigger: { trigger: el, start: 'top 88%', toggleActions: 'play none none none' }
});
});
gsap.utils.toArray('.card-group').forEach(group => {
const cards = group.querySelectorAll('.glass-card');
if (!cards.length) return;
gsap.from(cards, {
y: 30, opacity: 0, duration: 0.6, stagger: 0.12, ease: 'power2.out',
scrollTrigger: { trigger: group, start: 'top 85%' }
});
});
gsap.utils.toArray('.parallax-orb').forEach(orb => {
const speed = parseFloat(orb.dataset.speed || '1');
gsap.to(orb, {
y: () => -120 * speed,
scrollTrigger: { trigger: orb.parentElement, scrub: 1.5 }
});
});
gsap.utils.toArray('.quote-reveal').forEach(q => {
gsap.from(q, {
scale: 0.85, opacity: 0, duration: 1, ease: 'power3.out',
scrollTrigger: { trigger: q, start: 'top 85%' }
});
});
gsap.utils.toArray('.line-grow').forEach(line => {
gsap.fromTo(line,
{ scaleX: 0, transformOrigin: 'center' },
{ scaleX: 1, duration: 1.2, ease: 'power3.out',
scrollTrigger: { trigger: line, start: 'top 92%' }
}
);
});
const nav = document.querySelector('.navbar');
if (nav) {
ScrollTrigger.create({
start: 'top -80',
onUpdate: self => {
nav.style.backgroundColor = self.progress > 0 ? 'rgba(2,6,23,0.85)' : 'transparent';
nav.style.backdropFilter = self.progress > 0 ? 'blur(12px)' : 'none';
}
});
}
document.querySelectorAll('a[href^="#"]').forEach(a => {
a.addEventListener('click', e => {
e.preventDefault();
const target = document.querySelector(a.getAttribute('href'));
if (target) lenis.scrollTo(target);
});
});
const cursor = document.getElementById('cursor');
if (cursor) {
document.addEventListener('mousemove', e => {
gsap.to(cursor, { x: e.clientX - 10, y: e.clientY - 10, duration: 0.4, ease: 'power2.out' });
});
document.querySelectorAll('a, button, .glass-card').forEach(el => {
el.addEventListener('mouseenter', () => gsap.to(cursor, { scale: 2.5, duration: 0.3 }));
el.addEventListener('mouseleave', () => gsap.to(cursor, { scale: 1, duration: 0.3 }));
});
}
});
</script>
</body>
</html>