-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-soft-brutalism.html
More file actions
316 lines (285 loc) · 14.8 KB
/
test-soft-brutalism.html
File metadata and controls
316 lines (285 loc) · 14.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
<!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: #0C1222;
color: #c8d6e5;
font-family: 'Noto Sans TC', sans-serif;
overflow-x: hidden;
}
.gradient-text {
background: linear-gradient(90deg, #22d3ee, #6366f1);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.glass-card {
background-color: #111b2e;
border: 2px solid #1e2d45;
border-left: 4px solid #22d3ee;
position: relative; overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.glass-card:hover {
transform: translate(-4px, -4px);
box-shadow: 8px 8px 0px #22d3ee;
}
.accent-button {
background: #22d3ee; color: #0C1222;
border: 2px solid #22d3ee;
transition: all 0.3s ease;
font-weight: 900;
}
.accent-button:hover {
background: transparent; color: #22d3ee;
transform: translate(-2px, -2px);
box-shadow: 4px 4px 0px #22d3ee;
}
.line-grow { height: 3px; background: #22d3ee; opacity: 0.4; }
.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; }
.section-accent {
display: inline-block; background: #22d3ee; color: #0C1222;
padding: 2px 8px; font-weight: 900; font-size: 0.75rem; text-transform: uppercase;
letter-spacing: 0.1em;
}
</style>
</head>
<body>
<!-- Cursor -->
<div id="cursor" style="position:fixed;width:24px;height:24px;border-radius:0;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 text-white">
<a href="#" class="text-xl font-black" style="font-family: 'Outfit', sans-serif;">Min Yi</a>
<div class="hidden md:flex space-x-8 text-sm font-bold uppercase tracking-wider">
<a href="#about" class="hover:opacity-70 transition-colors" style="color: #22d3ee">About</a>
<a href="#blog" class="hover:opacity-70 transition-colors" style="color: #22d3ee">Blog</a>
<a href="#connect" class="hover:opacity-70 transition-colors" style="color: #22d3ee">Connect</a>
</div>
<button class="md:hidden text-2xl font-black">+</button>
</nav>
<main>
<!-- Hero -->
<section class="relative min-h-screen flex items-center p-6 md:p-16 overflow-hidden">
<div class="parallax-orb absolute w-96 h-96 rounded-full blur-3xl opacity-15 -top-32 -left-32" style="background: #22d3ee" data-speed="0.8"></div>
<div class="parallax-orb absolute w-64 h-64 rounded-full blur-3xl opacity-10 bottom-0 right-0" style="background: #6366f1" data-speed="1.2"></div>
<div class="grid md:grid-cols-[1.2fr_0.8fr] gap-12 items-center max-w-7xl mx-auto z-10">
<div>
<span class="section-accent mb-6 inline-block reveal-up">�п�H</span>
<h1 class="text-5xl sm:text-7xl md:text-8xl lg:text-[10rem] font-black tracking-tighter leading-[0.85] mb-8" style="font-family: 'Outfit', sans-serif;">
<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-xl md:text-2xl text-slate-400 leading-relaxed mb-10 max-w-xl reveal-up">
�@�H���q �� AI �۰ʤ�
</p>
<a href="#connect" class="accent-button px-8 py-3 rounded-none text-lg reveal-up inline-block">
�}�l�s��
</a>
</div>
<div class="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-16 overflow-hidden" style="background: #0e1528;">
<div class="parallax-orb absolute w-72 h-72 rounded-full blur-3xl opacity-10 -top-24 right-1/4" style="background: #6366f1" data-speed="0.7"></div>
<div class="max-w-7xl mx-auto grid md:grid-cols-2 gap-16 items-start">
<div>
<span class="section-accent mb-4 inline-block reveal-up">01 — About</span>
<h2 class="text-3xl md:text-5xl font-black mb-8 text-white reveal-up" style="font-family: 'Outfit', sans-serif;">���Ǥ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-16 overflow-hidden">
<div class="parallax-orb absolute w-96 h-96 rounded-full blur-3xl opacity-8 -bottom-32 left-1/3" style="background: #22d3ee" data-speed="1.5"></div>
<div class="max-w-4xl mx-auto">
<span class="section-accent mb-4 inline-block reveal-up">02 — Blog</span>
<h2 class="text-3xl md:text-5xl font-black mb-12 text-white reveal-up" style="font-family: 'Outfit', sans-serif;">Raw & Unfiltered</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-none text-lg inline-flex items-center gap-2">
Follow on Threads →
</a>
</div>
</div>
</section>
<!-- Connect -->
<section id="connect" class="relative py-24 px-6 md:px-16 overflow-hidden text-center" style="background: #0e1528;">
<div class="parallax-orb absolute w-80 h-80 rounded-full blur-3xl opacity-15 -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">
<span class="section-accent mb-4 inline-block reveal-up">03 — Connect</span>
<h2 class="text-3xl md:text-5xl font-black mb-4 text-white reveal-up" style="font-family: 'Outfit', sans-serif;">������[�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-3">
</div>
</div>
</section>
</main>
<footer class="py-8 text-center text-slate-600 text-xs font-bold uppercase tracking-widest relative">
<div class="absolute top-0 left-0 w-full h-[3px]" style="background: #22d3ee; opacity: 0.3;"></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>