-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
87 lines (84 loc) · 3.75 KB
/
home.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="ko">
<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>LEE HYO EUN</title>
<link rel="stylesheet" href="home.css">
</head>
<body>
<div class="nav-wrapper">
<ul class="nav">
<li><a href="home.html">홈</a></li>
<li><a href="profile.html">프로필</a></li>
<li><a href="cam.html">애완캠</a></li>
<li><a href="#">방명록</a></li>
</ul>
</div>
<div class="outerbox">
<div class="background"></div>
<div class="back">
<div class="leftside">
<div class="today">
<span>TODAY </span>
<span class="total"> 34 </span>
<span> | TOTAL 12345</span>
</div>
<div class="hello">
<div class="image">
<img src="./pics/show.png" >
</div>
<hr class='hr-dashed'/>
<h1 class="todayis">TODAY IS ...
<span class="feel">긴장됨😐</span></h1>
<p> 안녕㈛パㅔ요! </p>
<p> 멋쟁Ol 사자ㅊł럼 11기 이효은입LI⊂ト.^_^ </p>
</div>
<div class="history">
<div class="title">
<img src="https://icongr.am/octicons/triangle-right.svg?&color=157bbe">
<h1>HISTORY</h1>
</div>
<hr class='hr-solid'/>
<p class="name">이효은
<span class="birth">2002.09.02</span></p>
<p class="email">[email protected]</p>
<select class="bottom">
<option>파도타기</option>
</select>
</div>
</div>
<div class="rightside">
<div class="world">
<p>멋쟁이 아기사자 ꒰⍨꒱༘* 님의 미니홈피</p>
</div>
<div class="miniroom">
<div class="top">
<div class="title">
<h1 class="maintitle">Mini Room
<span class="sub">Express yourself</span></h1>
<hr class='hr-solid'/>
</div>
<div class="roomimage">
<img src="./pics/room2.jpeg" >
</div>
</div>
<div class="visitor">
<div class="title">
<h1 class="maintitle">What Visitor say
<span class="sub">방명록을 남겨보세요!</span></h1>
<hr class='hr-solid'/>
</div>
<ul class="list">
<li><p class="visitor1">잘 보고 갑니다~ [개발자 7]</p></li>
<li><p class="visitor2">멋사 하이띵 🦁 [아기사자 99]</p></li>
<li><p class="visitor3">배고파용 ㅠㅅㅠ [발표하는 사람 12]</p></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</body>
</html>