From e8493d53f82333364de2eec3f916f20040ecc3a1 Mon Sep 17 00:00:00 2001 From: Fluffy Date: Thu, 25 Apr 2024 19:18:28 +0100 Subject: [PATCH] Create Container style Make some styles for mobile Create Logo for the website Clean up styles for the millionth time --- front/public/Logo.svg | 19 +++++ front/public/LogoAlt.svg | 19 +++++ front/src/pages/PageCart.svelte | 18 ++++- front/src/pages/PageContact.svelte | 61 +++------------ front/src/pages/PageIndex.svelte | 77 ++++++++++++------- front/src/pages/PageMenu.svelte | 75 ++++-------------- .../pages/elements/AnnouncementBanner.svelte | 4 +- front/src/pages/elements/NavigationBar.svelte | 3 +- front/src/styles/_announcement_banner.scss | 26 ++++--- front/src/styles/_container.scss | 25 ++++++ front/src/styles/_navigation_bar.scss | 9 ++- front/src/styles/_reset.scss | 13 ++++ front/src/styles/main.scss | 1 + front/src/testData.js | 2 +- 14 files changed, 199 insertions(+), 153 deletions(-) create mode 100644 front/public/Logo.svg create mode 100644 front/public/LogoAlt.svg create mode 100644 front/src/styles/_container.scss diff --git a/front/public/Logo.svg b/front/public/Logo.svg new file mode 100644 index 0000000..ab041ae --- /dev/null +++ b/front/public/Logo.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/front/public/LogoAlt.svg b/front/public/LogoAlt.svg new file mode 100644 index 0000000..203865c --- /dev/null +++ b/front/public/LogoAlt.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/front/src/pages/PageCart.svelte b/front/src/pages/PageCart.svelte index c5e412b..fd0db9a 100644 --- a/front/src/pages/PageCart.svelte +++ b/front/src/pages/PageCart.svelte @@ -1,2 +1,18 @@ + +

Shopping Cart

-

Empty....

+ +
+
+

Empty....

+
+
+ +
+ +

Looking past orders? Check out the commonly asked questions

+ + \ No newline at end of file diff --git a/front/src/pages/PageContact.svelte b/front/src/pages/PageContact.svelte index e427d5e..fc62c2b 100644 --- a/front/src/pages/PageContact.svelte +++ b/front/src/pages/PageContact.svelte @@ -4,22 +4,25 @@

Contact us

-