Skip to content

Commit

Permalink
Updated the info page and sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Yureien committed Jun 17, 2023
1 parent 03a71da commit 6af08d4
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 10 deletions.
3 changes: 3 additions & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<link rel="icon" href="yabin-logo.ico" />
<meta name="viewport" content="width=device-width" />
<title>YABin</title>

<script async defer src="https://buttons.github.io/buttons.js"></script>

%sveltekit.head%
</head>

Expand Down
25 changes: 25 additions & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,31 @@
<a class="underline underline-offset-4 px-2 py-1" href="https://github.com/Yureien/YABin">
Source Code
</a>

<a
class="underline underline-offset-4 px-2 py-1"
href="https://github.com/Yureien/YABin/tree/main/cli"
>
CLI Client
</a>

<div class="flex flex-row gap-4 justify-center">
<a
class="github-button"
href="https://github.com/sponsors/Yureien"
data-color-scheme="no-preference: dark; light: light; dark: dark;"
data-size="large"
aria-label="Sponsor @Yureien on GitHub">Sponsor</a
>
<a
class="github-button"
href="https://github.com/Yureien/YABin"
data-color-scheme="no-preference: dark; light: light; dark: dark;"
data-size="large"
data-show-count="true"
aria-label="Star Yureien/YABin on GitHub">Star</a
>
</div>
</div>
</div>
</div>
Expand Down
25 changes: 15 additions & 10 deletions src/routes/info/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@
href="https://github.com/Yureien/YABin">open-source</a
> and easily self-hostable.
</li>
<li>
<a
class="underline underline-offset-2"
href="https://github.com/Yureien/YABin/tree/main/cli">CLI Client!</a
>
</li>
<li>It can even be run in serverless environments!</li>
</ul>

Expand All @@ -102,7 +108,14 @@
<div class="mt-8">
<h1 class="text-4xl">Support the development</h1>
<p class="mt-2">
If you really like this project, I'd love it if you <a
If you really like this project, I'd love it if you can give me a <a
class="underline underline-offset-2"
href="https://github.com/Yureien/YABin"
aria-label="Star Yureien/YABin on GitHub">Star</a
> on GitHub! That provides me with motivation, seeing people use stuff I make.
</p>
<p>
If you do not mind donating, then please <a
href="https://ko-fi.com/A0A21C34E"
target="_blank"
><img
Expand All @@ -116,15 +129,7 @@
src="https://github.com/sponsors/Yureien/button"
title="Sponsor Yureien"
class="border-0 rounded h-8 inline w-28"
/> me on GitHub.
</p>
<p class="text mt-4">
Soon, I will be running managed servers on a custom and short domain. You can support me by
subscribing to a monthly service, and you get your own pastebin, with your custom styles,
colours, text and more! If you are interested, please send me an email at <a
class="underline underline-offset-2"
href="mailto:[email protected]">[email protected]</a
>, and I will get back to you as soon as possible.
/> me on GitHub. Although, a star on GitHub is more than enough!
</p>
</div>
</div>
Expand Down

0 comments on commit 6af08d4

Please sign in to comment.