From 4057f1ab956ba6b7140e9da7a50dece191f3fc69 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 25 Sep 2023 19:33:11 +0300 Subject: [PATCH 1/7] updated website title --- src/app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.html b/src/app.html index 07adef7519..5e446f2ea8 100644 --- a/src/app.html +++ b/src/app.html @@ -5,7 +5,7 @@ - Appwrite Next + Appwrite - build like a team of hundreds %sveltekit.head% From 38ad114ea8050600e15f63a7c143eefd9d7427e1 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 25 Sep 2023 19:48:59 +0300 Subject: [PATCH 2/7] updated scale metrics --- src/routes/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 570e145388..6c5bec2603 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -500,8 +500,8 @@
Projects
  • -
    200M
    -
    Requests / month
    +
    +1B
    +
    Requests served
  • 20K
    From d8e24979419d64e00df5eb8849fd3de1cd5a89a1 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 25 Sep 2023 22:43:25 +0300 Subject: [PATCH 3/7] Updated products copy --- src/lib/animations/Products/Products.svelte | 68 ++++++++++++--------- 1 file changed, 38 insertions(+), 30 deletions(-) diff --git a/src/lib/animations/Products/Products.svelte b/src/lib/animations/Products/Products.svelte index 36968604fa..58fea31123 100644 --- a/src/lib/animations/Products/Products.svelte +++ b/src/lib/animations/Products/Products.svelte @@ -27,12 +27,13 @@ inactive: './images/icons/illustrated/dark/auth-transparent.png' }, title: 'Auth', - subtitle: 'Secure login for all your users', - description: 'Sign in users with multiple OAuth providers and multi factor authentication.', + subtitle: 'Secure login for all users', + description: 'Sign in your users securly with multiple login methods like email/password, sms, OAuth, annoymous, magic URLs and more.', features: [ - 'Two-Factor Authentication support', '30+ login methods', - 'State-of-the-art password hashing support' + 'Support for roles, user labels and teams', + 'Rate-limits and advanced user protections', + 'Custome SMTP and email templates' ], shot: './images/products/Auth.svg' }, @@ -42,26 +43,17 @@ inactive: './images/icons/illustrated/dark/databases-transparent.png' }, title: 'Databases', - subtitle: 'Store, query and manage your data', + subtitle: 'Store, query and manage data', description: 'Store, query and manage access to your app’s data in real-time with a robust and scalable database.', - features: ['Relationships are a big deal'], - shot: './images/products/Databases.svg' - }, - storage: { - icon: { - active: './images/icons/illustrated/dark/storage.png', - inactive: './images/icons/illustrated/dark/storage-transparent.png' - }, - title: 'Storage', - subtitle: 'Secure login for all your users', - description: 'Sign in users with multiple OAuth providers and multi factor authentication.', features: [ - 'Two-Factor Authentication support', - '30+ login methods', - 'State-of-the-art password hashing support' + 'Never paused', + 'Fast in-memory caching', + 'Advanced permission models', + 'Custom data validation', + 'Relationships support', ], - shot: './images/products/Storage.svg' + shot: './images/products/Databases.svg' }, functions: { icon: { @@ -69,27 +61,43 @@ inactive: './images/icons/illustrated/dark/functions-transparent.png' }, title: 'Functions', - subtitle: 'Secure login for all your users', - description: 'Sign in users with multiple OAuth providers and multi factor authentication.', + subtitle: 'Customize and extend your backend', + description: 'Deploy and scale serverless functions in secure, isolated runtimes.', features: [ - 'Two-Factor Authentication support', - '30+ login methods', - 'State-of-the-art password hashing support' + 'Automatic deployment from GitHub', + 'Trigger using HTTP, events, CRON or CLI', + 'Support +30 runtimes and 13 languages', + 'Custom domain support' ], shot: './images/products/Functions.svg' }, + storage: { + icon: { + active: './images/icons/illustrated/dark/storage.png', + inactive: './images/icons/illustrated/dark/storage-transparent.png' + }, + title: 'Storage', + subtitle: 'Upload and manage files', + description: 'Securely store files with advanced compression, encryption and image transformations.', + features: [ + 'File encryption in rest and transit', + 'Built-in image transformation capabilities', + 'Advanced compression with webp/brotli support' + ], + shot: './images/products/Storage.svg' + }, realtime: { icon: { active: './images/icons/illustrated/dark/realtime.png', inactive: './images/icons/illustrated/dark/realtime-transparent.png' }, title: 'Realtime', - subtitle: 'Secure login for all your users', - description: 'Sign in users with multiple OAuth providers and multi factor authentication.', + subtitle: 'Realtime events for every service', + description: 'Subscribe and react to any Appwrite event using the realtime API.', features: [ - 'Two-Factor Authentication support', - '30+ login methods', - 'State-of-the-art password hashing support' + 'Unlimited subscriptions', + 'Built-in permission management', + 'Support for DBs, auth, storage & functions', ], shot: './images/products/Realtime.svg' } From f9e841d99ed0d4185ab6404bf10c24131eaabca9 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 25 Sep 2023 22:58:59 +0300 Subject: [PATCH 4/7] Added company page to footer --- src/lib/components/FooterNav.svelte | 1 + src/routes/{about => company}/+page.svelte | 0 2 files changed, 1 insertion(+) rename src/routes/{about => company}/+page.svelte (100%) diff --git a/src/lib/components/FooterNav.svelte b/src/lib/components/FooterNav.svelte index 5c8d0defea..05eca1f5dd 100644 --- a/src/lib/components/FooterNav.svelte +++ b/src/lib/components/FooterNav.svelte @@ -116,6 +116,7 @@