From c116c6c93ab452b4342d860061ab039e2f4cb247 Mon Sep 17 00:00:00 2001 From: Donny Bertucci Date: Tue, 14 Nov 2023 11:59:07 -0800 Subject: [PATCH] feat: add navigation links for the future (#58) * feat: add navigation links on navbar * feat: style the navigation links * fix: remove inline height --- frontend/src/routes/Header.svelte | 31 ++++++++++++++++++++----- frontend/src/routes/upload/+page.svelte | 9 +++++++ 2 files changed, 34 insertions(+), 6 deletions(-) create mode 100644 frontend/src/routes/upload/+page.svelte diff --git a/frontend/src/routes/Header.svelte b/frontend/src/routes/Header.svelte index 50653d9c..ba951f37 100644 --- a/frontend/src/routes/Header.svelte +++ b/frontend/src/routes/Header.svelte @@ -4,10 +4,16 @@
-
- - Venome Logo - +
@@ -23,11 +29,24 @@ justify-content: space-between; background-color: hsla(15, 98%, 51%, 0.06); box-shadow: 0px 0px 3px 2px hsla(0, 0%, 0%, 0.208); + height: 60px; + } + + .nav-container { + display: flex; + height: 60px; + gap: 10px; + } + + .nav { + display: flex; + align-items: center; + gap: 10px; } .corner { - width: 3em; - height: 3em; + width: 60px; + height: 60px; } .corner a { diff --git a/frontend/src/routes/upload/+page.svelte b/frontend/src/routes/upload/+page.svelte new file mode 100644 index 00000000..0f141fc7 --- /dev/null +++ b/frontend/src/routes/upload/+page.svelte @@ -0,0 +1,9 @@ + + +
Upload Page
+ +