-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblackpoint.html
50 lines (44 loc) · 1.72 KB
/
blackpoint.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>비</title>
<link rel="stylesheet" href="blackpoint.css">
<link rel="stylesheet" href="style_com.css">
</head>
<body>
<div class="white_">
<div class="bar">
<div OnClick="location.href ='index.html'" style="cursor:pointer;" class="logo">비</div>
<div class="menu logo" OnClick="location.href ='work.html'" style="cursor:pointer;">ㅁ</div>
</div>
<div class="work_title">
<div>
<span><b>검은 점</b></span>
<span class="cap">2017</span>
</div>
</div>
<!-- <div class="work_con">
<div class="main_txt item">
<span>2020 2”25-; OWNED TEXT 단체전, 캔버스 오간자 위 실크스크린, 54.5 * 78.8
2”25-; OWNED TEXT 단체전
2020, 캔버스 오간자 위 실크스크린, 54.5 * 78.8</span>
</div>
</div> -->
</div>
<div class="work_slide">
<div class="slideshow-container">
<div class="mySlides fade">
<div><img src="sub/blackpoint/1.JPG" style="width:100%"></div>
<div><img src="sub/blackpoint/2.jpg" style="width:100%"></div>
<div><img src="sub/blackpoint/3.jpg" style="width:100%"></div>
<div><img src="sub/blackpoint/4.jpg" style="width:100%"></div>
<div><img src="sub/blackpoint/5.jpg" style="width:100%"></div>
</div>
</div>
<div class="footer">
<div>©비 All Rights reserved.</div>
</div>
</body>
</html>