rebrand with bumblebee

This commit is contained in:
Klemek
2025-03-19 14:12:09 +01:00
parent 420518ba6e
commit 0691a8b5f4
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# File-Whizz # 🐝 File-Whizz
*No need for cloud when you have wings* *No need for cloud when you have wings*
### [Tool link](https://file.klemek.fr/) ### [Tool link](https://file.klemek.fr/)
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 798 KiB

After

Width:  |  Height:  |  Size: 591 KiB

+7 -7
View File
@@ -21,9 +21,9 @@
<script type="module" src="main.js"></script> <script type="module" src="main.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<title>File Whizz • No need for cloud when you have wing</title> <title>🐝 File Whizz • No need for cloud when you have wing</title>
<meta property="og:title" content="File Whizz • No need for cloud when you have wing"> <meta property="og:title" content="🐝 File Whizz • No need for cloud when you have wing">
<meta name="twitter:title" content="File Whizz • No need for cloud when you have wing"> <meta name="twitter:title" content="🐝 File Whizz • No need for cloud when you have wing">
<meta name="description" content="Peer-to-peer file transfers in your web browser. No intermediary servers." /> <meta name="description" content="Peer-to-peer file transfers in your web browser. No intermediary servers." />
<meta property="og:description" content="Peer-to-peer file transfers in your web browser. No intermediary servers."> <meta property="og:description" content="Peer-to-peer file transfers in your web browser. No intermediary servers.">
<meta name="twitter:description" content="Peer-to-peer file transfers in your web browser. No intermediary servers."> <meta name="twitter:description" content="Peer-to-peer file transfers in your web browser. No intermediary servers.">
@@ -33,12 +33,12 @@
<meta name="twitter:image" content="https://file.klemek.fr/preview.jpg" /> <meta name="twitter:image" content="https://file.klemek.fr/preview.jpg" />
</head> </head>
<body data-theme="night" class="min-h-screen flex flex-col"> <body data-theme="bumblebee" class="min-h-screen flex flex-col">
<div class="hero flex-grow bg-base-200"> <div class="hero flex-grow bg-base-200">
<main id="app" class="hero-content text-center" style="display: none"> <main id="app" class="hero-content text-center" style="display: none">
<div class="card w-96 bg-base-100/95 card-xl shadow-sm"> <div class="card w-96 bg-base-100/95 card-xl shadow-sm">
<div class="card-body"> <div class="card-body">
<h2 class="card-title text-4xl"><i icon="file-volume-2"></i> File Whizz</h2> <h2 class="card-title text-4xl">🐝 File Whizz</h2>
<div v-if="isServer" class="mt-2 w-full italic"> <div v-if="isServer" class="mt-2 w-full italic">
Send files easily through <a class="underline" target="_blank" href="https://webrtc.org/">WebRTC</a> Send files easily through <a class="underline" target="_blank" href="https://webrtc.org/">WebRTC</a>
directly to another device, without an intermediary server. directly to another device, without an intermediary server.
@@ -107,8 +107,8 @@
(<i icon="github"></i> <a href="https://github.com/klemek/file-whizz" target="_blank" (<i icon="github"></i> <a href="https://github.com/klemek/file-whizz" target="_blank"
class="underline">Repository</a>) - class="underline">Repository</a>) -
Photo by Photo by
<a href="https://unsplash.com/photos/low-angle-photography-of-highrise-building-p-rN-n6Miag" <a href="https://unsplash.com/photos/shallow-focus-photography-of-purple-flowers-7mBwD5kKUrs"
class="underline">JOHN TOWNER</a> class="underline">Lachlan Gowen</a>
on <a href="https://unsplash.com/" target="_blank" class="underline">Unsplash</a> on <a href="https://unsplash.com/" target="_blank" class="underline">Unsplash</a>
</p> </p>
</aside> </aside>
+4 -4
View File
@@ -103,12 +103,12 @@ const STATUS = {
const STATUS_COLOR = { const STATUS_COLOR = {
[STATUS.Error]: "error", [STATUS.Error]: "error",
[STATUS.Connecting]: "neutral", [STATUS.Connecting]: "neutral",
[STATUS.ServerNoFile]: "primary", [STATUS.ServerNoFile]: "info",
[STATUS.ServerReady]: "success", [STATUS.ServerReady]: "success",
[STATUS.ClientConnecting]: "primary", [STATUS.ClientConnecting]: "info",
[STATUS.ClientWaiting]: "primary", [STATUS.ClientWaiting]: "info",
[STATUS.ClientReady]: "success", [STATUS.ClientReady]: "success",
[STATUS.ClientDownloading]: "primary", [STATUS.ClientDownloading]: "info",
[STATUS.ClientDownloaded]: "success", [STATUS.ClientDownloaded]: "success",
[STATUS.ClientDisconnected]: "neutral", [STATUS.ClientDisconnected]: "neutral",
}; };
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 90 KiB