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 @@