[About Window] Reorganized credits and added @nevack and myself in them

Signed-off-by: Kevin López Brante <kevin@kddlb.cl>
swiftingly
Kevin López 2022-06-22 18:38:14 -04:00 committed by Christopher Snowhill
parent 36a9411b14
commit b484a0be44
1 changed files with 36 additions and 38 deletions

View File

@ -1,44 +1,42 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SpoGen web view</title> <title>Credits for the Cog audio player</title>
<style> <style>
:root {
color-scheme: light dark;
}
:root { html,
color-scheme: light dark; body {
} font: -apple-system-body;
-webkit-text-size-adjust: 100%;
}
html, body { div {
font: -apple-system-body; text-align: center;
-webkit-text-size-adjust: 100%; }
}
div { a:link {
text-align: center; color: #ffb565;
} text-decoration: none;
}
a:link { </style>
color: #ffb565;
text-decoration: none;
}
</style>
</head> </head>
<body> <body>
<div> <div>
Now with 92% more future! Now with 92% more future!<br><br> Thanks to my patrons:
<br><br> <br> Alexander Pecheny, Electric Keet, Antti Aro, Fj&ouml;lnir &Aacute;sgeirsson, Giampaolo Bellavite, Louis Martinez V, alga
<em>This program has been made possible through contributions from users like you.</em> <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>.
<br><br> <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. <em>This program has been made possible through contributions from users like you.</em>
<br><br> <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.
Sample rate converter designed by Aleksey Vaneev of Voxengo. <br><br> Sample rate converter designed by Aleksey Vaneev of Voxengo.
<br><br> </div>
Thanks to my patrons:
<br>
Alexander Pecheny, Electric Keet, Antti Aro, Fj&ouml;lnir &Aacute;sgeirsson, Giampaolo Bellavite, Louis Martinez V, alga
</div>
</body> </body>
</html> </html>