-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.php
754 lines (733 loc) · 42.8 KB
/
index.php
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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/node_modules/bootstrap-icons/font/bootstrap-icons.css">
<!-- <link rel="stylesheet" href="./css/app.css"> -->
<link rel="stylesheet" href="./style.css">
<link rel="shortcut icon" href="/assests/nikusa.jpg" type="image/x-icon">
<title>TraceBook</title>
</head>
<body style="height: 100vh;">
<div class=" container-fluid border-bottom fixed-top border-dark d-block" style=" background-color: rgb(41, 39, 39);">
<div class=" row d-flex">
<div class="col-md-3 col-2 d-flex align-items-center md-device">
<div class=" small-device bg-white text-center d-flex align-items-center justify-content-center small-device" style="border-radius: 50%; height: 39px; width: 40px;">
<i class=" small-device bi bi-facebook text-primary" style="font-size: 40px;"></i>
</div>
<div class=" ms-auto col-10 d-flex align-items-center small-device">
<input type="text" class="small-device search-bar text-center form-control p-2 rounded-pill" style="color: white;" placeholder="Search Facebook">
</div>
</div>
<div class="col-12 col-lg-5 d-flex text-center fs-4 text-white align-items-center mx-auto justify-content-center">
<div class=" d-flex justify-content-around w-75">
<div class=" text-center m-1 border-bottom border-3 border-primary"><a href="#"><i class=" bi bi-house-fill"></i></a></div>
<div class=" m-1"><a href="#"><i class=" bi bi-tv"></i></a></div>
<div class="m-1"><a href="#"><i class=" bi bi-people"></i></a></div>
<div class="m-1"><a href="#"><i class="bi bi-controller"></i></a></div>
</div>
</div>
<div class=" col-3 d-flex justify-content-end text-center align-items-center small-device md-device">
<div class=" icon-container"><a href="#"><i class="bi bi-list icons rounded-circle fs-5 text-white"></i></a></div>
<div class=" fs-5 icon-container"><a href="#"><i class="bi bi-messenger icons rounded-circle text-white"></i></a></div>
<div class=" fs-5 icon-container"><a href="#"><i class="bi bi-app-indicator icons rounded-circle text-light"></i></a></div>
<div class=" icon-container">
<a href="#"><img src="/assests/luka.jpg" alt="profile" class=" image rounded-circle icon-container "></a>
</div>
</div>
</div>
</div>
<div class="container-fluid py-3 mb-5">
<div class="row"><div class="col-12"></div></div>
</div>
<div class=" container-fluid">
<div class=" row flex-row" style="height: 87vh; overflow-y: hidden;">
<div class="col-md-3 col-12 ms-2 small-device scroll-bar" style="height:88vh; overflow-y: scroll;">
<div class=" small-device">
<div class=" d-flex flex-column">
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/luka.jpg" alt="luka" class=" side-image rounded-circle">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Rize Kishimaro</p></div>
</div>
</a>
<a href="" class=" text-decoration-none ">
<div class=" d-flex text-white align-items-baseline">
<div class="blue-pale">
<i class=" bi bi-person-badge fs-4 "></i>
</div>
<div class=" ms-3 text-center p-0"><p class="">Friends</p></div>
</div>
</a>
<a href="" class=" text-decoration-none hover-effect rounded-2" style="vertical-align:center">
<div class=" d-flex text-white align-items-baseline">
<div class="blue-pale">
<i class=" bi bi-clock fs-4"></i>
</div>
<div class=" ms-3 text-center "><p class="">Most Recent</p></div>
</div>
</a>
<a href="" class=" text-decoration-none ">
<div class=" d-flex text-white align-items-baseline">
<div class="blue-pale">
<i class=" bi bi-people-fill fs-4"></i>
</div>
<div class=" ms-3 text-center"><p class="">Group</p></div>
</div>
</a>
<a href="" class=" text-decoration-none">
<div class=" d-flex text-white align-items-baseline">
<div class="blue-pale">
<i class=" bi bi-tv-fill fs-4"></i>
</div>
<div class=" ms-3 text-center"><p class="">Watch</p></div>
</div>
</a>
<a href="" class=" text-decoration-none">
<div class=" d-flex text-white align-items-baseline ">
<div class="blue-pale">
<i class=" bi bi-person-hearts fs-4"></i>
</div>
<div class=" ms-3 text-center"><p class="">Memories</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white align-items-baseline">
<div class="">
<i class="bi bi-caret-down-fill fs-6 small-circle rounded-circle text-center"></i>
</div>
<div class=" ms-3 text-center"><p class="">See More</p></div>
</div>
</a>
<div class=" border-bottom opacity-25 ms-1"></div>
</div>
</div>
<div class="">
<div class=" d-flex flex-column">
<div class=" py-3">
<h5 class=" page-icon-fade">Your shortcuts</h5>
</div>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/ad3fe34741966b12eb48c238bac9501e.png" alt="luka" class=" side-image rounded-circle">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Lazy User</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/cover5.jpg" alt="luka" class=" side-image rounded-circle" style="background-size: cover; object-fit: cover;">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Taw Gaw Li</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/5691886.jpg" alt="luka" class=" side-image rounded-3">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">A group where we Pretend to be T...</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/69dd4f6bea4966df9c8d167c03c8c909b3-13-wojak-00.2x.h473.w710.webp" alt="luka" class=" side-image rounded-3">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">You Laugh You Lose</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/5c15oj.png" alt="luka" class=" side-image rounded-3">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Blamer Group</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/b54.jpg" alt="luka" class=" side-image rounded-3" style="background-size: cover; object-fit: cover;">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Random Videos on Internet</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-1">
<div class=" d-flex text-white align-items-baseline">
<div class="">
<i class="bi bi-caret-down-fill fs-6 small-circle rounded-circle text-center"></i>
</div>
<div class=" ms-3 text-center"><p class="">See More</p></div>
</div>
</a>
<div class=" p-1 text-break pb-2">
<div class="">
<a href="#" class=" text-decoration-none page-icon-fade about-bar-fs-sm">Privacy ♦</a>
<a href="#" class=" text-decoration-none page-icon-fade about-bar-fs-sm">Terms ♦</a>
<a href="#" class=" text-decoration-none page-icon-fade about-bar-fs-sm">Advertising ♦</a>
<a href="#" class=" text-decoration-none page-icon-fade about-bar-fs-sm">Ad choice ♦</a>
<a href="#" class=" text-decoration-none page-icon-fade about-bar-fs-sm">Cookies ♦</a>
<a href="#" class=" text-decoration-none page-icon-fade about-bar-fs-sm">More ♦</a>
<a href="#" class=" text-decoration-none page-icon-fade about-bar-fs-sm"> Meme © 2022</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 mx-lg-auto px-md-5 px-lg-0 col-md-7 px-lg-1 px-sm-5 col-lg-5 mx-auto justify-content-center m-1 p-1 scroll-bar" style="height: 90vh; overflow-y: scroll; overflow-x:hidden;">
<div class="row justify-content-center">
<div class="col-12">
<div class=" d-flex justify-content-around">
<div class=" d-flex overflow-hidden flex-column rounded-3 me-2 child-select position-relative add-story-image" style="width: 150px; height: 200px;">
<div class=" text-center">
<img src="/assests/luka.jpg" class=" add-story-image" width="100%" height="100%" alt="person">
</div>
<div class=" d-flex justify-content-center align-items-center">
<div class=" plusbar-top"><i class=" bi bi-plus text-white blue-bg-pale rounded-circle fs-3 used-color" style="padding: 2px 5px;"></i></div>
<p class=" text-white mb-2 mt-1 custom-fs position-absolute bottom-0">Add Story</p>
</div>
</div>
<div class=" d-flex overflow-hidden flex-column child-select rounded-3 me-2 position-relative" style="width: 150px; height: 200px;">
<div class=" d-flex justify-content-center align-items-center">
<img src="/assests/free_padoru_base__psd__open_by_turnip007_ddn54uv-pre.jpg" class=" story-image mx-auto" width="100%" alt="person">
</div>
<div class=" position-absolute">
<img src="/assests/taeyai.jpg" width="35%" alt="root" class="rounded-circle border border-primary border-3 ms-2 mt-2">
</div>
<p class=" custom-fs ms-2 mt-4 mb-0 position-absolute start-0 bottom-0 mb-2">Taeyai</p>
</div>
<div class=" d-flex overflow-hidden flex-column child-select rounded-3 me-2 position-relative md-device" style="width: 150px; height: 200px;">
<div class=" d-flex justify-content-center align-items-center">
<img src="/assests/ad3fe34741966b12eb48c238bac9501e.png" class=" story-image" width="100%" alt="person">
</div>
<div class=" position-absolute" style="object-fit: cover; background-size:cover;">
<img src="/assests/nikusa.jpg" width="35%" alt="root" class="rounded-circle border border-primary border-3 ms-2 mt-2">
</div>
<p class=" custom-fs ms-2 mt-4 mb-0 position-absolute start-0 bottom-0 mb-2">Nikusa</p>
</div>
<div class=" d-flex overflow-hidden flex-column child-select rounded-3 me-2 position-relative" style="width: 150px; height: 200px;">
<div class=" text-center">
<img src="/assests/nikusa.jpg" class=" story-image mx-auto" width="100%" alt="person">
</div>
<div class=" position-absolute">
<img src="/assests/5691886.jpg" width="35%" alt="root" class="rounded-circle border border-primary border-3 ms-2 mt-2">
</div>
<p class=" custom-fs ms-2 mt-4 mb-0 position-absolute start-0 bottom-0 mb-2">Mine Mine</p>
</div>
<div class=" d-flex overflow-hidden flex-column child-select rounded-3 me-2 position-relative" style="width: 150px; height: 200px;">
<div class=" d-flex justify-content-center align-items-center">
<img src="/assests/69dd4f6bea4966df9c8d167c03c8c909b3-13-wojak-00.2x.h473.w710.webp" class=" story-image mx-auto" width="100%" height="100%" alt="person">
</div>
<div class=" position-absolute">
<img src="/assests/ad3fe34741966b12eb48c238bac9501e.png" width="35%" alt="root" class="rounded-circle border border-primary border-3 ms-2 mt-2">
</div>
<p class=" custom-fs ms-2 mt-4 mb-0 position-absolute start-0 bottom-0 mb-2">Lazy User</p>
</div>
</div>
</div>
<div class="row mt-4 p-0 p-lg-1 mx-lg-3">
<div class="col-12 mx-lg-auto m-0 p-0 px-lg-3 justify-content-center" id="post">
<div class=" block-color justify-content-center p-4 p-md-3 w-100 rounded-3 d-flex flex-column">
<div class=" d-flex flex-column justify-content-center">
<img src="/assests/luka.jpg" class=" rounded-circle my-auto mx-auto" width="12%" alt="YO!">
<div class=" w-100 h-100 mx-auto">
<div class="mb-3 mt-3 px-3 p-4 border border-2 border-primary mx-auto" style="border-radius: 8px 50px 8px 50px;">
<form action="server.php" class="" method="post" enctype="multipart/form-data">
<div class="">
<h3 class=" text-center text-white" style="font-family: 'Dancing Script', cursive;">Upload Your Feelings</h3>
</div>
<div class="mb-3 ">
<label for="caption_content" class=" form-label text-white">What's on your mind?</label>
<textarea type="text" placeholder="What makes you happy?" name="caption_text" id="caption_content" class="form-control" required></textarea>
</div>
<div class=" mb-3">
<label for="user_image_uploader" class=" form-label text-white">Upload To NewsFeed</label>
<input type="file" id="user_image_uploader" name="upload_Files" class=" form-control" accept="image/*,video/*" required>
</div>
<div class=" mx-auto w-100 d-flex justify-content-center">
<button class=" btn btn-primary btn-lg" name="post_btn">Post</button>
</div>
</form>
</div>
</div>
</div>
<hr class=" opacity-25 text-white">
<!-- endof menu -->
<div class=" d-flex ">
<div class=" mx-auto">
<div class=" d-flex align-items-center">
<i class="bi bi-camera-video-fill fs-5 text-danger"></i>
<div class=" text-center text-white ms-2">
Live Video
</div>
</div>
</div>
<div class=" mx-auto">
<div class=" d-flex align-items-center">
<i class="bi bi-images fs-5 text-custom-green"></i>
<div class=" text-center text-white ms-2">
Photo/video
</div>
</div>
</div>
<div class=" mx-auto">
<div class=" d-flex align-items-center">
<i class="bi bi-emoji-sunglasses-fill fs-5 text-warning"></i>
<div class=" text-center text-white ms-2">
Feeling/activity
</div>
</div>
</div>
</div>
</div>
<div class=" my-3 block-color p-3 rounded-3 d-flex flex-row justify-content-between small-device">
<div class=" border border-primary border-2 d-flex text-center rounded-pill ustify-content-center align-items-center px-2 py-1 small-device">
<div class=" d-flex p-1">
<i class=" bi bi-camera-video-fill cool-icon-color"></i>
<p class=" my-auto ps-2 text-white">Create Room</p>
</div>
</div>
<div class=" d-flex flex-row small-device">
<div class=""><img src="/assests/hatsune.jpg" class=" rounded-circle online-room me-2" alt=""></div>
<div class=""><img src="/assests/hatsune.jpg" class=" rounded-circle online-room me-2" alt=""></div>
<div class=""><img src="/assests/hatsune.jpg" class=" rounded-circle online-room me-2" alt=""></div>
<div class=""><img src="/assests/hatsune.jpg" class=" rounded-circle online-room me-2" alt=""></div>
<div class=""><img src="/assests/hatsune.jpg" class=" rounded-circle online-room me-2" alt=""></div>
<div class=""><img src="/assests/hatsune.jpg" class=" rounded-circle online-room me-2" alt=""></div>
</div>
</div>
<a href="#post"><span class="up-to-top icon"><i class="bi bi-arrow-up"></i></span></a>
<div class=" d-flex mx-1 flex-column-reverse ps-3 px-sm-0 justify-content-center mt-4 mt-sm-1">
<div class=" block-color rounded-3 d-flex flex-column mb-3 shadow">
<div class=" d-flex align-items-center justify-content-between px-3">
<div class=" d-flex">
<img src="/assests/hatsune.jpg" class=" rounded-circle online-room border border-primary border-3 mx-auto mt-1 ms-2" alt="nukasa">
<div class=" d-flex flex-column ps-2 custom-fs">
<span class=" text-white fw-bold">Nukasa</span>
<span class=" text-white opacity-50 time-fs">4h ♦ <i class=" bi bi-globe"></i></span>
</div>
</div>
<div class=" d-flex ">
<div class=" normal-icon-fs me-3">
<i class="bi bi-three-dots"></i>
</div>
<div class=" normal-icon-fs me-3">
<i class=" bi bi-x-lg"></i>
</div>
</div>
</div>
<div class=" text-white ps-2 mt-2 ">
<p class=" px-3">Song name: Aishite(Miku > Materu ) 💓</p>
<video class=" w-100" controls>
<source src="/assests/Videos/Aishite.mp4" type="video/mp4">
</div>
<div class="px-3 py-2">
<div class=" d-flex">
<div class="d-flex">
<div class=" d-flex flex-row-reverse ms-3 ms-lg-0 me-auto">
<div class=" ms-2">
<a href="" class=" text-decoration-none page-icon-fade react-counter line-o-hover">Miss Siska and 179 others</a>
</div>
<p class=" emoji-react text-center rounded-circle emoji-react-leap about-bar-fs-sm">🤩</p>
<p class=" emoji-react text-center rounded-circle emoji-react-leap about-bar-fs-sm">🤣</p>
<p class=" emoji-react text-center rounded-circle emoji-react-leap about-bar-fs-sm">🤘</p>
</div>
</div>
<div class=" ms-auto">
<a href="" class=" page-icon-fade line-o-hover">18 comment</a>
<a href="" class=" page-icon-fade line-o-hover ms-1">27 share</a>
</div>
</div>
<hr class=" page-icon-fade opacity-50 m-0">
<div class=" btn-group w-100 d-flex justify-content-center mt-2 a-control">
<a href="" class=" py-1 h-100 px-3 flex-grow-1 hover-effect text-center rounded-2"><i class=" bi bi-hand-thumbs-up me-2 py-3 "></i> Like</a>
<a href="" class=" py-1 h-100 px-3 hover-effect flex-grow-1 text-center rounded-2"><i class=" bi bi-chat-left me-2 py-3"></i> Comment</a>
<a href="" class=" py-1 h-100 px-3 hover-effect flex-grow-1 text-center rounded-2"><i class=" bi bi-arrow-90deg-right py-3 me-1"></i> Share</a>
</div>
</div>
</div>
<!-- end of first newfeed -->
<div class=" block-color rounded-3 d-flex flex-column mb-3 mb-lg-3 shadow">
<div class=" d-flex align-items-center justify-content-between px-3">
<div class=" d-flex">
<img src="/assests/nikusa.jpg" class=" rounded-circle online-room border border-primary border-3 mx-auto mt-1 ms-2" alt="nukasa">
<div class=" d-flex flex-column ps-2 custom-fs">
<span class=" text-white fw-bold">Nukasa</span>
<span class=" text-white opacity-50 time-fs">4h ♦ <i class=" bi bi-globe"></i></span>
</div>
</div>
<div class=" d-flex ">
<div class=" normal-icon-fs me-3">
<i class="bi bi-three-dots"></i>
</div>
<div class=" normal-icon-fs me-3">
<i class=" bi bi-x-lg"></i>
</div>
</div>
</div>
<div class=" text-white mt-2 ps-2 ">
<p class=" px-3">Song name: Akahitoha (Megurine Luka) 💓</p>
<video class=" w-100" controls>
<source src="/assests/Videos/luka.mp4" type="video/mp4">
</div>
<div class="px-3 py-2">
<div class=" d-flex">
<div class="d-flex">
<div class=" d-flex flex-row-reverse me-aut ms-3 ms-lg-0o">
<div class=" ms-2">
<a href="" class=" text-decoration-none page-icon-fade react-counter line-o-hover">Miss Siska and 179 others</a>
</div>
<p class=" emoji-react text-center rounded-circle emoji-react-leap about-bar-fs-sm">🤩</p>
<p class=" emoji-react text-center rounded-circle emoji-react-leap about-bar-fs-sm">🤣</p>
<p class=" emoji-react text-center rounded-circle emoji-react-leap about-bar-fs-sm">🤘</p>
</div>
</div>
<div class=" ms-auto">
<a href="" class=" page-icon-fade line-o-hover">18 comment</a>
<a href="" class=" page-icon-fade line-o-hover ms-1">27 share</a>
</div>
</div>
<hr class=" page-icon-fade opacity-50 m-0">
<div class=" btn-group w-100 d-flex justify-content-center a-control mt-2">
<a href="" class=" py-1 h-100 px-3 flex-grow-1 hover-effect text-center rounded-2"><i class=" bi bi-hand-thumbs-up me-2 py-3 "></i> Like</a>
<a href="" class=" py-1 h-100 px-3 hover-effect flex-grow-1 text-center rounded-2"><i class=" bi bi-chat-left me-2 py-3"></i> Comment</a>
<a href="" class=" py-1 h-100 px-3 hover-effect flex-grow-1 text-center rounded-2"><i class=" bi bi-arrow-90deg-right py-3 me-1"></i> Share</a>
</div>
</div>
</div>
<div class=" block-color rounded-3 d-flex flex-column mb-3 shadow">
<div class=" d-flex align-items-center justify-content-between px-3">
<div class=" d-flex">
<img src="/assests/nikusa.jpg" class=" rounded-circle online-room border border-primary border-3 mx-auto mt-1 ms-2" alt="nukasa">
<div class=" d-flex flex-column ps-2 custom-fs">
<span class=" text-white fw-bold">Nukasa</span>
<span class=" text-white opacity-50 time-fs">4h ♦ <i class=" bi bi-globe"></i></span>
</div>
</div>
<div class=" d-flex ">
<div class=" normal-icon-fs me-3">
<i class="bi bi-three-dots"></i>
</div>
<div class=" normal-icon-fs me-3">
<i class=" bi bi-x-lg"></i>
</div>
</div>
</div>
<div class=" text-white mt-2 ps-2 ">
<p class=" px-3">Song name: Akahitoha (Megurine Luka) 💓</p>
<video class=" w-100" controls>
<source src="/assests/Videos/padoru.mp4" type="video/mp4">
</div>
<div class="px-3 py-2">
<div class=" d-flex">
<div class="d-flex">
<div class=" d-flex flex-row-reverse me-aut ms-3 ms-lg-0o">
<div class=" ms-2">
<a href="" class=" text-decoration-none page-icon-fade react-counter line-o-hover">Miss Siska and 179 others</a>
</div>
<p class=" emoji-react text-center rounded-circle emoji-react-leap about-bar-fs-sm">🤩</p>
<p class=" emoji-react text-center rounded-circle emoji-react-leap about-bar-fs-sm">🤣</p>
<p class=" emoji-react text-center rounded-circle emoji-react-leap about-bar-fs-sm">🤘</p>
</div>
</div>
<div class=" ms-auto">
<a href="" class=" page-icon-fade line-o-hover">18 comment</a>
<a href="" class=" page-icon-fade line-o-hover ms-1">27 share</a>
</div>
</div>
<hr class=" page-icon-fade opacity-50 m-0">
<div class=" btn-group w-100 d-flex justify-content-center mt-2 a-control">
<a href="" class=" py-1 h-100 px-3 flex-grow-1 hover-effect text-center rounded-2"><i class=" bi bi-hand-thumbs-up me-2 py-3 "></i> Like</a>
<a href="" class=" py-1 h-100 px-3 hover-effect flex-grow-1 text-center rounded-2"><i class=" bi bi-chat-left me-2 py-3"></i> Comment</a>
<a href="" class=" py-1 h-100 px-3 hover-effect flex-grow-1 text-center rounded-2"><i class=" bi bi-arrow-90deg-right py-3 me-1"></i> Share</a>
</div>
</div>
</div>
<div class=" block-color rounded-3 d-flex flex-column mb-3 shadow">
<div class=" d-flex align-items-center justify-content-between px-3">
<div class=" d-flex">
<img src="/assests/nikusa.jpg" class=" rounded-circle online-room border border-primary border-3 mx-auto mt-1 ms-2" alt="nukasa">
<div class=" d-flex flex-column ps-2 custom-fs">
<span class=" text-white fw-bold">Nukasa</span>
<span class=" text-white opacity-50 time-fs">4h ♦ <i class=" bi bi-globe"></i></span>
</div>
</div>
<div class=" d-flex ">
<div class=" normal-icon-fs me-3">
<i class="bi bi-three-dots"></i>
</div>
<div class=" normal-icon-fs me-3">
<i class=" bi bi-x-lg"></i>
</div>
</div>
</div>
<div class=" text-white mt-2 ps-2 ">
<p class=" px-3">Until we meet again📛</p>
<img src="/assests/meme/skeletor.webp" alt=" skeletor" class=" w-100">
</div>
<div class="px-3 py-2">
<div class=" d-flex">
<div class="d-flex">
<div class=" d-flex flex-row-reverse ms-3 ms-lg-0 me-auto">
<div class=" ms-2">
<a href="" class=" text-decoration-none page-icon-fade react-counter line-o-hover">Miss Siska and 179 others</a>
</div>
<p class=" emoji-react text-center rounded-circle emoji-react-leap about-bar-fs-sm">🤩</p>
<p class=" emoji-react text-center rounded-circle emoji-react-leap about-bar-fs-sm">🤣</p>
<p class=" emoji-react text-center rounded-circle emoji-react-leap about-bar-fs-sm">🤘</p>
</div>
</div>
<div class=" ms-auto">
<a href="" class=" page-icon-fade line-o-hover">18 comment</a>
<a href="" class=" page-icon-fade line-o-hover ms-1">27 share</a>
</div>
</div>
<hr class=" page-icon-fade opacity-50 m-0">
<div class=" btn-group w-100 d-flex justify-content-center a-control mt-2">
<a href="" class=" py-1 h-100 px-3 flex-grow-1 hover-effect text-center rounded-2"><i class=" bi bi-hand-thumbs-up me-2 py-3 "></i> Like</a>
<a href="" class=" py-1 h-100 px-3 hover-effect flex-grow-1 text-center rounded-2"><i class=" bi bi-chat-left me-2 py-3"></i> Comment</a>
<a href="" class=" py-1 h-100 px-3 hover-effect flex-grow-1 text-center rounded-2"><i class=" bi bi-arrow-90deg-right py-3 me-1"></i> Share</a>
</div>
</div>
</div>
<div class=" block-color rounded-3 d-flex flex-column mb-3 shadow">
<div class=" d-flex align-items-center ps-3 ms-lg-1 justify-content-between px-3" style="vertical-align: middle;">
<div class=" d-flex " style="vertical-align: middle;">
<img src="/assests/ohno.jpg" class=" rounded-circle online-room border border-primary border-3 mx-auto mt-1 ms-2" alt="nukasa">
<div class=" d-flex flex-column ps-2 custom-fs my-auto">
<span class=" text-white fw-bold">Kyaw Zin Htet</span>
<span class=" text-white opacity-50 time-fs">4h ♦ <i class=" bi bi-globe"></i></span>
</div>
</div>
<div class=" d-flex ">
<div class=" normal-icon-fs me-3">
<i class="bi bi-three-dots"></i>
</div>
<div class=" normal-icon-fs me-3">
<i class=" bi bi-x-lg"></i>
</div>
</div>
</div>
<div class=" text-white mt-2 ps-2 ">
<p class=" px-3">Sussy Baka</p>
<img src="/assests/meme/lee.jpg" alt="sus" class=" w-100 ">
</div>
<div class="px-3 py-2">
<div class=" d-flex">
<div class="d-flex">
<div class=" d-flex flex-row-reverse me-aut ms-3 ms-lg-0o">
<div class=" ms-2">
<a href="" class=" text-decoration-none page-icon-fade react-counter line-o-hover">Miss Siska and 179 others</a>
</div>
<p class=" emoji-react text-center rounded-circle emoji-react-leap about-bar-fs-sm">🤩</p>
<p class=" emoji-react text-center rounded-circle emoji-react-leap about-bar-fs-sm">🤣</p>
<p class=" emoji-react text-center rounded-circle emoji-react-leap about-bar-fs-sm">🤘</p>
</div>
</div>
<div class=" ms-auto">
<a href="" class=" page-icon-fade line-o-hover">18 comment</a>
<a href="" class=" page-icon-fade line-o-hover ms-1">27 share</a>
</div>
</div>
<hr class=" page-icon-fade opacity-50 m-0">
<div class=" btn-group w-100 d-flex justify-content-center a-control mt-2">
<a href="" class=" py-1 h-100 px-3 flex-grow-1 hover-effect text-center rounded-2"><i class=" bi bi-hand-thumbs-up me-2 py-3 "></i> Like</a>
<a href="" class=" py-1 h-100 px-3 hover-effect flex-grow-1 text-center rounded-2"><i class=" bi bi-chat-left me-2 py-3"></i> Comment</a>
<a href="" class=" py-1 h-100 px-3 hover-effect flex-grow-1 text-center rounded-2"><i class=" bi bi-arrow-90deg-right py-3 me-1"></i> Share</a>
</div>
</div>
</div>
<?php include_once "fileupload.php" ?>
</div>
<div class=" d-flex gap-2 overflow-hidden" style="width: 600px;">
<div class="text-white w-100 overflow-hidden rounded-3 flex-grow-1">
<img src="/assests/s-luka.jpg" class="w-100" alt="pika">
<div class=" p-3 search-bar">
<h5 class=" fw-bold">Megurine Luka</h5>
<p>7 Mutal Friends</p>
<div class=" d-flex">
<button class=" btn btn-sm btn-primary text-nowrap me-2">Add Friend</button>
<button class=" btn btn-sm btn-outline-primary text-nowrap">Remove</button>
</div>
</div>
</div>
<div class="text-white w-100 overflow-hidden rounded-3 flex-grow-1" style="min-width: 100px;">
<img src="/assests/walker.jpg" class="w-100" alt="pika">
<div class=" p-3 search-bar">
<h5 class=" fw-bold">Linus Walker</h5>
<p>24 Mutal Friends</p>
<div class=" d-flex">
<button class=" btn btn-sm btn-primary text-nowrap me-2">Add Friend</button>
<button class=" btn btn-sm btn-outline-primary text-nowrap">Remove</button>
</div>
</div>
</div>
<!-- <div class="text-white">
<img src="/assests/pika_no.jpg" class="w-100" alt="pika">
<div class="">
<h5 class=" fw-bold">Mr.Pika</h5>
<p>12 Mutal Friends</p>
<div class="">
<button class=" btn btn-primary">Add Friend</button>
<button class=" btn btn-outline-primary">Remove</button>
</div>
</div>
</div> -->
<div class="text-white w-100 overflow-hidden rounded-3 rounded-bottom flex-grow-1">
<img src="/assests/s-luka.jpg" class="w-100" alt="pika">
<div class=" p-3 search-bar">
<h5 class=" fw-bold">Megurine Luka</h5>
<p>7 Mutal Friends</p>
<div class=" d-flex">
<button class=" btn btn-sm btn-primary text-nowrap me-2">Add Friend</button>
<button class=" btn btn-sm btn-outline-primary text-nowrap">Remove</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--end of center page-->
</div>
<div class="col-3 ms-lg-auto sticky-top small-device md-device" style="height: 88vh; overflow-y: scroll;">
<h5 class=" page-icon-fade fw-bold">Sponsored</h5>
<div class=" d-flex mb-3">
<img src="/assests/b54.jpg" class=" rounded-3" width="100px" height="100%" alt="troll">
<div class=" text-white ms-3 text-center my-auto">
<p class=" opacity-50 mt-3" style="font-size: 13px;">knowyourmeme.com/dance</p>
</div>
</div>
<hr class="mb-3 text-white">
<div class=" d-flex justify-content-between">
<h5 class=" page-icon-fade fw-bold">Your Pages and profiles</h5>
<div class="">
<i class="bi bi-three-dots page-icon-fade"></i>
</div>
</div>
<div class="mt-3">
<div class=" d-flex">
<img src="/assests/291853637_417732487046869_5276972365196753275_n.jpg" class=" rounded-circle" width="30px" height="30px" alt="" style="object-fit: cover; background-size: cover;">
<div class=" text-white ms-3">
<p class="page-icon-fade fw-semibold">HaCk CaT</p>
</div>
</div>
<div class=" h-100">
<div class=" ms-4 page-icon-fade d-flex my-1">
<a href="" class=" page-icon-fade fs-6"><i class="bi bi-chat-dots"></i></a>
<div class=" ms-2 fw-bold">
<p class=" mb-2 opacity-75">10 Messages</p>
</div>
</div>
<div class=" ms-4 page-icon-fade d-flex my-1">
<a href="" class=" page-icon-fade fs-6"><i class="bi bi-bell"></i></a>
<div class=" ms-2 fw-bold">
<p class=" mb-2 opacity-75">5 Notifications</p>
</div>
</div>
<div class=" ms-4 page-icon-fade d-flex my-1">
<a href="" class=" page-icon-fade fs-6"><i class="bi bi-person-circle"></i></a>
<div class=" ms-2 fw-bold">
<p class=" mb-2 opacity-75">Switch to page</p>
</div>
</div>
<div class=" ms-4 page-icon-fade d-flex my-1">
<a href="" class=" page-icon-fade fs-6"><i class="bi bi-megaphone"></i></a>
<div class=" ms-2 fw-bold">
<p class=" mb-2 opacity-75">Create promotion</p>
</div>
</div>
</div>
<hr class=" text-white my-3">
<div class="">
<h5 class=" page-icon-fade fw-bold">Birthdays</h5>
<div class=" d-flex p-1">
<i class="bi bi-gift blue-pale fs-4"></i>
<div class=" ms-3 d-flex text-white">
<p><b> Yuffie Hanako</b> and <b>Sakura Himiko</b> have birthdays today.</p>
</div>
</div>
</div>
<hr class=" text-white my-2">
</div>
<div class="">
<div class=" d-flex">
<h5 class=" page-icon-fade fw-bold my-2 flex-grow-1">Contacts</h5>
<div class=" page-icon-fade d-flex justify-content-around align-items-center ms-auto flex-grow-1">
<i class="bi bi-camera-video-fill"></i>
<i class="bi bi-search"></i>
<i class="bi bi-three-dots"></i>
</div>
</div>
<div class=" d-flex flex-column mt-3">
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/walker.jpg" alt="luka" class=" side-image rounded-circle">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Linus Walker</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/nikusa.jpg" alt="luka" class=" side-image rounded-circle">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Nikusa</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/steven.jpg" alt="luka" class=" side-image rounded-circle">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Steven He</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/s-luka.jpg" alt="luka" class=" side-image rounded-circle">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Megurine Luka</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/hatsune.jpg" alt="luka" class=" side-image rounded-circle">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Hatsune Miku</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/linus.png" alt="luka" class=" side-image rounded-circle">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Hashimiro Takumi</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/hecker.jpg" alt="luka" class=" side-image rounded-circle">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Hecker</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/pika_no.jpg" alt="luka" class=" side-image rounded-circle">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Hein Myo Khant</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/ohno.jpg" alt="luka" class=" side-image rounded-circle">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Parakrash Seno</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/taeyai.jpg" alt="luka" class=" side-image rounded-circle">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Tae Yai</p></div>
</div>
</a>
<a href="" class=" text-decoration-none mb-3">
<div class=" d-flex text-white">
<img src="/assests/beluga.jpg" alt="luka" class=" side-image rounded-circle">
<div class=" mx-2 text-center"><p class=" text-center w-100 h-100 my-auto">Beluga</p></div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="node_modules/bootstrap/dist/js/bootstrap.bundle.js"></script>
</html>