-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditorials.html
More file actions
524 lines (454 loc) · 31.5 KB
/
editorials.html
File metadata and controls
524 lines (454 loc) · 31.5 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- PUT ALL OTHER CSS SHEETS HERE -->
<head>
<title>The Vector - Editorials</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="assets/font/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="assets/font/font.css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text&family=Forum&family=Mate+SC&display=swap" rel="stylesheet">
<link id="pagestylelite" rel="stylesheet" type="text/css" href="assets/css/style_lite.css" media="screen" />
<link id="headstylelite" rel="stylesheet" type="text/css" href="assets/css/responsive_lite.css" media="screen" />
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="assets/css/jquery.bxslider.css" media="screen" />
<!-- COLOR MODE CHANGER -->
<!-- PUT YOUR STARTING CSS SHEET HERE -->
<link id="pagestyle" rel="stylesheet" type="text/css" href="assets/css/style.css">
<link id="headstyle" rel="stylesheet" type="text/css" href="assets/css/responsive.css" media="screen" />
<!-- THIS IS THE FUNCTION -->
<script>
function swapStyleSheet(sheet, headsheet, sheetlite, headsheetlite){
document.getElementById('pagestyle').setAttribute('href', sheet);
document.getElementById('headstyle').setAttribute('href',headsheet);
document.getElementById('pagestylelite').setAttribute('href', sheetlite);
document.getElementById('headstylelite').setAttribute('href',headsheetlite);
}
</script>
</head>
<!-- THESE ARE THE BUTTON LINKS -->
<body>
<h9>Change Color Scheme</h9>
<button2 onclick="swapStyleSheet('assets/css/style.css','assets/css/responsive.css')">Dark Mode</button2>
<!-- IF I MAKE MORE STYLES I CAN PUT THEM HERE AS OTHER BUTTONS. <button onclick="swapStyleSheet('blue.css')">Blue Style Sheet</button> -->
<button onclick="swapStyleSheet('assets/css/style_lite.css','assets/css/responsive_lite.css')">Light Mode</button>
</body>
<body>
<div class="body_wrapper">
<div class="center">
<div class="header_area">
<div class="logo">
<a href="index.html"><img class="img2" src="images/logo%20(copy%2010).png" alt="" /></a>
</div>
<!-- <div class="logo2"><a href="#"><img src="images/Old-Watch.png" alt="" /></a></div> -->
<button4 onclick='window.open("https://www.bitchute.com/channel/97fUrru4oBOT/","_blank")'>Vector Radio en español</button4>
<div class="top_menu float">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<!-- <li><a href="#">Subscribe</a></li>
<li><a href="#">Login</a></li> -->
</ul>
</div>
<!-- SOCIAL MEDIA ADDITIONS GO HERE ONCE THEY ARE ESTABLISHED -->
<!-- <div class="social_plus_search floatright">
<div class="social">
<ul>
<li><a href="#" class="twitter"></a></li>
<li><a href="#" class="facebook"></a></li>
<li><a href="#" class="feed"></a></li>
</ul>
</div>
<div class="search">
<form action="#" method="post" id="search_form">
<input type="text" value="Search news" id="s" />
<input type="submit" id="searchform" value="search" />
<input type="hidden" value="post" name="post_type" />
</form>
</div>
</div>
</div> -->
<!-- PHP TESTING AREA -->
<div class="main_menu_area">
<ul id="nav">
<li><a href="world_watch.html">world watch</a>
<!-- <ul>
<li><a href="#">Single item</a></li>
<li><a href="#">Single item</a></li>
<li><a href="#">Single item</a></li>
</ul> -->
</li>
<li><a href="elite_watch.html">elite watch</a>
<!-- <ul>
<li><a href="#">Single item</a></li>
<li><a href="#">Single item</a></li>
<li><a href="#">Single item</a></li>
</ul> -->
</li>
<li><a href="tech_watch.html">tech watch</a>
<!-- THIS CAN ADD A DROPDOWN LIST OF ARTICLES
HOW CAN I MAKE THESE UPDATE AUTOMATICALLY?
<ul>
<li><a href="#">Single item</a></li>
<li><a href="#">Single item</a></li>
<li><a href="#">Single item</a></li>
</ul> -->
</li>
<li><a href="financial_watch.html">financial watch</a>
<!-- <ul>
<li><a href="#">Single item</a></li>
<li><a href="#">Single item</a></li>
<li><a href="#">Single item</a></li>
</ul> -->
</li>
<li><a href="covid_watch.html">covid watch</a>
<!-- <ul>
<li><a href="#">Single item</a></li>
<li><a href="#">Single item</a></li>
<li><a href="#">Single item</a></li>
</ul> -->
</li>
<li><a href="culture_watch.html">culture watch</a>
<!-- <ul>
<li><a href="#">Single item</a></li>
<li><a href="#">Single item</a></li>
<li><a href="#">Single item</a></li>
</ul> -->
</li>
<li><a href="recommended.html">recommended</a>
<!-- <ul>
<li><a href="#">Single item</a></li>
<li><a href="#">Single item</a></li>
<li><a href="#">Single item</a></li>
</ul> -->
</ul>
</div>
<!-- USE THIS FOR ALERTS IF NECESSARY
<p2>alert! alert! alert! they are shutting down the web!!!</p2>
-->
<h1 class="title">EDITORIALS</h1>
<div class="row">
<div class="column">
<h3><a class="a4" href="/editorials/hhs-blows-up-us-covid-data.html ">Politics of Measurement: HHS Blows up long-term US COVID-19 data, but opts for new Pediatric ICU categories</a></h3>
<div class="single_cat_right_content editorial"> <img class="img2" src="/editorials/hhsblowsupcoviddata.jpeg" alt="" />
</div>
<h3><a class="a4" href="/editorials/CausalAnalysisReport_html.html">Worldwide Bayesian Causal Impact Analysis of Vaccine Administration on Deaths and Cases Associated with COVID-19: A BigData Analysis of 145 Countries</a></h3>
<div class="single_cat_right_content editorial"> <img class="img2" src="/editorials/densityY1.png" alt="" />
</div>
<h3><a class="a4" href="/editorials/covid-19-testing-patents-in-2015.html">Did Richard Rothschild file a Patent Application "for a System and Method for Testing for COVID-19? You be the judge</a></h3>
<div class="single_cat_right_content editorial"> <img class="img2" src="/editorials/nihcovidpatent.jpg" alt="" />
</div>
</div>
<div class="column">
<h3><a class="a4" href="/editorials/magic-vaccine-theory.html">The Magic Vaccine Theory</a></h3>
<div class="single_cat_right_content editorial"> <img class="img2" src="/editorials/magicvaccinetheory.jpeg" alt="" />
</div>
<h3><a class="a4" href="/editorials/rural-women-forcibly-jabbed-in-india.html">[VIDEO EVIDENCE] Nuremberg Likely Violated: Forced Injections have already Started</a></h3>
<div class="single_cat_right_content editorial"> <img class="img2" src="/editorials/rural-women-forcibly-jabbed-in-india_html_5907796abc2912ca.png" alt="" />
</div>
<h3><a class="a4" href="/editorials/five-stages-of-vaccine-grief.html">Five Stages of Vaccine Grief</a></h3>
<div class="single_cat_right_content editorial"> <img class="img2" src="/editorials/kubler-ross.jpeg" alt="" />
</div>
<h3><a class="a4" href="/editorials/covid-report.html">Statistical Signicance of Correlations between Quantity of Government COVID-19 Mandates and Death Rates Worldwide</a></h3>
<div class="single_cat_right_content editorial"> <img class="img2" src="/editorials/correlationmatrix_28-Apr-2021.png" alt="" />
</div>
</div>
</div>
<!-- ADD ALL ARCHIVED ARTICLES HERE RIGHT ON TOP. WHEN THE LIST GETS TOO FULL, DETERMINE HOW TO ADD PAGES LIKE
AN INDEX AT THE BOTTOM.-->
<!-- SWEET SLIDER IF THAT'S WHAT YOU'RE IN TO
<div class="slider_area">
<div class="slider">
<ul class="bxslider">
<li><img src="images/1.jpg" alt="" title="Slider caption text" /></li>
<li><img src="images/2.jpg" alt="" title="Slider caption text" /></li>
<li><img src="images/3.jpg" alt="" title="Slider caption text" /></li>
</ul>
</div>
</div> -->
<!-- <div class="content_area">
<div class="main_content floatleft">
<div class="left_coloum floatleft">
<div class="single_left_coloum_wrapper"> -->
<!-- <h2 class="title">from around the world</h2>
<a class="more" href="#">more</a>
<div class="single_left_coloum floatleft"> <img src="images/single_featured.png" alt="" />
<h3>Lorem ipsum dolor sit amet, consectetur</h3>
<p>Nulla quis lorem neque, mattis venenatis lectus. In interdum ullamcorper dolor eu mattis.</p>
<a class="readmore" href="#">read more</a>
</div>
<div class="single_left_coloum floatleft"> <img src="images/single_featured.png" alt="" />
<h3>Lorem ipsum dolor sit amet, consectetur</h3>
<p>Nulla quis lorem neque, mattis venenatis lectus. In interdum ullamcorper dolor eu mattis.</p>
<a class="readmore" href="#">read more</a>
</div>
<div class="single_left_coloum floatleft"> <img src="images/single_featured.png" alt="" />
<h3>Lorem ipsum dolor sit amet, consectetur</h3>
<p>Nulla quis lorem neque, mattis venenatis lectus. In interdum ullamcorper dolor eu mattis.</p>
<a class="readmore" href="#">read more</a>
</div>
</div>
<div class="single_left_coloum_wrapper">
<h2 class="title">latest articles</h2>
<a class="more" href="#">more</a>
<div class="single_left_coloum floatleft"> <img src="images/single_featured.png" alt="" />
<h3>Lorem ipsum dolor sit amet, consectetur</h3>
<p>Nulla quis lorem neque, mattis venenatis lectus. In interdum ullamcorper dolor eu mattis.</p>
<a class="readmore" href="#">read more</a>
</div>
<div class="single_left_coloum floatleft"> <img src="images/single_featured.png" alt="" />
<h3>Lorem ipsum dolor sit amet, consectetur</h3>
<p>Nulla quis lorem neque, mattis venenatis lectus. In interdum ullamcorper dolor eu mattis.</p>
<a class="readmore" href="#">read more</a>
</div>
<div class="single_left_coloum floatleft"> <img src="images/single_featured.png" alt="" />
<h3>Lorem ipsum dolor sit amet, consectetur</h3>
<p>Nulla quis lorem neque, mattis venenatis lectus. In interdum ullamcorper dolor eu mattis.</p>
<a class="readmore" href="#">read more</a>
</div>
</div>
<div class="single_left_coloum_wrapper gallery">
<h2 class="title">gallery</h2>
<a class="more" href="#">more</a> <img src="images/single_featured.png" alt="" /> <img src="images/single_featured.png" alt="" /> <img src="images/single_featured.png" alt="" /> <img src="images/single_featured.png" alt="" /> <img src="images/single_featured.png" alt="" /> <img src="images/single_featured.png" alt="" />
</div>
<div class="single_left_coloum_wrapper single_cat_left">
<h2 class="title">tech news</h2>
<a class="more" href="#">more</a>
<div class="single_cat_left_content floatleft">
<h3>Lorem ipsum dolor sit amet conse ctetur adipiscing elit </h3>
<p>Nulla quis lorem neque, mattis venenatis lectus. In interdum ullamcorper dolor ...interdum</p>
<p class="single_cat_left_content_meta">by <span>John Doe</span> | 29 comments</p>
</div>
<div class="single_cat_left_content floatleft">
<h3>Lorem ipsum dolor sit amet conse ctetur adipiscing elit </h3>
<p>Nulla quis lorem neque, mattis venenatis lectus. In interdum ullamcorper dolor ...interdum</p>
<p class="single_cat_left_content_meta">by <span>John Doe</span> | 29 comments</p>
</div>
<div class="single_cat_left_content floatleft">
<h3>Lorem ipsum dolor sit amet conse ctetur adipiscing elit </h3>
<p>Nulla quis lorem neque, mattis venenatis lectus. In interdum ullamcorper dolor ...interdum</p>
<p class="single_cat_left_content_meta">by <span>John Doe</span> | 29 comments</p>
</div>
<div class="single_cat_left_content floatleft">
<h3>Lorem ipsum dolor sit amet conse ctetur adipiscing elit </h3>
<p>Nulla quis lorem neque, mattis venenatis lectus. In interdum ullamcorper dolor ...interdum</p>
<p class="single_cat_left_content_meta">by <span>John Doe</span> | 29 comments</p>
</div>
</div>
</div>
</div> -->
<!-- <div class="right_coloum floatright">
<div class="single_right_coloum">
<h2 class="title"><a href="covid_science.html">covid science</a></h2>
<ul>
<li>
<div class="single_cat_right_content">
<h3>LOCKDOWNS DON'T WORK</h3>
<h4>SCIENTIFIC STUDY ~ Covid-19 Mortality: A Matter of Vulnerability Among Nations Facing Limited Margins of Adaptation</h4>
<h9>Frontiers in Public Health</h9>
<p>RESULTS: Stringency of the measures settled to fight pandemia, including lockdown, did not appear to be linked with death rate.</p>
<p class="single_cat_right_content_meta"><a href="https://www.frontiersin.org/articles/10.3389/fpubh.2020.604339/full"><span>read more</span></a> November 2020</p>
</div>
</li>
<li>
<div class="single_cat_right_content">
<h3>MASKS DON'T WORK</h3>
<h4>SCIENTIFIC STUDY ~ Facemasks in the COVID-19 era: A health hypothesis
</h4>
<h9>ScienceDirect: Medical Hypotheses</h9>
<p>RESULTS: Although, scientific evidence supporting facemasks’ efficacy is lacking, adverse physiological, psychological and health effects are established.</p>
<p class="single_cat_right_content_meta"><a href="https://www.sciencedirect.com/science/article/pii/S0306987720333028"><span>read more</span></a> January 2021</p>
</div>
</li>
<li>
<div class="single_cat_right_content">
<h3>SURFACES DON'T TRANSMIT</h3>
<h4>SCIENTIFIC STUDY ~ Science Brief: SARS-CoV-2 and Surface (Fomite) Transmission for Indoor Community Environments</h4>
<h9>Centers for Disease Control and Prevention (CDC)</h9>
<p>RESULTS: Findings of these studies suggest that the risk of SARS-CoV-2 infection via the fomite transmission route is low, and generally less than 1 in 10,000, which means that each contact with a contaminated surface has less than a 1 in 10,000 chance of causing an infection.</p>
<p class="single_cat_right_content_meta"><a href="https://www.cdc.gov/coronavirus/2019-ncov/more/science-and-research/surface-transmission.html"><span>read more</span></a> April 2021</p>
</div>
</li>
</ul>
<a class="popular_more" href="#">more</a>
</div>
<div class="single_right_coloum">
<h2 class="title">editorial</h2>
<div class="single_cat_right_content editorial"> <img src="images/editorial_img.png" alt="" />
<h3>Lorem ipsum dolor sit amet con se cte tur adipiscing elit</h3>
</div>
<div class="single_cat_right_content editorial"> <img src="images/editorial_img.png" alt="" />
<h3>Lorem ipsum dolor sit amet con se cte tur adipiscing elit</h3>
</div>
<div class="single_cat_right_content editorial"> <img src="images/editorial_img.png" alt="" />
<h3>Lorem ipsum dolor sit amet con se cte tur adipiscing elit</h3>
</div>
<div class="single_cat_right_content editorial"> <img src="images/editorial_img.png" alt="" />
<h3>Lorem ipsum dolor sit amet con se cte tur adipiscing elit</h3>
</div>
<div class="single_cat_right_content editorial"> <img src="images/editorial_img.png" alt="" />
<h3>Lorem ipsum dolor sit amet con se cte tur adipiscing elit</h3>
</div>
<div class="single_cat_right_content editorial"> <img src="images/editorial_img.png" alt="" />
<h3>Lorem ipsum dolor sit amet con se cte tur adipiscing elit</h3>
</div>
</div>
</div> -->
<!-- IF YOU WANT A NEWSLETTER SIGNUP HOPEFLLY LATER
MAYBE i CAN JUST PUT A GOOLGE FORM HERE? -->
<!-- <div class="sidebar floatright">
<div class="single_sidebar"> <img src="images/add1.png" alt="" /> </div>
<div class="single_sidebar">
<div class="news-letter">
<h2>Sign Up for Newsletter</h2>
<p>Sign up to receive our free newsletters!</p>
<form action="#" method="post">
<input type="text" value="Name" id="name" />
<input type="text" value="Email Address" id="email" />
<input type="submit" value="SUBMIT" id="form-submit" />
</form>
<p class="news-letter-privacy">We do not spam. We value your privacy!</p>
</div>
</div> -->
<!-- IF YOU WANT A POPULAR FEED
<div class="single_sidebar">
<div class="popular">
<h2 class="title">Popular</h2>
<ul>
<li>
<div class="single_popular">
<p>Sept 24th 2045</p>
<h3>Lorem ipsum dolor sit amet conse ctetur adipiscing elit <a href="#" class="readmore">Read More</a></h3>
</div>
</li>
<li>
<div class="single_popular">
<p>Sept 24th 2045</p>
<h3>Lorem ipsum dolor sit amet conse ctetur adipiscing elit <a href="#" class="readmore">Read More</a></h3>
</div>
</li>
<li>
<div class="single_popular">
<p>Sept 24th 2045</p>
<h3>Lorem ipsum dolor sit amet conse ctetur adipiscing elit <a href="#" class="readmore">Read More</a></h3>
</div>
</li>
<li>
<div class="single_popular">
<p>Sept 24th 2045</p>
<h3>Lorem ipsum dolor sit amet conse ctetur adipiscing elit <a href="#" class="readmore">Read More</a></h3>
</div>
</li>
<li>
<div class="single_popular">
<p>Sept 24th 2045</p>
<h3>Lorem ipsum dolor sit amet conse ctetur adipiscing elit <a href="#" class="readmore">Read More</a></h3>
</div>
</li>
</ul>
<a class="popular_more">more</a>
</div>
</div> -->
</div>
</div>
<div class="content_area">
<div class="aligncenter">
<div class="logo">
<p3>DONATE HERE</p3>
<p3>Please help me keep this hub of information online. Consider DONATING using any of the methods below:</p3>
<button class="btn" data-clipboard-text="bc1qap9tkh9dk8nf04cesahvj623qwqwmk5c4zmqrx" style="display: inline-block">Copy <img src="images/btc.svg" alt="Bitcoin Logo" /> Wallet Address </button>
<p4>BTC: bc1qap9tkh9dk8nf04cesahvj623qwqwmk5c4zmqrx</p4>
<button class="btn" data-clipboard-text="0x5bAe5C4Ee10EB0b9eE3e1105194C346F4CEcAf5" style="display: inline-block">Copy <img src="images/eth.svg" alt="Bitcoin Logo" /> Wallet Address </button>
<p4>ETH: 0x5bAe5C4Ee10EB0b9eE3e1105194C346F4CEcAf5</p4>
<button class="btn" data-clipboard-text="DNBAER7G3kxMg41UPr5emiwDZA1Jg1srvg" style="display: inline-block">Copy <img src="images/doge.svg" alt="Bitcoin Logo" /> Wallet Address </button>
<p4>DOGE: DNBAER7G3kxMg41UPr5emiwDZA1Jg1srvg</p4>
<button class="btn" data-clipboard-text="4Aaj4hi4Vpy36gFQofxLA9LUHsCAZEQJHWLHJNLAqoCsSyZ9gM2fGWjiuh4u5WoRfhET46TsQXPMocVCPm8Cnq6o3YkiUw7" style="display: inline-block">Copy <img src="images/xmr.svg" alt="Bitcoin Logo" /> Wallet Address </button>
<p4>XMR: 4Aaj4hi4Vpy36gFQofxLA9LUHsCAZEQJHWLHJNLAqoCsSyZ9gM2fGWjiuh4u5WoRfhET46TsQXPMocVCPm8Cnq6o3YkiUw7</p4>
<button class="btn" data-clipboard-text="Lgy4mesZ9iYtWpk6A315zXzQzL6uEofPAU" style="display: inline-block">Copy <img src="images/ltc.svg" alt="Bitcoin Logo" /> Wallet Address </button>
<p4>LTC: Lgy4mesZ9iYtWpk6A315zXzQzL6uEofPAU</p4>
<button class="btn" data-clipboard-text="rLtGNisqfGh73cLh3gKQn1dsTyC9VPrKFU" style="display: inline-block">Copy <img src="images/xrp.svg" alt="Bitcoin Logo" /> Wallet Address </button>
<p4>XRP: rLtGNisqfGh73cLh3gKQn1dsTyC9VPrKFU</p4>
<button class="btn" data-clipboard-text="0x5bAe5C4Ee10EB0b9eE3e1105194C346F4CEcAf5e" style="display: inline-block">Copy <img src="images/usdt.svg" alt="Bitcoin Logo" /> Wallet Address </button>
<p4>USDT: 0x5bAe5C4Ee10EB0b9eE3e1105194C346F4CEcAf5e</p4>
<button class="btn" data-clipboard-text="TErxokaVYhAoHeDQyMrc4Raqe6K7krMt39" style="display: inline-block">Copy <img src="images/trx.svg" alt="Bitcoin Logo" /> Wallet Address </button>
<p4>TRX: TErxokaVYhAoHeDQyMrc4Raqe6K7krMt39</p4>
<button class="btn" data-clipboard-text="AMFdh5EAEC2kHBWDqqMEuvq8MStYS1m3dP" style="display: inline-block">Copy <img src="images/neo.svg" alt="Bitcoin Logo" /> Wallet Address </button>
<p4>NEO: AMFdh5EAEC2kHBWDqqMEuvq8MStYS1m3dP</p4>
<button class="btn" data-clipboard-text="tz1Vw9NNLN1h8HBddXEJw2Fcq7JY6VrRFhtH" style="display: inline-block">Copy <img src="images/xtz.svg" alt="Bitcoin Logo" /> Wallet Address </button>
<p4>XTZ: tz1Vw9NNLN1h8HBddXEJw2Fcq7JY6VrRFhtH</p4>
<button class="btn" data-clipboard-text="NDIILYTKTD3LNJBFIFETRD6X226WJ2BKG5EUTHHH" style="display: inline-block">Copy <img src="images/xem.svg" alt="Bitcoin Logo" /> Wallet Address </button>
<p4>XEM: NDIILYTKTD3LNJBFIFETRD6X226WJ2BKG5EUTHHH</p4>
<button class="btn" data-clipboard-text="cosmos1s7w4c3a8pzcm0dwdsq3sweunwvdz6s6sc6a8jy" style="display: inline-block">Copy <img src="images/atom.svg" alt="Bitcoin Logo" /> Wallet Address </button>
<p4>ATOM: cosmos1s7w4c3a8pzcm0dwdsq3sweunwvdz6s6sc6a8jy</p4>
<button class="btn" data-clipboard-text="addr1q804eem8lun27vfezlhpvx98gpjqzyqv7udpsjvalcwlqvkltnnk0lex4ucnj9lwzcv2wsryqygqeac6rpyemlsa7qeq28p4jn" style="display: inline-block">Copy <img src="images/ada.svg" alt="Bitcoin Logo" /> Wallet Address </button>
<p4>ADA: addr1q804eem8lun27vfezlhpvx98gpjqzyqv7udpsjvalcwlqvkltnnk0lex4ucnj9lwzcv2wsryqygqeac6rpyemlsa7qeq28p4jn</p4>
</div>
</div>p2
</div>
<!-- <div class="footer_top_area">
<div class="inner_footer_top"></div>
</div> -->
<div class="footer_bottom_area">
<div class="footer_menu">
<ul id="f_menu">
<li><a href="world_watch.html">world watch</a></li>
<li><a href="elite_watch.html">elite watch</a></li>
<li><a href="tech_watch.html">tech watch</a></li>
<li><a href="financial_watch.html">financial watch</a></li>
<li><a href="propaganda_watch.html">propaganda watch</a></li>
<li><a href="culture_watch.html">culture watch</a></li>
<li><a href="recommended.html">recommended</a></li>
<li><a href="covid_watch.html">covid-19 watch</a></li>
</ul>
</div>
<div class="copyright_text">
<h3>Copyright © 2021 The Vector. All rights reserved | Design by
<a class="a2" style="font-size: 1em" target="_blank" rel="nofollow" href="http://www.kylebeattie.dx.am">Kyle Beattie</a>
</h3>
<h3>All data held and linked here is under the Creative Commons license and is FREE to use, link, and distribute under the Creative Commons license</h3>
</div>
</div>
<!-- </div> -->
<!-- 2. Include library -->
<script src="assets/js/clipboard.min.js"></script>
<!-- THIS IS THE CODE FOR MY COPY CLIPBOARD BUTTONS -->
<!-- 3. Instantiate clipboard by passing a string selector -->
<script>
var clipboard = new ClipboardJS('.btn');
clipboard.on('success', function(e) {
console.log(e);
console.info('Text:', e.text);
alert("Copied!");
});
clipboard.on('error', function(e) {
console.log(e);
console.info('Text:', e.text);
alert("Try Again");
});
</script>
<!-- </div> -->
<script type="text/javascript" src="assets/js/jquery-min.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.bxslider.js"></script>
<script type="text/javascript" src="assets/js/selectnav.min.js"></script>
<script type="text/javascript">
selectnav('nav', {
label: '-Navigation-',
nested: true,
indent: '-'
});
selectnav('f_menu', {
label: '-Navigation-',
nested: true,
indent: '-'
});
$('.bxslider').bxSlider({
mode: 'fade',
captions: true
});
</script>
<!-- </div> -->
</body>
</html>