-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcredits.html
339 lines (299 loc) · 9.64 KB
/
credits.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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-adsense-account" content="ca-pub-3595251150723826">
<title>DuckHTML</title>
<link rel="icon" type="image/x-icon" href="https://ucarecdn.com/cf91fdbc-e959-4737-9276-c5ddb93799a8/duckhtml.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=CoolFont&display=swap">
<style>
body {
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
position: relative;
min-height: 100vh;
transition: background-color 0.5s ease;
}
nav {
background-color: #363636;
text-align: center;
padding: 10px;
display: flex;
align-items: center;
}
.logo {
display: flex;
align-items: center;
margin-right: auto;
}
.logo img {
width: 40px;
height: auto;
margin-right: 10px;
}
.logo span {
font-size: 24px;
color: #ffd700;
font-weight: bold;
}
nav a {
display: inline-block;
margin: 0 15px;
text-decoration: none;
color: white;
font-weight: bold;
font-size: 16px;
transition: color 0.3s ease-in-out;
border: 2px solid #ffd700;
border-radius: 8px;
padding: 8px 16px;
}
nav a:hover {
color: #ffd700;
border-color: #363636;
}
nav a.active {
background-color: #ffd700;
color: #363636;
border-color: #363636;
}
h1 {
font-size: 36px;
text-align: center;
color: #363636;
}
.game-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-top: 20px;
}
.game {
text-align: center;
border: 2px solid #ffd700;
border-radius: 10px;
padding: 10px;
margin: 10px;
width: calc(10% - 5px);
}
.game img {
width: 150px;
height: 150px;
object-fit: cover;
/* Maintain aspect ratio and cover the container */
border-radius: 10px;
/* Make the image rounded */
margin-bottom: 10px;
}
.game-title {
font-size: 18px;
font-weight: bold;
color: #363636;
}
body {
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #D5b60a;
position: relative;
min-height: 100vh;
}
.game-title {
text-decoration: none;
color: #363636;
}
.game-title:hover {
color: #ffd700;
/* Change color on hover */
}
.yellow-container {
display: flex;
justify-content: space-around;
margin-top: 20px;
}
.container-item {
text-align: center;
background-color: #ffd700;
border: 2px solid #ffd700;
border-radius: 10px;
padding: 20px;
margin: 20px;
width: calc(30% - 40px);
}
.container-item img {
width: 150px;
height: 150px;
object-fit: cover;
border-radius: 10px;
margin-bottom: 10px;
}
.item-title {
font-size: 24px;
font-weight: bold;
color: #363636;
}
.item-text {
font-size: 16px;
color: #363636;
}
.discord-button {
display: inline-block;
margin: 0 15px;
background-color: #9b870c;
text-decoration: none;
color: #000000;
font-weight: bold;
font-size: 16px;
transition: color 0.3s ease-in-out;
border: 2px solid #C7BD08;
border-radius: 8px;
padding: 8px 16px;
}
.nav-bar {
display: flex;
justify-content: center; /* Center buttons horizontally */
align-items: center;
background-color: #000; /* Black background */
height: 3rem; /* Set navbar height */
padding: 0 1rem; /* Add some padding on the sides */
}
.nav-btn {
text-decoration: none;
color: #fff; /* White text color */
font-weight: bold;
margin-right: 3%; /* Add margin-right for space */
margin-left: 3%; /* Add margin-right for space */
cursor: pointer;
display: inline-block; /* Needed for padding to work */
padding: 0.5rem 1rem;
border: none;
font-family: Tahoma;
background-color: #454545;
border-radius: 5px;
}
.discord-button:hover {
color: #363636;
border-color: #363636;
}
</style>
</head>
<body>
<nav class="nav-bar">
<a href="/index.html" class="nav-btn">Home</a>
<a href="/games.html" class="nav-btn">Games</a>
<img src="https://ucarecdn.com/cf91fdbc-e959-4737-9276-c5ddb93799a8/duckhtml.png" alt="Image description" style="height: 2rem; margin: 0 3%;"> <a href="/settings.html" class="nav-btn">Settings</a>
<a href="https://discord.gg/WJrVhYbrdQ" class="nav-btn">Discord</a>
</nav>
<br>
<br>
<br>
<h1 style="color:white;">Credits:</h1>
<div class="yellow-container">
<div class="container-item">
<img src="https://ucarecdn.com/65581bdd-0bb2-4ab9-8fe8-84750d9c4dea/d2a51574e01c674617011ffbe1e4a07e.png"
alt="Item 1">
<div class="item-title">Underi</div>
<div class="item-text">Underi, the owner of DuckHTML is well the owner of duckhtml, for this website I made all by
myself with the help of some game files supplied by others.<br><br>
<a href="https://discord.gg/xfPsv2Rs6j" class="discord-button">Discord</a>
</div>
</div>
<div class="container-item">
<img src="https://ucarecdn.com/3b0f99c9-47eb-4c9e-ab1c-d4d847f45c58/2d859995d17266d2db5a35eaf8787361.png"
alt="Item 2">
<div class="item-title">Galactic Network</div>
<div class="item-text">I give a really big thanks to Galactic Network for almost every game file there is on this
website. They prob won't even read this, but yea I love you guys.<br><br>
<a href="https://discord.gg/d3SP9wfJSv" class="discord-button">Discord</a>
</div>
</div>
<div class="container-item">
<img src="https://ucarecdn.com/52ab2711-e34c-4889-9d5b-66806585943f/2a799a7ec8d96a3acaf0c135e4692f87.png"
alt="Item 2">
<div class="item-title">CheeseNMac</div>
<div class="item-text">Graphic Designer, helped me on almost every page, and gave feedback on almost everything<br><br>
</div>
</div>
<div class="container-item">
<img src="https://ucarecdn.com/44681926-45d9-4529-91fe-2b6076088d73/734ff521dfe7d196e0b66549c68377d9.png"
alt="Item 2">
<div class="item-title">Coding Kitten</div>
<div class="item-text">Helped me code js for all game pages, truely great, thanks for all your help.<br><br>
<a href="https://www.kittendev.xyz/" class="discord-button">Bio</a>
</div>
</div>
<div class="container-item">
<img src="https://ucarecdn.com/1dccaac8-1c8e-4841-b99c-2a1b8072b320/124a4f4602321a4179ddbe6f389972cf.png"
alt="Item 3">
<div class="item-title">3kh0</div>
<div class="item-text">Another BIG thanks to 3kh0, again for game files, I say again because Galactic Network also
uses him. Some of the games acutally have his name embedded somewhere on them, so thanks again.<Br><br>
<a href="https://discord.com/invite/wv6huJAwEv" class="discord-button">Discord</a>
</div>
</div>
</div>
</div>
<script>
// Run this function on page load
window.onload = function () {
// Retrieve the saved title, favicon, and theme or use the defaults
var savedTitle = localStorage.getItem('pageTitle') || document.title;
var savedFavicon = localStorage.getItem('faviconUrl') || '';
var savedTheme = localStorage.getItem('theme') || 'default';
// Set the retrieved title, favicon, and theme
document.title = savedTitle;
applyTheme(savedTheme);
changeFavicon(savedFavicon);
};
function applyTheme(theme) {
switch (theme) {
case 'default':
setThemeStyles('#353839', '#0e1111', '#ffd700');
break;
case 'white':
setThemeStyles('#ffffff', '#000000', '#ffffff');
break;
case 'ocean':
setThemeStyles('#ADD8E6', '#D5FFFF', '#ffffff');
break;
case 'leaf':
setThemeStyles('#90EE90', '#013220', '#00ff00');
break;
case 'beach':
setThemeStyles('#BC8F8F', '#556B2F', '#D2B48C');
break;
default:
setThemeStyles('#353839', '#0e1111', '#ffd700');
break;
}
// Save the selected theme in local storage
localStorage.setItem('theme', theme);
}
function setThemeStyles(bodyColor, navColor, buttonColor) {
document.body.style.backgroundColor = bodyColor;
document.querySelector('nav').style.backgroundColor = navColor;
var buttons = document.querySelectorAll('nav a');
buttons.forEach(function (button) {
button.style.color = buttonColor;
button.style.borderColor = buttonColor;
});
}
function changeFavicon(newFavicon) {
var favicon = document.querySelector("link[rel='icon']");
if (favicon) {
favicon.href = newFavicon;
}
// Save the updated favicon in local storage
localStorage.setItem('faviconUrl', newFavicon);
}
</script>
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "ee4d90dea1444ef2b83859c045b2b2a0"}'></script><!-- End Cloudflare Web Analytics -->
</body>
</html>
<script type="text/javascript">
aclib.runInPagePush({
zoneId: '8425762',
refreshRate: 30,
maxAds: 2,
});
</script>