forked from ParanoidAndroid19/CryptoForCovid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
271 lines (255 loc) · 9.05 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
<!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" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="index.css" />
<title>Crypto for Covid</title>
</head>
<body>
<!-- <h1 class="trial">
<a href="https://pocketbits.in/" target="_blank">Yolo</a>
</h1>
<p id="btc">btcbtcbtc</p>
<button onclick="copyAddress('btc')">Copy btc</button>
<p id="eth">ethetheth</p>
<button onclick="copyAddress('eth')">Copy eth</button> -->
<div
style="
display: flex;
justify-content: space-between;
margin-left: 80px;
margin-right: 80px;
"
>
<p class="topLeft"><span style="color: #348aff">Crypto</span>ForCovid</p>
<a href="https://pocketbits.in/" target="_blank">
<button class="topRight">Donate Now</button>
</a>
</div>
<h1 class="heading">
Times are difficult and we must all do our best to help those in need in
this unprecendeted crisis.
</h1>
<div class="fancyShape">
<div class="fancyDiv">
<p class="introPara">
We at PocketBits are supporting the Crypto Community to donate for
Covid releif in India. We will be converting all crypto donations
received to INR every 48 hours and and donate equally to the
organisations listed below who are supplying oxygen, ventilators and
food on ground to those affected.
</p>
<p class="bit">It’s time to do our bit.</p>
<a href="https://pocketbits.in/" target="_blank">
<button class="bigDonate">Donate Now</button>
</a>
<p class="for">Donating For:</p>
<div
style="
display: flex;
align-items: baseline;
justify-content: space-between;
"
>
<div>
<img src="./imgs/org1.svg" alt="Hemkunt Foundation" />
<p>Oxygen Cylinder Distribution</p>
</div>
<div>
<img src="./imgs/org2.svg" alt="Khaana Chahiye" />
<p>Meal Distribution</p>
</div>
<div>
<img src="./imgs/org3.svg" alt="Feeding from far" />
<p>Meal Distribution</p>
</div>
<div>
<img src="./imgs/org4.svg" alt="Helping India breath again" />
<p>Oxygen Concentrators</p>
</div>
</div>
</div>
</div>
<div style="text-align: center">
<p
style="
font-weight: bold;
font-size: 64px;
line-height: 64px;
color: #348aff;
margin-bottom: 0px;
margin-top: 85px;
"
>
Rs. 24,43,343
</p>
<p
style="
font-weight: 600;
font-size: 36px;
line-height: 54px;
color: #484848;
margin-bottom: 60px;
"
>
Total amount Donated as on 24/04/21
</p>
</div>
<div class="bigContainer">
<div style="align-items: center; display: flex; margin-bottom: 15px">
<img src="./imgs/btc.svg" alt="BTC" style="margin-right: 15px" />
<p class="coinName">Donate BTC</p>
</div>
<div style="display: flex; justify-content: space-between">
<div class="addressContainer">
<p class="address" id="btc">098</p>
</div>
<button class="copyButton" onclick="copyAddress('btc')">
<img src="./imgs/copy.svg" alt="copy" />
<p class="buttonText">copy</p>
</button>
</div>
<div style="align-items: center; display: flex; margin-bottom: 15px">
<img src="./imgs/eth.svg" alt="ETH" style="margin-right: 15px" />
<p class="coinName">Donate ETH</p>
</div>
<div style="display: flex; justify-content: space-between">
<div class="addressContainer">
<p class="address" id="eth">765</p>
</div>
<button class="copyButton" onclick="copyAddress('eth')">
<img src="./imgs/copy.svg" alt="copy" />
<p class="buttonText">copy</p>
</button>
</div>
<div style="align-items: center; display: flex; margin-bottom: 15px">
<img src="./imgs/xrp.svg" alt="XRP" style="margin-right: 15px" />
<p class="coinName">Donate XRP</p>
</div>
<div style="display: flex; justify-content: space-between">
<div class="addressContainer">
<p class="address" id="xrp">432</p>
</div>
<button class="copyButton" onclick="copyAddress('xrp')">
<img src="./imgs/copy.svg" alt="copy" />
<p class="buttonText">copy</p>
</button>
</div>
<div style="align-items: center; display: flex; margin-bottom: 15px">
<img src="./imgs/doge.svg" alt="Doge" style="margin-right: 15px" />
<p class="coinName">Donate Doge</p>
</div>
<div style="display: flex; justify-content: space-between">
<div class="addressContainer">
<p class="address" id="doge">fdsafb3432gqKHLU908970-9jlkb</p>
</div>
<button class="copyButton" onclick="copyAddress('doge')">
<img src="./imgs/copy.svg" alt="copy" />
<p class="buttonText">copy</p>
</button>
</div>
<div style="align-items: center; display: flex; margin-bottom: 15px">
<img src="./imgs/bnb.svg" alt="BNB" style="margin-right: 15px" />
<p class="coinName">Donate BNB</p>
</div>
<div style="display: flex; justify-content: space-between">
<div class="addressContainer">
<p class="address" id="bnb">bbb</p>
</div>
<button class="copyButton" onclick="copyAddress('bnb')">
<img src="./imgs/copy.svg" alt="copy" />
<p class="buttonText">copy</p>
</button>
</div>
<div style="align-items: center; display: flex; margin-bottom: 15px">
<img src="./imgs/trx.svg" alt="Doge" style="margin-right: 15px" />
<p class="coinName">Donate TRX</p>
</div>
<div style="display: flex; justify-content: space-between">
<div class="addressContainer">
<p class="address" id="trx">123</p>
</div>
<button class="copyButton" onclick="copyAddress('trx')">
<img src="./imgs/copy.svg" alt="copy" />
<p class="buttonText">copy</p>
</button>
</div>
<div style="align-items: center; display: flex; margin-bottom: 15px">
<img src="./imgs/usdt.svg" alt="Doge" style="margin-right: 15px" />
<p class="coinName">Donate USDT (ERC20)</p>
</div>
<div style="display: flex; justify-content: space-between">
<div class="addressContainer">
<p class="address" id="usdt-erc">456</p>
</div>
<button class="copyButton" onclick="copyAddress('usdt-erc')">
<img src="./imgs/copy.svg" alt="copy" />
<p class="buttonText">copy</p>
</button>
</div>
<div style="align-items: center; display: flex; margin-bottom: 15px">
<img src="./imgs/usdt.svg" alt="Doge" style="margin-right: 15px" />
<p class="coinName">Donate USDT (TRC20)</p>
</div>
<div style="display: flex; justify-content: space-between">
<div class="addressContainer">
<p class="address" id="usdt-trc">789</p>
</div>
<button class="copyButton" onclick="copyAddress('usdt-trc')">
<img src="./imgs/copy.svg" alt="copy" />
<p class="buttonText">copy</p>
</button>
</div>
</div>
<p class="footerText">
For updates and amount collected/donated kindly follow us on our social
channels:
</p>
<div style="display: flex; justify-content: center">
<div>
<img
src="./imgs/twitter.svg"
alt="Twitter"
style="display: block; margin: auto"
/>
<p class="socials">Twitter</p>
</div>
<div style="margin-left: 100px; margin-right: 100px">
<img
src="./imgs/inst.svg"
alt="Instgram"
style="display: block; margin: auto"
/>
<p class="socials">Instgram</p>
</div>
<div>
<img
src="./imgs/fb.svg"
alt="FB"
style="display: block; margin: auto"
/>
<p class="socials">FaceBook</p>
</div>
</div>
<script>
function copyAddress(coin) {
// alert(coin);
// var copyText = document.getElementById(coin);
var text = document.getElementById(coin).innerText;
var elem = document.createElement("textarea");
document.body.appendChild(elem);
elem.value = text;
elem.select();
document.execCommand("copy");
document.body.removeChild(elem);
}
</script>
</body>
</html>