Skip to content

Commit 68b9b03

Browse files
Merge branch 'anayltics-hotfixes' of https://github.com/appwrite/website into anayltics-hotfixes
2 parents d4ff804 + 01ffa9e commit 68b9b03

File tree

39 files changed

+97
-39
lines changed

39 files changed

+97
-39
lines changed

src/lib/components/ProductsSubmenu.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,13 @@
166166
>
167167
<header class="flex items-center justify-between">
168168
<span
169-
class="font-aeonik-fono tracking-loose text-secondary block text-xs uppercase"
169+
class="font-aeonik-fono tracking-loose text-primary block text-xs uppercase"
170170
>Customer Stories<span class="text-accent">_</span></span
171171
>
172172
<a
173173
href="/blog/category/customer-stories"
174-
class="text-primary text-caption flex items-center gap-2"
175-
>Read more customer stories" <Icon
174+
class="text-secondary text-caption flex items-center"
175+
>Read more customer stories <Icon
176176
name="chevron-right"
177177
class="transition-transform group-hover:translate-x-0.5"
178178
></Icon></a

src/markdoc/tags/Call_To_Action.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</li>
5353
{/each}
5454
</ul>
55-
<div class="flex flex-col gap-2 md:flex-row">
55+
<div class="z-[1] flex flex-col gap-2 md:flex-row">
5656
<Button href={url} class="max-sm:w-full!">{cta}</Button>
5757
</div>
5858
</div>

src/routes/(marketing)/(components)/bento/(animations)/auth.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</p>
6969
</div>
7070
<div
71-
class="relative flex h-85 items-center justify-between overflow-clip rounded-xl bg-black/24 px-8"
71+
class="relative mt-auto mb-0 flex h-85 items-center justify-between overflow-clip rounded-xl bg-black/24 px-8"
7272
>
7373
<div class="flex h-full w-full items-center justify-center">
7474
<div

src/routes/(marketing)/(components)/bento/(animations)/databases.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
</p>
166166
</div>
167167
<div
168-
class="relative flex h-85 max-h-85 flex-1 flex-col overflow-hidden rounded-xl bg-black/24 px-8"
168+
class="relative mt-auto mb-0 flex h-85 max-h-85 flex-1 flex-col overflow-hidden rounded-xl bg-black/24 px-8"
169169
>
170170
<div
171171
class="border-smooth -z-3 mt-6 flex aspect-[4/2] w-full min-w-[450px] flex-col overflow-clip rounded-2xl border bg-[#232325]/90 mask-b-from-60% mask-b-to-100% shadow-[4px_8px_20px_rgba(0,0,0,0.2)] backdrop-blur-md md:mt-12"

src/routes/(marketing)/(components)/bento/(animations)/functions.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
</p>
112112
</div>
113113
<div
114-
class="relative flex h-85 items-center justify-between overflow-clip rounded-xl bg-black/24 px-8"
114+
class="relative mt-auto mb-0 flex h-85 items-center justify-between overflow-clip rounded-xl bg-black/24 px-8"
115115
>
116116
<div
117117
class={classNames(

src/routes/(marketing)/(components)/bento/(animations)/messaging.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,13 @@
7575
</p>
7676
</div>
7777
<div
78-
class="relative flex h-85 items-center justify-center overflow-clip rounded-xl bg-black/24 px-8"
78+
class="relative mt-auto mb-0 flex h-85 items-center justify-center overflow-clip rounded-xl bg-black/24 px-8"
7979
>
8080
<div
8181
class="light absolute top-14 z-10 flex h-[65px] w-[85%] items-center justify-between gap-4 rounded-[20px] bg-white/80 px-3 py-2 shadow-[-8px_4px_32px_rgba(0,0,0,0.24)] backdrop-blur-xl"
8282
style="transform: translateY(-15px); opacity: 0; filter: blur(4px);"
8383
bind:this={notification}
84+
data-theme-ignore
8485
>
8586
<div class="flex size-8 shrink-0 items-center justify-center rounded-lg bg-black">
8687
<div class="size-3 rounded-full bg-white"></div>
@@ -99,6 +100,7 @@
99100
class="light mt-20 flex h-full w-[300px] flex-col rounded-t-[42px] border-x border-t border-white/12 bg-white/8 mask-b-from-60% mask-b-to-100% backdrop-blur-2xl"
100101
style:transform="translateY(15px)"
101102
bind:this={device}
103+
data-theme-ignore
102104
>
103105
<div class="m-2 flex-1 rounded-t-[34px] bg-[#19191C]">
104106
<div class="flex items-center justify-between px-8 pt-4">

src/routes/(marketing)/(components)/bento/(animations)/realtime.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</p>
8383
</div>
8484
<div
85-
class="relative flex h-85 items-center justify-center overflow-hidden rounded-xl bg-black/24 px-8"
85+
class="relative mt-auto mb-0 flex h-85 items-center justify-center overflow-hidden rounded-xl bg-black/24 px-8"
8686
>
8787
<div
8888
class="relative grid aspect-square h-[240px] w-[240px] grid-cols-2 grid-rows-2 items-center justify-center"

src/routes/(marketing)/(components)/bento/(animations)/sites.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
</p>
123123
</div>
124124
<div
125-
class="relative flex h-85 flex-col items-center justify-center overflow-hidden rounded-xl bg-black/24 px-3 md:flex-1 md:px-8"
125+
class="relative mt-auto mb-0 flex h-85 flex-col items-center justify-center overflow-hidden rounded-xl bg-black/24 px-3 md:flex-1 md:px-8"
126126
>
127127
<div
128128
class="mx-auto mt-6 hidden w-full flex-col overflow-hidden rounded-[1.25rem] bg-[#232325]/90 mask-b-from-60% mask-b-to-100% px-1 pb-1 backdrop-blur-md md:mt-12 md:flex"

src/routes/(marketing)/(components)/bento/(animations)/storage.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</p>
8181
</div>
8282
<div
83-
class="relative flex h-85 items-center justify-center overflow-clip rounded-xl bg-black/24 p-8"
83+
class="relative mt-auto mb-0 flex h-85 items-center justify-center overflow-clip rounded-xl bg-black/24 p-8"
8484
>
8585
<div class="relative h-fit border border-white/50 p-1">
8686
{#each [1, 2, 3, 4] as _, i}

src/routes/(marketing)/(components)/bento/bento.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252

5353
<div class="container py-20">
5454
<div class="mx-auto mb-16 flex max-w-5xl flex-col gap-8">
55-
<h2 class="text-primary font-aeonik-pro mx-auto max-w-lg text-center text-5xl">
55+
<h2 class="text-primary font-aeonik-pro mx-auto max-w-lg text-center text-4xl md:text-5xl">
5656
All the products you need, in one platform
5757
</h2>
5858

59-
<div class="hidden justify-between gap-8 md:flex">
59+
<div class="hidden justify-between gap-8 lg:flex">
6060
<div
6161
class={classNames(
6262
'bg-card border-smooth text-primary relative flex h-10 items-center gap-4 rounded-full border border-dashed p-1 text-sm',

0 commit comments

Comments
 (0)