Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content updates #342

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
<div class="flex mr-2 w-4 h-4">
<FaHeart />
</div>
Yes, I care</Button
Donate</Button
>
</div>
<small>
Created by{' '}
<a class="underline hover:text-primary" href="https://twitter.com/stophecom"> @stophecom</a>
<a class="underline hover:text-primary" href="https://bsky.app/profile/stophe.com">
@stophe.com</a
>
<!-- Use <a class="underline hover:text-primary" href="https://scrt.link">scrt.link</a> for greater needs. -->
&bull;
<a class="underline hover:text-primary" href="https://github.com/stophecom/sharrr-svelte">
Expand Down
7 changes: 2 additions & 5 deletions src/routes/about/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ This project is **proof-of-concept** on how to transfer large files over the int

All code is [open source on Github](https://github.com/stophecom/sharrr-svelte).

#### Disclaimer
[Read the background story](https://blog.stophe.com/how-to-securely-share-a-file) about this project in my blog.

I am not a security engineer or cryptographer. Use with caution. Feedback on security aspects or potential vulnerabilities is much appreciated.

Find me on [Twitter](https://twitter.com/stophecom), [Mastodon](https://mastodon.social/@stophecom).
[Read the background story](https://blog.stophe.com/how-to-securely-share-a-file) about this project in my blog.
Get in touch [Bluesky](https://bsky.app/profile/stophe.com) or [Mastodon](https://mastodon.social/@stophecom).

## Features

Expand Down
Loading