diff --git a/public/css/modules/globals/globals.css b/public/css/modules/globals/globals.css index 4dfc0c5..b49692a 100644 --- a/public/css/modules/globals/globals.css +++ b/public/css/modules/globals/globals.css @@ -187,7 +187,7 @@ span.tag { padding: 3px 6px; } -a:visited { +a, a:visited { color: dodgerblue; } diff --git a/public/css/modules/tabs/about-tab.css b/public/css/modules/tabs/about-tab.css new file mode 100644 index 0000000..4bad41f --- /dev/null +++ b/public/css/modules/tabs/about-tab.css @@ -0,0 +1,9 @@ +#about_tab p{ + margin-bottom: 8px; +} +#about_tab h3{ + margin: 8px 0px; +} +#about_tab hr{ + margin: 12px 0px; +} diff --git a/public/css/modules/tabs/tabs.css b/public/css/modules/tabs/tabs.css index 8014af0..2cc8690 100644 --- a/public/css/modules/tabs/tabs.css +++ b/public/css/modules/tabs/tabs.css @@ -1,3 +1,4 @@ +@import './about-tab.css'; @import './charts-tab.css'; @import './download-tab.css'; @import './favorites-tab.css'; @@ -39,4 +40,4 @@ .main_tablinks_text { overflow: hidden; white-space: nowrap; -} \ No newline at end of file +} diff --git a/public/index.html b/public/index.html index 602a06d..e4aa99c 100644 --- a/public/index.html +++ b/public/index.html @@ -1137,12 +1137,38 @@

About

This app uses the deemix library, you can use this library to make your own UI for deemix.
Here's the official repo for the - library.
-
+ library. +

+

Stay up to date with the updates by following the news channel on Telegram.
+ target="_blank">news channel on Telegram.


+

Donations

+

You want to contribute to this project? You can do that in different ways!

+

+ If you're fluent in python you could try to make a new UI for the app using the base library, or fix bugs in the library with a pull request on the repo.
+ I accept features as well, but no complex things, as they can be implementend directly in the app and not the library.

+

+ If you're fluent in another programming language you could try to port deemix into other programming languages!
+ You need help understanding the code? Just hit RemixDev up on Telegram or Reddit.

+

If you know JavaScript, HTML or CSS you could contribute to the webui.

+

+ If you find some bugs you can report them in the repo, just make sure your bug isn't something that only affects you and it can be reproducible by other users as well.
+ Duplicate bug reports will be closed, so keep an eye out on that.

+
+

You want to contribute monetarily? You could make a donation!

+

+ If you can donate you can do that with this links.
+ You shoud remember that this is a free project and you should support the artists you love before supporting the developers.
+ Don't feel obligated to donate, I appreciate you anyway!

+

+ PayPal: PayPal.me/RemixDev
+ Bitcoin: 1sdNymSJrMBWyHM4u2m9uco5nv6uV4Qs1
+ Ethereum: 0x1d2aa67e671485CD4062289772B662e0A6Ff976c +

+
+

License

GNU General Public License{{ metadata }} - \ No newline at end of file +