-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimeline.txt
425 lines (400 loc) · 28.8 KB
/
timeline.txt
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
<!DOCTYPE html>
<!--
This is a starter template page. Use this page to start your new project from
scratch. This page gets rid of all links and provides the needed markup only.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>AdminLTE 3 | Starter</title>
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="plugins/font-awesome/css/font-awesome.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="dist/css/adminlte.min.css">
<!-- Custom style -->
<link rel="stylesheet" href="dist/css/custom.css">
<!-- Google Font: Source Sans Pro -->
<!-- <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
--></head>
<body class="hold-transition sidebar-mini">
<div class="wrapper">
<!-- Navbar -->
<nav class="main-header navbar navbar-expand bg-white navbar-light border-bottom fixed-top">
<div class="container">
<!-- Left navbar links -->
<!-- SEARCH FORM -->
<form class="form-inline ml-3">
<div class="input-group input-group-sm">
<input class="form-control form-control-navbar" type="search" placeholder="Search" aria-label="Search">
<div class="input-group-append">
<button class="btn btn-navbar" type="submit">
<i class="fa fa-search"></i>
</button>
</div>
</div>
</form>
<!-- Right navbar links -->
<ul class="navbar-nav ml-auto">
<!-- Messages Dropdown Menu -->
<li class="nav-item dropdown">
<a class="nav-link" data-toggle="dropdown" href="#">
<i class="fa fa-comments-o"></i>
<span class="badge badge-danger navbar-badge">3</span>
</a>
<div class="dropdown-menu dropdown-menu-lg dropdown-menu-right">
<a href="#" class="dropdown-item">
<!-- Message Start -->
<div class="media">
<img src="dist/img/user1-128x128.jpg" alt="User Avatar" class="img-size-50 mr-3 img-circle">
<div class="media-body">
<h3 class="dropdown-item-title">
Brad Diesel
<span class="float-right text-sm text-danger"><i class="fa fa-star"></i></span>
</h3>
<p class="text-sm">Call me whenever you can...</p>
<p class="text-sm text-muted"><i class="fa fa-clock-o mr-1"></i> 4 Hours Ago</p>
</div>
</div>
<!-- Message End -->
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<!-- Message Start -->
<div class="media">
<img src="dist/img/user8-128x128.jpg" alt="User Avatar" class="img-size-50 img-circle mr-3">
<div class="media-body">
<h3 class="dropdown-item-title">
John Pierce
<span class="float-right text-sm text-muted"><i class="fa fa-star"></i></span>
</h3>
<p class="text-sm">I got your message bro</p>
<p class="text-sm text-muted"><i class="fa fa-clock-o mr-1"></i> 4 Hours Ago</p>
</div>
</div>
<!-- Message End -->
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<!-- Message Start -->
<div class="media">
<img src="dist/img/user3-128x128.jpg" alt="User Avatar" class="img-size-50 img-circle mr-3">
<div class="media-body">
<h3 class="dropdown-item-title">
Nora Silvester
<span class="float-right text-sm text-warning"><i class="fa fa-star"></i></span>
</h3>
<p class="text-sm">The subject goes here</p>
<p class="text-sm text-muted"><i class="fa fa-clock-o mr-1"></i> 4 Hours Ago</p>
</div>
</div>
<!-- Message End -->
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item dropdown-footer">See All Messages</a>
</div>
</li>
<!-- Notifications Dropdown Menu -->
<li class="nav-item dropdown">
<a class="nav-link" data-toggle="dropdown" href="#">
<i class="fa fa-bell-o"></i>
<span class="badge badge-warning navbar-badge">15</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="dropdown" href="#">
<div class="widget-user-image" style="margin-top: -10px;">
<img class="img-circle elevation-2" src="dist/img/user7-128x128.jpg" alt="User Avatar" style="width: 40px;">
</div>
</a>
<div class="dropdown-menu dropdown-menu-lg dropdown-menu-right">
<span class="dropdown-header">15 Notifications</span>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<i class="fa fa-envelope mr-2"></i> 4 new messages
<span class="float-right text-muted text-sm">3 mins</span>
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<i class="fa fa-users mr-2"></i> 8 friend requests
<span class="float-right text-muted text-sm">12 hours</span>
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<i class="fa fa-file mr-2"></i> 3 new reports
<span class="float-right text-muted text-sm">2 days</span>
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item dropdown-footer">See All Notifications</a>
</div>
</li>
</ul>
</div>
</nav>
<!-- /.navbar -->
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Main content -->
<div class="content">
<div class="container-fluid">
<div class="row news-feed">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="card card-widget widget-user-2" style="position: fixed;
width: 270px;">
<!-- Add the bg color to the header using any of the bg-* classes -->
<div class="widget-user-header bg-warning">
<div class="widget-user-image">
<img class="img-circle elevation-2" src="dist/img/user7-128x128.jpg" alt="User Avatar">
</div>
<!-- /.widget-user-image -->
<h3 class="widget-user-username">Nadia Carmichael</h3>
<h5 class="widget-user-desc">Lead Developer</h5>
</div>
<div class="card-footer p-0">
<ul class="nav flex-column" style="background-color: #ffffff">
<li class="nav-item">
<a href="#" class="nav-link">
Projects <span class="float-right badge bg-primary">31</span>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
Tasks <span class="float-right badge bg-info">5</span>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
Completed Projects <span class="float-right badge bg-success">12</span>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
Followers <span class="float-right badge bg-danger">842</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<!-- Post content -->
<div class="card card-widget">
<div class="card-header">
<div class="user-block">
<img class="img-circle" src="dist/img/user1-128x128.jpg" alt="User Image">
<span class="username"><a href="#">Jonathan Burke Jr.</a></span>
<span class="description">Shared publicly - 7:30 PM Today</span>
</div>
</div>
<!-- /.card-header -->
<div class="card-body">
<!-- post text -->
<p>Far far away, behind the word mountains, far from the
countries Vokalia and Consonantia, there live the blind
texts. Separated they live in Bookmarksgrove right at</p>
<p>the coast of the Semantics, a large language ocean.
A small river named Duden flows by their place and supplies
it with the necessary regelialia. It is a paradisematic
country, in which roasted parts of sentences fly into
your mouth.</p>
<!-- Social sharing buttons -->
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-thumbs-o-down"></i> Dislike</button>
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-thumbs-o-up"></i> Like</button>
<span class="float-right text-muted">4 dislikes - 45 likes - 2 comments</span>
</div>
<!-- /.card-body -->
<div class="card-footer card-comments">
<div class="card-comment">
<!-- User image -->
<img class="img-circle img-sm" src="dist/img/user3-128x128.jpg" alt="User Image">
<div class="comment-text">
<span class="username">
Maria Gonzales
<span class="text-muted float-right">8:03 PM Today</span>
</span><!-- /.username -->
It is a long established fact that a reader will be distracted
by the readable content of a page when looking at its layout.
</div>
<!-- /.comment-text -->
</div>
<!-- /.card-comment -->
<div class="card-comment">
<!-- User image -->
<img class="img-circle img-sm" src="dist/img/user5-128x128.jpg" alt="User Image">
<div class="comment-text">
<span class="username">
Nora Havisham
<span class="text-muted float-right">8:03 PM Today</span>
</span><!-- /.username -->
The point of using Lorem Ipsum is that it has a more-or-less
normal distribution of letters, as opposed to using
'Content here, content here', making it look like readable English.
</div>
<!-- /.comment-text -->
</div>
<!-- /.card-comment -->
</div>
<!-- /.card-footer -->
<div class="card-footer">
<form action="#" method="post">
<img class="img-fluid img-circle img-sm" src="dist/img/user4-128x128.jpg" alt="Alt Text">
<!-- .img-push is used to add margin to elements next to floating images -->
<div class="img-push">
<input type="text" class="form-control form-control-sm" placeholder="Press enter to post comment">
</div>
</form>
</div>
<!-- /.card-footer -->
</div>
<!-- /.Post content -->
<!-- Post content -->
<div class="card card-widget">
<div class="card-header">
<div class="user-block">
<img class="img-circle" src="dist/img/user1-128x128.jpg" alt="User Image">
<span class="username"><a href="#">Jonathan Burke Jr.</a></span>
<span class="description">Shared publicly - 7:30 PM Today</span>
</div>
</div>
<!-- /.card-header -->
<div class="card-body">
<!-- post text -->
<p>Far far away, behind the word mountains, far from the
countries Vokalia and Consonantia, there live the blind
texts. Separated they live in Bookmarksgrove right at</p>
<p>the coast of the Semantics, a large language ocean.
A small river named Duden flows by their place and supplies
it with the necessary regelialia. It is a paradisematic
country, in which roasted parts of sentences fly into
your mouth.</p>
<!-- Social sharing buttons -->
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-thumbs-o-down"></i> Dislike</button>
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-thumbs-o-up"></i> Like</button>
<span class="float-right text-muted">4 dislikes - 45 likes - 2 comments</span>
</div>
<!-- /.card-body -->
<div class="card-footer card-comments">
<div class="card-comment">
<!-- User image -->
<img class="img-circle img-sm" src="dist/img/user3-128x128.jpg" alt="User Image">
<div class="comment-text">
<span class="username">
Maria Gonzales
<span class="text-muted float-right">8:03 PM Today</span>
</span><!-- /.username -->
It is a long established fact that a reader will be distracted
by the readable content of a page when looking at its layout.
</div>
<!-- /.comment-text -->
</div>
<!-- /.card-comment -->
<div class="card-comment">
<!-- User image -->
<img class="img-circle img-sm" src="dist/img/user5-128x128.jpg" alt="User Image">
<div class="comment-text">
<span class="username">
Nora Havisham
<span class="text-muted float-right">8:03 PM Today</span>
</span><!-- /.username -->
The point of using Lorem Ipsum is that it has a more-or-less
normal distribution of letters, as opposed to using
'Content here, content here', making it look like readable English.
</div>
<!-- /.comment-text -->
</div>
<!-- /.card-comment -->
</div>
<!-- /.card-footer -->
<div class="card-footer">
<form action="#" method="post">
<img class="img-fluid img-circle img-sm" src="dist/img/user4-128x128.jpg" alt="Alt Text">
<!-- .img-push is used to add margin to elements next to floating images -->
<div class="img-push">
<input type="text" class="form-control form-control-sm" placeholder="Press enter to post comment">
</div>
</form>
</div>
<!-- /.card-footer -->
</div>
<!-- /.Post content -->
</div>
<div class="col-md-3">
<div class="card" style="position: fixed;
width: 270px;">
<div class="card-body">
<h5 class="card-title">Add to your feed</h5>
<p></p>
<div class="row">
<div class="col-md-2">
<img class="img-circle" width="100%" src="dist/img/user1-128x128.jpg" alt="User Image">
</div>
<div class="col-md-7">
<a href="#">Jonathan Burke</a>
</div>
<div class="col-md-3">
<a href="#" class="btn btn-primary btn-sm"><i class="fa fa-plus"></i> Follow</a>
</div>
</div>
<p></p>
<div class="row">
<div class="col-md-2">
<img class="img-circle" width="100%" src="dist/img/user1-128x128.jpg" alt="User Image">
</div>
<div class="col-md-6">
<a href="#">Jonathan Burke</a>
</div>
<div class="col-md-4">
<a href="#" class="btn btn-primary btn-sm"><i class="fa fa-plus"></i> Follow</a>
</div>
</div>
<p></p>
<div class="row">
<div class="col-md-2">
<img class="img-circle" width="100%" src="dist/img/user1-128x128.jpg" alt="User Image">
</div>
<div class="col-md-6">
<a href="#">Jonathan Burke</a>
</div>
<div class="col-md-4">
<a href="#" class="btn btn-primary btn-sm"><i class="fa fa-plus"></i> Follow</a>
</div>
</div>
<p></p>
<div class="row">
<div class="col-md-2">
<img class="img-circle" width="100%" src="dist/img/user1-128x128.jpg" alt="User Image">
</div>
<div class="col-md-6">
<a href="#">Jonathan Burke</a>
</div>
<div class="col-md-4">
<a href="#" class="btn btn-primary btn-sm"><i class="fa fa-plus"></i> Follow</a>
</div>
</div>
<p></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /.row -->
</div><!-- /.container-fluid -->
</div>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
</div>
<!-- ./wrapper -->
<!-- REQUIRED SCRIPTS -->
<!-- jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- AdminLTE App -->
<script src="dist/js/adminlte.min.js"></script>
</body>
</html>