1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ <!-- 문자 인코딩: UTF-8 사용 -->
5+ < meta charset ="UTF-8 ">
6+
7+ <!-- 반응형 디자인 -->
8+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
9+
10+ <!-- 페이지 제목 -->
11+ < title > About Us - EXceed Zero</ title >
12+
13+ <!-- 파비콘 설정 -->
14+ < link rel ="icon " type ="image/x-icon " href ="images/favicon.ico ">
15+
16+ <!-- CSS 파일 로드 -->
17+ < link rel ="stylesheet " href ="css/reset.css ">
18+ < link rel ="stylesheet " href ="css/variables.css ">
19+ < link rel ="stylesheet " href ="css/style.css ">
20+ < link rel ="stylesheet " href ="css/responsive.css ">
21+ </ head >
22+ < body >
23+
24+ <!-- 네비게이션 바 -->
25+ < nav class ="navbar ">
26+ < div class ="container navbar-container ">
27+ <!-- 로고 -->
28+ < div class ="navbar-logo ">
29+ < a href ="index.html ">
30+ < img src ="images/logo.png " alt ="EXZ ">
31+ </ a >
32+ </ div >
33+
34+ <!-- 메뉴 -->
35+ < ul class ="navbar-menu ">
36+ < li > < a href ="index.html#about "> About</ a > </ li >
37+ < li > < a href ="index.html#services "> Services</ a > </ li >
38+
39+ <!-- 언어 선택 드롭다운 -->
40+ < li class ="navbar-dropdown ">
41+ < button class ="navbar-dropdown-button ">
42+ 🌍 Country
43+ </ button >
44+ < div class ="navbar-dropdown-menu ">
45+ < a href ="index.html " class ="active "> 🇺🇸 United States</ a >
46+ < a href ="korea/index.html "> 🇰🇷 Korea</ a >
47+ < a href ="# " class ="disabled "> 🇯🇵 Japan (Coming Soon)</ a >
48+ </ div >
49+ </ li >
50+ </ ul >
51+ </ div >
52+ </ nav >
53+
54+ <!-- 메인 콘텐츠 -->
55+ < main class ="legal-page ">
56+ < div class ="container ">
57+ <!-- 페이지 제목 -->
58+ < h1 > About Us</ h1 >
59+
60+ <!-- 시행일 -->
61+ < p class ="last-updated "> < strong > Effective Date: October 1, 2025</ strong > </ p >
62+
63+ < hr >
64+
65+ <!-- Section 1: About EXceed Zero -->
66+ < section class ="legal-section ">
67+ < h2 > About EXceed Zero</ h2 >
68+
69+ < p > EXceed Zero provides information access services by sharing AI utilization methodologies and recording AI-generated results.</ p >
70+
71+ < h3 > Service Core:</ h3 >
72+ < ul >
73+ < li > Demonstration of AI prompt creation methodology</ li >
74+ < li > Documentation of AI-based information collection process</ li >
75+ < li > Sharing of research process via Google Docs</ li >
76+ </ ul >
77+
78+ < h3 > Research Example:</ h3 >
79+ < ul >
80+ < li > Usage of information gathering on US tariff policies on China as an example</ li >
81+ < li > Documentation of AI prompt improvement process</ li >
82+ < li > Weekly information provision</ li >
83+ </ ul >
84+ </ section >
85+
86+ <!-- Section 2: Contact Information -->
87+ < section class ="legal-section ">
88+ < h2 > Contact Information</ h2 >
89+
90+ < p > < strong > Company Name</ strong > : EXceed Zero</ p >
91+ < p > < strong > Representative</ strong > : Tae-hu Kim</ p >
92+ < p > < strong > Email</ strong > : exceedzero@exceedzero.com</ p >
93+
94+ < p > < strong > Business Registration Number</ strong > : No paid sales</ p >
95+ < p > < strong > Mail-Order Business Registration Number</ strong > : No paid sales</ p >
96+ < p > < strong > Main Phone Number</ strong > : No paid sales</ p >
97+ < p > < strong > Business Address</ strong > : No paid sales</ p >
98+ </ section >
99+
100+ <!-- Section 3: Service Usage Guide -->
101+ < section class ="legal-section ">
102+ < h2 > Service Usage Guide</ h2 >
103+
104+ < p > For detailed information about this service, please refer to the following documents:</ p >
105+
106+ < ul >
107+ < li > < strong > Terms of Use</ strong > : Service definition, subscription terms, user obligations, etc.</ li >
108+ < li > < strong > Disclaimer</ strong > : Service limitations, scope of liability, etc.</ li >
109+ < li > < strong > Privacy Policy</ strong > : Matters regarding the collection and processing of personal information</ li >
110+ </ ul >
111+
112+ < p > < strong > © 2025 EXceed Zero. All rights reserved.</ strong > </ p >
113+ </ section >
114+ </ div >
115+ </ main >
116+
117+ <!-- 푸터 -->
118+ < footer class ="footer ">
119+ < div class ="container ">
120+ <!-- 링크 목록 -->
121+ < div class ="footer-links ">
122+ < a href ="https://exceedzero.substack.com/ " target ="_blank "> 📚 Substack</ a >
123+ < a href ="about.html "> About Us</ a >
124+ < a href ="terms.html "> Terms of Service</ a >
125+ < a href ="disclaimer.html "> Disclaimer</ a >
126+ < a href ="privacy.html "> Privacy Policy</ a >
127+ </ div >
128+
129+ <!-- 회사 정보 -->
130+ < div class ="footer-info ">
131+ < p > Company: EXceed Zero | Representative: Taehu Kim</ p >
132+ < p > ✉️ Email: exceedzero@exceedzero.com</ p >
133+ < p > Business Registration Number: No paid sales | Mail-order Sale Number: No paid sales</ p >
134+ < p > Representative Phone Number: No paid sales | Business Address: No paid sales</ p >
135+ </ div >
136+
137+ <!-- 저작권 -->
138+ < div class ="footer-copyright ">
139+ < p > © 2025 EXceedZero. All rights reserved.</ p >
140+ </ div >
141+ </ div >
142+ </ footer >
143+
144+ </ body >
145+ </ html >
0 commit comments