diff --git a/bun.lockb b/bun.lockb index da58006..dc854f5 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/drizzle/meta/_journal.json b/drizzle/meta/_journal.json index d4df8db..d72056a 100644 --- a/drizzle/meta/_journal.json +++ b/drizzle/meta/_journal.json @@ -5,13 +5,11 @@ { "idx": 0, "version": "6", - "when": 1729459339411, - "tag": "0000_quiet_iron_man", - "breakpoints": true + "when": 1731012522719, + "tag": "0000_salty_red_shift" }, { "idx": 1, - "version": "6", "when": 1731834716676, "tag": "0001_productive_shadowcat", "breakpoints": true diff --git a/src/app.css b/src/app.css index 1137a75..294be07 100644 --- a/src/app.css +++ b/src/app.css @@ -36,7 +36,7 @@ } .dark { - --background: 240 10% 3.9%; + --background: 0 0% 3.9%; --foreground: 210 40% 98%; --muted: 217.2 32.6% 17.5%; diff --git a/src/lib/components/headers/app-header.svelte b/src/lib/components/headers/app-header.svelte index af4c150..0618b74 100644 --- a/src/lib/components/headers/app-header.svelte +++ b/src/lib/components/headers/app-header.svelte @@ -1,46 +1,36 @@
+ +
- +
JailBird Green -

- JailBird -

+
@@ -49,94 +39,25 @@ >
- + Home Icon - -

- Home -

-
-
- -
- - - Upload File Icon - - - -

- Shared Files -

- - - - -

- Profile -

-
+
- - diff --git a/src/lib/components/headers/landing-header.svelte b/src/lib/components/headers/landing-header.svelte index a16fd7e..8e78bd2 100644 --- a/src/lib/components/headers/landing-header.svelte +++ b/src/lib/components/headers/landing-header.svelte @@ -1,96 +1,23 @@
-
-
- JailBird Green - -

JailBird

-
- - +
+ JailBird Green
- - diff --git a/src/lib/components/main.svelte b/src/lib/components/main.svelte index 4faf136..d560666 100644 --- a/src/lib/components/main.svelte +++ b/src/lib/components/main.svelte @@ -15,6 +15,6 @@ usable and can be expanded later to also work on mobile. --> -
+
{@render children?.()}
diff --git a/src/lib/logos/BirdPink.svg b/src/lib/logos/BirdPink.svg new file mode 100644 index 0000000..7a21048 --- /dev/null +++ b/src/lib/logos/BirdPink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/lib/logos/BirdWhite.svg b/src/lib/logos/BirdWhite.svg new file mode 100644 index 0000000..8e13416 --- /dev/null +++ b/src/lib/logos/BirdWhite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/lib/logos/JailBirdTextWhite.svg b/src/lib/logos/JailBirdTextWhite.svg new file mode 100644 index 0000000..7983076 --- /dev/null +++ b/src/lib/logos/JailBirdTextWhite.svg @@ -0,0 +1 @@ +JailBird \ No newline at end of file diff --git a/src/lib/logos/birdAndTextPink.svg b/src/lib/logos/birdAndTextPink.svg new file mode 100644 index 0000000..74c7c3d --- /dev/null +++ b/src/lib/logos/birdAndTextPink.svg @@ -0,0 +1 @@ +JailBird \ No newline at end of file diff --git a/src/lib/menuIcons/newHome.svg b/src/lib/menuIcons/newHome.svg new file mode 100644 index 0000000..c5a06e3 --- /dev/null +++ b/src/lib/menuIcons/newHome.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/lib/menuIcons/newHomePink.svg b/src/lib/menuIcons/newHomePink.svg new file mode 100644 index 0000000..d72917d --- /dev/null +++ b/src/lib/menuIcons/newHomePink.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/routes/(app)/app/+layout.svelte b/src/routes/(app)/app/+layout.svelte index 9cb54ad..557546c 100644 --- a/src/routes/(app)/app/+layout.svelte +++ b/src/routes/(app)/app/+layout.svelte @@ -1,13 +1,19 @@ - -{@render children()} - +
+
+ {@render children()} +
+
diff --git a/src/routes/(app)/app/account/create_key_dialog.svelte b/src/routes/(app)/app/account/create_key_dialog.svelte index 7b1790a..1c70f46 100644 --- a/src/routes/(app)/app/account/create_key_dialog.svelte +++ b/src/routes/(app)/app/account/create_key_dialog.svelte @@ -7,7 +7,6 @@ import { Label } from "@/ui/label"; import { Input } from "@/ui/input"; import * as Select from "@/ui/select"; - import { Button, buttonVariants } from "@/ui/button"; import InlineCodeBlock from "@/inline-codeblock.svelte"; diff --git a/src/routes/(landing)/+layout.svelte b/src/routes/(landing)/+layout.svelte index 86344a5..a7da8fb 100644 --- a/src/routes/(landing)/+layout.svelte +++ b/src/routes/(landing)/+layout.svelte @@ -9,8 +9,14 @@ -
- {@render children()} -
+ +
+
+ {@render children()} +
+
diff --git a/src/routes/(landing)/+page.svelte b/src/routes/(landing)/+page.svelte index 7e34779..125ecd5 100644 --- a/src/routes/(landing)/+page.svelte +++ b/src/routes/(landing)/+page.svelte @@ -1,41 +1,34 @@
-
-

Jail Bird

- - { - ev.preventDefault(); - if (!(ev.target instanceof HTMLInputElement)) return; - query_params.set({ num: +ev.target.value }); - utils.greeter.oddOrEven.invalidate(); - }, 500)} - /> +
+

