Skip to content

Commit

Permalink
Merge branch 'main' of github.com:secondl1ght/bitbanana-website into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
secondl1ght committed Sep 5, 2023
2 parents c8eaec9 + b68cdfc commit 28605f9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
4 changes: 3 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
];
const wallet = [
'100% free, no BitBanana fees.',
'100% free, no BitBanana fees',
'Send & receive on-chain and off-chain',
'Contacts (with avatars)',
'Send funds to Lightning Addresses',
'Send funds without an invoice (keysend)',
Expand All @@ -33,6 +34,7 @@
'100% Self-Custodial',
'100% Open Source code with reproducible releases',
'ZERO data collection',
'Available on F-Droid',
'Tor support',
'PIN protected access',
'Scrambled PIN by default',
Expand Down
10 changes: 4 additions & 6 deletions src/routes/donate/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@
</svelte:head>

<Template title="Donate to" position="top">
Thank you for considering a donation!
Thank you for considering a donation! You are awesome!
<br />
At BitBanana we do everything for free and donations are the only source of income.
Your donation will help and motivate us to spend more time on the project.
<br /><br />
Your donation will directly help us to spend more time on the project.
<br />
My dream (Michael, main developer) is to do this full-time and deliver what you love at an unprecedented
speed and quality.
At BitBanana we do everything for free. There is no business model. We appreciate every single sat
donated and believe in a world where our effort will pay back in a positive way.

<div class="mt-14 grid-cols-3 gap-4 space-y-14 lg:grid lg:space-y-0">
{#each team as member}
Expand Down
17 changes: 12 additions & 5 deletions src/routes/download/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,18 @@
100% Reproducible.
</p>

<div class="mx-auto max-w-xl grid-cols-2 space-y-16 lg:grid lg:space-y-0">
<!--<div class="space-y-4">
<p class="font-bold">F-Droid <span class="text-base font-normal">(Soon!)</span></p>
<Icon icon="fdroid" style="mx-auto opacity-50 text-link w-[57px] h-[64px]" />
</div>-->
<div class="mx-auto max-w-xl grid-cols-3 space-y-16 lg:grid lg:space-y-0">
<div class="space-y-4">
<p class="font-bold">F-Droid</p>
<a
href="https://f-droid.org/en/packages/app.michaelwuensch.bitbanana/"
target="_blank"
rel="noreferrer"
class="inline-block"
>
<Icon icon="fdroid" style="mx-auto text-link hover:text-hover w-[57px] h-[64px]" />
</a>
</div>

<div class="space-y-4">
<p class="font-bold">Google Play</p>
Expand Down

0 comments on commit 28605f9

Please sign in to comment.