-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdonate.php
More file actions
146 lines (136 loc) · 6.57 KB
/
donate.php
File metadata and controls
146 lines (136 loc) · 6.57 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
<!doctype html>
<html lang="en">
<head>
<?php
$title = "bitcoin data.science - Donate";
$description = "Data analysis and tools for anything related to bitcoin.";
$canonical = "https://bitcoindata.science/donate";
include_once $_SERVER['DOCUMENT_ROOT'] . '/components/head.php';
?>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "bitcoin data.science",
"description": "Data analysis and tools for anything related to bitcoin.",
"alternateName": [
"bitcoindata.science",
"Bitcoin Data Science",
"bitcoin datascience"
],
"url": "https://bitcoindata.science",
"logo": "https://bitcoindata.science/img/logo.svg",
"sameAs": [
"https://bitcoindata.science"
]
}
</script>
</head>
<body>
<!-- Navbar -->
<header>
<navbar-component></navbar-component>
</header>
<!-- Page Content -->
<?php
$h1 = 'Show your support';
$h2 = 'If this website is useful to you, consider donating to support its development.'; $showAd = false;
include_once $_SERVER['DOCUMENT_ROOT'] . '/components/page-header.php';
?>
<p class="my-4">Donate some bitcoin or other cryptocurrencies to the addresses below:</p>
<div class="row row-cols-1 row-cols-md-2 g-2 text-center" id="addresses"></div>
<p class="mt-4 h4">Bitcoindata in other websites</p>
<div class="py-2 px-4">
<a href="https://livecoins.com.br/verificador-de-saldo-de-enderecos-bitcoin/"
title="Livecoins - Notícias sobre Bitcoin, criptomoedas e Blockchain - Livecoins" target="_blank"
rel="noopener">
<img src="https://livecoins.com.br/wp-content/uploads/2020/06/Livecoins-Logo.jpg"
title="Livecoins - Notícias sobre Bitcoin, criptomoedas e Blockchain - Livecoins"
alt="livecoins.com.br" height="38" width="140" class="p-2 bg-white rounded" />
</a>
</div>
<div class="py-2 px-4">
<a href="https://landofcrypto.com/bitcoindata-science-review/" title="Land of Crypto" target="_blank" rel="noopener">
<img src="img/landofcrypto.png" title="Land of Crypto" alt="Land of Crypto" width="140" class="p-2 bg-black rounded" />
</a>
</div>
<div class="py-2 px-4">
<a href="https://bitlist.co/service/bitcoin-data-science#review-15" title="BitList" target="_blank" rel="noopener">
<img src="img/bitlist.png" title="BitList" alt="bitlist.co" width="140" class="p-2 bg-black rounded" />
</a>
</div>
<p class="mt-4 h4">Top donators</p>
<div class="py-2 px-4">
<a href="https://bitcointalk.org/index.php?action=profile;u=252510" title="JayJuanGee">JayJuanGee</a>:
Designed and funded the development and maintenance of some tools.
</div>
<div class="py-2 px-4">
<a href="https://bitcointalk.org/index.php?action=profile;u=131361" title="Timelord2067">Timelord2067</a>:
Donated the domain registrar's 5-year renewal.
</div>
<div class="py-2 px-4"><a href="https://bitcointalk.org/index.php?action=profile;u=314792"
title="examplens">examplens</a>:
Added this website to his server.</div>
<p class="my-4 h4">Overview Stats and Traffic</p>
Website has an average traffic of over 17000 unique visitors last month.
<img src="img/traffic-stats.png" class="img-fluid rounded mt-3" width="768" height="212"
title="Website Traffic" alt="Cloudflare Website Traffic">
<p class="my-4 pt-4 h4">Are you interested in advertising your brand here?</p>
If you want to see your brand in our pages, just make an offer and tell us about your product.<br>
<a href="mailto:bitmover@protonmail.ch" class="btn btn-primary mt-3 text-decoration-none">Make an offer</a>
</div>
<!-- /main page -->
</main>
<footer-component></footer-component>
<script type="text/javascript">
// Tooltips
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
// address list
const addresses = [{
blockchain: 'Bitcoin',
ticker: 'BTC',
address: 'bc1qnrqfg9p2huh6y5ggsrkz5w8es25yw498n42f5m'
},
{
blockchain: 'Litecoin',
ticker: 'LTC',
address: 'ltc1qwl4f9xupajtzwcusftsqgu5u7fclzgvjar9pt5'
},
{
blockchain: 'Ethereum',
ticker: 'ETH',
address: '0x6ff37c932d81924190e4bec36d1052dc78126a2d'
},
{
blockchain: 'Liquid',
ticker: 'L-BTC',
address: 'VJL5eExSHNCPuKBncgUcSoa1vmB4ajKWY5MBEajZz2aRQUXx5WqwsdKNDu8KgKGHAnn8iK51o3ncmunk'
},
];
const addressesArea = document.getElementById("addresses");
addressesArea.innerHTML =
addresses.map(i => `
<div class="col">
<div class="card h-100 border-0 bg-transparent">
<figure class="figure ms-3">
<img src="img/${i.address}.webp" class="figure-img img-fluid rounded"
alt="${i.blockchain} - buy me a coffee" title="${i.address}" width="130" height="130" />
<figcaption class="figure-caption text-break" data-bs-toggle="tooltip" data-bs-title="Copied!"
data-bs-delay="{'show':0,'hide':150}" data-bs-placement="right" data-bs-animation="true"
data-bs-trigger="click"
onclick="navigator.clipboard.writeText(document.getElementById('${i.blockchain + 1}').innerText);window.getSelection().selectAllChildren(document.getElementById('${i.blockchain + 1}'));">
<div class="small">${i.blockchain} (${i.ticker})</div>
<code class="text-break" id="${i.blockchain + 1}">${i.address}</code>
<svg xmlns="http://www.w3.org/2000/svg" fill="currentcolor" class="material-svg" height="48"
width="48" style="cursor: pointer;">
<path
d="M15 37.95q-1.25 0-2.125-.875T12 34.95v-28q0-1.25.875-2.125T15 3.95h22q1.25 0 2.125.875T40 6.95v28q0 1.25-.875 2.125T37 37.95Zm0-3h22v-28H15v28Zm-6 9q-1.25 0-2.125-.875T6 40.95V12.3q0-.65.425-1.075Q6.85 10.8 7.5 10.8q.65 0 1.075.425Q9 11.65 9 12.3v28.65h22.2q.65 0 1.075.425.425.425.425 1.075 0 .65-.425 1.075-.425.425-1.075.425Zm6-37v28-28Z" />
</svg>
</figcaption>
</figure>
</div>
</div>`).join('')
</script>
</body>
</html>