next page buttons are now in correct position on mobile, official instance moved to a new domain, added liberapay donation option

This commit is contained in:
hnhx 2023-01-15 02:24:27 +01:00
parent 5f7d81a7d6
commit 4bcdb51b91
4 changed files with 12 additions and 6 deletions

View File

@ -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 |

View File

@ -8,13 +8,15 @@
</head>
<body>
<div class="misc-container">
<h1>Donate to the developer</h1>
<h3>Bitcoin (BTC):</h3>
<h1>Donate to the developer</h1>
<h2>Bitcoin (BTC):</h2>
<p>bc1qs43kh6tvhch02dtsp7x7hcrwj8fwe4rzy7lp0h</p>
<img src="static/images/btc.png" alt="btc qr code" width="150" height="150"/>
<h3>Monero (XMR):</h3>
<h2>Monero (XMR):</h2>
<p>41dGQr9EwZBfYBY3fibTtJZYfssfRuzJZDSVDeneoVcgckehK3BiLxAV4FvEVJiVqdiW996zvMxhFB8G8ot9nBFqQ84VkuC</p>
<img src="static/images/xmr.png" alt="xmr qr code" width="150" height="150"/>
<h2>Liberapay</h2>
<a href="https://en.liberapay.com/hnhx/donate" target="_blank">liberapay.com/hnhx</a>
</div>
<?php require "misc/footer.php"; ?>

View File

@ -1,7 +1,7 @@
{
"instances": [
{
"clearnet": "https://librex.beparanoid.de/",
"clearnet": "https://search.femboy.hu/",
"tor": "http://librex.2356uhnbpv5nk3bni5bv6jg2cd6lgj664kwx3lhyelstpttpyv4kk2qd.onion/",
"i2p": null,
"country": "HU"

View File

@ -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;
}
}