forked from ProjectSegfault/website
more markdown and format
This commit is contained in:
parent
9199ed43ae
commit
be8cc85088
@ -1,7 +1,7 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request]
|
event: [push, pull_request]
|
||||||
image: node:bullseye-slim
|
image: node:bullseye-slim
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
@ -12,7 +12,7 @@ pipeline:
|
|||||||
- mv ../build/* .
|
- mv ../build/* .
|
||||||
push:
|
push:
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [push]
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
settings:
|
settings:
|
||||||
branch: build
|
branch: build
|
||||||
@ -24,7 +24,7 @@ pipeline:
|
|||||||
from_secret: ssh_key_git
|
from_secret: ssh_key_git
|
||||||
update:
|
update:
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [push]
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
export let url: any;
|
export let url: any;
|
||||||
let classes: string = "";
|
let classes: string = "";
|
||||||
export {classes as class};
|
export { classes as class };
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<a href={url} class={classes}>
|
<a href={url} class={classes}>
|
||||||
|
@ -13,32 +13,22 @@ If you donate, we will be more motivated to work on the server and host more stu
|
|||||||
|
|
||||||
## Donation Links
|
## Donation Links
|
||||||
|
|
||||||
|
|
||||||
### 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/).
|
### 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/).
|
||||||
|
|
||||||
### Monero
|
### Monero
|
||||||
|
|
||||||
|
Address: `47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA`
|
||||||
Address: ```47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA```
|
![Monero QR code](/Monero.png)
|
||||||
<div class="qr">
|
|
||||||
<img src="/Monero.png" alt="Monero QR code" /></div>
|
|
||||||
|
|
||||||
### Bitcoin
|
### Bitcoin
|
||||||
|
|
||||||
|
Address: `bc1qrc8ywgp95a6p3zausp4nff70qzstp6h8z86sxd`
|
||||||
Address: ```bc1qrc8ywgp95a6p3zausp4nff70qzstp6h8z86sxd```
|
![Bitcoin QR code](/Bitcoin.png)
|
||||||
|
|
||||||
<div class="qr">
|
|
||||||
<img src="/Bitcoin.png" alt ="Bitcoin QR Code">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
### Litecoin
|
### Litecoin
|
||||||
|
|
||||||
Address: ```ltc1qn3ald586h2ntt0n3zkvwsmju2e5vndgtvvgatj```
|
Address: `ltc1qn3ald586h2ntt0n3zkvwsmju2e5vndgtvvgatj`
|
||||||
<div class="qr">
|
![Litecoin QR code](/Litecoin.png)
|
||||||
<img src="/Litecoin.png" alt="Litecoin QR code" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
_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/)._
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<a href="/projects">Explore our projects</a>
|
<a href="/projects">Explore our projects</a>
|
||||||
<a href="/donate"
|
<a href="/donate"
|
||||||
><div class="i-fa6-solid:money-bill" />
|
><div class="i-fa6-solid:money-bill" />
|
||||||
Donate</a
|
Donate</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</Hero>
|
</Hero>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user