+ Newest + and Most +
+ Secure + File +
+ Storage + Application. +

- {#if $query.isLoading} -
Checking...
- {:else if $query.isError} -
{JSON.stringify($query.error, null, 2)}
- {:else} -
{JSON.stringify($query.data, null, 2)}
- {/if} +
+ +
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index dde57dc..2a2d299 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -24,6 +24,8 @@ - {@render children()} +
+ {@render children()} +
diff --git a/static/backgroundsAndAssets/defaultBackground.svg b/static/backgroundsAndAssets/defaultBackground.svg new file mode 100644 index 0000000..f38e8cd --- /dev/null +++ b/static/backgroundsAndAssets/defaultBackground.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/backgroundsAndAssets/defaultBackground2.svg b/static/backgroundsAndAssets/defaultBackground2.svg new file mode 100644 index 0000000..e9a4a89 --- /dev/null +++ b/static/backgroundsAndAssets/defaultBackground2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/backgroundsAndAssets/footprints.svg b/static/backgroundsAndAssets/footprints.svg new file mode 100644 index 0000000..69cea38 --- /dev/null +++ b/static/backgroundsAndAssets/footprints.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/backgroundsAndAssets/landerDecoBackground.svg b/static/backgroundsAndAssets/landerDecoBackground.svg new file mode 100644 index 0000000..6e2545e --- /dev/null +++ b/static/backgroundsAndAssets/landerDecoBackground.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/backgroundsAndAssets/landerDecoBackgroundV2.svg b/static/backgroundsAndAssets/landerDecoBackgroundV2.svg new file mode 100644 index 0000000..a044400 --- /dev/null +++ b/static/backgroundsAndAssets/landerDecoBackgroundV2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/backgroundsAndAssets/newBackground.jpg b/static/backgroundsAndAssets/newBackground.jpg new file mode 100644 index 0000000..682fa82 Binary files /dev/null and b/static/backgroundsAndAssets/newBackground.jpg differ diff --git a/static/backgroundsAndAssets/newBackground2.jpg b/static/backgroundsAndAssets/newBackground2.jpg new file mode 100644 index 0000000..4f6d96a Binary files /dev/null and b/static/backgroundsAndAssets/newBackground2.jpg differ diff --git a/static/backgroundsAndAssets/newLandingBackground.jpg b/static/backgroundsAndAssets/newLandingBackground.jpg new file mode 100644 index 0000000..36885d9 Binary files /dev/null and b/static/backgroundsAndAssets/newLandingBackground.jpg differ diff --git a/tailwind.config.js b/tailwind.config.js index 2e4982a..a61b890 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -77,7 +77,7 @@ const config = { "app-main": "calc(100vh - 9.5rem - 2px)", }, height: { - "landing-main": "calc(100vh - 12rem - 2px)", + "landing-main": "calc(100vh - 7rem - 2px)", "app-main": "calc(100vh - 9.5rem - 2px)", }, },