-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfriend.html
327 lines (305 loc) · 11.1 KB
/
friend.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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-capable" content="yes">
<link rel="shortcut icon" href="img/cropped-i0-1.webp">
<link rel="apple-touch-icon" href="img/cropped-i0-1.webp">
<link rel="icon" type="image/png" href="img/cropped-i0-1.webp">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="TikChoco">
<title>TikChoco Online Dashboard</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" />
<!-- Google Fonts Roboto -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" />
<!-- MDB -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.2.0/mdb.min.css"
rel="stylesheet"
/>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.2.0/mdb.min.js"
></script>
<!-- Custom styles -->
<link rel="stylesheet" href="css/admin.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.min.js" integrity="sha512-d9xgZrVZpmmQlfonhQUvTR7lMPtO7NkZMkA0ABN3PHCbKA5nqylQ/yWlFAyY6hYgdF1Qh6nYiuADWwKB4C2WSw=="
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://kit.fontawesome.com/2de5a76cd6.css" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/2de5a76cd6.js" crossorigin="anonymous"></script>
</head>
<body>
<!--Main Navigation-->
<header>
<!-- Sidebar -->
<nav id="sidebarMenu" class="collapse d-lg-block sidebar collapse bg-white">
<div class="position-sticky">
<div class="list-group list-group-flush mx-3 mt-4">
<a href="main" target="_top" class="list-group-item list-group-item-action py-2 ripple " aria-current="true">
<i class="fas fa-regular fa-user fa-fw me-3"></i><span>Main dashboard</span>
</a>
<a href="friend" target="_top" class="list-group-item list-group-item-action py-2 ripple active">
<i class="fas fa-solid fa-user-group me-3"></i><span>Join Friends</span>
</a>
<a href="#" class="list-group-item list-group-item-action py-2 ripple"><i
class="fas fa-solid fa-download me-3"></i><span>Download</span></a>
<a href="pay" class="list-group-item list-group-item-action py-2 ripple ">
<i class="fa-solid fa-cart-shopping me-3"></i><span>Credit Charge</span>
</a>
<a href="subscription" class="list-group-item list-group-item-action py-2 ripple">
<i class="fas fa-solid fa-ticket me-3"></i><span>Subscription</span>
</a>
</div>
</nav>
<!-- Sidebar -->
<!-- Navbar -->
<nav id="main-navbar" class="navbar navbar-expand-lg navbar-light bg-white fixed-top">
<!-- Container wrapper -->
<div class="container-fluid">
<!-- Toggle button -->
<button class="navbar-toggler" type="button" data-mdb-toggle="collapse" data-mdb-target="#sidebarMenu"
aria-controls="sidebarMenu" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<!-- Brand -->
<a class="navbar-brand" href="#">
<img
src="img/cropped-i0-1.webp"
height="30"
alt=""
loading="lazy"
/>
TikChoco Online
</a>
<!-- Right links -->
<ul class="navbar-nav ms-auto d-flex flex-row">
<!-- Notification dropdown -->
<li class="nav-item dropdown">
<a class="nav-link me-3 me-lg-0 dropdown-toggle hidden-arrow" href="#" id="navbarDropdownMenuLink"
role="button" data-mdb-toggle="dropdown" aria-expanded="false">
<i class="fas fa-bell"></i>
<span class="badge rounded-pill badge-notification bg-danger">1</span>
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="#">Some news</a></li>
<li><a class="dropdown-item" href="#">Another news</a></li>
<li>
<a class="dropdown-item" href="#">Something else</a>
</li>
</ul>
</li>
<!-- Icon -->
<li class="nav-item">
<a class="nav-link me-3 me-lg-0" href="#">
<i class="fas fa-fill-drip"></i>
</a>
</li>
<!-- Icon -->
<li class="nav-item me-3 me-lg-0">
<a class="nav-link" href="#">
<i class="fab fa-github"></i>
</a>
</li>
<!-- Icon dropdown -->
<li class="nav-item dropdown">
<a class="nav-link me-3 me-lg-0 dropdown-toggle hidden-arrow" href="#" id="navbarDropdown" role="button"
data-mdb-toggle="dropdown" aria-expanded="false">
<i class="japan flag m-0"></i>
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown">
<li>
<a class="dropdown-item" href="#"><i class="japan flag"></i>日本語 <i class="fa fa-check text-success ms-2"></i></a>
</li>
<li>
<hr class="dropdown-divider" />
</li>
<li>
<a class="dropdown-item" href="#"><i class="poland flag"></i>Polski</a>
</li>
<li>
<a class="dropdown-item" href="#"><i class="china flag"></i>中文</a>
</li>
<li>
<a class="dropdown-item" href="#"><i class="united kingdom flag"></i>English
</a>
</li>
<li>
<a class="dropdown-item" href="#"><i class="germany flag"></i>Deutsch</a>
</li>
<li>
<a class="dropdown-item" href="#"><i class="france flag"></i>Français</a>
</li>
<li>
<a class="dropdown-item" href="#"><i class="spain flag"></i>Español</a>
</li>
<li>
<a class="dropdown-item" href="#"><i class="russia flag"></i>Русский</a>
</li>
<li>
<a class="dropdown-item" href="#"><i class="portugal flag"></i>Português</a>
</li>
</ul>
</li>
<!-- Avatar -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle hidden-arrow d-flex align-items-center" href="#"
id="navbarDropdownMenuLink" role="button" data-mdb-toggle="dropdown" aria-expanded="false">
<img src="img/demo_icon.png" class="rounded-circle" height="22"
alt="" loading="lazy" />
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="#">My profile</a></li>
<li><a class="dropdown-item" href="#">Settings</a></li>
<li><a class="dropdown-item" href="#">Logout</a></li>
</ul>
</li>
</ul>
</div>
<!-- Container wrapper -->
</nav>
<!-- Navbar -->
</header>
<!--Main Navigation-->
<!--Main layout-->
<main style="margin-top: 58px">
<div class="container pt-4">
<!-- Section: Main chart -->
<!--Main Navigation-->
<div class="container">
<section>
<div class="container my-5 p-5 shadow-3">
<section>
<div class="row">
<div class="col-md-4">
<img
src="img/demo_icon.png"
class="img-fluid shadow-2-strong"
height="200px" width="200px"
/>
</div>
<div class="col-md-8">
<h3 class="mb-3">かりんちゃん</h3>
<a type="button" class="btn btn-primary" href="#">Invite Me</a>
</div>
</div>
</section>
<!--Section: Content 3-->
</div>
</section>
<!--Section: Content 3-->
<div class="container my-5 p-5 shadow-3">
<section>
<div class="row">
<div class="col-md-4">
<img
src="img/IMG_0255.png"
class="img-fluid shadow-2-strong"
height="200px" width="200px"
/>
</div>
<div class="col-md-8">
<h3 class="mb-3">かりんちゃん Demo</h3>
<a type="button" class="btn btn-primary" href="#">Invite Me</a>
</div>
</div>
</section>
<!--Section: Content 3-->
</div>
</section>
<!--Section: Content 3-->
<div class="container my-5 p-5 shadow-3">
<section>
<div class="row">
<div class="col-md-4">
<img
src="img/04d304184343cfd0faaf78b0183e490e.webp"
class="img-fluid shadow-2-strong"
height="200px" width="200px"
/>
</div>
<div class="col-md-8">
<h3 class="mb-3">ぶどう</h3>
<a type="button" class="btn btn-primary" href="#">Invite Me</a>
</div>
</div>
</section>
<!--Section: Content 3-->
</div>
</section>
<!--Section: Content 3-->
<div class="container my-5 p-5 shadow-3">
<section>
<div class="row">
<div class="col-md-4">
<img
src="img/cropped-i0-1.webp"
class="img-fluid shadow-2-strong"
height="200px" width="200px"
/>
</div>
<div class="col-md-8">
<h3 class="mb-3">みーすけ</h3>
<a type="button" class="btn btn-primary" href="#">Invite Me</a>
</div>
</div>
</section>
<!--Section: Content 3-->
</div>
</section>
<!--Section: Content 3-->
<div class="container my-5 p-5 shadow-3">
<section>
<div class="row">
<div class="col-md-4">
<img
src="img/M04MTpzh_400x400.jpg"
class="img-fluid shadow-2-strong"
height="200px" width="200px"
/>
</div>
<div class="col-md-8">
<h3 class="mb-3">fog</h3>
<a type="button" class="btn btn-primary" href="#">Invite Me</a>
</div>
</div>
</section>
<!--Section: Content 3-->
</div>
</section>
<!--Section: Content 3-->
<div class="container my-5 p-5 shadow-3">
<section>
<div class="row">
<div class="col-md-4">
<img
src="img/demo_icon.png"
class="img-fluid shadow-2-strong"
height="200px" width="200px"
/>
</div>
<div class="col-md-8">
<h3 class="mb-3">かりんちゃん Demo</h3>
<a type="button" class="btn btn-primary" href="#">Invite Me</a>
</div>
</div>
</section>
<!--Section: Content 3-->
</div>
</section>
<!--Section: Content 3-->
</div>
</div>
</section>
<!--Section: Minimal statistics cards-->
</div>
</main>
<!--Main layout-->
<!-- MDB -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Custom scripts -->
<script type="text/javascript" src="js/admin.js"></script>
</body>
</html>