-
Notifications
You must be signed in to change notification settings - Fork 1
/
donate.html
113 lines (109 loc) · 2.92 KB
/
donate.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
---
permalink: /donate
---
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="description" content="TriHard.space"/>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootswatch@4.5.2/dist/darkly/bootstrap.min.css"/>
<title>TriHard.space
</title>
<head>
<script src="//trihard.space/generation.js"></script>
</head>
<script>
navbargen();
</script>
<div id="inypa">
<div class="row">
<div class="cell" id="ix70j">
<div id="iu1og">Donate with Cryptocurrency
</div>
<div class="row">
<div class="cell" id="ivdli">
<img id="iswhn" src="https://trihard.space/assets/donation/placeholder.png"/>
</div>
</div>
<div id="ixpkg">
<button id=crypto-donate type="button" onclick="location.href = 'https://www.coinpayments.net/index.php?cmd=_pos&reset=1&merchant=86d126b9b6ffe087a754e5b62908c98e&item_name=Order+Payment¤cy=USD&allow_currency=1&';">Donate with Crypto</button>
</div>
</div>
<div class="cell" id="i5dqj">
<div id="i92uv">Donate with Fiat (Credit/Debit or ACH)
</div>
<div id="igusp">
<iframe frameborder="0" src="https://donorbox.org/embed/default-campaign-1" name="donorbox" allowpaymentrequest="allowpaymentrequest" seamless="seamless" scrolling="no" height="900px" width="100%" id="ivaqh"></iframe>
</div>
</div></div>
<div id="i4s4x">
<br/>
<h5 class="text-center">
</h5>
<h2>Additional Options:</h2>
<div class="row">
<iframe src="https://github.com/sponsors/TriHardspace/card" title="Sponsor TriHardspace" height="225" width="600" style="border: 0;"></iframe>
</div>
<div class="row">
<form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="hosted_button_id" value="LM7TQBDQ9Z5HC" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>
</div>
<script>
generatefooter();
</script>
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
}
#inypa{
padding:125px;
}
#i4s4x{
padding:20px;
}
.row{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:nowrap;
padding:10px;
}
.cell{
min-height:75px;
flex-grow:1;
flex-basis:100%;
}
#ix70j{
flex-basis:30%;
}
#i5dqj{
flex-basis:70%;
}
#ivaqh{
max-width:500px;
min-width:250px;
max-height:none!important;
}
#i92uv{
padding:10px;
}
#iu1og{
padding:10px;
}
#iswhn{
color:black;
position:relative;
width:375px;
height:157px;
}
@media (max-width: 768px){
.row{
flex-wrap:wrap;
}
}
</style>