-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
368 lines (360 loc) · 21 KB
/
index.html
File metadata and controls
368 lines (360 loc) · 21 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JangLab - 혁신의 정신으로 IT의 미래를 만들다</title>
<meta name="description" content="JangLab 소개 페이지. 혁신의 정신으로 IT의 미래를 만듭니다.">
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<header id="header">
<nav class="nav-container">
<a href="#hero" class="nav-logo">
<img src="assets/logo.svg" alt="JangLab 로고" class="logo-icon" width="40" height="40">
<span>JangLab</span>
</a>
<ul class="nav-links">
<li><a href="#about">소개</a></li>
<li><a href="#vision">비전</a></li>
<li><a href="#team">팀</a></li>
<li><a href="#projects">프로젝트</a></li>
<li><a href="#contact">연락처</a></li>
</ul>
<button class="hamburger" aria-label="메뉴 열기" aria-expanded="false">
<span></span>
<span></span>
<span></span>
</button>
</nav>
</header>
<main>
<!-- Hero Section -->
<section id="hero" class="hero">
<div class="hero-bg-pattern"></div>
<div class="hero-content">
<div class="hero-badge animate fade-in">IT Innovation Group</div>
<h1 class="hero-title animate fade-in">
<span class="hero-title-main">장영실</span>
<span class="hero-title-sub">蔣英實</span>
</h1>
<p class="hero-slogan animate fade-in">혁신의 정신으로 IT의 미래를 만들다</p>
<div class="hero-cta animate fade-in">
<a href="#about" class="btn btn-primary">더 알아보기</a>
<a href="https://github.com/Jang-Yeong-sil" class="btn btn-outline" target="_blank" rel="noopener">
<svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor">
<path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/>
</svg>
GitHub
</a>
</div>
<!-- Decorative invention icons -->
<div class="hero-inventions">
<svg class="invention invention-1" viewBox="0 0 80 80" width="80" height="80" fill="none" aria-hidden="true">
<title>측우기</title>
<rect x="28" y="20" width="24" height="40" rx="2" stroke="#d4a574" stroke-width="1.5" opacity="0.4"/>
<rect x="24" y="60" width="32" height="4" rx="1" stroke="#d4a574" stroke-width="1.5" opacity="0.4"/>
<line x1="40" y1="24" x2="40" y2="56" stroke="#4a9eff" stroke-width="1" opacity="0.3"/>
<circle cx="40" cy="36" r="2" fill="#4a9eff" opacity="0.3"/>
</svg>
<svg class="invention invention-2" viewBox="0 0 80 80" width="80" height="80" fill="none" aria-hidden="true">
<title>앙부일구</title>
<ellipse cx="40" cy="44" rx="28" ry="12" stroke="#d4a574" stroke-width="1.5" opacity="0.4"/>
<path d="M12 44 Q40 10 68 44" stroke="#d4a574" stroke-width="1.5" fill="none" opacity="0.4"/>
<line x1="40" y1="20" x2="40" y2="44" stroke="#4a9eff" stroke-width="1" opacity="0.3"/>
</svg>
<svg class="invention invention-3" viewBox="0 0 80 80" width="80" height="80" fill="none" aria-hidden="true">
<title>자격루</title>
<rect x="20" y="16" width="40" height="48" rx="3" stroke="#d4a574" stroke-width="1.5" opacity="0.4"/>
<circle cx="40" cy="32" r="8" stroke="#d4a574" stroke-width="1.5" opacity="0.4"/>
<line x1="40" y1="32" x2="40" y2="26" stroke="#4a9eff" stroke-width="1" opacity="0.3"/>
<line x1="40" y1="32" x2="45" y2="34" stroke="#4a9eff" stroke-width="1" opacity="0.3"/>
<rect x="28" y="48" width="24" height="8" rx="1" stroke="#d4a574" stroke-width="1" opacity="0.3"/>
</svg>
</div>
</div>
<div class="scroll-indicator animate fade-in">
<span>스크롤</span>
<svg viewBox="0 0 24 24" width="20" height="20" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 5v14M5 12l7 7 7-7"/>
</svg>
</div>
</section>
<!-- About Section -->
<section id="about" class="section about">
<div class="container">
<div class="section-header animate slide-up">
<span class="section-label">About Us</span>
<h2 class="section-title">혁신의 정신을 잇다</h2>
<div class="section-divider"></div>
</div>
<div class="about-content">
<div class="about-text animate slide-up">
<p class="about-lead">
조선 시대 최고의 과학자 <strong>장영실</strong>은 신분의 한계를 넘어
측우기, 앙부일구, 자격루 등 수많은 발명품을 만들어
백성의 삶을 혁신했습니다.
</p>
<p>
우리 <strong>JangLab</strong>은 그의 혁신 정신을 계승하여,
IT 기술로 사람들의 일상을 더 편리하고 풍요롭게 만들고자 합니다.
끊임없는 탐구와 도전으로 기술의 경계를 넓혀가며,
모두가 누릴 수 있는 디지털 혁신을 실현합니다.
</p>
</div>
<div class="about-stats animate slide-up">
<div class="stat-card">
<div class="stat-icon">
<svg viewBox="0 0 24 24" width="32" height="32" fill="none" stroke="#d4a574" stroke-width="1.5">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/>
</svg>
</div>
<div class="stat-number">혁신</div>
<div class="stat-label">Innovation First</div>
</div>
<div class="stat-card">
<div class="stat-icon">
<svg viewBox="0 0 24 24" width="32" height="32" fill="none" stroke="#d4a574" stroke-width="1.5">
<path d="M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2"/>
<circle cx="9" cy="7" r="4"/>
<path d="M23 21v-2a4 4 0 00-3-3.87M16 3.13a4 4 0 010 7.75"/>
</svg>
</div>
<div class="stat-number">협력</div>
<div class="stat-label">Collaboration</div>
</div>
<div class="stat-card">
<div class="stat-icon">
<svg viewBox="0 0 24 24" width="32" height="32" fill="none" stroke="#d4a574" stroke-width="1.5">
<polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/>
</svg>
</div>
<div class="stat-number">도전</div>
<div class="stat-label">Challenge</div>
</div>
</div>
</div>
</div>
</section>
<!-- Vision & Mission Section -->
<section id="vision" class="section vision">
<div class="container">
<div class="section-header animate slide-up">
<span class="section-label">Vision & Mission</span>
<h2 class="section-title">우리가 그리는 미래</h2>
<div class="section-divider"></div>
</div>
<div class="vision-grid">
<div class="vision-card vision-main animate slide-up">
<div class="vision-card-icon">
<svg viewBox="0 0 48 48" width="48" height="48" fill="none">
<circle cx="24" cy="24" r="20" stroke="#d4a574" stroke-width="1.5"/>
<path d="M24 8v32M8 24h32" stroke="#d4a574" stroke-width="1" opacity="0.5"/>
<circle cx="24" cy="24" r="8" stroke="#4a9eff" stroke-width="1.5"/>
<circle cx="24" cy="24" r="3" fill="#4a9eff" opacity="0.5"/>
</svg>
</div>
<span class="vision-card-label">Vision</span>
<h3>IT 혁신으로 모두의 생활을 편하게</h3>
<p>기술이 특별한 것이 아닌, 일상의 자연스러운 일부가 되는 세상을 만듭니다. 장영실이 측우기로 농민의 삶을 바꾸었듯, 우리는 IT로 모든 사람의 일상을 혁신합니다.</p>
</div>
<div class="mission-cards">
<div class="vision-card animate slide-up">
<span class="vision-card-label">Mission 01</span>
<h3>오픈소스 기여</h3>
<p>지식과 기술을 공유하여 개발자 커뮤니티의 성장에 기여합니다.</p>
</div>
<div class="vision-card animate slide-up">
<span class="vision-card-label">Mission 02</span>
<h3>실용적 솔루션</h3>
<p>실제 문제를 해결하는 실용적이고 접근 가능한 기술 솔루션을 개발합니다.</p>
</div>
<div class="vision-card animate slide-up">
<span class="vision-card-label">Mission 03</span>
<h3>지속적 학습</h3>
<p>끊임없이 배우고 성장하며, 최신 기술 트렌드를 선도합니다.</p>
</div>
<div class="vision-card animate slide-up">
<span class="vision-card-label">Mission 04</span>
<h3>함께하는 성장</h3>
<p>팀원 모두가 성장할 수 있는 환경을 만들고, 함께 발전합니다.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section id="team" class="section team">
<div class="container">
<div class="section-header animate slide-up">
<span class="section-label">Our Team</span>
<h2 class="section-title">함께하는 사람들</h2>
<div class="section-divider"></div>
</div>
<div class="team-grid">
<div class="team-card animate slide-up">
<div class="team-avatar">
<svg viewBox="0 0 80 80" width="80" height="80" fill="none">
<circle cx="40" cy="40" r="38" stroke="#d4a574" stroke-width="1"/>
<circle cx="40" cy="32" r="12" stroke="#d4a574" stroke-width="1.5"/>
<path d="M16 68c0-13.255 10.745-24 24-24s24 10.745 24 24" stroke="#d4a574" stroke-width="1.5"/>
</svg>
</div>
<h3 class="team-name">카레제육</h3>
<p class="team-role">Intermediate Developer</p>
<p class="team-desc">풀스택 개발자로서 Python과 React를 주로 사용하고 있으며, 시스템 설계에도 참여하고 있습니다.</p>
<div class="team-links">
<a href="#" class="team-link" aria-label="GitHub 프로필">
<svg viewBox="0 0 24 24" width="20" height="20" fill="currentColor">
<path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/>
</svg>
</a>
</div>
</div>
<div class="team-card team-card-join animate slide-up">
<div class="team-avatar">
<svg viewBox="0 0 80 80" width="80" height="80" fill="none">
<circle cx="40" cy="40" r="38" stroke="#d4a574" stroke-width="1" stroke-dasharray="4 4"/>
<line x1="40" y1="28" x2="40" y2="52" stroke="#d4a574" stroke-width="2" stroke-linecap="round"/>
<line x1="28" y1="40" x2="52" y2="40" stroke="#d4a574" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
<h3 class="team-name">새로운 멤버</h3>
<p class="team-role">Join Us!</p>
<p class="team-desc">함께 혁신을 만들어갈 동료를 찾고 있습니다.</p>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="section projects">
<div class="container">
<div class="section-header animate slide-up">
<span class="section-label">Projects</span>
<h2 class="section-title">우리의 프로젝트</h2>
<div class="section-divider"></div>
</div>
<div class="projects-grid">
<div class="project-card animate slide-up">
<div class="project-card-header">
<svg viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="#d4a574" stroke-width="1.5">
<path d="M22 19a2 2 0 01-2 2H4a2 2 0 01-2-2V5a2 2 0 012-2h5l2 3h9a2 2 0 012 2z"/>
</svg>
</div>
<h3 class="project-name">AI 첨삭 솔루션</h3>
<p class="project-desc">OpenAI LLM 모델을 사용하여 OCR(이미지→텍스트), 첨삭 서비스를 제공합니다. 서버리스 시스템을 구현하여 운영 비용 최소화를 실현하였습니다.</p>
<div class="project-tags">
<span class="tag">AWS</span>
<span class="tag">Serverless</span>
<span class="tag">OpenAI</span>
<span class="tag">Python</span>
<span class="tag">Vue3</span>
</div>
</div>
<div class="project-card animate slide-up">
<div class="project-card-header">
<svg viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="#d4a574" stroke-width="1.5">
<path d="M22 19a2 2 0 01-2 2H4a2 2 0 01-2-2V5a2 2 0 012-2h5l2 3h9a2 2 0 012 2z"/>
</svg>
<div class="project-card-links">
<a href="https://github.com/Jang-Yeong-sil/aws-eks-max-pods" target="_blank" rel="noopener" aria-label="GitHub 저장소">
<svg viewBox="0 0 24 24" width="20" height="20" fill="currentColor">
<path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/>
</svg>
</a>
</div>
</div>
<h3 class="project-name">AWS EKS Max Pods Calculator</h3>
<p class="project-desc">EC2 인스턴스 타입별 EKS 최대 Pod 수를 계산하는 웹 도구. 500+ 인스턴스 타입을 지원하며, ENI 기반 공식으로 정확한 값을 제공합니다.</p>
<div class="project-tags">
<span class="tag">JavaScript</span>
<span class="tag">AWS</span>
<span class="tag">EKS</span>
</div>
</div>
<div class="project-card animate slide-up">
<div class="project-card-header">
<svg viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="#d4a574" stroke-width="1.5">
<path d="M22 19a2 2 0 01-2 2H4a2 2 0 01-2-2V5a2 2 0 012-2h5l2 3h9a2 2 0 012 2z"/>
</svg>
<div class="project-card-links">
<a href="https://github.com/Jang-Yeong-sil" target="_blank" rel="noopener" aria-label="GitHub 저장소">
<svg viewBox="0 0 24 24" width="20" height="20" fill="currentColor">
<path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/>
</svg>
</a>
</div>
</div>
<h3 class="project-name">프로젝트 Gamma</h3>
<p class="project-desc">자동화 및 DevOps 도구 모음. 개발 워크플로우를 간소화합니다.</p>
<div class="project-tags">
<span class="tag">Go</span>
<span class="tag">DevOps</span>
<span class="tag">Automation</span>
</div>
</div>
</div>
<div class="projects-cta animate slide-up">
<a href="https://github.com/orgs/Jang-Yeong-sil/repositories" class="btn btn-outline" target="_blank" rel="noopener">
모든 프로젝트 보기
<svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
</a>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="section contact">
<div class="container">
<div class="section-header animate slide-up">
<span class="section-label">Contact</span>
<h2 class="section-title">함께하기</h2>
<div class="section-divider"></div>
</div>
<div class="contact-content animate slide-up">
<p class="contact-text">
JangLab에 관심이 있으시거나 협업을 원하시면 언제든 연락해 주세요.
</p>
<div class="contact-links">
<a href="https://github.com/Jang-Yeong-sil" class="contact-card" target="_blank" rel="noopener">
<svg viewBox="0 0 24 24" width="32" height="32" fill="currentColor">
<path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/>
</svg>
<span class="contact-card-label">GitHub</span>
<span class="contact-card-value">Jang-Yeong-sil</span>
</a>
<a href="mailto:janglab15@gmail.com" class="contact-card">
<svg viewBox="0 0 24 24" width="32" height="32" fill="none" stroke="currentColor" stroke-width="1.5">
<rect x="2" y="4" width="20" height="16" rx="2"/>
<path d="M22 4L12 13 2 4"/>
</svg>
<span class="contact-card-label">Email</span>
<span class="contact-card-value">janglab15@gmail.com</span>
</a>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<img src="assets/logo.svg" alt="JangLab 로고" width="32" height="32">
<span>JangLab</span>
</div>
<p class="footer-text">혁신의 정신으로 IT의 미래를 만들다</p>
<p class="footer-copyright">© 2025 JangLab. All rights reserved.</p>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>