- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
Latest commit
83 lines (79 loc) · 3.11 KB
/
Copy pathabout.html
File metadata and controls
83 lines (79 loc) · 3.11 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
---
layout: default
title: 소개
lang: ko
permalink: /about/
---
<divclass="about-hero" style="background-image: url('{{ site.about_hero_image }}')">
<divclass="hero-overlay">
<divclass="container">
<divclass="hero-text">
<h1>Kevin Park</h1>
<pclass="hero-subtitle">실무에서 쌓은 개발 경험과 새로 배운 기술들을 공유합니다</p>
</div>
</div>
</div>
</div>
<divclass="container about-container">
<divclass="about-intro">
<divclass="about-avatar">
<imgsrc="/assets/images/character.png" alt="Kevin Park" class="character-image">
</div>
<divclass="about-text">
<h2>Kevin Park</h2>
<pclass="about-description">실무에서 쌓은 개발 경험과 새로 배운 기술들을 이 블로그를 통해 공유하고 있습니다.</p>
</div>
</div>
<sectionclass="about-section">
<h2>프로젝트</h2>
<divclass="project-card">
<divclass="project-screenshots">
<divclass="project-phone-frame">
<imgsrc="/assets/images/posts/projects/hawonnow/now.png" alt="하원나우 NOW 페이지">
</div>
<divclass="project-phone-frame">
<imgsrc="/assets/images/posts/projects/hawonnow/schedule.png" alt="하원나우 주간 시간표">
</div>
<divclass="project-phone-frame">
<imgsrc="/assets/images/posts/projects/hawonnow/academies.png" alt="하원나우 학원 관리">
</div>
<divclass="project-phone-frame">
<imgsrc="/assets/images/posts/projects/hawonnow/statistics.png" alt="하원나우 통계">
</div>
</div>
<divclass="project-info">
<h3>하원나우 (HawonNow)</h3>
<pclass="project-description">자녀의 학원 일정을 한눈에 관리하는 앱. 모든 데이터는 기기에만 저장되어 개인정보 걱정 없이 오프라인에서도 사용할 수 있습니다.</p>
<divclass="project-tags">
<span>SvelteKit</span>
<span>TypeScript</span>
<span>IndexedDB</span>
<span>Kotlin</span>
<span>Swift</span>
</div>
<divclass="project-links">
<ahref="https://apps.apple.com/app/id6759882369" target="_blank" rel="noopener">App Store</a>
<ahref="https://play.google.com/store/apps/details?id=com.hawonnow" target="_blank" rel="noopener">Google Play</a>
<ahref="/2026/03/05/hawonnow-ai-dev-story/">개발기</a>
</div>
</div>
</div>
</section>
<sectionclass="about-section">
<h2>연락처</h2>
<divclass="contact-links">
<ahref="mailto:kevinpark@okyc.kr" class="contact-link">
<spanclass="contact-icon">✉</span>
kevinpark@okyc.kr
</a>
<ahref="https://github.com/realcoding2003" class="contact-link" target="_blank" rel="noopener">
<spanclass="contact-icon">⌨</span>
github.com/realcoding2003
</a>
<ahref="https://www.linkedin.com/in/realcoding/" class="contact-link" target="_blank" rel="noopener">
<spanclass="contact-icon">🔗</span>
LinkedIn
</a>
</div>
</section>
</div>