-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
203 lines (200 loc) · 9.62 KB
/
index.html
File metadata and controls
203 lines (200 loc) · 9.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Utappia - Support my work</title>
<link rel="stylesheet" href="css/styles.css?v=6">
</head>
<body>
<div class="intro-section">
<div class="intro-container">
<div class="intro-photo">
<img src="assets/profile-photo.png" alt="Profile Photo" class="profile-img">
</div>
<div class="intro-content">
<div class="intro-bio">
<h1>Support My Mission</h1>
<p>Hi there! I'm Salich Emin (aka Cerebrux), and for over 15 years I've been creating free, open-source tools that thousands of users enjoy using.</p>
<div class="social-links-box">
<h3>Check my projects:</h3>
<div class="social-links">
<a href="https://github.com/cerebrux" class="social-link" target="_blank">GitHub Profile</a>
<a href="https://utappia.org" class="social-link" target="_blank">utappia.org</a>
<a href="https://github.com/utappia" class="social-link" target="_blank">Utappia Repository</a>
<a href="https://cerebrux.net" class="social-link" target="_blank">cerebrux.net</a>
</div>
</div>
<p>Your support directly funds the development of free and open-source projects that make technology more accessible to everyone. From easy to use tools to educational resources, every contribution helps me dedicate more time to building solutions that matter.</p>
<p>Join the community of supporters who believe in open-source innovation. Choose your preferred method below – every donation, no matter the size, shows your appreciation and support.</p>
</div>
</div>
</div>
</div>
<div class="support-section">
<h2 class="section-title">You can support my work using:</h2>
<div class="support-container">
<div class="support-card" onclick="window.open('https://www.paypal.com/donate/?hosted_button_id=SATQ6Y9S3UCSG', '_blank')">
<div class="support-card-inner">
<div class="support-icon">
<img src="assets/icons/paypal.svg" alt="PayPal" class="support-icon-img">
</div>
<h3>PayPal</h3>
</div>
</div>
<div class="support-card" onclick="window.open('https://github.com/sponsors/cerebrux', '_blank')">
<div class="support-card-inner">
<div class="support-icon">
<img src="assets/icons/github-sponsor.png" alt="GitHub Sponsors" class="support-icon-img">
</div>
<h3>GitHub Sponsors</h3>
</div>
</div>
</div>
</div>
<div class="crypto-section">
<h2 class="section-title">Or donate with crypto - tap any card below to see and copy the wallet address</h2>
<div class="container">
<div class="card" data-address="bc1pwh6xchv9fngulvj49hqwagdr9c0v0azymu2h0z8xmcsfqfaxmcxqumz7zp">
<div class="card-inner">
<div class="card-front">
<img src="assets/icons/btc.svg" alt="Bitcoin" class="icon">
<h2>Bitcoin (BTC)</h2>
</div>
<div class="card-back">
<h2>Bitcoin Address</h2>
<p>bc1pwh6xchv9fngulvj49hqwagdr9c0v0azymu2h0z8xmcsfqfaxmcxqumz7zp</p>
</div>
</div>
</div>
<!--
Note: The Ethereum and Tether (USDT) cards use the same address below.
This is intentional, as USDT is an ERC-20 token and shares the same Ethereum address.
-->
<div class="card" data-address="0xb703BA94730723f1779B0b0509FaB7c14e289E31">
<div class="card-inner">
<div class="card-front">
<img src="assets/icons/eth.svg" alt="Ethereum" class="icon">
<h2>Ethereum (ETH)</h2>
</div>
<div class="card-back">
<h2>Ethereum Address</h2>
<p>0xb703BA94730723f1779B0b0509FaB7c14e289E31</p>
</div>
</div>
</div>
<div class="card" data-address="0xb703BA94730723f1779B0b0509FaB7c14e289E31">
<div class="card-inner">
<div class="card-front">
<img src="assets/icons/usdt-usdc.png" alt="USDT and USDC" class="icon">
<h2>USDT and USDC</h2>
</div>
<div class="card-back">
<h2>USDT and USDC Address</h2>
<p>0xb703BA94730723f1779B0b0509FaB7c14e289E31</p>
<p>Note: This address works on Ethereum, Base, and BNB Smart Chain networks.</p>
</div>
</div>
</div>
<div class="card" data-address="EmsULx34ATSAmbJo7fvVJTcDCR3u6NF9EEJ7r5ocWQpA">
<div class="card-inner">
<div class="card-front">
<img src="assets/icons/sol.svg" alt="Solana" class="icon">
<h2>Solana (SOL)</h2>
</div>
<div class="card-back">
<h2>Solana Address</h2>
<p>EmsULx34ATSAmbJo7fvVJTcDCR3u6NF9EEJ7r5ocWQpA</p>
</div>
</div>
</div>
<div class="card" data-address="addr1qyyrdl7vvtra222f3ezfyw9n72k6u94hz9h4ly59t4mavr3wqda6n328knjnjdrqy3mva4yxl6kwt9h4qvzahh4e6msqk8qfjs">
<div class="card-inner">
<div class="card-front">
<img src="assets/icons/ada.svg" alt="Cardano" class="icon">
<h2>Cardano (ADA)</h2>
</div>
<div class="card-back">
<h2>Cardano Address</h2>
<p>addr1qyyrdl7vvtra222f3ezfyw9n72k6u94hz9h4ly59t4mavr3wqda6n328knjnjdrqy3mva4yxl6kwt9h4qvzahh4e6msqk8qfjs</p>
</div>
</div>
</div>
<div class="card" data-address="GDMNY5ILVN2DU6NRG6R36MSVYNTHSNOV42BT5HICBEUCCMW2JM6OHQIC">
<div class="card-inner">
<div class="card-front">
<img src="assets/icons/xlm.svg" alt="Stellar" class="icon">
<h2>Stellar (XLM)</h2>
</div>
<div class="card-back">
<h2>Stellar Address</h2>
<p>GDMNY5ILVN2DU6NRG6R36MSVYNTHSNOV42BT5HICBEUCCMW2JM6OHQIC</p>
<p>Note: Enter any value in the memo/destination tag field to complete your transfer.</p>
</div>
</div>
</div>
<div class="card" data-address="rBYcY83mTniMBD2ciGj2mMZT9VRy5BDhsK">
<div class="card-inner">
<div class="card-front">
<img src="assets/icons/xrp.svg" alt="XRP" class="icon">
<h2>XRP (XRP)</h2>
</div>
<div class="card-back">
<h2>XRP Address</h2>
<p>rBYcY83mTniMBD2ciGj2mMZT9VRy5BDhsK</p>
<p>Note: Enter any value in the memo/destination tag field to complete your transfer.</p>
</div>
</div>
</div>
<div class="card" data-address="DMXk6pzNoMAhb3XttfXKrEXKgvQA7rRGWM">
<div class="card-inner">
<div class="card-front">
<img src="assets/icons/doge.svg" alt="Dogecoin" class="icon">
<h2>Dogecoin (DOGE)</h2>
</div>
<div class="card-back">
<h2>Dogecoin Address</h2>
<p>DMXk6pzNoMAhb3XttfXKrEXKgvQA7rRGWM</p>
</div>
</div>
</div>
<div class="card" data-address="ltc1qrnmcyq8laa5tcu56kjsyr639g5ku5n0hec3pd5">
<div class="card-inner">
<div class="card-front">
<img src="assets/icons/ltc.svg" alt="Litecoin" class="icon">
<h2>Litecoin (LTC)</h2>
</div>
<div class="card-back">
<h2>Litecoin Address</h2>
<p>ltc1qrnmcyq8laa5tcu56kjsyr639g5ku5n0hec3pd5</p>
</div>
</div>
</div>
<div class="card" data-address="87RTbmmnqZudLEk26k3ptDhKiSDz6PJJ5PHDYtcjNXtmMyDvgE8RYohDxc93V5FPpGZ6hB3utt4422pdW5mk5ToDDjopFDt">
<div class="card-inner">
<div class="card-front">
<img src="assets/icons/xmr.svg" alt="Monero" class="icon">
<h2>Monero (XMR)</h2>
</div>
<div class="card-back">
<h2>Monero Address</h2>
<p>87RTbmmnqZudLEk26k3ptDhKiSDz6PJJ5PHDYtcjNXtmMyDvgE8RYohDxc93V5FPpGZ6hB3utt4422pdW5mk5ToDDjopFDt</p>
</div>
</div>
</div>
<div class="card" data-address="t1Q7KMHDzjdQqoQdWCVYVorA1H5Cfh3fPtj">
<div class="card-inner">
<div class="card-front">
<img src="assets/icons/zec.svg" alt="Zcash" class="icon">
<h2>Zcash (ZEC)</h2>
</div>
<div class="card-back">
<h2>Zcash Address</h2>
<p>t1Q7KMHDzjdQqoQdWCVYVorA1H5Cfh3fPtj</p>
</div>
</div>
</div>
</div>
<script src="js/app.js?v=2"></script>
</body>
</html>