-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmore.html
188 lines (182 loc) · 6.9 KB
/
more.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/styles.css" />
<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>이세계 아이돌 TALK</title>
</head>
<body>
<div class="status-bar">
<div class="status-bar__column"></div>
<span>WAK <i class="fa-solid fa-wifi"></i></span>
<div class="status-bar__column"></div>
<span>12:17</span>
<div class="status-bar__column"></div>
<span
>700%
<i class="fa-solid fa-battery-full"></i>
<i class="fa-sharp fa-solid fa-bolt"></i
></span>
</div>
<header class="screen-header">
<h1 class="screen-header__title">More</h1>
<div class="screen-header__icons">
<span><i class="fas fa-search fa-lg"></i></span>
<span><i class="fas fa-music"></i></span>
<span
><a href="settings.html"><i class="fas fa-cog"></i></a
></span>
<span class="nav__circle__setting"></span>
</div>
</header>
<main class="main-screen">
<div class="user-component">
<div class="user-component__column">
<img
src="https://pbs.twimg.com/profile_images/1537716444188016641/rfdTAYdQ_400x400.jpg"
class="user-component__avatar user-component__avatar--xl"
/>
<div class="user-component__text">
<h4 class="user-component__title user-component__title--not-bold">
Jururu
</h4>
<div class="user-component__warning">
<h6 class="user-component__subtitle">1997-06-10</h6>
<img
src="https://icons.veryicon.com/png/o/miscellaneous/logo-design-of-lingzhuyun/icon-warning-24.png"
/>
</div>
</div>
</div>
<div class="user-component__column">
<i class="far fa-comment-alt fa-2x"></i>
</div>
</div>
<div class="icon-row__list">
<div class="icon-row set1">
<div class="icon-row__icon">
<a href="https://www.youtube.com/@JU_RURU/featured"
><img
src="https://yt3.ggpht.com/v3a75a7gUHU6E-gaJww_k5gkFYI8jthCtAR9ELMaRemymZhIyQLiIIRu4cWOt289DFH1UNkFMA=s176-c-k-c0x00ffffff-no-rj-mo"
/><span>주르르 유튜브</span></a
>
</div>
<div class="icon-row__icon">
<a href="https://www.youtube.com/@jingburger"
><img
src="https://yt3.ggpht.com/5vwZ3NZL6Zv4C7cl5sshsTk-XycH7r-4zo6nQR7g9Z7SLrMzeabWWzn5M1V3SqJXjTxLj_hb=s176-c-k-c0x00ffffff-no-rj-mo"
/><span>징버거 유튜브</span></a
>
</div>
<div class="icon-row__icon">
<a href="https://www.youtube.com/@INE_/featured"
><img
src="https://yt3.ggpht.com/hk4Bg_RBb21e2IDLN_Gjmw0jGfMIh26usUwjBvLr472mX8_l8dednSbifhXKPP0QCN8_EPAWBV0=s176-c-k-c0x00ffffff-no-rj-mo"
/><span>아이네 유튜브</span></a
>
</div>
<div class="icon-row__icon">
<a href="https://www.youtube.com/@viichan116"
><img
src="https://yt3.ggpht.com/OWP5IUNUf0ja8UZfD7qJJ8Qyw5Gr2zXwfavKM96L2x6XQVgDxwOdWp-JmAzeCDecL2yTpoyN=s176-c-k-c0x00ffffff-no-rj-mo"
/><span>비챤 유튜브</span></a
>
</div>
</div>
<div class="icon-row set2">
<div class="icon-row__icon">
<a href="https://www.youtube.com/@gosegu"
><img
src="https://yt3.ggpht.com/AIoO_0IdKYBdzlcRQ85oZxMaTBj_RVDvP8QmTmJZoOO_TTJd5NXql17hDfIl_bvcTQ4aAqFGIA=s176-c-k-c0x00ffffff-no-rj-mo"
/><span>고세구 유튜브</span></a
>
</div>
<div class="icon-row__icon set2__openchat">
<a href="https://www.youtube.com/@lilpa0309"
><img
src="https://yt3.ggpht.com/ZFF_hEJhjNyF3UJLolZZPEV8EMM7V-e8HtTvzLiZXNM6s4rh518242ghR-bUXRYkMaJtedKoaZA=s176-c-k-c0x00ffffff-no-rj-mo"
/><span>릴파 유튜브</span></a
>
</div>
</div>
</div>
<div class="more-suggestions">
<h4 class="more-suggestions__title">Suggestions</h4>
<div class="more-suggestions__icons">
<div class="more-suggestions__icon">
<a href="https://www.youtube.com/@woowakgood"
><img
src="https://yt3.ggpht.com/ytc/AMLnZu-qIRWBQWhOxBeYS5gd5H-sqys1F6EPAmqCW1Q6HQ=s176-c-k-c0x00ffffff-no-rj-mo"
/>
<span class="more-suggestions__icon-text">우왁굳 유튜브</span></a
>
</div>
<div class="more-suggestions__icon">
<a href="https://www.youtube.com/@waktaverse"
><img
src="https://yt3.ggpht.com/QJdHgfT3P2HhhX4NdjtWYMK5vUNAjOmrKzBahdYOPMm62Qh2v3LaOOh_VW8pZso5TS8-gveo=s176-c-k-c0x00ffffff-no-rj-mo"
/>
<span class="more-suggestions__icon-text"
>왁타버스 유튜브</span
></a
>
</div>
<div class="more-suggestions__icon">
<a href="https://www.youtube.com/@wakthief"
><img
src="https://yt3.ggpht.com/kP0TsjWazSi5evvBbkmp8nRYxtTsdWxLYNuHXZjXjZ2ihomNjbmYidXM79B6jUwk95iSJZFa=s176-c-k-c0x00ffffff-no-rj"
/>
<span class="more-suggestions__icon-text">우왁굳의 돚거</span></a
>
</div>
</div>
</div>
</main>
<img
id="more1"
class="more-img"
src="https://blog.kakaocdn.net/dn/coeQXA/btrIYB3mEZq/OwhqIAhmpvmD9ZoRtUyodK/img.jpg"
/>
<img
id="more2"
class="more-img"
src="https://i3.ruliweb.com/img/22/04/10/1801378cc141979a5.png"
/>
<nav class="nav">
<ul class="nav__list">
<li class="nav__btn">
<a class="nav__link" href="friends.html"
><i class="fa-regular fa-user fa-2x"></i
></a>
</li>
<li class="nav__btn">
<a class="nav__link" href="chats.html"
><i class="fa-regular fa-comment fa-2x"></i
></a>
</li>
<li class="nav__btn">
<a class="nav__link" href="find.html"
><i class="fa-solid fa-magnifying-glass fa-2x"></i
></a>
</li>
<li class="nav__btn">
<a class="nav__link" href="more.html"
><span class="nav__circle"></span>
<i class="fas fa-ellipsis-h fa-2x"></i
></a>
</li>
</ul>
</nav>
<div id="no-mobile">
<span> 모바일 전용이랍니다.</span>
<br />
<span> PC 접속이라면, 스크린의 크기를 줄여주세요!</span>
</div>
<script
src="https://kit.fontawesome.com/f9fb979910.js"
crossorigin="anonymous"
></script>
</body>
</html>