-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
52 lines (49 loc) · 2.02 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Actress YOU</title>
<style>
*{
position:relative;
}
.container{
display: flex;
padding:2rem;
}
main{
left:2rem;
}
h1{
text-align: center;
font:bold;
}
footer{
text-align: center;
}
</style>
</head>
<body>
<header>
<h1>JUHYE YOO</h1>
</header>
<div class="container">
<section>
<nav>
<div><a href="about.html">ABOUT</a></div>
<div><a href="achives.html">ACHIVES</a></div>
<div><a href="gallery.html">GALLERY</a></div>
<div><a href="notice.html">NOTICE</a></div>
<div><a href="schedule.html">SCHEDULE</a></div>
</nav>
</section>
<main>
수많은 뮤지컬 작품에 출연하며 탄탄한 내공을 쌓은 배우 유주혜는 훌륭한 노래 실력과 안정적인 연기력으로 관객들을 사로잡았다. 그녀는 2014년 KBS드라마 ‘참 좋은 시절’로 브라운관 데뷔를 마치고, 이후 JTBC ‘송곳’, SBS ‘닥터스’ 등에서 시선을 압도하는 연기로 강렬한 존재감을 뽐냈다. 장르를 넘나드는 연기 스펙트럼으로 종횡무진 활약하고 있는 그녀는 미래가 기대되는 배우로 거듭 성장하고 있다.<br/>
<br/>Appearing on more than twelve musicals, well-known musical actress Juhye Yoo is widely loved by the people especially for the musical ‘Coffee Prince’. Juhye Yoo has great singing skills and acting abilities and she started to broaden boundaries with KBS ‘A good days’. Juhye Yoo will appear on a greater variety of works in the near future.
</main>
</div>
<footer>
<a href="https://www.instagram.com/yoozuyoozu/">instargram</a>
</footer>
</body>
</html>