-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.php
More file actions
90 lines (83 loc) · 3.58 KB
/
donate.php
File metadata and controls
90 lines (83 loc) · 3.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="Nishacid">
<meta name="description" content="Protection against mass surveillance and spying">
<title>ShutUpTrackers</title>
<!-- extern imports -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/fontawesome.css">
<!-- general imports -->
<link rel="stylesheet" href="css/body-style.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="img/favicon.png">
</head>
<body>
<?php require('inc/nav.php');?>
<div style="height:90px;"></div>
<div class="heart">
<i class="fas fa-heart"></i>
</div>
<h3 class="donatetext">ShutUpTrackers is completely free and without ads,<br>your donations will be used for the servers and for all the coffees I drank during the creation of the site.
<br><br>Thanks for your support <i class="fas fa-heart"></i></h3>
<div class="link-container">
<a href="https://www.patreon.com/shutuptrackers" target="_blank">
<div class="link-content">
<div class="links">
<div class="img">
<img src="img/Donate/patreon.png" alt="Patreon">
</div>
<div class="text">
<h2>Patreon</h2><br>
<p>Support us on Patreon Here</p>
</div>
<span></span>
</div>
</div>
</a>
</div>
<div class="link-content">
<div class="link">
<div class="img">
<img src="img/Donate/crypto.png" alt="Crypto">
</div>
<div class="text">
<h2>Cryptocurrencies</h2><br>
<p><strong>Bitcoin :</strong> 3FufFurM3M7XFP5GM6oWL2xKZavumavsAp</p>
<p><strong>Bitcoin Cash :</strong> qqfllr2thvuk7ys93z2duf2k4gmnx2ct5v36u5lxh9</p>
<p><strong>Ethereum :</strong> 0xccf9c536080bd929ef95b21e8b752d635a7fa985</p>
<p><strong>Litecoin :</strong> MAXiY9iSEpiQiXt9iReqi5WeZqo1BpNWra</p>
<p><strong>Waves :</strong> 3PMkYompmqnsnw83A6WWrBPhyFGfS4ArKTe</p>
<p><strong>Stellar :</strong> GDLPABA3N456KU4R7O6X2ZJ5REPCV2VHK6FAUGR5B7U2AO4FGDH6P6WD</p>
</div>
<span></span>
</div>
</div>
</div>
<div class="link-container">
<a href="https://liberapay.com/ShutUpTrackers/donate" target="_blank">
<div class="link-content">
<div class="links">
<div class="img">
<img src="img/Donate/liberapay.png" alt="Liberapay">
</div>
<div class="text">
<h2>Liberapay</h2><br>
<p>Support us on Liberapay Here</p>
</div>
<span></span>
</div>
</div>
</a>
</div>
<?php require('./inc/contact.php'); ?>
<footer>
Shutuptrackers is a website that provides information for protecting your data security and privacy. No Ads, No Analytics, No Affiliates, No Cross-Site Requests.
<small><a href="./thanks.php" class="thanks">Thanks page</a> / <a href="./LICENCE.txt" class="thanks">Licence</a></small>
</footer>
<script src="js/main.js"></script>
</body>
</html>