-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntroduce_Gayeon.html
More file actions
80 lines (69 loc) · 2.17 KB
/
Introduce_Gayeon.html
File metadata and controls
80 lines (69 loc) · 2.17 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>이가연 자기소개서</title>
<link rel="stylesheet" href="introduce_page.css">
<style>
.a {
padding-left: 200px;
padding-right: 100px;
}
.b {
padding-right: 200px;
}
.feature {
font-size: 30px;
}
.feature .list {
list-style: none;
margin-bottom: 40px;
}
.feature .icon {
width: 70px;
}
span{
font-weight: bold;
}
</style>
</head>
<body>
<table class="main">
<tr class="head">
<td colspan="3">
Introduce Gayeon
</td>
</tr>
<tr>
<td class="first">
<ol>
<li><a href="Introduce_Gayeon.html">Introduce</a></li>
<li><a href="personality.html">personality</a></li>
<li><a href="like.html">Like</a></li>
<li><a href="plan.html">Plan</a></li>
<li><a href="Etc.html">Etc.</a></li>
</ol>
</td>
<div class="second">
<td class="a">
<img class="me_img" image" src="./image/gayeon_main.jpg">
</td>
<td class="b">
<ul class="feature">
<li class="list">😝 Name: <span #id="name">이가연</span></li>
<li class="list">🙎🏻♀️ MBTI: ISTP</li>
<li class="list">🎓 <span>컴퓨터학과 22학번</span></li>
<li class="list">🎂 03년생</li>
<li class="list">🔗 github
<a href="https://github.com/gayeoneee" target="_blank">
<img class="icon" src="./image/github.jpg">
</a>
</li>
</ul>
</td>
</div>
</tr>
</table>
</body>
</html>