-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathcomponents.html
516 lines (502 loc) · 35.6 KB
/
components.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
<!DOCTYPE html>
<html lang="en">
<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/boxicons@2.0.1/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/media.css" rel="stylesheet">
<link href="assets/css/chat.css" rel="stylesheet">
<link href="https://vjs.zencdn.net/7.4.1/video-js.css" rel="stylesheet">
<script src="https://vjs.zencdn.net/ie8/1.1.2/videojs-ie8.min.js"></script>
</head>
<body class="newsfeed">
<!--
<div class="spinner d-flex align-items-center justify-content-center" id="loader">
<div class="row">
<div class="col-md-12">
<img src="assets/images/logo-128x128.png" class="mb-5" alt="Loader image">
</div>
<div class="col-md-12 loader">
<div class="bounce bounce1"></div>
<div class="bounce bounce2"></div>
<div class="bounce bounce3"></div>
</div>
</div>
</div>
-->
<div class="container-fluid" id="wrapper">
<div class="row newsfeed-size">
<div class="col-md-12 newsfeed-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">
<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">
<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>
<button type="button" class="btn nav-link" id="menu-toggle"><img src="assets/images/icons/theme/navs.png" alt="Navbar navs"></button>
</ul>
</div>
</nav>
<div class="row newsfeed-right-side-content mt-3">
<div class="col-md-2 newsfeed-left-side sticky-top shadow-sm" id="sidebar-wrapper">
<div class="card newsfeed-user-card h-100">
<ul class="list-group list-group-flush newsfeed-left-sidebar">
<li class="list-group-item">
<h6>Home</h6>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center sd-active">
<a href="index.html" class="sidebar-item"><img src="assets/images/icons/left-sidebar/newsfeed.png" alt="newsfeed"> News Feed</a>
<a href="#" class="newsfeedListicon"><i class='bx bx-dots-horizontal-rounded'></i></a>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
<a href="messages.html" class="sidebar-item"><img src="assets/images/icons/left-sidebar/message.png" alt="message"> Messages</a>
<span class="badge badge-primary badge-pill">2</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
<a href="groups.html" class="sidebar-item"><img src="assets/images/icons/left-sidebar/group.png" alt="group"> Groups</a>
<span class="badge badge-primary badge-pill">17</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
<a href="events.html" class="sidebar-item"><img src="assets/images/icons/left-sidebar/event.png" alt="event"> Events</a>
<span class="badge badge-primary badge-pill">3</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
<a href="saved.html" class="sidebar-item"><img src="assets/images/icons/left-sidebar/saved.png" alt="saved"> Saved</a>
<span class="badge badge-primary badge-pill">8</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
<a href="find-friends.html" class="sidebar-item"><img src="assets/images/icons/left-sidebar/find-friends.png" alt="find-friends"> Find Friends</a>
<span class="badge badge-primary badge-pill"><i class='bx bx-chevron-right'></i></span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
<a href="matches.html" class="sidebar-item"><img src="assets/images/icons/left-sidebar/matches.png" alt="matches"> Matches</a>
<span class="badge badge-primary badge-pill"><i class='bx bx-chevron-right'></i></span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
<a href="teams.html" class="sidebar-item"><img src="assets/images/icons/left-sidebar/team.png" alt="find-friends"> Argon For Teams</a>
<span class="badge badge-primary badge-pill"><i class='bx bx-chevron-right'></i></span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center newsLink">
<a href="https://github.com/ArtMin96/argon-social" target="_blank" class="sidebar-item"><img src="assets/images/icons/left-sidebar/news.png" alt="find-friends"> News</a>
<span class="badge badge-primary badge-pill"><i class='bx bx-chevron-right'></i></span>
</li>
</ul>
</div>
</div>
<div class="col-md-2 four-section">
<div class="card w-shadow">
<div class="card-body">
<h5 class="card-title card-title">Dashboard</h5>
<hr>
<p>Likes count</p>
<canvas id="likesChart"></canvas>
<p class="mt-3">Follow count</p>
<canvas id="followersChart"></canvas>
</div>
</div>
<div class="card mt-4">
<div class="card-body">
<h5 class="card-title card-title">Sponsored</h5>
<hr>
<img class="card-img-top" src="http://blog.creative-tim.com/wp-content/uploads/2015/08/how-we-started1-730x410.jpg" alt="Card image cap">
<a href="#" class="card-title mt-2 d-block">Creative Tim</a>
<small class="card-text">Speed up your projects! Get the Premium version of our products. They come with a huge num...</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 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>
<!-- Optional -->
<script src="https://cdn.jsdelivr.net/npm/chart.js@2.8.0"></script>
<script type="text/javascript">
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
<script src="assets/js/app.js"></script>
<script src="assets/js/components/components.js"></script>
<script type="text/javascript">
// Chart.js
var likesChart = document.getElementById('likesChart').getContext('2d');
var chart = new Chart(likesChart, {
// The type of chart we want to create
type: 'line',
// The data for our dataset
data: {
labels: ['January', 'February', 'March', 'April', 'May', 'June', 'July'],
datasets: [{
label: 'Likes chart',
backgroundColor: 'rgb(0, 123, 255)',
borderColor: 'rgb(0, 123, 255)',
data: [0, 10, 5, 2, 20, 30, 45]
}]
},
// Configuration options go here
options: {}
});
var followersChart = document.getElementById('followersChart').getContext('2d');
var myPieChart = new Chart(followersChart, {
type: 'pie',
data: {
labels: [
'Followers',
'Following'
],
datasets: [{
backgroundColor: ['rgb(0, 123, 255)', 'rgb(50,205,50)'],
data: [32, 17]
}]
},
// Configuration options go here
options: {}
});
</script>
</body>
</html>