-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.html
716 lines (708 loc) · 52.9 KB
/
messages.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
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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/png" href="assets/images/logo-16x16.png" />
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Argon - Social Network</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Major+Mono+Display" rel="stylesheet">
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!-- Styles -->
<link href="assets/css/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/components.css" rel="stylesheet">
<link href="assets/css/messenger.css" rel="stylesheet">
<link href="assets/css/media.css" rel="stylesheet">
<script src="assets/js/load.js" type="text/javascript"></script>
</head>
<body class="messenger">
<div class="container-fluid newsfeed d-flex" id="wrapper">
<div class="row newsfeed-size">
<div class="col-md-12 message-right-side">
<nav id="navbar-main" class="navbar navbar-expand-lg shadow-sm sticky-top">
<div class="w-100 justify-content-md-center">
<ul class="nav navbar-nav enable-mobile px-2">
<li class="nav-item">
<button type="button" class="btn nav-link p-0"><img src="assets/images/icons/theme/post-image.png" class="f-nav-icon" alt="Quick make post"></button>
</li>
<li class="nav-item w-100 py-2">
<form class="d-inline form-inline w-100 px-4">
<div class="input-group">
<input type="text" class="form-control search-input" placeholder="Search for people, companies, events and more..." aria-label="Search" aria-describedby="search-addon">
<div class="input-group-append">
<button class="btn search-button" type="button"><i class='bx bx-search'></i></button>
</div>
</div>
</form>
</li>
<li class="nav-item">
<a href="messages.html" class="nav-link nav-icon nav-links message-drop drop-w-tooltip" data-placement="bottom" data-title="Messages">
<img src="assets/images/icons/navbar/message.png" class="message-dropdown f-nav-icon" alt="navbar icon">
</a>
</li>
</ul>
<ul class="navbar-nav mr-5 flex-row" id="main_menu">
<a class="navbar-brand nav-item mr-lg-5" href="index.html"><img src="assets/images/logo-64x64.png" width="40" height="40" class="mr-3" alt="Logo"></a>
<!-- Collect the nav links, forms, and other content for toggling -->
<form class="w-30 mx-2 my-auto d-inline form-inline mr-5">
<div class="input-group">
<input type="text" class="form-control search-input w-75" placeholder="Search for people, companies, events and more..." aria-label="Search" aria-describedby="search-addon">
<div class="input-group-append">
<button class="btn search-button" type="button"><i class='bx bx-search'></i></button>
</div>
</div>
</form>
<li class="nav-item s-nav dropdown d-mobile">
<a href="#" class="nav-link nav-icon nav-links drop-w-tooltip" data-toggle="dropdown" data-placement="bottom" data-title="Create" role="button" aria-haspopup="true" aria-expanded="false">
<img src="assets/images/icons/navbar/create.png" alt="navbar icon">
</a>
<div class="dropdown-menu dropdown-menu-right nav-dropdown-menu">
<a href="#" class="dropdown-item" aria-describedby="createGroup">
<div class="row">
<div class="col-md-2">
<i class='bx bx-group post-option-icon'></i>
</div>
<div class="col-md-10">
<span class="fs-9">Group</span>
<small id="createGroup" class="form-text text-muted">Find people with shared interests</small>
</div>
</div>
</a>
<a href="#" class="dropdown-item" aria-describedby="createEvent">
<div class="row">
<div class="col-md-2">
<i class='bx bx-calendar post-option-icon'></i>
</div>
<div class="col-md-10">
<span class="fs-9">Event</span>
<small id="createEvent" class="form-text text-muted">bring people together with a public or private event</small>
</div>
</div>
</a>
</div>
</li>
<li class="nav-item s-nav dropdown message-drop-li">
<a href="#" class="nav-link nav-links message-drop drop-w-tooltip" data-toggle="dropdown" data-placement="bottom" data-title="Messages" role="button" aria-haspopup="true" aria-expanded="false">
<img src="assets/images/icons/navbar/message.png" class="message-dropdown" alt="navbar icon"> <span class="badge badge-pill badge-primary">1</span>
</a>
<ul class="dropdown-menu notify-drop dropdown-menu-right nav-drop shadow-sm">
<div class="notify-drop-title">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-6 fs-8">Messages | <a href="#">Requests</a></div>
<div class="col-md-6 col-sm-6 col-xs-6 text-right">
<a href="#" class="notify-right-icon">
Mark All as Read
</a>
</div>
</div>
</div>
<!-- end notify title -->
<!-- notify content -->
<div class="drop-content">
<li>
<div class="col-md-2 col-sm-2 col-xs-2">
<div class="notify-img">
<img src="assets/images/users/user-6.png" alt="notification user image">
</div>
</div>
<div class="col-md-10 col-sm-10 col-xs-10">
<a href="#" class="notification-user">Susan P. Jarvis</a>
<a href="#" class="notify-right-icon">
<i class='bx bx-radio-circle-marked'></i>
</a>
<p class="time">
<i class='bx bx-check'></i> This party is going to have a DJ, food, and drinks.
</p>
</div>
</li>
<li>
<div class="col-md-2 col-sm-2 col-xs-2">
<div class="notify-img">
<img src="assets/images/users/user-5.png" alt="notification user image">
</div>
</div>
<div class="col-md-10 col-sm-10 col-xs-10">
<a href="#" class="notification-user">Ruth D. Greene</a>
<a href="#" class="notify-right-icon">
<i class='bx bx-radio-circle-marked'></i>
</a>
<p class="time">
Great, I’ll see you tomorrow!.
</p>
</div>
</li>
<li>
<div class="col-md-2 col-sm-2 col-xs-2">
<div class="notify-img">
<img src="assets/images/users/user-7.png" alt="notification user image">
</div>
</div>
<div class="col-md-10 col-sm-10 col-xs-10">
<a href="#" class="notification-user">Kimberly R. Hatfield</a>
<a href="#" class="notify-right-icon">
<i class='bx bx-radio-circle-marked'></i>
</a>
<p class="time">
yeah, I will be there.
</p>
</div>
</li>
<li>
<div class="col-md-2 col-sm-2 col-xs-2">
<div class="notify-img">
<img src="assets/images/users/user-8.png" alt="notification user image">
</div>
</div>
<div class="col-md-10 col-sm-10 col-xs-10">
<a href="#" class="notification-user">Joe S. Feeney</a>
<a href="#" class="notify-right-icon">
<i class='bx bx-radio-circle-marked'></i>
</a>
<p class="time">
I would really like to bring my friend Jake, if...
</p>
</div>
</li>
<li>
<div class="col-md-2 col-sm-2 col-xs-2">
<div class="notify-img">
<img src="assets/images/users/user-9.png" alt="notification user image">
</div>
</div>
<div class="col-md-10 col-sm-10 col-xs-10">
<a href="#" class="notification-user">William S. Willmon</a>
<a href="#" class="notify-right-icon">
<i class='bx bx-radio-circle-marked'></i>
</a>
<p class="time">
Sure, what can I help you with?
</p>
</div>
</li>
<li>
<div class="col-md-2 col-sm-2 col-xs-2">
<div class="notify-img">
<img src="assets/images/users/user-10.png" alt="notification user image">
</div>
</div>
<div class="col-md-10 col-sm-10 col-xs-10">
<a href="#" class="notification-user">Sean S. Smith</a>
<a href="#" class="notify-right-icon">
<i class='bx bx-radio-circle-marked'></i>
</a>
<p class="time">
Which of those two is best?
</p>
</div>
</li>
</div>
<div class="notify-drop-footer text-center">
<a href="#">See More</a>
</div>
</ul>
</li>
<li class="nav-item s-nav dropdown notification">
<a href="#" class="nav-link nav-links rm-drop-mobile drop-w-tooltip" data-toggle="dropdown" data-placement="bottom" data-title="Notifications" role="button" aria-haspopup="true" aria-expanded="false">
<img src="assets/images/icons/navbar/notification.png" class="notification-bell" alt="navbar icon"> <span class="badge badge-pill badge-primary">3</span>
</a>
<ul class="dropdown-menu notify-drop dropdown-menu-right nav-drop shadow-sm">
<div class="notify-drop-title">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-6 fs-8">Notifications <span class="badge badge-pill badge-primary ml-2">3</span></div>
<div class="col-md-6 col-sm-6 col-xs-6 text-right">
<a href="#" class="notify-right-icon">
Mark All as Read
</a>
</div>
</div>
</div>
<!-- end notify title -->
<!-- notify content -->
<div class="drop-content">
<li>
<div class="col-md-2 col-sm-2 col-xs-2">
<div class="notify-img">
<img src="assets/images/users/user-10.png" alt="notification user image">
</div>
</div>
<div class="col-md-10 col-sm-10 col-xs-10">
<a href="#" class="notification-user">Sean</a> <span class="notification-type">replied to your comment on a post in </span><a href="#" class="notification-for">PHP</a>
<a href="#" class="notify-right-icon">
<i class='bx bx-radio-circle-marked'></i>
</a>
<p class="time">
<span class="badge badge-pill badge-primary"><i class='bx bxs-group'></i></span> 3h
</p>
</div>
</li>
<li>
<div class="col-md-2 col-sm-2 col-xs-2">
<div class="notify-img">
<img src="assets/images/users/user-7.png" alt="notification user image">
</div>
</div>
<div class="col-md-10 col-sm-10 col-xs-10">
<a href="#" class="notification-user">Kimberly</a> <span class="notification-type">likes your comment "I would really... </span>
<a href="#" class="notify-right-icon">
<i class='bx bx-radio-circle-marked'></i>
</a>
<p class="time">
<span class="badge badge-pill badge-primary"><i class='bx bxs-like'></i></span> 7h
</p>
</div>
</li>
<li>
<div class="col-md-2 col-sm-2 col-xs-2">
<div class="notify-img">
<img src="assets/images/users/user-8.png" alt="notification user image">
</div>
</div>
<div class="col-md-10 col-sm-10 col-xs-10">
<span class="notification-type">10 people saw your story before it disappeared. See who saw it.</span>
<a href="#" class="notify-right-icon">
<i class='bx bx-radio-circle-marked'></i>
</a>
<p class="time">
<span class="badge badge-pill badge-primary"><i class='bx bx-images'></i></span> 23h
</p>
</div>
</li>
<li>
<div class="col-md-2 col-sm-2 col-xs-2">
<div class="notify-img">
<img src="assets/images/users/user-11.png" alt="notification user image">
</div>
</div>
<div class="col-md-10 col-sm-10 col-xs-10">
<a href="#" class="notification-user">Michelle</a> <span class="notification-type">posted in </span><a href="#" class="notification-for">Argon Social Design System</a>
<a href="#" class="notify-right-icon">
<i class='bx bx-radio-circle-marked'></i>
</a>
<p class="time">
<span class="badge badge-pill badge-primary"><i class='bx bxs-quote-right'></i></span> 1d
</p>
</div>
</li>
<li>
<div class="col-md-2 col-sm-2 col-xs-2">
<div class="notify-img">
<img src="assets/images/users/user-5.png" alt="notification user image">
</div>
</div>
<div class="col-md-10 col-sm-10 col-xs-10">
<a href="#" class="notification-user">Karen</a> <span class="notification-type">likes your comment "Sure, here... </span>
<a href="#" class="notify-right-icon">
<i class='bx bx-radio-circle-marked'></i>
</a>
<p class="time">
<span class="badge badge-pill badge-primary"><i class='bx bxs-like'></i></span> 2d
</p>
</div>
</li>
<li>
<div class="col-md-2 col-sm-2 col-xs-2">
<div class="notify-img">
<img src="assets/images/users/user-12.png" alt="notification user image">
</div>
</div>
<div class="col-md-10 col-sm-10 col-xs-10">
<a href="#" class="notification-user">Irwin</a> <span class="notification-type">posted in </span><a href="#" class="notification-for">Themeforest</a>
<a href="#" class="notify-right-icon">
<i class='bx bx-radio-circle-marked'></i>
</a>
<p class="time">
<span class="badge badge-pill badge-primary"><i class='bx bxs-quote-right'></i></span> 3d
</p>
</div>
</li>
</div>
<div class="notify-drop-footer text-center">
<a href="#">See More</a>
</div>
</ul>
</li>
<li class="nav-item s-nav dropdown d-mobile">
<a href="#" class="nav-link nav-links nav-icon drop-w-tooltip" data-toggle="dropdown" data-placement="bottom" data-title="Pages" role="button" aria-haspopup="true" aria-expanded="false">
<img src="assets/images/icons/navbar/flag.png" alt="navbar icon">
</a>
<div class="dropdown-menu dropdown-menu-right nav-drop">
<a class="dropdown-item" href="newsfeed-2.html">Newsfeed 2</a>
<a class="dropdown-item" href="sign-in.html">Sign in</a>
<a class="dropdown-item" href="sign-up.html">Sign up</a>
</div>
</li>
<li class="nav-item s-nav">
<a href="profile.html" class="nav-link nav-links">
<div class="menu-user-image">
<img src="assets/images/users/user-4.jpg" class="menu-user-img ml-1" alt="Menu Image">
</div>
</a>
</li>
<li class="nav-item s-nav nav-icon dropdown">
<a href="settings.html" data-toggle="dropdown" data-placement="bottom" data-title="Settings" class="nav-link settings-link rm-drop-mobile drop-w-tooltip" id="settings-dropdown"><img src="assets/images/icons/navbar/settings.png" class="nav-settings" alt="navbar icon"></a>
<div class="dropdown-menu dropdown-menu-right settings-dropdown shadow-sm" aria-labelledby="settings-dropdown">
<a class="dropdown-item" href="#">
<img src="assets/images/icons/navbar/help.png" alt="Navbar icon"> Help Center</a>
<a class="dropdown-item d-flex align-items-center dark-mode" onClick="event.stopPropagation();" href="#">
<img src="assets/images/icons/navbar/moon.png" alt="Navbar icon"> Dark Mode
<button type="button" class="btn btn-lg btn-toggle ml-auto" data-toggle="button" aria-pressed="false" autocomplete="off">
<div class="handle"></div>
</button>
</a>
<a class="dropdown-item" href="#">
<img src="assets/images/icons/navbar/gear-1.png" alt="Navbar icon"> Settings</a>
<a class="dropdown-item logout-btn" href="#">
<img src="assets/images/icons/navbar/logout.png" alt="Navbar icon"> Log Out</a>
</div>
</li>
</ul>
</div>
</nav>
<div class="row message-right-side-content">
<div class="col-md-12">
<div id="message-frame">
<div class="message-sidepanel">
<div class="message-profile">
<div class="wrap">
<img src="assets/images/users/user-4.jpg" class="online conv-img" alt="Conversation user" />
<p>Arthur Minasyan</p>
<i class='bx bx-chevron-down expand-button'></i>
<div id="status-options">
<ul id="set-online-status">
<li id="status-online" class="messenger-user-active"><span class="status-circle"></span>
<p>Online</p>
</li>
<li id="status-away"><span class="status-circle"></span>
<p>Away</p>
</li>
<li id="status-busy"><span class="status-circle"></span>
<p>Busy</p>
</li>
<li id="status-offline"><span class="status-circle"></span>
<p>Offline</p>
</li>
</ul>
</div>
<div id="expanded">
<ul class="list-group list-group-flush">
<li class="list-group-item">
<a href="javascript:void(0)" class="text-dark fs-9"><i class='bx bx-search text-primary mr-3'></i> Search in Conversation</a>
</li>
<li class="list-group-item">
<a href="javascript:void(0)" class="text-dark fs-9"><i class='bx bx-pencil text-primary mr-3'></i> Edit Nicknames</a>
</li>
<li class="list-group-item">
<a href="javascript:void(0)" class="text-dark fs-9"><i class='bx bxs-color-fill text-primary mr-3'></i> Change Color</a>
</li>
<li class="list-group-item">
<a href="javascript:void(0)" class="text-dark fs-9"><i class='bx bx-bell text-primary mr-3'></i> Notifications</a>
</li>
</ul>
</div>
</div>
</div>
<div class="message-search position-relative d-flex">
<label for=""><i class='bx bx-search'></i></label>
<input type="text" class="form-control search-input" placeholder="Search for conversations..." />
<button type="button" class="btn btn-create-conversation" data-toggle="modal" data-target="#newConversation"><i class='bx bx-pencil'></i></button>
</div>
<div class="message-contacts">
<ul class="conversations">
<li class="contact">
<div class="wrap">
<span class="contact-status online"></span>
<img src="assets/images/users/user-5.png" alt="Conversation user" />
<span class="unread-messages">3</span>
<div class="meta">
<p class="name">Ruth D. Greene</p>
<p class="preview">Great, I’ll see you tomorrow!.</p>
</div>
</div>
</li>
<li class="contact messenger-user-active">
<div class="wrap">
<span class="contact-status busy"></span>
<img src="assets/images/users/user-6.png" alt="Conversation user" />
<div class="meta">
<p class="name">Susan P. Jarvis</p>
<p class="preview">This party is going to have a DJ, food, and drinks.</p>
</div>
</div>
</li>
<li class="contact">
<div class="wrap">
<span class="contact-status away"></span>
<img src="assets/images/users/user-7.png" alt="Conversation user" />
<div class="meta">
<p class="name">Kimberly R. Hatfield</p>
<p class="preview"><span>You:</span> Yeah, I will be there.</p>
</div>
</div>
</li>
<li class="contact">
<div class="wrap">
<span class="contact-status online"></span>
<img src="assets/images/users/user-8.png" alt="Conversation user" />
<span class="unread-messages">1</span>
<div class="meta">
<p class="name">Joe S. Feeney</p>
<p class="preview">I would really like to bring my friend Jake, if that would be OK.</p>
</div>
</div>
</li>
<li class="contact">
<div class="wrap">
<span class="contact-status busy"></span>
<img src="assets/images/users/user-9.png" alt="Conversation user" />
<div class="meta">
<p class="name">William S. Willmon</p>
<p class="preview"><span>You:</span> Sure, what can I help you with?</p>
</div>
</div>
</li>
<li class="contact">
<div class="wrap">
<span class="contact-status"></span>
<img src="assets/images/users/user-10.png" alt="Conversation user" />
<span class="unread-messages">4</span>
<div class="meta">
<p class="name">Sean S. Smith</p>
<p class="preview">Which of those two is best?</p>
</div>
</div>
</li>
<li class="contact">
<div class="wrap">
<span class="contact-status"></span>
<img src="assets/images/users/user-11.png" alt="Conversation user" />
<span class="unread-messages">1</span>
<div class="meta">
<p class="name">Michelle R. Alvarado</p>
<p class="preview">You'll need to make an appointment.</p>
</div>
</div>
</li>
<li class="contact">
<div class="wrap">
<span class="contact-status busy"></span>
<img src="assets/images/users/user-12.png" alt="Conversation user" />
<span class="unread-messages">2</span>
<div class="meta">
<p class="name">Irwin M. Speller</p>
<p class="preview">Sure. Here you go.</p>
</div>
</div>
</li>
<li class="contact">
<div class="wrap">
<span class="contact-status"></span>
<img src="assets/images/users/user-5.png" alt="Conversation user" />
<span class="unread-messages">1</span>
<div class="meta">
<p class="name">Karen E. Nagata</p>
<p class="preview">Would you like to exchange it?</p>
</div>
</div>
</li>
<li class="contact">
<div class="wrap">
<span class="contact-status"></span>
<img src="assets/images/users/user-8.png" alt="Conversation user" />
<div class="meta">
<p class="name">Jonathan Sidwell</p>
<p class="preview"><span>You:</span> Certainly. This will take only a few seconds.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="content">
<div class="row">
<div class="col-md-12 messenger-top-section">
<div class="contact-profile d-flex align-items-center justify-content-between">
<div class="messenger-top-luser df-aic">
<img src="assets/images/users/user-6.png" class="messenger-user" alt="Convarsation user image" />
<a href="#" class="message-profile-name">Susan P. Jarvis</a>
</div>
<div class="social-media messenger-top-ricon df-aic">
<img src="assets/images/icons/messenger/phone.png" data-toggle="modal" data-target="#callModal" class="msg-top-more-info" alt="Messenger icons">
<img src="assets/images/icons/messenger/videocam.png" class="msg-top-more-info" alt="Messenger icons">
<img src="assets/images/icons/messenger/info.png" class="msg-top-more-info" alt="Messenger icons">
<span class="dropdown">
<a href="#" role="button" id="message-options" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class='bx bx-dots-vertical-rounded'></i>
</a>
<div class="dropdown-menu dropdown-menu-right fs-9" aria-labelledby="message-options">
<a href="#" class="dropdown-item">Mute</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">Delete</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">Mark as Unread</a>
<a href="#" class="dropdown-item">Something's wrong</a>
<a href="#" class="dropdown-item">Ignore Messages</a>
<a href="#" class="dropdown-item">Block Messages</a>
</div>
</span>
</div>
</div>
</div>
<div class="col-md-12" style="max-height: 532px;">
<div class="messages">
<ul class="messages-content">
<li class="message-receive">
<img src="assets/images/users/user-6.png" alt="Conversation user image" />
<p>Are you going to the party on Saturday?</p>
</li>
<li class="message-reply">
<p>I was thinking about it. Are you?</p>
</li>
<li class="message-receive">
<img src="assets/images/users/user-6.png" alt="Conversation user image" />
<p>Yeah, I heard it's going to be a lot of fun.</p>
</li>
<li class="message-reply">
<p>Really? Well, what time does it start?</p>
</li>
<li class="message-receive">
<img src="assets/images/users/user-6.png" alt="Conversation user image" />
<p>It starts at 8:00 pm, and I really think you should go.</p>
</li>
<li class="message-reply">
<p>Well, who else is going to be there?</p>
</li>
<li class="message-receive">
<img src="assets/images/users/user-6.png" alt="Conversation user image" />
<p>Everybody from school.</p>
</li>
<li class="message-reply">
<p>How do you know it's going to be so fun?</p>
</li>
<li class="message-receive">
<img src="assets/images/users/user-6.png" alt="Conversation user image" />
<p>This party is going to have a DJ, food, and drinks.</p>
</li>
</ul>
</div>
</div>
<div class="col-md-12">
<div class="message-input">
<div class="wrap">
<form class="d-inline form-inline">
<div class="d-flex align-items-center justify-content-between messenger-icons">
<button type="button" class="btn search-button">
<img src="assets/images/icons/messenger/m-camera.png" alt="Messenger icons">
</button>
<button type="button" class="btn search-button">
<img src="assets/images/icons/messenger/m-photo.png" alt="Messenger icons">
</button>
<button type="button" class="btn search-button">
<img src="assets/images/icons/messenger/m-gamepad.png" alt="Messenger icons">
</button>
<button type="button" class="btn search-button">
<img src="assets/images/icons/messenger/m-microphone.png" alt="Messenger icons">
</button>
<div class="input-group messenger-input">
<input type="text" class="form-control search-input" placeholder="Type a message..." aria-label="Type a message..." aria-describedby="button-addon2">
<div class="input-group-append">
<button class="btn search-button" type="button" id="button-addon2 send-message">
<img src="assets/images/icons/messenger/m-smile.png" alt="Messenger icons">
</button>
</div>
</div>
<button type="button" class="btn search-button" id="send-message">
<img src="assets/images/icons/messenger/m-send.png" alt="Messenger icons">
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- New Conversation Modal -->
<div class="modal fade" id="newConversation" tabindex="-1" role="dialog" aria-labelledby="newConversationLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header new-msg-header">
<h5 class="modal-title" id="newConversationLabel">Start new conversation</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body new-msg-body">
<form action="" method="" class="new-msg-form">
<div class="form-group">
<label for="recipient-name" class="col-form-label">Recipient:</label>
<input type="text" class="form-control search-input" id="recipient-name" placeholder="Add recipient...">
</div>
<div class="form-group">
<label for="message-text" class="col-form-label">Message:</label>
<textarea class="form-control search-input" rows="5" id="message-text" placeholder="Type a message..."></textarea>
</div>
</form>
</div>
<div class="modal-footer new-msg-footer">
<button type="button" class="btn btn-primary btn-sm">Send message</button>
</div>
</div>
</div>
</div>
<!-- Call modal -->
<div id="callModal" class="modal fade call-modal" tabindex="-1" role="dialog" aria-labelledby="callModalLabel" aria-hidden="true">
<div class="modal-dialog call-modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header align-items-center">
<div class="call-status">
<h1 id="callModalLabel" class="modal-title mr-3">Connected</h1>
<span class="online-status bg-success"></span>
</div>
<div class="modal-options d-flex align-items-center">
<button type="button" class="btn btn-quick-link" id="minimize-call-window">
<i class='bx bx-minus'></i>
</button>
</div>
</div>
<div class="modal-body">
<div class="row h-100">
<div class="col-md-12 d-flex align-items-center justify-content-center">
<div class="call-user text-center">
<div class="call-user-img-anim">
<img src="assets/images/users/user-1.jpg" class="call-user-img" alt="Call user image">
</div>
<p class="call-user-name">Name Surename</p>
<p class="text-muted call-time">05:28</p>
</div>
</div>
<div class="col-md-4 offset-md-4 d-flex align-items-center justify-content-between call-btn-list">
<a href="#" class="btn call-btn" data-toggle="tooltip" data-placement="top" data-title="Disable microphone"><i class='bx bxs-microphone'></i></a>
<a href="#" class="btn call-btn" data-toggle="tooltip" data-placement="top" data-title="Enable camera"><i class='bx bxs-video-off'></i></a>
<a href="#" class="btn call-btn drop-call" data-toggle="tooltip" data-placement="top" data-title="End call"><i class='bx bxs-phone'></i></a>
<a href="#" class="btn call-btn" data-toggle="tooltip" data-placement="top" data-title="Share Screen"><i class='bx bx-laptop'></i></a>
<a href="#" class="btn call-btn" data-toggle="tooltip" data-placement="top" data-title="Dark mode"><i class='bx bx-moon'></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END call modal -->
<!-- Core -->
<script src="assets/js/jquery/jquery-3.3.1.min.js"></script>
<script src="assets/js/popper/popper.min.js"></script>
<script src="assets/js/bootstrap/bootstrap.min.js"></script>
<script src="assets/js/jquery/jquery-ui.js"></script>
<!-- Optional -->
<script src="assets/js/components/components.js"></script>
<script src="assets/js/app.js"></script>
</body>
</html>