diff --git a/src/lib/components/headers/app-header.svelte b/src/lib/components/headers/app-header.svelte index abbf91f..0618b74 100644 --- a/src/lib/components/headers/app-header.svelte +++ b/src/lib/components/headers/app-header.svelte @@ -1,41 +1,33 @@
+ +
- +
- - diff --git a/src/lib/components/headers/landing-header.svelte b/src/lib/components/headers/landing-header.svelte index 64b25b7..8e78bd2 100644 --- a/src/lib/components/headers/landing-header.svelte +++ b/src/lib/components/headers/landing-header.svelte @@ -1,6 +1,6 @@
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/(landing)/+layout.svelte b/src/routes/(landing)/+layout.svelte index 41d609a..a7da8fb 100644 --- a/src/routes/(landing)/+layout.svelte +++ b/src/routes/(landing)/+layout.svelte @@ -13,7 +13,7 @@
{@render children()} diff --git a/src/routes/(landing)/+page.svelte b/src/routes/(landing)/+page.svelte index ffc1107..125ecd5 100644 --- a/src/routes/(landing)/+page.svelte +++ b/src/routes/(landing)/+page.svelte @@ -15,16 +15,16 @@

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

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/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