-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
486 lines (418 loc) · 19.3 KB
/
index.html
File metadata and controls
486 lines (418 loc) · 19.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--
========================================
메타 태그: 웹페이지의 기본 정보
========================================
-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="naver-site-verification" content="6cad1ca98e3062e90f164b5acfcee1fd901620b0" />
<title>EXceed Zero - Go Further with AI</title>
<!--
========================================
파비콘 설정
========================================
웹브라우저 탭에 표시되는 작은 아이콘입니다.
images/favicon.ico 파일을 FTP로 업로드한 후 자동으로 표시됩니다.
-->
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<!--
========================================
CSS 파일 연결
========================================
순서가 중요합니다:
1. reset.css - 브라우저 기본 스타일 초기화
2. variables.css - 변수 정의 (색상, 폰트 등)
3. style.css - 메인 스타일
4. responsive.css - 반응형 디자인
-->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/variables.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- JavaScript (defer로 DOM 로드 후 실행) -->
<script src="js/background.js" defer></script>
</head>
<body>
<!--
========================================
네비게이션 바 (상단 메뉴)
========================================
-->
<nav class="navbar">
<div class="container navbar-container">
<!-- 로고 -->
<div class="navbar-logo">
<a href="index.html">
<img src="images/logo.png" alt="EXZ">
</a>
</div>
<!-- 메뉴 -->
<ul class="navbar-menu">
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<!-- 언어 선택 드롭다운 -->
<li class="navbar-dropdown">
<button class="navbar-dropdown-button">
🌍 Language
</button>
<div class="navbar-dropdown-menu">
<a href="index.html" class="active">English</a>
<a href="korea/index.html">Korean</a>
</div>
</li>
</ul>
</div>
</nav>
<!--
========================================
Section 1: Hero (히어로 섹션)
========================================
id="about": About 링크 클릭 시 이 섹션으로 스크롤 이동
-->
<section class="hero" id="about">
<!-- 배경 Canvas -->
<canvas id="background-canvas"></canvas>
<div class="hero-content">
<!-- 로고 이미지 -->
<img src="images/logo-full.png" alt="EXceed Zero - Go Further with AI" class="hero-logo">
<div class="hero-text">
<!-- ✨ 강조 1: 수동 데이터 수집 문제 제기 -->
<p class="hero-emphasis">
Are you still manually collecting<br>
massive amounts of data, such as tariff policies?
</p>
<!-- 일반 텍스트: 과거 상황 설명 -->
<p>In the past, all you could do was search fragmented information<br>
or check news reports.</p>
<!-- 일반 텍스트: 전환점 -->
<p>But now, things are different.</p>
<!-- ✨ 강조 2: 매주 수천 개의 문서 추적 가능 -->
<p class="hero-emphasis">
Build AI prompts and learn how to continuously track<br>
thousands of documents scattered across various government agencies,
</p>
<!-- 일반 텍스트: 단계 구분 및 참조 관계 식별 -->
<p>differentiate between proposal/investigation/confirmation stages,<br>
identify complex reference relationships,</p>
<!-- 일반 텍스트: 타임라인 정리 -->
<p>and select only the information that is relevant to your purpose,</p>
<!-- ✨ 강조 3: 현재 시행 중인 정책과 검토 중인 정책 포함 -->
<p class="hero-emphasis">
including policies currently in effect<br>
and those under review!
</p>
<!-- 일반 텍스트: AI 워크플로우 설명 -->
<p>Through the planning process over 30 weeks and actual examples,<br>
you can learn how to build a system for collecting and filtering data<br>
without going through trial and error that would take thousands of hours on your own.</p>
<!-- ✨ 강조 4: AI의 한계 인정 -->
<p class="hero-emphasis">
However, AI isn't perfect,<br>
and data errors and omissions can occur.
</p>
<!-- 일반 텍스트: 검증 필요성 -->
<p>You need not only continuous verification,<br>
but also separate prompts to execute the workflow.</p>
<!-- 일반 텍스트: 시스템 공유 -->
<p>That's why we built a system that automatically runs every week,<br>
and we share</p>
<!-- ✨ 강조 5: 결과뿐만 아니라 시스템 구축 방법 공유 -->
<p class="hero-emphasis">
use U.S.-China semiconductor tariff policies<br>
as a case study for AI prompt engineering<br>
technical support and consulting.
</p>
<!-- 일반 텍스트: 투명성 강조 -->
<p>Of course, AI isn't perfect, and data errors and omissions can occur.<br>
However, because the methodology is transparently disclosed,<br>
you can verify and validate it yourself.</p>
<!-- ✨ 강조 6: 핵심 CTA - 자신만의 시스템 구축 -->
<p class="hero-emphasis">
Supply chain, finance, healthcare, legal, energy, accounting, consulting, manufacturing, etc.<br>
AI capability enhancement is essential in all industries.
</p>
<!-- ✨ 강조 7: 비전 제시 - 새로운 차원으로 -->
<p class="hero-emphasis">
Toward a dimension previously unattainable.
</p>
<!-- 하단 로고 이미지 -->
<img src="images/logo-full.png" alt="Go Further with AI - EXceed Zero" class="hero-logo-bottom">
</div>
</div>
</section>
<!--
========================================
Section 2-3: 🚫 Not Suitable For
========================================
id="services": Services 링크 클릭 시 이 섹션으로 스크롤 이동
-->
<section class="section warning-section" id="services">
<div class="container">
<h2 class="section-title">🚫 Please Read - Who This Service Is NOT For</h2>
<div class="warning-intro">
<p><strong>Provides AI prompt engineering technical support and consulting, NOT business/investment advice.</strong></p>
<p><strong>If any of the following applies, our services are not suitable!</strong></p>
</div>
<div class="warning-list">
<div class="warning-item">
<h3>❌ For direct application to business decisions</h3>
<p class="example">Example: "I will change my supply chain based on this data"</p>
<p class="action">→ 🚫 Not suitable. Find a customs broker/consultant.</p>
</div>
<div class="warning-item">
<h3>❌ Believing our work results and executing something</h3>
<p class="example">Example: "I believe this analysis is correct and will invest"</p>
<p class="action">→ 🚫 Not suitable. Find an investment advisor.</p>
</div>
<div class="warning-item">
<h3>❌ Wanting customized analysis for your company/country</h3>
<p class="example">Example: "I need tariff analysis tailored to our company's situation"</p>
<p class="action">→ 🚫 Not suitable. Request customized consulting services.</p>
</div>
<div class="warning-item">
<h3>❌ Using for investment, trade, or tariff decisions</h3>
<p class="example">Example: "I will sign import/export contracts based on this data"</p>
<p class="action">→ 🚫 Not suitable. Find a customs broker/legal expert.</p>
</div>
<div class="warning-item">
<h3>❌ Replacing expert advice</h3>
<p class="example">Example: "I will use this instead to save on customs broker fees"</p>
<p class="action">→ 🚫 Not suitable. You must find a customs broker.</p>
</div>
<div class="warning-item">
<h3>❌ Wanting guaranteed data accuracy</h3>
<p class="example">Example: "I will demand a refund if the data is wrong"</p>
<p class="action">→ 🚫 Not suitable. We do not guarantee accuracy.</p>
</div>
<div class="warning-item">
<h3>❌ Thinking AI is perfect</h3>
<p class="example">Example: "AI collection must be 100% accurate"</p>
<p class="action">→ 🚫 Not suitable. AI also has errors and omissions.</p>
</div>
<div class="warning-item">
<h3>❌ Using without verifying originals</h3>
<p class="example">Example: "I will judge based only on the timeline"</p>
<p class="action">→ 🚫 Not suitable. You must verify original content yourself.</p>
</div>
</div>
<div class="final-warning">
<p><strong>→ If any of the above applies, never request!</strong></p>
<p><strong>→ Find qualified professionals such as customs brokers, trade consultants, lawyers!</strong></p>
</div>
<div class="disclaimer-box">
<p><strong>If you still request:</strong></p>
<ul>
<li>We are not responsible for damages due to information errors unless we are intentionally negligent</li>
<li>Digital content refunds are limited after access begins</li>
<li>You are solely responsible for final decisions</li>
<li>Continued use is considered monthly acceptance of the above</li>
</ul>
</div>
</div>
</section>
<!--
========================================
Section 2-4: ✅ Suitable For
========================================
-->
<section class="section suitable-section">
<div class="container">
<h2 class="section-title">✅ Those Who Will Work With Us - Welcome!</h2>
<div class="suitable-list">
<div class="suitable-item">
<h3>✓ Wanting to learn how to collect large amounts of data with AI</h3>
<p class="example">Example: "I want to know the prompt writing process"</p>
</div>
<div class="suitable-item">
<h3>✓ Wanting to learn AI prompt engineering through actual case studies</h3>
<p class="example">Example: "I want to learn The Trinity methodology through proven examples"</p>
</div>
<div class="suitable-item">
<h3>✓ Wanting to develop your own collection system by referencing AI use cases</h3>
<p class="example">Example: "I want to apply this method to create my own data collection system"</p>
</div>
<div class="suitable-item">
<h3>✓ Wanting to filter complex data after collection using AI</h3>
<p class="example">Example: "I want to learn a universal framework applicable across industries"</p>
</div>
<div class="suitable-item">
<h3>✓ Wanting to pre-organize materials with AI before consulting experts</h3>
<p class="example">Example: "I want to organize related documents before consulting with a customs broker"</p>
</div>
</div>
<div class="welcome-message">
<p><strong>→ If this is your purpose, welcome! Please continue reading.</strong></p>
</div>
</div>
</section>
<!--
========================================
Section 3: 💡 What We Provide
========================================
-->
<section class="section content-section">
<div class="container">
<h2 class="section-title">💡 What We Provide</h2>
<div class="content-grid">
<div class="content-item">
<h3>🎓 AI Prompt Engineering Development Process 85%</h3>
<ul>
<li>The Trinity Framework (Claude + Gemini + Python)</li>
<li>AI prompt engineering for large-scale data collection</li>
<li>Building information filtering systems</li>
<li>Converting natural language prompts into Google Colab-specific code</li>
<li>Implementing various Python functions (AI control and cross-validation)</li>
</ul>
</div>
<div class="content-item">
<h3>📊 Proven Case Study 15%</h3>
<ul>
<li>Actual results: U.S.-China semiconductor tariff policies</li>
<li>Purpose: Demonstrate how the universal framework actually works</li>
<li>Application scope: Various industries and purposes (modifiable, applicable)</li>
<li>Warning: As a learning example, never use these results for business decision-making!</li>
</ul>
</div>
</div>
</div>
</section>
<!--
========================================
Section 4: 📊 Data Sources and Limitations
========================================
-->
<section class="section data-section">
<div class="container">
<h2 class="section-title">📊 Data Sources and Limitations</h2>
<p>AI prompt engineering technical support and consulting uses U.S. government data as examples:</p>
<ul class="source-list">
<li>U.S. Customs and Border Protection (CBP)</li>
<li>U.S. International Trade Commission (USITC)</li>
<li>Office of the U.S. Trade Representative (USTR)</li>
<li>Federal Register</li>
</ul>
<p>All data is legally accessible public records under the Freedom of Information Act (FOIA).</p>
<div class="limitations">
<h3>⚠️ Data Limitations:</h3>
<ul>
<li>AI collection is not perfect and may have omissions</li>
<li>Public data may be incomplete or outdated</li>
<li>We do not guarantee the accuracy of collected data</li>
<li>Always verify the latest and necessary information directly on the relevant agency websites</li>
</ul>
</div>
</div>
</section>
<!--
========================================
Section 5: ⚠️ Core Disclaimer
========================================
-->
<section class="section disclaimer-section">
<div class="container">
<h2 class="section-title">⚠️ Service Nature and Disclaimer</h2>
<p class="intro">We provide AI prompt engineering technical support and consulting, and are absolutely NOT a business decision-making service.</p>
<div class="disclaimer-content">
<ul>
<li><strong>Support and consulting scope</strong>: AI prompt engineering (universal framework)</li>
<li><strong>AI limitations</strong>: Provided using AI technology, so errors and omissions may occur</li>
<li><strong>Purpose</strong>: To teach how to build your own AI systems, and absolutely NOT to provide information for decision-making purposes</li>
<li><strong>Data accuracy</strong>: Not guaranteed (target: 90%+ coverage)</li>
<li><strong>Original verification</strong>: Must directly verify original documents such as Federal Register</li>
<li><strong>Final responsibility</strong>: All decisions are 100% your responsibility</li>
</ul>
</div>
<p class="warning">
All information is provided for reference only and cannot replace expert advice.
</p>
<p class="expert-advice">
Consult with qualified professionals in the field for final decisions.
</p>
<div class="links">
<a href="terms.html">Terms of Service</a> |
<a href="disclaimer.html">Disclaimer</a>
</div>
<div class="eu-notice">
<h3>⚠️ Special Notice for EU Customers (Germany/Netherlands)</h3>
<p>This service provides digital content (Google Docs access rights).</p>
<p>When subscribing, you agree to:</p>
<ul>
<li>Immediate access and waiver of EU 14-day withdrawal right</li>
<li>No refund after Google Docs access</li>
<li>Legal basis: EU Directive 2011/83/EU Article 16(m)</li>
</ul>
<p>Refund policy details: <a href="terms.html#article5">Terms of Service Article 5</a></p>
</div>
</div>
</section>
<!--
========================================
Section 6: 💰 How to Inquire
========================================
-->
<section class="section subscription-section">
<div class="container">
<h2 class="section-title">💰 Pricing and Subscriptions</h2>
<p class="pricing-text">
We are conducting demand research in 6 countries: 🇺🇸 USA | 🇰🇷 Korea | 🇨🇦 Canada | 🇳🇱 Netherlands | 🇸🇬 Singapore | 🇹🇼 Taiwan
</p>
<p class="pricing-text">
Services are in development and pricing is not yet determined. Inquiry: exceedzero@exceedzero.com (Include: Company name, Country, Industry, Desired participation method)
</p>
<p class="pricing-text">
📚 Before inquiring, check the 30-week planning process on Notion.
</p>
</div>
</section>
<!--
========================================
Section 7: CTA (Final)
========================================
-->
<section class="section cta-section">
<div class="container">
<h2 class="section-title">Have you reviewed all the above?</h2>
<p>
Check the 30-week case study on Notion, and inquire about AI prompt engineering technical support and consulting.
</p>
<p>
Check the proven results: 959 searches, 5,755 documents verified, 245 policies filtered, cost only $18.42 vs. $60,000!
</p>
<a href="https://exceedzero.notion.site/Language-Selection-29f84ddcec3c804190a5def06bc29395/" target="_blank" class="btn btn-primary btn-large">
📚 Visit Notion Now
</a>
</div>
</section>
<!--
========================================
푸터 (하단)
========================================
-->
<footer class="footer">
<div class="container">
<!-- 링크 목록 -->
<div class="footer-links">
<a href="https://exceedzero.notion.site/Language-Selection-29f84ddcec3c804190a5def06bc29395/" target="_blank">📚 Notion</a>
<a href="about.html">About Us</a>
<a href="terms.html">Terms of Service</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="privacy.html">Privacy Policy</a>
</div>
<!-- 회사 정보 -->
<div class="footer-info">
<p>Company: EXceed Zero | Representative: Taehu Kim</p>
<p>✉️ Email: exceedzero@exceedzero.com</p>
<p>Business Registration Number: 860-01-03895 | Mail-order Sale Number: No paid sales</p>
<p>Representative Phone Number: 0504-4645-5360 | Business Address: 4F, 401-J797, 79 Gimpohangang 9-ro, Gimpo-si, Gyeonggi-do, Republic of Korea</p>
</div>
<!-- 저작권 -->
<div class="footer-copyright">
<p>© 2025 EXceedZero. All rights reserved.</p>
</div>
</div>
</footer>
</body>
</html>