From 484daab32f7c150fb08e8d97bba4bb886e8463cb Mon Sep 17 00:00:00 2001 From: ernstmul Date: Tue, 1 Oct 2024 14:32:50 +0200 Subject: [PATCH] Fix styling login page --- .../appwrite-logo.svg | 13 --- .../artwork-dark-mobile.svg | 87 +++++++++++++++++++ .../artwork-light-mobile.svg | 78 +++++++++++++++++ .../artwork-light.svg | 86 ++++++++++++++++++ .../github-logo.svg => github-logo-dark.svg} | 0 src/lib/images/github-logo-light.svg | 4 + .../github-education-program/+page.svelte | 40 +++++++-- 7 files changed, 290 insertions(+), 18 deletions(-) delete mode 100644 src/lib/images/github-education-program/appwrite-logo.svg create mode 100644 src/lib/images/github-education-program/artwork-dark-mobile.svg create mode 100644 src/lib/images/github-education-program/artwork-light-mobile.svg create mode 100644 src/lib/images/github-education-program/artwork-light.svg rename src/lib/images/{github-education-program/github-logo.svg => github-logo-dark.svg} (100%) create mode 100644 src/lib/images/github-logo-light.svg diff --git a/src/lib/images/github-education-program/appwrite-logo.svg b/src/lib/images/github-education-program/appwrite-logo.svg deleted file mode 100644 index 1cb8a0534..000000000 --- a/src/lib/images/github-education-program/appwrite-logo.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/src/lib/images/github-education-program/artwork-dark-mobile.svg b/src/lib/images/github-education-program/artwork-dark-mobile.svg new file mode 100644 index 000000000..537663142 --- /dev/null +++ b/src/lib/images/github-education-program/artwork-dark-mobile.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/lib/images/github-education-program/artwork-light-mobile.svg b/src/lib/images/github-education-program/artwork-light-mobile.svg new file mode 100644 index 000000000..089bbdf1f --- /dev/null +++ b/src/lib/images/github-education-program/artwork-light-mobile.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/lib/images/github-education-program/artwork-light.svg b/src/lib/images/github-education-program/artwork-light.svg new file mode 100644 index 000000000..0c3d901a9 --- /dev/null +++ b/src/lib/images/github-education-program/artwork-light.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/lib/images/github-education-program/github-logo.svg b/src/lib/images/github-logo-dark.svg similarity index 100% rename from src/lib/images/github-education-program/github-logo.svg rename to src/lib/images/github-logo-dark.svg diff --git a/src/lib/images/github-logo-light.svg b/src/lib/images/github-logo-light.svg new file mode 100644 index 000000000..578dd3485 --- /dev/null +++ b/src/lib/images/github-logo-light.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/routes/(public)/(guest)/register/github-education-program/+page.svelte b/src/routes/(public)/(guest)/register/github-education-program/+page.svelte index 53af8e6f0..59a2f6567 100644 --- a/src/routes/(public)/(guest)/register/github-education-program/+page.svelte +++ b/src/routes/(public)/(guest)/register/github-education-program/+page.svelte @@ -3,6 +3,10 @@ import { sdk } from '$lib/stores/sdk'; import { OAuthProvider } from '@appwrite.io/console'; import { Button } from '$lib/elements/forms'; + import AppwriteLogoDark from '$lib/images/appwrite-logo-dark.svg'; + import AppwriteLogoLight from '$lib/images/appwrite-logo-light.svg'; + import GithubLogoDark from '$lib/images/github-logo-dark.svg'; + import GithubLogoLight from '$lib/images/github-logo-light.svg'; let artworkImageSrc; getArtworkImageSrc(); @@ -49,16 +53,17 @@
+
Appwrite logo
Github logo

Join the Appwrite Education Program

@@ -75,6 +80,17 @@