diff --git a/front/public/assets/SeatingTemporary.png b/front/public/assets/SeatingTemporary.png new file mode 100644 index 0000000..aaccce8 Binary files /dev/null and b/front/public/assets/SeatingTemporary.png differ diff --git a/front/src/components/AnnouncementBanner.svelte b/front/src/components/AnnouncementBanner.svelte index 7afb817..8e4f053 100644 --- a/front/src/components/AnnouncementBanner.svelte +++ b/front/src/components/AnnouncementBanner.svelte @@ -6,7 +6,7 @@ {#await announcement} -
+
{:then announcement}
@@ -20,55 +20,15 @@ $padding: 1px; - .announcement-banner-loading { + .loading-box { height: 400px; - - position: relative; - - border-radius: $border-radius-large; - - background: linear-gradient( - to right, - rgba($color-dark, 0) 8%, - rgba($color-dark, 0.3) 38%, - rgba($color-dark, 0) 54% - ) no-repeat; - background-size: 1500px 100%; - animation: loading 1s infinite linear; - - overflow: hidden; - - &::after { - content: ''; - - position: absolute; - top: $padding; - right: $padding; - bottom: $padding; - left: $padding; - - border-radius: calc($border-radius-large - $padding); - background-color: darken($color-background, 10%); - background-image: url("/assets/Noise.png"); - - opacity: 0.9; - } } @media only screen and (max-width: 670px) { - .announcement-banner-loading { + .loading-box { margin: -$spacing-small; margin-bottom: 0; height: 250px; } } - - @keyframes loading{ - 0%{ - background-position: -750px 0 - } - 100%{ - background-position: 750px 0 - } - } \ No newline at end of file diff --git a/front/src/pages/About.svelte b/front/src/pages/About.svelte index 1315859..75f1eb6 100644 --- a/front/src/pages/About.svelte +++ b/front/src/pages/About.svelte @@ -18,31 +18,10 @@
- -
-

The hard times

-

Lorem ipsum dolor, sit amet consectetur adipisicing elit. At deserunt est quos dicta ipsa! Soluta laudantium dolore temporibus nisi aspernatur expedita vel, unde natus a nulla rerum officiis optio neque.

-

Lorem ipsum dolor, sit amet consectetur adipisicing elit. At deserunt est quos dicta ipsa! Soluta laudantium dolore temporibus nisi aspernatur expedita vel, unde natus a nulla rerum officiis optio neque.

-
-
- -
- - -
-

Whats next

-

Lorem ipsum dolor, sit amet consectetur adipisicing elit. At deserunt est quos dicta ipsa! Soluta laudantium dolore temporibus nisi aspernatur expedita vel, unde natus a nulla rerum officiis optio neque.

-

Lorem ipsum dolor, sit amet consectetur adipisicing elit. At deserunt est quos dicta ipsa! Soluta laudantium dolore temporibus nisi aspernatur expedita vel, unde natus a nulla rerum officiis optio neque.

-
-
- -
-

Our Chef

-

Lorem ipsum dolor, sit amet consectetur adipisicing elit. At deserunt est quos dicta ipsa! Soluta laudantium dolore temporibus nisi aspernatur expedita vel, unde natus a nulla rerum officiis optio neque.

-

Lorem ipsum dolor, sit amet consectetur adipisicing elit. At deserunt est quos dicta ipsa! Soluta laudantium dolore temporibus nisi aspernatur expedita vel, unde natus a nulla rerum officiis optio neque.

+

He sucks at his job

diff --git a/front/src/pages/Booking.svelte b/front/src/pages/Booking.svelte index 3258be7..194df16 100644 --- a/front/src/pages/Booking.svelte +++ b/front/src/pages/Booking.svelte @@ -1,26 +1,9 @@

Table booking

-
- -
- -
- -
- -{#if progress === 1} -
-

Booking Date

- - - {#if !dateValid} - Must chose date that's tomorrow or later - {/if} - -
- -
- - - {#if date && (date.getDay() === 6 || date.getDay() === 0)} -

 Time slots not available for this date

- {:else} +
+
+

Date and Time

+

When do you wanna come see us?

+
- +

Booking Date

+ + + {#if !dateValid} + Must chose date that's tomorrow or later + {/if} + +
+ +
+ + + {#if date && (date.getDay() === 6 || date.getDay() === 0)} +

 Time slots not available for this date

+ {:else} +
+ +
+ +
+ +
+
+
+ {/if} + +
+
+
+ +

Seating

+

Where would you like to be seating?

+
+
+ Birds-eye view of the available seating at the restaurant +
+
+
+
- {/if} -{:else if progress === 2} -
- -