From 4bcdb51b91008d7aa3826e03ae68bb1ceaf8e046 Mon Sep 17 00:00:00 2001 From: hnhx Date: Sun, 15 Jan 2023 02:24:27 +0100 Subject: [PATCH] next page buttons are now in correct position on mobile, official instance moved to a new domain, added liberapay donation option --- README.md | 2 +- donate.php | 8 +++++--- instances.json | 2 +- static/css/styles.css | 6 +++++- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 507a186..2ceeb3a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ | Clearnet | TOR | I2P | Country | |-|-|-|-| -| [librex.beparanoid.de](https://librex.beparanoid.de/) | [βœ…](http://librex.2356uhnbpv5nk3bni5bv6jg2cd6lgj664kwx3lhyelstpttpyv4kk2qd.onion/) | ❌ | πŸ‡­πŸ‡Ί HU (OFFICIAL INSTANCE) | +| [search.femboy.hu](https://search.femboy.hu/) | [βœ…](http://search.femboy2vec5mc3rdvecifqrwzpiaeoyfh4zodppxq4pc2tdvzhm4moqd.onion/) | ❌ | πŸ‡­πŸ‡Ί HU (OFFICIAL INSTANCE) | | [lx.vern.cc](https://lx.vern.cc/) | [βœ…](http://lx.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/) | [βœ…](http://vernziqfqvweijfaacmwazohgpdo2bt2ib2jlupt2pwwu27bhgxq.b32.i2p/) | πŸ‡ΊπŸ‡Έ US | | [lx.sesu.cc](https://lx.sesu.cc/) | [βœ…](http://lx.swxoebbpeqiiixyhbuh3vbw53pdrmtbiaj2sqveol6kkn5rpapfi4aad.onion/) | [βœ…](http://37bw4xelfgivsih5s4s5cozkxkhgoeqx5bjfjnrnmv5utdtk45sa.b32.i2p/) | πŸ‡¨πŸ‡± CL | | [librex.mikata.ru](https://librex.mikata.ru/) | [βœ…](http://f7ssz7l3biu4fugwctfpcx4txg5yq4gqhrt473ledsuc3ivtd3omniid.onion/) | ❌ | πŸ‡ΊπŸ‡Έ US | diff --git a/donate.php b/donate.php index 4249f5e..3a23b9e 100644 --- a/donate.php +++ b/donate.php @@ -8,13 +8,15 @@
-

Donate to the developer

-

Bitcoin (BTC):

+

Donate to the developer

+

Bitcoin (BTC):

bc1qs43kh6tvhch02dtsp7x7hcrwj8fwe4rzy7lp0h

btc qr code -

Monero (XMR):

+

Monero (XMR):

41dGQr9EwZBfYBY3fibTtJZYfssfRuzJZDSVDeneoVcgckehK3BiLxAV4FvEVJiVqdiW996zvMxhFB8G8ot9nBFqQ84VkuC

xmr qr code +

Liberapay

+ liberapay.com/hnhx
diff --git a/instances.json b/instances.json index a7ecfe3..55249c1 100644 --- a/instances.json +++ b/instances.json @@ -1,7 +1,7 @@ { "instances": [ { - "clearnet": "https://librex.beparanoid.de/", + "clearnet": "https://search.femboy.hu/", "tor": "http://librex.2356uhnbpv5nk3bni5bv6jg2cd6lgj664kwx3lhyelstpttpyv4kk2qd.onion/", "i2p": null, "country": "HU" diff --git a/static/css/styles.css b/static/css/styles.css index 43afe1b..b76ecf2 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -246,7 +246,7 @@ a:hover, } .next-page-button-wrapper { - margin-top: -50px; + margin-top: -40px; margin-bottom: 100px; } @@ -471,4 +471,8 @@ a[title] { margin-left: 20px; max-width: 90%; } + + .next-page-button-wrapper { + margin-top: 30px; + } }