-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume1.html
56 lines (52 loc) · 1.06 KB
/
resume1.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
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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<title>박민희</title>
</head>
<body>
<header>
<h1>이력서</h1>
<h2>박민희</h2>
</header>
<nav>
<ul>
<li><a href="#profile">프로필</a></li>
<li><a href="#education">학력</a></li>
<li><a href="#experience">경력</a></li>
<li><a href="#skills">기술</a></li>
</ul>
</nav>
<article>
<section id="profile">
<h2>프로필</h2>
<p>
안녕하세요!! 박민희입니다.
</p>
</section>
<section id="education">
<h2>학력</h2>
<ul>
<li>
<h3> 컴퓨터공학부 재학기간 </h3>
<p> 휴학 </p>
</li>
</ul>
</section>
<section id="skills">
<h2>기술</h2>
<ul>
<li>
<h3>JAVA 중하</h3>
</li>
<li>
<h3>Spring 하 </h3>
</li>
</ul>
</section>
</article>
<footer>
<p>https://qkralsgml78.github.io/©20240123</p>
</footer>
</body>
</html>