diff --git a/src/lib/Banner.svelte b/src/lib/Banner.svelte index f6aea45..00fa5b8 100644 --- a/src/lib/Banner.svelte +++ b/src/lib/Banner.svelte @@ -2,6 +2,13 @@ export let title = "Quartznet"; +
+
+

{title}

+

Software, Games, Science, Space!

+
+
+ - -
-
-

{title}

-

Software, Games, Science, Space!

-
-
diff --git a/src/lib/Modal.svelte b/src/lib/Modal.svelte index 043c80b..64cb9ca 100644 --- a/src/lib/Modal.svelte +++ b/src/lib/Modal.svelte @@ -44,22 +44,22 @@ const toCssString = (props) => Object.keys(props).reduce( (str, key) => `${str}; ${camelCaseToDash(key)}: ${props[key]}`, - "" + "", ); $: cssBg = toCssString(Object.assign({}, styleBg, customStyleBg)); $: cssWindow = toCssString( - Object.assign({}, styleWindow, customStyleWindow) + Object.assign({}, styleWindow, customStyleWindow), ); $: cssContent = toCssString( - Object.assign({}, styleContent, customStyleContent) + Object.assign({}, styleContent, customStyleContent), ); const open = ( NewComponent, newProps = {}, style = { bg: {}, window: {}, content: {} }, - newCallback = () => {} + newCallback = () => {}, ) => { Component = NewComponent; props = newProps; @@ -213,7 +213,8 @@ https://github.com/flekschas/svelte-simple-moda border-radius: 1.5rem; background: white; box-shadow: 0 0 0 1px black; - transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), + transition: + transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); -webkit-appearance: none; } @@ -229,7 +230,8 @@ https://github.com/flekschas/svelte-simple-moda height: 1px; background: black; transform-origin: center; - transition: height 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), + transition: + height 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); } diff --git a/src/lib/Nav.svelte b/src/lib/Nav.svelte index 528fbd9..aa75d57 100644 --- a/src/lib/Nav.svelte +++ b/src/lib/Nav.svelte @@ -1,3 +1,21 @@ +
+ +
+ - -
- -
diff --git a/src/lib/ThemeContext.svelte b/src/lib/ThemeContext.svelte index ff57d29..2231461 100644 --- a/src/lib/ThemeContext.svelte +++ b/src/lib/ThemeContext.svelte @@ -1,7 +1,7 @@ +Admin + - -Admin diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 3ba9da9..ebd2e1e 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -4,16 +4,8 @@ let games = [ { - name: "Sirius", - link: "./sirius", - img: "img/600x300.png", - size: { width: 600, height: 300 }, - description: - "A 2D game about a wannabe space captain exploring the galaxy.", - }, - { - name: "Quartz", - link: "./sirius", + name: "Test", + link: "/", img: "img/600x300.png", size: { width: 600, height: 300 }, description: "Test", diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index cc55baf..afe31d3 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -1,12 +1,12 @@ Quartznet - About - +
@@ -15,9 +15,11 @@

A small team developing games and software.

Why the name Quartznet

-

Naming things is hard. We ended up with the name quartz and added net making quartznet. - +

+ Naming things is hard. We ended up with the name quartz and added + net making quartznet. +

SPAAAAACEEEE

Space!

-
\ No newline at end of file + diff --git a/src/routes/admin/+page.svelte b/src/routes/admin/+page.svelte index 1fa8b9f..d3ac158 100644 --- a/src/routes/admin/+page.svelte +++ b/src/routes/admin/+page.svelte @@ -1,20 +1,34 @@ + + Quartznet - Admin + + + + +
+
+

Services

+ +
+
+ - - - Quartznet - Admin - - - - -
-
-

Services

- -
-
diff --git a/src/routes/admin/login.svelte b/src/routes/admin/login.svelte index 688de0e..9d5e4ab 100755 --- a/src/routes/admin/login.svelte +++ b/src/routes/admin/login.svelte @@ -1,37 +1,61 @@ Quartznet - Login - +
- diff --git a/src/routes/sirius/+page.svelte b/src/routes/sirius/+page.svelte deleted file mode 100755 index e73353d..0000000 --- a/src/routes/sirius/+page.svelte +++ /dev/null @@ -1,17 +0,0 @@ - - - - Quartznet - Sirius - - - - -
-
-

Sirius game

-

Sirius game. Work in progress

- Presskit -
-
\ No newline at end of file