diff --git a/website/app.vue b/website/app.vue index c062adde..2145dbcc 100644 --- a/website/app.vue +++ b/website/app.vue @@ -19,4 +19,4 @@ useCalcViewport() body { @apply bg-zinc-900 text-zinc-50; } - \ No newline at end of file + diff --git a/website/components/Landing/Login/Form.vue b/website/components/Landing/Login/Form.vue new file mode 100644 index 00000000..f9d0f85d --- /dev/null +++ b/website/components/Landing/Login/Form.vue @@ -0,0 +1,12 @@ + diff --git a/website/components/TheBaseNavbar.vue b/website/components/TheBaseNavbar.vue index bca3c8a3..4a6bddb8 100644 --- a/website/components/TheBaseNavbar.vue +++ b/website/components/TheBaseNavbar.vue @@ -2,7 +2,7 @@ const isScrolled = ref(false) function handleScroll() { - isScrolled.value = window.scrollY < 10 ? false : true + isScrolled.value = window.scrollY < 10 ? false : true } onBeforeMount(() => window.addEventListener("scroll", handleScroll)) @@ -11,61 +11,54 @@ onUnmounted(() => window.removeEventListener("scroll", handleScroll)) diff --git a/website/pages/login.vue b/website/pages/login.vue new file mode 100644 index 00000000..e3f414c3 --- /dev/null +++ b/website/pages/login.vue @@ -0,0 +1,5 @@ + diff --git a/website/public/images/hero/ozzy-sniff.png b/website/public/images/hero/ozzy-sniff.png index b19da4c0..591eb549 100644 Binary files a/website/public/images/hero/ozzy-sniff.png and b/website/public/images/hero/ozzy-sniff.png differ