-
Notifications
You must be signed in to change notification settings - Fork 1
/
charity.html
395 lines (336 loc) · 16.3 KB
/
charity.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
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HTH Coin | Charity</title>
<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
<!-- Font awesome -->
<link href="assets/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!-- Bootstrap -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Slick slider -->
<link rel="stylesheet" type="text/css" href="assets/css/slick.css">
<!-- Fancybox slider --><!-- Main style sheet -->
<link rel="stylesheet" href="assets/css/jquery.fancybox.css" type="text/css" media="screen">
<!-- Theme color -->
<link id="switcher" href="assets/css/theme-color/default-theme.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link href="Charity/style.css" rel="stylesheet">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,500,700" rel="stylesheet" type="text/css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--START SCROLL TOP BUTTON -->
<a class="scrollToTop" href="#">
<i class="fa fa-angle-up"></i>
</a>
<!-- END SCROLL TOP BUTTON -->
<!-- Start menu -->
<section id="mu-menu">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<!-- FOR MOBILE VIEW COLLAPSED BUTTON -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- LOGO -->
<!-- TEXT BASED LOGO -->
<!-- <a class="navbar-brand" href="index.html"><i class="fa fa-university"></i><span>Varsity</span></a> -->
<!-- IMG BASED LOGO -->
<!-- <a class="navbar-brand" href="index.html"><img src="assets/img/logo.png" alt="logo"></a> -->
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul id="top-menu" class="nav navbar-nav navbar-right main-nav">
<li class="active"><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Partners <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="partners.html">Partners</a></li>
<li><a href="cryptopartners.html">Crypto Partners</a></li>
<li><a href="charity.html">HTH Charity</a></li>
</ul>
</li>
</li>
<li><a href="exchanges.html">Exchange</a></li>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Information <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="specs.html">Specs</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="https://github.com/HTHcoin/HTH/wiki/HTH-Help-The-Homeless-Coin-wiki/">HTH Wiki</a></li>
<li><a href="https://github.com/HTHcoin/HTH-Legacy/blob/master/Light_Paper.pdf">Light Paper</a></li>
<li><a href="https://github.com/HTHcoin">HTH Github</a></li>
</ul>
</li>
<li><a href="downloads.html">Downloads</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Explorer <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="https://explorer.hth.world/">HTH Explorer</a></li>
<li><a href="https://openchains.info/coin/hth/about">Open Chains</a></li>
</ul>
</li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</section>
<!-- End menu -->
<!-- Start search box
<div id="mu-search">
<div class="mu-search-area">
<button class="mu-search-close"><span class="fa fa-close"></span></button>
<div class="container">
<div class="row">
<div class="col-md-12">
<form class="mu-search-form">
<input type="search" placeholder="Type Your Keyword(s) & Hit Enter">
</form>
</div>
</div>
</div>
</div>
</div>
<!-- End search box -->
<!-- Work Section -->
<img src="assets/img/slider/homeless2.png" alt="img" style="margin-left: 300px; width: 50%; background: #000">
<section class="page-title" style="background-image:url(images/background/homeless-2223116_1280.jpg); background-position: bottom;">
<div class="auto-container">
<h1><font style="color: #debf12">HTH Coin Charity Fund</font></h1>
</div>
</section>
<section class=""auto-container" style="background: #fff"">
<div class="auto-container">
<!-- Work Steps -->
<div class="steps-outer">
<div class="row clearfix">
<!-- Step -->
<div class="work-step col-xs-12">
<div class="inner-box">
<div class="row clearfix">
<div class="col-xs-12 text-center" style="margin-bottom: 40px;">
<br>
<h3>Total Charity Amount Raised:</h3>
<br>
<br>
<h1><span class="js-raised">79,529,245</span> HTH</h1>
</div>
</div>
<h4 class=" text-center">Thanks to all the miners and donators for being part of Help The Homeless Coin</h4>
<p class=" text-center">If you would like to
donate, below are wallets in BTC and HTH. Any donation is highly
appreciated and will go to good use for the cause.</p>
<div class="row clearfix">
<div class="col-xs-12 col-lg-6 text-center" style="margin-top: 40px;">
<h4>BTC Address:</h4>
<h3 style="margin-bottom: 10px;"><a href="https://www.blockchain.com/en/btc/address/3Kmqb2d9fBTq7kr66Hp5N47661QzS9dKoQ" target="_blank">3Kmqb2d9fBTq7kr66Hp5N47661QzS9dKoQ</a></h3>
<!-- <a href="#" class="btn btn-primary js-copy" data-clipboard-text="3Kmqb2d9fBTq7kr66Hp5N47661QzS9dKoQ">Copy Address</a> -->
</div>
<div class="col-xs-12 col-lg-6 text-center" style="margin-top: 40px;">
<h4>HTH Address:</h4>
<h3 style="margin-bottom: 10px;"><a href="https://explorer.hth.world/address/HF5rjaXU7s3QCKuSb6uYJvAeVa3qWC3MKm" target="_blank">HF5rjaXU7s3QCKuSb6uYJvAeVa3qWC3MKm</a></h3>
<!-- <a href="#" class="btn btn-primary js-hth-copy" data-clipboard-text="HF5rjaXU7s3QCKuSb6uYJvAeVa3qWC3MKm">Copy Address</a> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Work Section -->
<!-- Start footer -->
<footer id="mu-footer">
<!-- start footer top -->
<div class="mu-footer-top">
<div class="container">
<div class="mu-footer-top-area">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-3">
<div class="mu-footer-widget">
<h4>Information</h4>
<ul>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Information</a>
<ul class="dropdown-menu" role="menu">
<li><a href="specs.html">Specs</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="https://github.com/HTHcoin/HTH/wiki/HTH-Help-The-Homeless-Coin-wiki/">HTH Wiki</a></li>
<li><a href="https://github.com/HTHcoin/HTH-Legacy/blob/master/Light_Paper.pdf">Light Paper</a></li>
<li><a href="https://github.com/HTHcoin">HTH Github</a></li>
</ul>
</li>
</li>
<li><a href="exchanges.html">Exchange</a></li>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Partners</a>
<ul class="dropdown-menu" role="menu">
<li><a href="partners.html">Partners</a></li>
<li><a href="cryptopartners.html">Crypto Partners</a></li>
<li><a href="charity.html">HTH Charity</a></li>
</ul>
</li></ul>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3">
<div class="mu-footer-widget">
<h4>Helpful Links</h4>
<ul>
<li><a href="https://cmc.io/coins/help-the-homeless-coin">Coin Market Cap</a></li>
<li><a href="https://www.coingecko.com/en/coins/help-the-homeless-coin">Coin Gecko</a></li>
<li><a href="https://masternode.plus/coin/HTH">Masternodes</a></li>
<li><a href="https://cointomine.today/calculator/coin/HTH/">HTH Calculator</a></li>
<li><a href="https://wheretomine.io/coins/help-the-homeless.html">Where To Mine</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3">
<div class="mu-footer-widget">
<h4>Social Media</h4>
<ul>
<li><a href="https://www.facebook.com/HelptheHomelessCoinOfficial"><span class="fab fa-facebook"></span></a></li>
<li><a href="https://twitter.com/hthcoin"><span class="fab fa-twitter"></span></a></li>
<li><a href="https://discord.gg/xqGjacW"><span class="fab fa-discord"></span></a></li>
<li><a href="https://www.reddit.com/user/HTHCoin"><span class="fab fa-reddit"></span></a></li>
<li><a href="https://www.youtube.com/channel/UCsKeJJnVF1xCSZpLmExLCNw"><span class="fab fa-youtube"></span></a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3">
<div class="mu-footer-widget">
<h4>Contact</h4>
<address>
<p>900 Barnegat Blvd N Unit 2406, Barnegat, New Jersey 08005, USA</p>
<p>Phone: (848) 221-6383 </p>
<p>Nonprofit Website: <a href="https://helpthehomelessworldwide.org" style="color: #debf12">HTH Worldwide</a></p>
<p>Email: hthcoin@gmail.com</p>
</address>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end footer top -->
<!-- start footer bottom -->
<div class="mu-footer-bottom">
<div class="container">
<div class="mu-footer-bottom-area">
<p>© All Right Reserved. Designed by Devilking6105 using <a href="http://www.markups.io/" rel="nofollow">MarkUps.io</a></p>
</div>
</div>
</div>
<!-- end footer bottom -->
</footer>
<!-- End footer -->
<!-- jQuery library -->
<script src="assets/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="assets/js/bootstrap.js"></script>
<!-- Slick slider -->
<script type="text/javascript" src="assets/js/slick.js"></script>
<!-- Counter -->
<script type="text/javascript" src="assets/js/waypoints.js"></script>
<script type="text/javascript" src="assets/js/jquery.counterup.js"></script>
<!-- Mixit slider -->
<script type="text/javascript" src="assets/js/jquery.mixitup.js"></script>
<!-- Add fancyBox -->
<script type="text/javascript" src="assets/js/jquery.fancybox.pack.js"></script>
<!-- Custom js -->
<script src="assets/js/custom.js"></script>
<script>
var $progress = $(".progress"),
$bar = $(".progress__bar"),
update,
resetColors,
hth = 0,
btc = 0,
hthToBtc = 0,
to,
btcaddr = '3Kmqb2d9fBTq7kr66Hp5N47661QzS9dKoQ',
hthAddress = 'HF5rjaXU7s3QCKuSb6uYJvAeVa3qWC3MKm';
resetColors = function() {
$bar
.removeClass("progress__bar--green")
.removeClass("progress__bar--yellow")
.removeClass("progress__bar--orange")
.removeClass("progress__bar--blue");
$progress
.removeClass("progress--complete");
};
update = function() {
$.getJSON('https://api.coingecko.com/api/v3/coins/help-the-homeless-coin', function(res) {
var price = res.tickers[0].converted_last.btc;
/*price = price.split('0.')[1];
price = +price;*/
$('#jsLastPrice').text("1 HTH = " + price + " BTC");
}).fail(function(e) {
console.log(e);
});
$.getJSON('https://blockchain.info/q/addressbalance/'+ btcaddr +'?confirmations=1', function(balance) {
btc = +balance;
});
$.getJSON('https://api.crypto-bridge.org/api/v1/ticker', function(d) {
d.forEach(function(ticker) {
if(ticker.id === 'HTH_BTC') {
hthToBtc = +ticker.last;
return false;
}
});
});
$.getJSON('https://explorer.hth.world/ext/getaddress/' + hthAddress, function(res) {
console.log(res);
hth = +res.balance * 100000000;
}).fail(function(e) {
console.log(e);
});
$('.js-hth-addy').each(function(i, e) {
var addy = $(e).data('addy');
$.getJSON('https://explorer.hth.world/ext/getaddress/' + addy, function(res) {
$(e).text(parseInt(res.received).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","));
});
});
to = setInterval(function() {
if(hth) {
clearInterval(to);
to = null;
$('.js-raised').text(parseInt(hth / 100000000).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","));
}
}, 60000);
setTimeout(function() {
update();
}, 60000 * 5);
};
$progress.addClass("progress--active");
update();
var clipboard = new ClipboardJS('.js-copy');
clipboard.on('success', function(e) {
alert('Address Copied!');
e.clearSelection();
});
var clip = new ClipboardJS('.js-hth-copy');
clip.on('success', function(e) {
alert('Address Copied!');
e.clearSelection();
});
</script>
</body></html>