-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
489 lines (439 loc) · 19.9 KB
/
index.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
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="format-detection" content="telephone=no"> <!--Prevents browsers from trying to make a number a clickable phone number (can still use "tel:" if we want this functionality)-->
<!--Web-App Capable-->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="minisatoshi">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon" sizes="192x192" href="https://minisatoshi.cash/images/TwitterProfile.jpg">
<!-- Canonical link for SEO -->
<link href="https://minisatoshi.cash" rel="canonical" data-rh="true">
<link href="https://minisatoshi.cash" hreflang="x-default" rel="alternate" data-rh="true">
<!-- Primary Meta Tags -->
<title>minisatoshi.cash | It's up to us.</title>
<meta name="title" content="minisatoshi.cash | It's up to us." >
<meta name="description" content="Join the fight for freedom. Bitcoin Cash: A Peer-to-Peer Electronic Cash System. Learn how you can get involved!">
<!-- Use Google Search Console and Bing Webmaster Tools for SEO data -->
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://minisatoshi.cash/">
<meta property="og:title" content="minisatoshi.cash | It's up to us.">
<meta property="og:description" content="Join the fight for freedom. Bitcoin Cash: A Peer-to-Peer Electronic Cash System.">
<meta property="og:image" content="https://minisatoshi.cash/images/minisatoshicash.jpg">
<meta property="og:image:alt" content="minisatoshi.cash homepage image.">
<meta property="og:article:section" content="Information">
<meta property="og:article:tag" content="Bitcoin">
<meta property="og:article:tag" content="Bitcoin Cash">
<meta property="og:article:tag" content="BCH">
<meta property="og:article:tag" content="Cryptocurrencies">
<meta property="og:article:tag" content="Upgrades">
<meta property="og:article:tag" content="History">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://minisatoshi.cash/">
<meta name="twitter:site" content="@_minisatoshi">
<meta name="twitter:creator" content="@_minisatoshi">
<meta property="twitter:title" content="minisatoshi.cash | It's up to us.">
<meta property="twitter:description" content="Join the fight for freedom. BitcoinCash: A Peer-to-Peer Electronic Cash System.">
<meta property="twitter:image" content="https://minisatoshi.cash/images/minisatoshicash.jpg">
<meta name="keywords" content="Bitcoin, Bitcoin Cash, BTC, BCH, Satoshi, Bcash, crypto, blockchain technology, digital currency, crypto news, DeFi, altcoins">
<meta name="robots" content="index, follow">
<!-- <meta http-equiv="Content-Type" content="text/html;"> --> <!-- LEGACY -->
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">
<meta name="author" content="_minisatoshi">
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="images/png" href="favicon.png">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet" type="text/css" media="all">
<!-- FontAwesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer">
<!-- CSS -->
<link rel="stylesheet" href="css/main.css?v=0.34">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/bootstrap.css">
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<!-- Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "minisatoshi",
"alternateName": "minisatoshi",
"url": "https://minisatoshi.cash",
"logo": "https://minisatoshi.cash/images/TwitterProfile.jpg",
"sameAs": [
"https://x.com/_minisatoshi",
"https://github.com/minisat0shi"
]
}
</script>
</head>
<body data-bs-smooth-scroll="true">
<nav class="custom_nav">
<div class="nav_container">
<div class="logo">
<a href="#">minisatoshi</a>
</div>
<div id="mainListDiv" class="main_list">
<ul class="navlinks">
<li><a href="#">Home</a></li>
<li><a href="#_about">About</a></li>
<li><a href="#_socialmedia">Social</a></li>
<li><a href="#_getconnected">Get Connected</a></li>
<li><a href="forkmap">Fork Map</a></li>
<li><a href="upgrade-history">Upgrade History</a></li>
<li><a href="minecraft">Minecraft</a></li>
</ul>
</div>
<span class="navTrigger">
<i></i>
<i></i>
<i></i>
</span>
</div>
</nav>
<!-- Floating Social Buttons -->
<div class="social">
<ul>
<li>
<a data-bs-ripple-init class="btn btn-primary btn-lg btn-floating" href="https://x.com/_minisatoshi" role="button">
<i class="bi bi-twitter-x"></i>
</a>
</li>
<li>
<a data-bs-ripple-init class="btn btn-primary btn-lg btn-floating" href="https://github.com/minisat0shi" role="button">
<i class="bi bi-github"></i>
</a>
</li>
</ul>
</div>
<!-- Floating Theme Button -->
<div class="theme p-2">
<div class="dropdown theme-switcher">
<button class="btn btn-secondary dropdown-toggle" type="button" id="themeDropdown" data-bs-toggle="dropdown" aria-expanded="false">
<i id="themeIcon" class="bi bi-moon-stars-fill"></i>
</button>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="themeDropdown">
<li><a class="dropdown-item" href="#" data-theme="light"><i class="bi bi-brightness-high-fill"></i> Light</a></li>
<li><a class="dropdown-item" href="#" data-theme="dark"><i class="bi bi-moon-fill"></i> Dark</a></li>
</ul>
</div>
</div>
<!-- UPDATE THIS SECTION TO USE BOOTSTRAP -->
<section class="home">
<h2 class="home-text px-3">We're all part of Satoshi's mission...</h2>
<img class="home-img" src="images/bitcoin-cash-logo-horizontal-wt.webp" alt="BitcoinCash Logo">
</section>
<div class="container p-5 text-center" id="_about">
<h1 class="P2P_Title pb-4">We are all Satoshi</h1>
<p class="fs-3">Just as Bitcoin is a Peer-to-Peer Electronic Cash System, it is also a Peer-to-Peer social system.
<br><br>
It is up to each and every one of us to share this goal with others. A truly grassroots movement can help ensure the roots dig deep and hold, rather than being the next shallow hyped trend.
<br><br>
How do we accomplish this? As easy as 1, 2, 3.
</p>
</div>
<!--Three Steps Container-->
<div class="container pb-5">
<div class="row">
<div class="col-md-4">
<div class="fh5co-person text-center">
<h2>1</h2>
<i class="fa-solid fa-comments-dollar fa-5x" style="color: #147efb"></i>
<h2><br>Help someone set up a wallet and send them some sats!</h2>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-person text-center">
<h2>2</h2>
<i class="fa-solid fa-lightbulb fa-5x" style="color: #ffd242"></i>
<h2><br>Connect with them -- find out what matters most to them!</h2>
</div>
</div>
<div class="col-md">
<div class="fh5co-person text-center">
<h2>3</h2>
<i class="fa-solid fa-cash-register fa-5x" style="color: #0AC18E"></i>
<h2><br>Demonstrate how can this be used today and what's possible tomorrow!</h2>
</div>
</div>
</div>
</div>
<div class="container-fluid text-center twitter_highlight p-3" id="_socialmedia">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 py-3">
<a href="https://x.com/_minisatoshi">
<img class="twitter_profile_image img-fluid" src="images/TwitterProfile.jpg" alt="minisatoshi Twitter profile image">
<h4 class="twitter-link link-light link-offset-2 link-underline-opacity-25 link-underline-opacity-100-hover">@_minisatoshi</h4>
</a>
</div>
<div class="col-lg white-text">
<h2>Follow me on X!</h2>
<h2><br>I'm a freedom maximalist. I believe in freedom above all else. Voluntarianism. Peer to Peer Electronic Cash is one of the best systems to ensure we retain all other freedoms. By bringing the power of money supply back to the people and out of centralized control we can prevent exploitation of us and the harm of everyone else.</h2>
</div>
</div>
</div>
</div>
<div class="text-center py-5" id="_getconnected">
<h2 class="P2P_Title pb-3">Join Bitcoin Cash Social Channels!</h2>
<div class="container p-3">
<h2 class="border-bottom border-3 pb-1 mb-3">Main Telegram Channels!</h2>
<div class="row">
<div class="col-lg-4 py-2">
<div class="card h-100 pt-3">
<img
src="images/TelegramGroups/bch.svg"
class="card-img-top card-image-standard"
alt="Bitcoin Cash Telegram"
>
<div class="card-body">
<h5 class="card-title">Bitcoin Cash</h5>
<p class="card-text">
A group for bitcoin cash and anything and everything related!
</p>
<div class="card-footer bg-transparent border-top-0">
<a href="https://t.me/bchchannel" data-bs-ripple-init class="btn btn-primary">Join!</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 py-2">
<div class="card h-100 pt-3">
<img
src="images/TelegramGroups/BCHPodcast.jpg"
class="card-img-top card-image-standard"
alt="Bitcoin Cash Podcast"
>
<div class="card-body">
<h5 class="card-title">BCH Podcast</h5>
<p class="card-text">
Bitcoin Cash Podcast telegram channel. More focused content.
</p>
<div class="card-footer bg-transparent border-top-0">
<a href="https://t.me/thebitcoincashpodcast_discussion" data-bs-ripple-init class="btn btn-primary">Join!</a>
</div>
</div>
</div>
</div>
<div class="col-lg py-2">
<div class="card h-100 pt-3">
<img
src="images/TelegramGroups/BCHpriceTalk.jpg"
class="card-img-top card-image-standard"
alt="Bitcoin Cash Price Talk Channel"
>
<div class="card-body">
<h5 class="card-title">BCH Price Talk</h5>
<p class="card-text">
Bitcoin Cash ($BCH) Price and trading related discussions.
</p>
<div class="card-footer bg-transparent border-top-0">
<a href="https://t.me/bchpricechannel" data-bs-ripple-init class="btn btn-primary">Join!</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container py-5">
<h2 class="border-bottom border-3 pb-1 mb-3">Other Helpful Resources!</h2>
<div class="row">
<div class="col-lg-4 py-2">
<div class="card h-100">
<img
src="images/TelegramGroups/BCHF.png"
class="card-img-top card-image-standard"
alt="Bitcoin Cash Foundation Discord"
>
<div class="card-body">
<h5 class="card-title">Bitcoin Cash Foundation Discord</h5>
<p class="card-text">
Low noise, high signal Discord channels. Be the /someone .
</p>
<div class="card-footer bg-transparent border-top-0">
<a href="https://discord.gg/7PM8TkmVUx" data-bs-ripple-init class="btn btn-primary">Join!</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 py-2">
<div class="card h-100">
<img
src="images/TelegramGroups/BCHF.png"
class="card-img-top card-image-standard"
alt="Bitcoin Cash Foundation YouTube -- Weekly News"
>
<div class="card-body">
<h5 class="card-title">BCH Foundation YouTube</h5>
<p class="card-text">
Weekly news updates about the going-ons of Bitcoin Cash.
</p>
<div class="card-footer bg-transparent border-top-0">
<a href="https://www.youtube.com/@BitcoinCashFoundation" data-bs-ripple-init class="btn btn-primary">Join!</a>
</div>
</div>
</div>
</div>
<div class="col-lg py-2">
<div class="card h-100">
<img
src="images/TelegramGroups/BCHR.png"
class="card-img-top card-image-standard"
alt="Bitcoin Cash Research"
>
<div class="card-body">
<h5 class="card-title">Bitcoin Cash Research</h5>
<p class="card-text">
Primary forum for discussing BCH Technology & Research.
</p>
<div class="card-footer bg-transparent border-top-0">
<a href="https://bitcoincashresearch.org" data-bs-ripple-init class="btn btn-primary">Join!</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="row white-text">
<h3>Buy me a coffee!</h3>
<div class="custom-tooltip">
<h5 class="user-select-all" style="display:inline; word-wrap: break-word;">bitcoincash:qrvns4u27ngn6vf774rlep6873kzadqnavw0szkqx3</h5>
<button id="copyButton" class="remove-button-stylings white-text" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Copy to Clipboard">
<i class="bi bi-copy copyButton"></i>
</button>
</div>
</div>
<script>
document.addEventListener('DOMContentLoaded', function() {
const button = document.getElementById('copyButton');
const tooltip = new bootstrap.Tooltip(button);
const copyToClipboard = async () => {
try {
const element = document.querySelector(".user-select-all");
await navigator.clipboard.writeText(element.textContent);
// Optional: Provide feedback or perform additional actions upon successful copy
// Update tooltip text
tooltip.setContent({ '.tooltip-inner': 'Copied!' });
// Show tooltip
tooltip.show();
// Hide tooltip after a short delay
setTimeout(() => {
tooltip.hide();
// Reset tooltip text for next use
tooltip.setContent({ '.tooltip-inner': 'Copy to Clipboard' });
}, 1500); // Adjust delay as needed
} catch (error) {
console.error("Failed to copy to clipboard:", error);
// Optional: Handle and display the error to the user
tooltip.setContent({ '.tooltip-inner': 'Copy Failed!' });
tooltip.show();
setTimeout(() => {
tooltip.hide();
tooltip.setContent({ '.tooltip-inner': 'Copy to Clipboard' });
}, 2000); // Adjust delay for error message
}
};
// Attach the function to the button's onclick event again or maintain your existing setup
button.addEventListener('click', copyToClipboard);
});
</script>
<br>
<div class="row">
<h5><a href="https://discover.cash/">Learn about Bitcoin Cash</a> | <a href="http://www.reddit.com/r/btc">Uncensored Bitcoin Forum</a> | <a href="https://t.me/bchchannel">Telegram Chatroom</a> | <a href="https://cashaddress.org/">Paper Wallet</a>
</h5>
</div>
<div class="row">
<h5>
<a href="https://blockchair.com">Blockchair Block Explorer</a>
</h5>
</div>
<br>
<div class="row">
<h5>Connect to my SPV Node! node.minisatoshi.cash</h5>
</div>
</footer>
<!-- Jquery needed -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
function setTheme(theme) {
document.documentElement.setAttribute('data-bs-theme', theme);
localStorage.setItem('bs-theme', theme);
updateThemeIcon(theme);
updateActiveDropdownItem(theme);
updateButtonStyles(); // Call this function to update button styles on theme change
}
function getCurrentTheme() {
return localStorage.getItem('bs-theme') || 'dark';
}
function updateThemeIcon(theme) {
const icon = document.getElementById('themeIcon');
icon.className = `bi ${theme === 'light' ? 'bi-brightness-high-fill' : 'bi-moon-stars-fill'}`;
}
function updateActiveDropdownItem(theme) {
document.querySelectorAll('.theme-switcher .dropdown-item').forEach(item => {
item.classList.toggle('active', item.getAttribute('data-theme') === theme);
});
}
function updateButtonStyles() {
document.querySelectorAll('.btn-outline-secondary, .btn-secondary').forEach(button => {
const currentTheme = document.documentElement.getAttribute('data-bs-theme');
if (currentTheme === 'light') {
button.classList.remove('btn-outline-secondary');
button.classList.add('btn-secondary');
} else {
button.classList.remove('btn-secondary');
button.classList.add('btn-outline-secondary');
}
});
}
setTheme(getCurrentTheme());
updateButtonStyles(); // Initial call to ensure buttons are styled correctly on load
document.querySelectorAll('.theme-switcher .dropdown-item').forEach(item => {
item.addEventListener('click', function(e) {
e.preventDefault();
const theme = this.getAttribute('data-theme');
setTheme(theme);
});
});
});
</script>
<!-- Function used to shrink nav bar removing paddings and adding black background -->
<script>
$(window).scroll(function() {
if ($(document).scrollTop() > 50) {
$('.custom_nav').addClass('affix');
console.log("OK");
} else {
$('.custom_nav').removeClass('affix');
}
});
$('.navTrigger').click(function () {
$(this).toggleClass('active');
console.log("Clicked menu");
$("#mainListDiv").toggleClass("show_list");
$("#mainListDiv").fadeIn();
});
</script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!--<script src="js/bootstrap.js"></script>-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<!-- Initializing tooltips -->
<script>
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
return new bootstrap.Tooltip(tooltipTriggerEl)
})
</script>
</body>