diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index a7b65a4..acd334f 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,14 +1,59 @@ - + + + + + {#if !headerCollapse} + + + + The Deprived Devs + + + Home + Games + Blog + About + + {:else} + + + + The Deprived Devs + + + navbarHidden = !navbarHidden}> + + + + {#if !navbarHidden} + + Home + Games + Blog + About + + {/if} + {/if} + + @@ -46,18 +91,105 @@ -{#if mobile} +{#if footerCollapse} {/if} + +{#if headerCollapse} + +{/if} diff --git a/src/routes/games/+page.svelte b/src/routes/games/+page.svelte new file mode 100644 index 0000000..00d7bdd --- /dev/null +++ b/src/routes/games/+page.svelte @@ -0,0 +1 @@ +WIP diff --git a/static/images/icons/hamburger_menu.svg b/static/images/icons/hamburger_menu.svg new file mode 100644 index 0000000..754961f --- /dev/null +++ b/static/images/icons/hamburger_menu.svg @@ -0,0 +1,14 @@ + + diff --git a/static/images/logo.png b/static/images/logo.png new file mode 100644 index 0000000..495e7e9 Binary files /dev/null and b/static/images/logo.png differ diff --git a/static/stylesheets/global.css b/static/stylesheets/global.css index 0d193ec..a9216b9 100644 --- a/static/stylesheets/global.css +++ b/static/stylesheets/global.css @@ -6,6 +6,10 @@ url("/fonts/CozetteVector.ttf") format("truetype"); } +html { + background: var(--background1); +} + body { font-family: var(--main-font); color: var(--text1); /* Default to primary text color. */