diff --git a/public/img/illustrations/background.svg b/public/img/illustrations/background.svg new file mode 100644 index 00000000..e608c80c --- /dev/null +++ b/public/img/illustrations/background.svg @@ -0,0 +1,73 @@ + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/img/illustrations/people1.svg b/public/img/illustrations/people1.svg new file mode 100644 index 00000000..d4d5d509 --- /dev/null +++ b/public/img/illustrations/people1.svg @@ -0,0 +1,406 @@ + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/img/illustrations/people2.svg b/public/img/illustrations/people2.svg new file mode 100644 index 00000000..084a76df --- /dev/null +++ b/public/img/illustrations/people2.svg @@ -0,0 +1,287 @@ + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/img/illustrations/people3.svg b/public/img/illustrations/people3.svg new file mode 100644 index 00000000..482999f6 --- /dev/null +++ b/public/img/illustrations/people3.svg @@ -0,0 +1,297 @@ + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/img/illustrations/people4.svg b/public/img/illustrations/people4.svg new file mode 100644 index 00000000..52198634 --- /dev/null +++ b/public/img/illustrations/people4.svg @@ -0,0 +1,302 @@ + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/styles/desktop/global.scss b/src/styles/desktop/global.scss index 2e54117a..b9284b0b 100644 --- a/src/styles/desktop/global.scss +++ b/src/styles/desktop/global.scss @@ -48,6 +48,12 @@ background-color: rgb(var(--v-theme-surface)); } +.auth-img-footer { + position: absolute; + inset-block-end: 0; + min-inline-size: 100%; +} + /** Common class for replacing the default style of vuetify **/ .v-table { th { diff --git a/src/views/desktop/AboutPage.vue b/src/views/desktop/AboutPage.vue index 84b5c137..07b6387c 100644 --- a/src/views/desktop/AboutPage.vue +++ b/src/views/desktop/AboutPage.vue @@ -46,8 +46,8 @@


- ezBookkeeping also contains additional third party software.
- All the third party software included or linked is redistributed under the terms and conditions of their original licenses. + ezBookkeeping also contains additional third party software and illustration.
+ All the third party software/illustration included or linked is redistributed under the terms and conditions of their original licenses.

diff --git a/src/views/desktop/LoginPage.vue b/src/views/desktop/LoginPage.vue index 631fd6c9..f866692b 100644 --- a/src/views/desktop/LoginPage.vue +++ b/src/views/desktop/LoginPage.vue @@ -6,7 +6,12 @@ - +

+
+ +
diff --git a/src/views/desktop/UnlockPage.vue b/src/views/desktop/UnlockPage.vue index 53ada1a1..237ab389 100644 --- a/src/views/desktop/UnlockPage.vue +++ b/src/views/desktop/UnlockPage.vue @@ -6,7 +6,12 @@ - + +
+ +
diff --git a/src/views/mobile/AboutPage.vue b/src/views/mobile/AboutPage.vue index 08d5d441..89b308ae 100644 --- a/src/views/mobile/AboutPage.vue +++ b/src/views/mobile/AboutPage.vue @@ -24,8 +24,8 @@


- ezBookkeeping also contains additional third party software.
- All the third party software included or linked is redistributed under the terms and conditions of their original licenses. + ezBookkeeping also contains additional third party software and illustration.
+ All the third party software/illustration included or linked is redistributed under the terms and conditions of their original licenses.

diff --git a/third-patry-dependencies.json b/third-patry-dependencies.json index 5cc7bcf9..4e9a41f9 100644 --- a/third-patry-dependencies.json +++ b/third-patry-dependencies.json @@ -251,5 +251,20 @@ "name": "Material Design Icons for JS/TypeScript", "url": "https://materialdesignicons.com", "licenseUrl": "https://github.com/Templarian/MaterialDesign-JS/blob/v7.2.96/LICENSE" + }, + { + "name": "Hand drawn minimal background", + "url": "https://www.freepik.com/free-vector/hand-drawn-minimal-background_15441932.htm", + "licenseUrl": "https://www.freepikcompany.com/legal" + }, + { + "name": "Illustration of people working at the office", + "url": "https://www.freepik.com/free-vector/illustration-people-working-office_5161711.htm", + "licenseUrl": "https://www.freepikcompany.com/legal" + }, + { + "name": "Meeting scenes at the office collection", + "url": "https://www.freepik.com/free-vector/meeting-scenes-office-collection_4085819.htm", + "licenseUrl": "https://www.freepikcompany.com/legal" } ]