Skip to content

Commit 79b8dc5

Browse files
Merge pull request #54 from appwrite/feat-eldads-update-4
updated website title
2 parents f37af56 + 039f1e5 commit 79b8dc5

File tree

9 files changed

+65
-42
lines changed

9 files changed

+65
-42
lines changed

src/app.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="icon" type="image/svg+xml" href="/images/logos/logo.svg" />
66
<link rel="stylesheet" href="/icon-font/aw-icon.css" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Appwrite - open-source backend as a service</title>
8+
<title>Appwrite - build like a team of hundreds</title>
99
%sveltekit.head%
1010
</head>
1111
<body class="theme-dark" data-sveltekit-preload-data="hover">

src/lib/animations/Products/Products.svelte

+39-31
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@
2727
inactive: './images/icons/illustrated/dark/auth-transparent.png'
2828
},
2929
title: 'Auth',
30-
subtitle: 'Secure login for all your users',
31-
description: '# users with multiple OAuth providers and multi factor authentication.',
30+
subtitle: 'Secure login for all users',
31+
description: 'Authenticate users securely with multiple login methods like Email/Password, SMS, OAuth, Annoymous, Magic URLs and more.',
3232
features: [
33-
'Two-Factor Authentication support',
3433
'30+ login methods',
35-
'State-of-the-art password hashing support'
34+
'Support for teams, roles and user labels',
35+
'Rate-limits and advanced user protection',
36+
'Custome SMTP and email templates'
3637
],
3738
shot: './images/products/Auth.svg'
3839
},
@@ -42,54 +43,61 @@
4243
inactive: './images/icons/illustrated/dark/databases-transparent.png'
4344
},
4445
title: 'Databases',
45-
subtitle: 'Store, query and manage your data',
46+
subtitle: 'Store, query and manage data',
4647
description:
47-
'Store, query and manage access to your app’s data in real-time with a robust and scalable database.',
48-
features: ['Relationships are a big deal'],
49-
shot: './images/products/Databases.svg'
50-
},
51-
storage: {
52-
icon: {
53-
active: './images/icons/illustrated/dark/storage.png',
54-
inactive: './images/icons/illustrated/dark/storage-transparent.png'
55-
},
56-
title: 'Storage',
57-
subtitle: 'Secure login for all your users',
58-
description: '# users with multiple OAuth providers and multi factor authentication.',
48+
'Scalable and robust database backed by your favorite technologies.',
5949
features: [
60-
'Two-Factor Authentication support',
61-
'30+ login methods',
62-
'State-of-the-art password hashing support'
50+
'Never paused',
51+
'Fast in-memory caching',
52+
'Advanced permission models',
53+
'Custom data validation',
54+
'Relationships support',
6355
],
64-
shot: './images/products/Storage.svg'
56+
shot: './images/products/Databases.svg'
6557
},
6658
functions: {
6759
icon: {
6860
active: './images/icons/illustrated/dark/functions.png',
6961
inactive: './images/icons/illustrated/dark/functions-transparent.png'
7062
},
7163
title: 'Functions',
72-
subtitle: 'Secure login for all your users',
73-
description: '# users with multiple OAuth providers and multi factor authentication.',
64+
subtitle: 'Customize and extend your backend',
65+
description: 'Deploy and scale serverless functions in secure, isolated runtimes.',
7466
features: [
75-
'Two-Factor Authentication support',
76-
'30+ login methods',
77-
'State-of-the-art password hashing support'
67+
'Automatic deployment from GitHub',
68+
'Trigger using GitHub, CLI, Event Listeners or HTTP requests',
69+
'Support for 30+ runtimes in 13 languages',
70+
'Custom domain support'
7871
],
7972
shot: './images/products/Functions.svg'
8073
},
74+
storage: {
75+
icon: {
76+
active: './images/icons/illustrated/dark/storage.png',
77+
inactive: './images/icons/illustrated/dark/storage-transparent.png'
78+
},
79+
title: 'Storage',
80+
subtitle: 'Upload and manage files',
81+
description: 'Securely store files with advanced compression, encryption and image transformations.',
82+
features: [
83+
'File encryption at rest and transit',
84+
'Built-in image transformation capabilities',
85+
'Advanced compression with WebP/Brotli support'
86+
],
87+
shot: './images/products/Storage.svg'
88+
},
8189
realtime: {
8290
icon: {
8391
active: './images/icons/illustrated/dark/realtime.png',
8492
inactive: './images/icons/illustrated/dark/realtime-transparent.png'
8593
},
8694
title: 'Realtime',
87-
subtitle: 'Secure login for all your users',
88-
description: '# users with multiple OAuth providers and multi factor authentication.',
95+
subtitle: 'Realtime events for every service',
96+
description: 'Subscribe and react to any Appwrite event using the Realtime API.',
8997
features: [
90-
'Two-Factor Authentication support',
91-
'30+ login methods',
92-
'State-of-the-art password hashing support'
98+
'Unlimited subscriptions',
99+
'Built-in permission management',
100+
'Support for DBs, Auth, Storage & Functions',
93101
],
94102
shot: './images/products/Realtime.svg'
95103
}

