-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
150 lines (148 loc) · 5.86 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="If you like my work, consider a donation to support the development.">
<meta name="twitter:card" content="If you like my work, consider a donation to support the development.">
<meta name="twitter:image" property="twitter:image" content="imgs/card.png">
<meta name="og:title" property="og:title" content="Donate | Tony Wang">
<meta name="og:description" property="og:description" content="If you like my work, consider a donation to support the development.">
<meta name="og:image" property="og:image" content="imgs/card.png">
<title>Donate | Tony Wang</title>
<link rel="alternate" type="application/rss+xml" title="Donate | Tony Wang" href="feed.xml" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="imgs/avatar.png" />
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="donate.css">
</head>
<body onclick>
<div class="sidenav">
<div class="sidebar">
<p align="center" class="title">
Contents
</p>
<a href="/#top">* Home</a>
<a href="/#kits">* Kits</a>
<a href="/#apps">* Apps</a>
<a href="/#games">* Games</a>
<a href="/#tiny">* Tiny</a>
<a href="/#articles">* Articles</a>
* <a href="feed.xml" target="_blank" class="label" style="display: inline; color: white;">RSS</a>
</div>
</div>
<div class="page">
<a id="top" href="#top"></a>
<p align="center" class="title">
<a href="https://paladin-t.github.io/">Tony Wang</a>
</p>
<div class="content">
<p align="left">
<a href="https://store.steampowered.com/developer/tony">Steam</a> |
<a href="https://tonywang.itch.io/">Itch</a> |
<a href="https://twitter.com/wangrenxin">Twitter</a> |
<a href="https://github.com/paladin-t">GitHub</a>
</p>
<div id="container">
<div id="left">
<img src="imgs/avatar.png" id="avatar">
</div>
<div id="right">
In the pursuit of inner peace, Tony accidentally releases games and development tools from time to time.
<button class="button" id="font" style="width: 4em; font-size: 8px; vertical-align: middle;">Font</button>
</div>
</div>
<div id="content">
<hr>
<h2>
<a id="donate" href="#donate"></a>
Donate
</h2>
<p align="left">
If you like my work, consider a one-off or periodical donation to support the development.
<hr class="hr">
One-off donation
<br>
<iframe src="donation/one-off.html" id="one-off-donation" scrolling="no"></iframe>
<hr class="hr">
Periodical donation
<br>
<iframe src="donation/periodical.html" id="periodical-donation" scrolling="no"></iframe>
</p>
</div>
<hr>
<p align="center">
(C) 2018-2024 <a href="https://paladin-t.github.io/">Tony Wang</a>
<a href="feed.xml" target="_blank" class="label" style="color: white;">RSS</a>
</p>
</div>
</div>
<script src="site-storage.js"></script>
<script src="donate.js"></script>
<script type="text/javascript">
// Font.
(function () {
var pixelFont = SiteStorage.SiteStorage.get('pixel_font', 'false');
var font = document.getElementById('font');
var set = function () {
var style = pixelFont == 'false' ? 'font: 16px Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace, sans-serif;' : '';
var content = document.getElementById('container')
if (content)
content.style = style;
content = document.getElementById('content')
if (content)
content.style = style;
};
set();
font.onclick = function () {
if (pixelFont == 'true')
pixelFont = 'false';
else
pixelFont='true';
set();
SiteStorage.SiteStorage.set('pixel_font', pixelFont);
};
})();
</script>
<script async src="cookieconsent.js"></script>
<script>
window.addEventListener('load', function () {
window.wpcc.init(
{
'border': 'thin',
'corners': 'small',
'colors': {
'popup': {
'background': '#f6f6f6',
'text': '#000000',
'border': '#555555'
},
'button': {
'background': '#555555',
'text': '#ffffff'
}
},
'content': {
'message': 'This website uses cookies to keep ensure the highest service quality. By continuing using the site, you agree to use cookies.'
}
}
);
var content = document.getElementsByClassName('wpcc-container');
if (content && content.length > 0)
content[0].style = 'font: 16px Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace, sans-serif;';
var btn = document.getElementsByClassName('wpcc-btn');
if (btn && btn.length > 0)
btn[0].style = 'border: 0; display: block; font-size: .9em; font-weight: 700; outline: 0; padding: .4em 0em; text-align: center; width: 100%; white-space: nowrap; -webkit-transition: background-color .2s ease; -moz-transition: background-color .2s ease; -ms-transition: background-color .2s ease; -o-transition: background-color .2s ease;';
});
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-61RKSR5RBP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-61RKSR5RBP');
</script>
</body>
</html>