aboutsummaryrefslogtreecommitdiffstats
path: root/clients
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-04-24 13:43:24 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-04-24 13:53:47 -0500
commit20c9d3fb5400e868bce3e53df2c0aa22be14e23e (patch)
tree5e9df682af146403cd8d086555a313cc5151345a /clients
parentcall me bread because I am pain (diff)
downloadzorascript-20c9d3fb5400e868bce3e53df2c0aa22be14e23e.tar
zorascript-20c9d3fb5400e868bce3e53df2c0aa22be14e23e.tar.gz
zorascript-20c9d3fb5400e868bce3e53df2c0aa22be14e23e.tar.bz2
zorascript-20c9d3fb5400e868bce3e53df2c0aa22be14e23e.tar.lz
zorascript-20c9d3fb5400e868bce3e53df2c0aa22be14e23e.tar.xz
zorascript-20c9d3fb5400e868bce3e53df2c0aa22be14e23e.tar.zst
zorascript-20c9d3fb5400e868bce3e53df2c0aa22be14e23e.zip
Nothing
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--clients/www/README.md4
-rw-r--r--clients/www/package.json2
-rw-r--r--clients/www/src/app.postcss7
-rw-r--r--clients/www/src/routes/+layout.svelte5
-rw-r--r--clients/www/src/routes/+page.svelte2
-rw-r--r--clients/www/static/font/ZeldaOracles.woff2bin6460 -> 0 bytes
-rw-r--r--clients/www/static/font/zelda-oracles.woff2bin0 -> 5436 bytes
7 files changed, 16 insertions, 4 deletions
diff --git a/clients/www/README.md b/clients/www/README.md
index 5c91169..9e4ad05 100644
--- a/clients/www/README.md
+++ b/clients/www/README.md
@@ -36,3 +36,7 @@ npm run build
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
+
+# Acknowledgements
+
+This project utilizes the FontStruction [Zelda Oracles](https://fontstruct.com/fontstructions/show/1984652) by “aztecwarrior28” is licensed under a [Creative Commons Attribution Share Alike license](http://creativecommons.org/licenses/by-sa/3.0/).
diff --git a/clients/www/package.json b/clients/www/package.json
index 0a6dda1..a4e914b 100644
--- a/clients/www/package.json
+++ b/clients/www/package.json
@@ -29,11 +29,13 @@
"eslint": "^9.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.38.0",
+ "iconify-icon": "^2.1.0",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.15",
"svelte-check": "^3.6.9",
+ "svelte-persisted-store": "^0.9.2",
"tailwindcss": "3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
diff --git a/clients/www/src/app.postcss b/clients/www/src/app.postcss
index a7f6f88..b09047c 100644
--- a/clients/www/src/app.postcss
+++ b/clients/www/src/app.postcss
@@ -4,14 +4,15 @@
@tailwind variants;
@font-face {
- font-family: "Zelda Oracle";
- src: url("/font/ZeldaOracles.woff2") format("woff2");
+ font-family: "Zelda Oracles";
+ src: url("/font/zelda-oracles.woff2") format("woff2");
}
+
html,
body {
@apply h-full overflow-hidden;
}
:root [data-theme="wintry"] {
- --theme-font-family-base: "Zelda Oracle";
+ --theme-font-family-base: "Zelda Oracles";
} \ No newline at end of file
diff --git a/clients/www/src/routes/+layout.svelte b/clients/www/src/routes/+layout.svelte
index a651da6..a80d9aa 100644
--- a/clients/www/src/routes/+layout.svelte
+++ b/clients/www/src/routes/+layout.svelte
@@ -1,4 +1,5 @@
<script lang="ts">
+ import "iconify-icon";
import { base } from '$app/paths';
import '../app.postcss';
import { AppShell, AppBar, LightSwitch, initializeStores, Toast } from '@skeletonlabs/skeleton';
@@ -27,7 +28,9 @@
</svelte:fragment>
<a href="{base}/">Zelda: Oracle Password Generator</a>
<svelte:fragment slot="trail">
- <a href="https://github.com/RosstheRoss/zorascript">TODO: SOURCE CODE</a>
+ <a href="https://github.com/RosstheRoss/zorascript">
+ <iconify-icon icon="mdi:github" height="auto" />
+ </a>
</svelte:fragment>
</AppBar>
</svelte:fragment>
diff --git a/clients/www/src/routes/+page.svelte b/clients/www/src/routes/+page.svelte
index e963da4..1286b34 100644
--- a/clients/www/src/routes/+page.svelte
+++ b/clients/www/src/routes/+page.svelte
@@ -1,3 +1,5 @@
<svelte:head>
<title>Zelda: Oracle of [Ages,Seasons] Passphrase Generator</title>
</svelte:head>
+
+Coming eventually....
diff --git a/clients/www/static/font/ZeldaOracles.woff2 b/clients/www/static/font/ZeldaOracles.woff2
deleted file mode 100644
index 5dc300c..0000000
--- a/clients/www/static/font/ZeldaOracles.woff2
+++ /dev/null
Binary files differ
diff --git a/clients/www/static/font/zelda-oracles.woff2 b/clients/www/static/font/zelda-oracles.woff2
new file mode 100644
index 0000000..b0399e1
--- /dev/null
+++ b/clients/www/static/font/zelda-oracles.woff2
Binary files differ