-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
55 lines (42 loc) · 1.46 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<div class="container">
<nav class="bar">
<a href="./about.html">
<i class="fa-solid fa-face-smile-wink me"></i>
</a>
<a href="./interest.html">
<i class="fa-solid fa-heart heart"></i>
</a>
<a href="./index.html">
<i class="fa-solid fa-house-chimney home" ></i>
</a>
<a href="./tmi.html">
<i class="fa-solid fa-question question"></i>
</a>
<a href="./contact.html">
<i class="fa-solid fa-mobile-screen-button call"></i>
</a>
</nav>
<div class="content">
<div class="box">
<br>
<p class="my">Me?</p>
Name : 허유라 <br>
Birth : 99.05.26 <br>
Major : 경영학부 경영학 20 <br>
Mbti : isfp > istp > estp (뭐가 맞는 지 모르겠어요..) <br>
</div>
</div>
</div>
</body>
</html>