EXPLORER
KARPEDIA
.next
node_modules
src
portfolio
about_me.html
w_planner.html
karpedia.html
gigs.html
chimtooview.html
about_me.html
w_planner.html
karpedia.html
gigs.html
chimtooview.html
src > portfolio > about_me.html
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
<!DOCTYPE html>
<html lang="ko">
<head>
<title>About Me</title>
</head>
<body>
<img src=”

“ alt=”profile_image” />
<h1>
박상연
</h1>
<p>
많은 사람들에게 영향을 줄 수 있는 웹 개발자가 되고 싶습니다.
</p>
<p>
☎️ 010-2879-5282
</p>
<p>
✉️ dhkdwk1041@gmail.com
</p>
<h2>
개발 경험
</h2>
<ul><li>
github 주소:
<li>
친숙한 기술:
Next.js React.js Javascript
</li></ul>
<h2>
진행한 프로젝트
</h2>
<ul><li>
W Planner
</li>
<li>
Karpedia
</li>
<li>
gigs
</li>
<li>
Chimtooview
</li></ul>
</body>
</html>