-
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)",
},
},