src/lib/components/FooterNav.svelte

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
</button>
117117
<ul class="aw-footer-nav-secondary-list aw-sub-body-400">
118118
<li><a class="aw-link" href="/#">#</a></li>
119+
<li><a class="aw-link" href="/company">Company</a></li>
119120
<li><a class="aw-link" href="/careers">Careers</a></li>
120121
<li><a class="aw-link" href="/heroes">Heroes</a></li>
121122
<li>

src/routes/+page.svelte

+22-8
Original file line numberDiff line numberDiff line change
@@ -310,12 +310,26 @@
310310
</div>
311311

312312
<div class="aw-big-padding-section-level-1 u-position-relative u-overflow-hidden">
313-
<div
314-
class="u-position-absolute aw-is-not-mobile"
315-
style="inline-size:600px; inset-block-start:0; inset-inline-start:calc(100% - 600px)"
316-
>
317-
<img src="/images/temp/bg-side-2.png" width="600" alt="" />
318-
</div>
313+
<Spline let:fallback let:viewer>
314+
<div
315+
class="u-position-absolute aw-is-not-mobile"
316+
style="inline-size:512px; block-size: 512px; inset-block-start:6rem; inset-inline-start:calc(100% - 500px)"
317+
>
318+
<img
319+
src="/images/animations/tech.png"
320+
width="512"
321+
height="512"
322+
alt=""
323+
style="position: absolute; display: block;"
324+
use:fallback
325+
/>
326+
327+
<spline-viewer
328+
url="https://prod.spline.design/KvoQWZAi5foGUXxJ/scene.splinecode"
329+
use:viewer
330+
/>
331+
</div>
332+
</Spline>
319333
<div class="aw-big-padding-section-level-2 is-margin-replace-padding">
320334
<div class="aw-container u-position-relative">
321335
<section class="aw-hero is-align-start">
@@ -500,8 +514,8 @@
500514
<div class="text">Projects</div>
501515
</li>
502516
<li class="aw-big-list-info-item">
503-
<div class="aw-headline aw-u-color-text-primary">200M</div>
504-
<div class="text">Requests / month</div>
517+
<div class="aw-headline aw-u-color-text-primary">+1B</div>
518+
<div class="text">Requests served</div>
505519
</li>
506520
<li class="aw-big-list-info-item">
507521
<div class="aw-headline aw-u-color-text-primary">20K</div>

src/routes/blog/post/announcing-#/+page.markdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: Announcing Cloud # plans
44
description: Appwrite Cloud # are now available.
55
date: 2023-05-02
6-
cover: /images/pages/homepage/dashboard.svg
6+
cover: /images/blog/cloud-#.png
77
timeToRead: 5
88
author: laura-du-ry
99
category: cloud

src/routes/blog/post/public-beta/+page.markdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: Appwrite Cloud is now in public beta
44
description: We're happy to announce Cloud is now available for everyone to #.
55
date: 2023-05-02
6-
cover: /images/pages/homepage/dashboard.svg
6+
cover: /images/blog/cloud-beta.png
77
timeToRead: 5
88
author: christy-jacob
99
category: cloud
File renamed without changes.

static/images/blog/cloud-beta.png

6.18 MB
Loading

static/images/blog/cloud-#.png

6.15 MB
Loading

0 commit comments

Comments
 (0)