Skip to content

Commit b484a0b

Browse files
kddlbkode54
authored andcommitted
[About Window] Reorganized credits and added @nevack and myself in them
Signed-off-by: Kevin López Brante <kevin@kddlb.cl>
1 parent 36a9411 commit b484a0b

File tree

1 file changed

+36
-38
lines changed

1 file changed

+36
-38
lines changed

en.lproj/Credits.html

+36-38
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,42 @@
11
<!DOCTYPE html>
22
<html>
3+
34
<head>
4-
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>SpoGen web view</title>
7-
<style>
8-
9-
:root {
10-
color-scheme: light dark;
11-
}
12-
13-
html, body {
14-
font: -apple-system-body;
15-
-webkit-text-size-adjust: 100%;
16-
}
17-
18-
div {
19-
text-align: center;
20-
}
21-
22-
a:link {
23-
color: #ffb565;
24-
text-decoration: none;
25-
}
26-
27-
</style>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Credits for the Cog audio player</title>
8+
<style>
9+
:root {
10+
color-scheme: light dark;
11+
}
12+
13+
html,
14+
body {
15+
font: -apple-system-body;
16+
-webkit-text-size-adjust: 100%;
17+
}
18+
19+
div {
20+
text-align: center;
21+
}
22+
23+
a:link {
24+
color: #ffb565;
25+
text-decoration: none;
26+
}
27+
</style>
2828
</head>
29+
2930
<body>
30-
<div>
31-
Now with 92% more future!
32-
<br><br>
33-
<em>This program has been made possible through contributions from users like you.</em>
34-
<br><br>
35-
All Cog code is copyrighted by me, and is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GPL</a>. Cog contains bits of other code from third parties that are under their own licenses.
36-
<br><br>
37-
Sample rate converter designed by Aleksey Vaneev of Voxengo.
38-
<br><br>
39-
Thanks to my patrons:
40-
<br>
41-
Alexander Pecheny, Electric Keet, Antti Aro, Fj&ouml;lnir &Aacute;sgeirsson, Giampaolo Bellavite, Louis Martinez V, alga
42-
</div>
31+
<div>
32+
Now with 92% more future!<br><br> Thanks to my patrons:
33+
<br> Alexander Pecheny, Electric Keet, Antti Aro, Fj&ouml;lnir &Aacute;sgeirsson, Giampaolo Bellavite, Louis Martinez V, alga
34+
<br><br> Additional code contributions by <a href="https://twitter.com/nevack_d"> Dzmitry Neviadomski</a> and <a href="https://kddlb.com">Kevin López Brante</a>.
35+
<br><br>
36+
<em>This program has been made possible through contributions from users like you.</em>
37+
<br><br> All Cog code is copyrighted by me, and is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GPL</a>. Cog contains bits of other code from third parties that are under their own licenses.
38+
<br><br> Sample rate converter designed by Aleksey Vaneev of Voxengo.
39+
</div>
4340
</body>
44-
</html>
41+
42+
</html>

0 commit comments

Comments
 (0)