From e529a2e22984dee0a1127dbb0179566592fd66dc Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 16 Jun 2024 21:40:06 +0100 Subject: [PATCH] feat: Adds coming soon to account --- src/components/homepage/HomeBackground.tsx | 4 +- src/pages/account/index.astro | 94 +++++++++++++++------- src/pages/index.astro | 1 - 3 files changed, 66 insertions(+), 33 deletions(-) diff --git a/src/components/homepage/HomeBackground.tsx b/src/components/homepage/HomeBackground.tsx index c9dbd75..73c61f4 100644 --- a/src/components/homepage/HomeBackground.tsx +++ b/src/components/homepage/HomeBackground.tsx @@ -41,9 +41,7 @@ const StyledSvg = styled.svg` height: 100%; width: 100%; fill: rgba(100, 100, 100, 0.5); - defs pattern circle { - z-index: 1; - } + height: 100vh; `; const StyledRect = styled.rect` diff --git a/src/pages/account/index.astro b/src/pages/account/index.astro index a71474d..ab05148 100644 --- a/src/pages/account/index.astro +++ b/src/pages/account/index.astro @@ -1,43 +1,79 @@ --- import BaseLayout from '@layouts/Base.astro'; -import Nav from '@/components/scafold/Nav.astro'; +import NavBar from '@components/scafold/Nav.astro'; +import Footer from '@components/scafold/Footer.astro'; +import Icon from '@components/molecules/Icon.svelte'; --- - -
-
+ +
+ +
+ + +
+

Account management is currently under development.

+

+ Once complete, you will be able to login to your account to manage API + access, save reports, enable website change notificiations and more! +

+
+ +
+
+
+ diff --git a/src/pages/index.astro b/src/pages/index.astro index 46f8209..60e4120 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -33,7 +33,6 @@ if (!isBossServer) { main { min-height: 100vh; padding: 2rem; - // width: 80vw; margin: 0 auto; z-index: 3; background: var(--background);