diff --git a/website/src/app.html b/website/src/app.html index 56811f1..63c9a64 100644 --- a/website/src/app.html +++ b/website/src/app.html @@ -11,6 +11,8 @@ + + %sveltekit.head% diff --git a/website/src/routes/+layout.svelte b/website/src/routes/+layout.svelte index 46e7bff..13009eb 100644 --- a/website/src/routes/+layout.svelte +++ b/website/src/routes/+layout.svelte @@ -50,7 +50,7 @@
-
+ diff --git a/website/src/routes/+page.svelte b/website/src/routes/+page.svelte index 251e942..6185fda 100644 --- a/website/src/routes/+page.svelte +++ b/website/src/routes/+page.svelte @@ -2,10 +2,16 @@ import type { PageData } from './$types'; export let data: PageData; + + const tagline = + 'pesde is a package manager for Roblox that is designed to be feature-rich and easy to use.'; pesde + + +
- pesde is a package manager for Roblox that is designed to be feature-rich and easy to use. + {tagline}
{data.scope}/{data.name}@{data.version} + + {#if data.description} + + + {/if}
diff --git a/website/src/routes/policies/+page.svelte b/website/src/routes/policies/+page.svelte index 53d667b..87acede 100644 --- a/website/src/routes/policies/+page.svelte +++ b/website/src/routes/policies/+page.svelte @@ -1,5 +1,8 @@ Policies + + +
diff --git a/website/static/logo.png b/website/static/logo.png new file mode 100644 index 0000000..ef31b87 Binary files /dev/null and b/website/static/logo.png differ