-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-midnight-glass.html
More file actions
341 lines (309 loc) · 16.2 KB
/
test-midnight-glass.html
File metadata and controls
341 lines (309 loc) · 16.2 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
<!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: #020617;
color: #cbd5e1;
font-family: 'Noto Sans TC', sans-serif;
overflow-x: hidden;
}
.bg-noise {
position: fixed; top: 0; left: 0; width: 100%; height: 100%;
pointer-events: none; z-index: -1; opacity: 0.03;
}
.dot-grid {
background-image: radial-gradient(#334155 0.5px, transparent 0.5px);
background-size: 20px 20px; opacity: 0.05;
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
pointer-events: none; z-index: -2;
}
.gradient-text {
background: linear-gradient(90deg, #22d3ee, #6366f1);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.glass-card {
background-color: rgba(15, 23, 42, 0.6);
backdrop-filter: blur(12px);
border: 1px solid rgba(34,211,238, 0.15);
position: relative; overflow: hidden;
transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.glass-card::before {
content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
background: linear-gradient(to right, transparent, rgba(255,255,255,0.05), transparent);
}
.glass-card:hover {
transform: translateY(-8px);
border-color: rgba(34,211,238, 0.4);
box-shadow: 0 15px 30px rgba(34,211,238, 0.1);
}
.accent-button {
background-color: #22d3ee; color: #020617;
transition: all 0.4s ease;
}
.accent-button:hover {
transform: scale(1.05);
box-shadow: 0 0 20px rgba(34,211,238, 0.6);
}
.line-grow { height: 1px; background: linear-gradient(to right, transparent, #22d3ee, transparent); }
.navbar { background-color: transparent; transition: background-color 0.3s ease, backdrop-filter 0.3s ease; }
#cursor { mix-blend-mode: difference; transition: transform 0.15s ease-out; }
a, button { cursor: none; }
</style>
</head>
<body>
<!-- Noise + Grid + Cursor -->
<div class="bg-noise">
<svg viewBox="0 0 100 100" class="w-full h-full">
<filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/></filter>
<rect width="100%" height="100%" filter="url(#noiseFilter)"/>
</svg>
</div>
<div class="dot-grid"></div>
<div id="cursor" style="position:fixed;width:20px;height:20px;border-radius:50%;border:2px solid white;pointer-events:none;z-index:9999;mix-blend-mode:difference;transition:transform 0.15s ease-out;"></div>
<!-- Navbar -->
<nav class="navbar fixed w-full z-50 py-4 px-6 md:px-12 flex justify-between items-center font-display text-slate-100">
<a href="#" class="text-xl font-bold">Min Yi</a>
<div class="hidden md:flex space-x-8 text-sm font-light">
<a href="#about" class="hover:opacity-70 transition-colors" style="color: #22d3ee">關於</a>
<a href="#blog" class="hover:opacity-70 transition-colors" style="color: #22d3ee">洞見</a>
<a href="#connect" class="hover:opacity-70 transition-colors" style="color: #22d3ee">連結</a>
</div>
<button class="md:hidden text-2xl">≡</button>
</nav>
<main>
<!-- Hero -->
<section class="relative min-h-screen flex items-center justify-center p-6 md:p-12 overflow-hidden">
<div class="parallax-orb absolute w-64 h-64 rounded-full blur-3xl opacity-20 -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-15 -bottom-20 -right-20" style="background: #6366f1" data-speed="1.2"></div>
<div class="parallax-orb absolute w-48 h-48 bg-emerald-500 rounded-full blur-3xl opacity-10 top-1/2 left-1/4 -translate-y-1/2" data-speed="0.5"></div>
<div class="grid md:grid-cols-2 gap-8 items-center max-w-7xl mx-auto z-10">
<div class="flex flex-col items-start text-left">
<p class="font-mono text-xs uppercase tracking-[0.3em] text-slate-500 mb-4 reveal-up">
<span style="color: #22d3ee">00</span> — �п�H
</p>
<h1 class="text-5xl sm:text-7xl md:text-8xl lg:text-9xl font-black tracking-tight leading-none mb-6">
<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-lg md:text-xl text-slate-400 leading-relaxed mb-8 reveal-up">
�@�H���q �� AI �۰ʤ�
</p>
<a href="#connect" class="accent-button px-8 py-3 rounded-full font-bold text-lg reveal-up">
�}�l�s��
</a>
</div>
<div class="flex justify-center items-center relative">
<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 bg-gradient-to-br from-slate-950 to-slate-900 overflow-hidden">
<div class="parallax-orb absolute w-72 h-72 bg-cyan-500 rounded-full blur-3xl opacity-15 -top-24 right-1/4" data-speed="0.7"></div>
<div class="max-w-7xl mx-auto grid md:grid-cols-2 gap-16 items-start">
<div>
<p class="font-mono text-xs uppercase tracking-[0.3em] text-slate-500 mb-4 reveal-up">
<span style="color: #22d3ee">01</span> — 關於
</p>
<h2 class="text-3xl md:text-5xl font-bold mb-8 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-6">
<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 bg-gradient-to-br from-slate-900 to-slate-950 overflow-hidden">
<div class="parallax-orb absolute w-96 h-96 bg-amber-500 rounded-full blur-3xl opacity-10 -bottom-32 left-1/3" data-speed="1.5"></div>
<div class="max-w-4xl mx-auto">
<p class="font-mono text-xs uppercase tracking-[0.3em] text-slate-500 mb-4 reveal-up">
<span style="color: #22d3ee">02</span> — 洞見
</p>
<h2 class="text-3xl md:text-5xl font-bold mb-12 reveal-up gradient-text">我的觀點,未經修飾</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 rounded-full font-bold text-lg inline-flex items-center gap-2">
想看更多?追蹤我的 Threads →
</a>
</div>
</div>
</section>
<!-- Connect -->
<section id="connect" class="relative py-24 px-6 md:px-12 bg-gradient-to-br from-slate-950 to-slate-900 overflow-hidden text-center">
<div class="parallax-orb absolute w-80 h-80 rounded-full blur-3xl opacity-20 -top-24 left-1/2 -translate-x-1/2" style="background: #22d3ee" data-speed="1"></div>
<div class="parallax-orb absolute w-60 h-60 bg-emerald-500 rounded-full blur-3xl opacity-15 bottom-16 right-16" data-speed="0.6"></div>
<div class="max-w-xl mx-auto z-10 relative">
<p class="font-mono text-xs uppercase tracking-[0.3em] text-slate-500 mb-4 reveal-up">
<span style="color: #22d3ee">03</span> — 連結
</p>
<h2 class="text-3xl md:text-5xl font-bold mb-4 reveal-up">������[�I�A�p���u��</h2>
<p class="text-lg leading-relaxed text-slate-400 mb-12 reveal-up">�w���pô</p>
<div class="card-group grid gap-4">
</div>
</div>
</section>
</main>
<footer class="py-8 text-center text-slate-500 text-xs font-mono relative">
<div class="absolute top-0 left-0 w-full h-px bg-gradient-to-r from-transparent to-transparent opacity-30" style="--tw-gradient-via: #22d3ee; background-image: linear-gradient(to right, transparent, #22d3ee, transparent);"></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>