-
Notifications
You must be signed in to change notification settings - Fork 0
/
insta.html
100 lines (100 loc) · 3.31 KB
/
insta.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
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="insta.css"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- 상단바-->
<div class="top_total">
<div class="top_logo">
<img src="logo.png" width="100px" height="30px" id="top_logo"/>
</div>
<div class="top_search">
<input type="text" placeholder="검색" id="search_box">
</div>
<div class="top_icon">
<span class="material-icons">home</span>
<span class="material-icons">send</span>
<span class="material-icons">search</span>
<span class="material-icons">favorite</span>
<img src="profile.jpeg" width="25px" height="25px"/>
</div>
</div>
<!--소개 파트-->
<div class="body_color">
<div class="middle_total">
<div class="middle_part_1">
<img src="profile.jpeg" width="150px" height="150px"/>
</div>
<div class="middle_part_2">
<div class="intro_1">
<span class="name">m0__0m__s2</span>
<button id="profile_edit">프로필 편집</button>
<div class="settings">
<span class="material-icons">settings</span>
</div>
</div>
<br>
<div class="intro_2">
<span>게시물<strong>6</strong></span>
<span>팔로워<strong>1,115만</strong></span>
<span>팔로우<strong>336</strong></span>
</div>
<br>
<div class="intro_3">
<p><strong>김현민</strong></p>
<p>Korea Univ.('15)</p>
<p>Chinese Language & Literature</p>
<p>KUDT 18th, NEXT_LIKELION 8th, Climax 11th</p>
<p>@y0__0y_S2</p>
</div>
</div>
</div>
<br>
<!--스토리-->
<div class="middle_total_2">
<img src="story1.jpeg" width="90px" height="90px"/>
<img src="story2.jpeg" width="90px" height="90px"/>
<img src="story3.jpeg" width="90px" height="90px"/>
<img src="story4.jpeg" width="90px" height="90px"/>
<img src="story5.jpeg" width="90px" height="90px"/>
<img src="story6.jpeg" width="90px" height="90px"/>
</div>
<br>
<div class="middle_total_2_add">
<span>CZ</span>
<span>UK</span>
<span>SW</span>
<span>IT</span>
<span>HG</span>
<span>FR</span>
</div>
<br>
<div class="bottom_part_1">
<div class="aligncenter_1">
<span class="material-icons" id="post">grid_on 게시물</span>
</div>
<div class="aligncenter_2">
<span class="material-icons">tv IGTV</span>
</div>
<div class="aligncenter_3">
<span class="material-icons">turned_in_not 저장됨</span>
</div>
<div class="aligncenter_4">
<span class="material-icons">group 태그됨</span>
</div>
</div>
<div class="bottom_part_2">
<img src="post1.jpeg" width="20%" height="400px" id="post_1">
<img src="post2.jpeg" width="20%" height="400px" id="post_2">
<img src="post3.jpeg" width="20%" height="400px" id="post_3">
<br>
<img src="post4.jpeg" width="20%" height="400px" id="post_4">
<img src="post5.jpeg" width="20%" height="400px" id="post_5">
<img src="post6.jpeg" width="20%" height="400px" id="post_6">
</div>
</div>
</body>
</html>