-
-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathCREDITS.html
More file actions
242 lines (216 loc) · 9.44 KB
/
Copy pathCREDITS.html
File metadata and controls
242 lines (216 loc) · 9.44 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
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
<!DOCTYPE html>
<html lang="zh-hant">
<head>
<meta charset="UTF-8">
<meta content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<title>HKTRPG 名人堂Hall of Fame</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
</head>
<style>
body {
font-family: 'Helvetica Neue', sans-serif;
background-color: #f6f6f6;
}
.container {
max-width: 800px;
margin: 0 auto;
text-align: center;
background-color: #fff;
padding: 20px;
border-radius: 5px;
box-shadow: 0px 0px 5px #ccc;
}
.container {
background-image: linear-gradient(to bottom, #f9f9f9, #fff);
}
.link {
display: inline-block;
margin: 0 10px;
color: #333;
text-decoration: none;
}
.link:hover {
color: #f00;
}
.fa-facebook,
.fa-twitter,
.fa-instagram {
font-size: 24px;
margin-left: 10px;
}
h1 {
font-size: 36px;
font-weight: 700;
margin-bottom: 30px;
text-shadow: 2px 2px 2px #ccc;
}
h2 {
font-size: 24px;
font-weight: 600;
margin-bottom: 20px;
-webkit-text-stroke: 1px #333;
}
h3 {
background-image: linear-gradient(to right, #f00, #ff0, #0f0);
-webkit-text-fill-color: transparent;
}
h4 {
font-size: 18px;
font-weight: 500;
margin-bottom: 10px;
display: inline-block;
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
p {
animation: typing 3s steps(30) forwards;
}
@keyframes typing {
0% {
width: 0;
}
100% {
width: 100%;
}
}
.row {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 10px;
}
.img-thumbnail {
border: 2px solid #fff;
}
.img-thumbnail:hover {
transform: scale(1.1);
transition: all 0.2s ease-in-out;
box-shadow: 0px 0px 10px #ccc;
}
</style>
<body>
<div class="container-sm" id="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light p-1">
<a class="navbar-brand" href="https://www.hktrpg.com/wiki/index.php/%E9%A6%96%E9%A0%81"><a
class="badge badge-pill badge-danger">
名人堂Hall of Fame<span class="iconify" data-icon="mdi:dice-multiple-outline" data-inline="false"
style="color: black;" data-width="32" data-height="32"></span></span>
<span class="iconify" data-icon="bi:chat-square-text" data-inline="false" style="color: black;"
data-width="32" data-height="32"></span>
</a></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link active"
href="https://www.hktrpg.com/wiki/index.php/%E9%A6%96%E9%A0%81">主頁
</a>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
角色卡
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://card.hktrpg.com">私人角色卡</a>
<a class="dropdown-item" href="https://publiccard.hktrpg.com">公開角色卡</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
跑團平台
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://z01.hktrpg.com/">2.5D - 烏冬</a>
<a class="dropdown-item" href="https://z02.hktrpg.com/">四平八穩 - 冰丼</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
擲骰
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://rollbot.hktrpg.com/">聊天室擲骰</a>
<a class="dropdown-item" href="https://roll.hktrpg.com/">手機簡易擲骰</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://discord.hktrpg.com">Discord 骰子機械人</a>
<a class="dropdown-item" href="http://t.me/hktrpg_bot">Telegram 骰子機械人</a>
<a class="dropdown-item" href="http://bit.ly/HKTRPG_LINE">Line 骰子機械人</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.patreon.com/HKTRPG">訂閱</a>
</li>
<a class="nav-item nav-link " href="https://github.com/hktrpg/TG.line.Discord.Roll.Bot">
<span class="iconify" data-icon="bytesize:github" data-inline="false" data-width="25px"
data-height="25px"></span></a>
<a class="nav-item nav-link " href="https://support.hktrpg.com">
<span class="iconify" data-icon="jam:discord" data-inline="false" data-width="25px"
data-height="25px"></span></a>
</div>
</div>
</nav>
<div class="container p-1 ">
<div class="row justify-content-center h1"> HKTRPG名人堂</div>
<div class="row justify-content-center h2"> 感謝對HKTRPG的幫助</div>
<div class="row justify-content-center h4"> LarryLo </div>
<div class="row justify-content-center h4"> Retsnimle </div>
<div class="row justify-content-center h4"> 布大獅 </div>
<div class="row justify-content-center h1"> <img class="img-thumbnail rounded float-left"
src="https://upload.wikimedia.org/wikipedia/commons/2/22/Animated_fire_by_nevit.gif" alt="fire">
</div>
</p>
<div class="row justify-content-center h2" id="patreon-title">感謝Patreon贊助(根據patreon的加入時間)</div>
<div id="patreon-list" class="patreon-names"></div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous">
</script>
<script>
(function () {
const listEl = document.getElementById('patreon-list');
const titleEl = document.getElementById('patreon-title');
const jsonUrl = 'patreon.json';
fetch(jsonUrl)
.then(function (res) { return res.ok ? res.json() : Promise.reject(new Error('Failed to load ' + jsonUrl)); })
.then(function (data) {
if (data.title && titleEl) {
titleEl.textContent = data.title;
}
if (Array.isArray(data.names) && listEl) {
data.names.forEach(function (name) {
const row = document.createElement('div');
row.className = 'row justify-content-center h4';
row.textContent = name.trim();
listEl.appendChild(row);
});
}
})
.catch(function (err) {
if (listEl) {
listEl.innerHTML = '<div class="row justify-content-center text-muted">無法載入贊助名單</div>';
}
});
})();
</script>
</body>
</html>