forked from ProjectSegfault/website
Reviewed-on: ProjectSegfault/website#10
This commit is contained in:
commit
b3bcfd6507
@ -13,34 +13,27 @@ If you donate, we will be more motivated to work on the server and host more stu
|
|||||||
|
|
||||||
## Donation Links
|
## Donation Links
|
||||||
|
|
||||||
<h3>Monero</h3>
|
### You can use our [domain name](https://projectsegfau.lt) as a crypto wallet address in supported OpenAlias Clients such as [MyMonero](https://mymonero.com/), [Electrum](https://electrum.org/) and [Electrum-LTC](https://electrum-ltc.org/).
|
||||||
|
|
||||||
<div class="monero">
|
### Monero
|
||||||
<div class="written">
|
|
||||||
<span>Address: <code>47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA</code></span><br />
|
Address: `47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA`
|
||||||
<span>Alias: <a href="https://projectsegfau.lt/">projectsegfau.lt</a> <i>(Put this in an OpenAlias compatible wallet e.g. MyMonero)</i></span>
|
![Monero QR code](/Monero.png)
|
||||||
</div>
|
|
||||||
<div class="qr">
|
### Bitcoin
|
||||||
<img src="/Monero.png" alt="Monero QR code" />
|
|
||||||
</div>
|
Address: `bc1qrc8ywgp95a6p3zausp4nff70qzstp6h8z86sxd`
|
||||||
</div>
|
![Bitcoin QR code](/Bitcoin.png)
|
||||||
|
|
||||||
|
### Litecoin
|
||||||
|
|
||||||
|
Address: `ltc1qn3ald586h2ntt0n3zkvwsmju2e5vndgtvvgatj`
|
||||||
|
![Litecoin QR code](/Litecoin.png)
|
||||||
|
|
||||||
_You can find all of our financial reports on [our transparency repository on Gitea](https://git.projectsegfau.lt/ProjectSegfault/transparency/)._
|
_You can find all of our financial reports on [our transparency repository on Gitea](https://git.projectsegfau.lt/ProjectSegfault/transparency/)._
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.monero {
|
code {
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
align-items: center;
|
|
||||||
gap: 8px;
|
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1004px) {
|
|
||||||
.monero {
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: initial;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
@ -28,10 +28,7 @@
|
|||||||
icon={item.icon}
|
icon={item.icon}
|
||||||
>
|
>
|
||||||
<LinksOuter>
|
<LinksOuter>
|
||||||
<Link
|
<Link url={item.projectWebsite} class="web">
|
||||||
url={item.projectWebsite}
|
|
||||||
class="web"
|
|
||||||
>
|
|
||||||
<div class="projectWebsite">
|
<div class="projectWebsite">
|
||||||
<div class="i-fa6-solid:globe" />
|
<div class="i-fa6-solid:globe" />
|
||||||
<span>Project website</span>
|
<span>Project website</span>
|
||||||
|
BIN
static/Bitcoin.png
Normal file
BIN
static/Bitcoin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 962 B |
BIN
static/Litecoin.png
Normal file
BIN
static/Litecoin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 977 B |
Loading…
Reference in New Issue
Block a user