Skip to content

Commit

Permalink
feat(docs): update appwrite logos
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed Oct 2, 2023
1 parent ed83ad4 commit 658e7a0
Show file tree
Hide file tree
Showing 6 changed files with 4,817 additions and 2,793 deletions.
18 changes: 8 additions & 10 deletions documentation/src/assets/integration-icons/appwrite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,20 @@ import { SVGProps } from "react";

const SvgAppwrite = (props: SVGProps<SVGSVGElement>) => (
<svg
width={48}
height={32}
viewBox="0 0 48 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
width={56}
height={49}
viewBox="0 0 56 49"
fill="none"
{...props}
>
<path
d="M15.896 12.608c.263-1.139.508-2.099.527-2.146.018-.037.339-.066.706-.066.489 0 .65.028.62.113-.028.066-.169.63-.31 1.251-.125.55-.425 1.818-.701 2.982l-.108.453-.43 1.823c-.17.726-.324 1.386-.417 1.772l-.292 1.299h-.65c-.357 0-.648-.038-.648-.085 0-.17.282-1.449.753-3.397.216-.94.58-2.454.85-3.58l.1-.42ZM10.503 15.478l.866-.941.876-.941h.78c.434 0 .791.028.791.066 0 .046-.339.442-.753.903-.414.452-.753.875-.753.941 0 .056.367.508.81.978l.81.876h-1.714l-.602-.64c-.33-.348-.716-.772-.856-.941l-.255-.301ZM18.314 14.057c-.197-.198-.357-.376-.357-.405 0-.028.366-.056.828-.056h.819l.846.913c.471.498.847.94.847.987 0 .057-.357.49-.8.98l-.8.874-.874.01h-.875l.78-.857c.433-.46.791-.903.81-.969.028-.122-.49-.743-1.224-1.477Z"
fill="#F02E65"
fill="#FD366E"
d="M55.55 36.736v12.246H24.435c-9.065 0-16.98-4.925-21.214-12.246A24.324 24.324 0 0 1 0 26.146v-3.31a24.174 24.174 0 0 1 .866-5.024C3.773 7.532 13.224 0 24.436 0c11.21 0 20.66 7.532 23.567 17.812H34.7a12.232 12.232 0 0 0-10.264-5.567c-4.299 0-8.08 2.216-10.264 5.567a12.13 12.13 0 0 0-1.52 3.34c-.3 1.061-.461 2.181-.461 3.339 0 3.51 1.476 6.674 3.843 8.906a12.194 12.194 0 0 0 8.402 3.34H55.55Z"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M24.002 29.828a15.911 15.911 0 0 0 8.012 2.15c8.83 0 15.986-7.157 15.986-15.986C48 7.164 40.843.007 32.014.007c-2.92 0-5.656.782-8.011 2.149A15.986 15.986 0 0 0 6.366 28.753a15.986 15.986 0 0 0 17.636 1.075ZM21.332 4.1l-.006.004a13.087 13.087 0 0 1 6.098 5.622A13.034 13.034 0 1 1 21.331 4.1Z"
fill="#F02E65"
fill="#FD366E"
d="M55.55 21.151v12.246H32.838a12.203 12.203 0 0 0 3.843-8.906c0-1.158-.16-2.278-.461-3.34h19.33Z"
/>
</svg>
);
Expand Down
66 changes: 62 additions & 4 deletions documentation/src/refine-theme/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -293,15 +293,25 @@ html[data-active-page="index"] body {
}

@keyframes element-animation {
0%,
35%,
to {
0% {
opacity: 0;
}
30%,

5% {
opacity: 1;
}

30% {
opacity: 1;
}

35% {
opacity: 0;
}

100% {
opacity: 0;
}
}

.landing-hero-mobile-svg .auth,
Expand All @@ -313,6 +323,54 @@ html[data-active-page="index"] body {
will-change: opacity;
}

.landing-hero-mobile-svg .nextjs {
animation-delay: 0s;
}

.landing-hero-mobile-svg .vite {
animation-delay: 8s;
}

.landing-hero-mobile-svg .remix {
animation-delay: 16s;
}

.landing-hero-mobile-svg .mui {
animation-delay: -3s;
}

.landing-hero-mobile-svg .antd {
animation-delay: 5s;
}

.landing-hero-mobile-svg .chakra {
animation-delay: 13s;
}

.landing-hero-mobile-svg .supabase {
animation-delay: -6s;
}

.landing-hero-mobile-svg .nest {
animation-delay: 2s;
}

.landing-hero-mobile-svg .appwrite {
animation-delay: 10s;
}

.landing-hero-mobile-svg .google {
animation-delay: -9s;
}

.landing-hero-mobile-svg .auth0 {
animation-delay: -1s;
}

.landing-hero-mobile-svg .strapi {
animation-delay: 7s;
}

.animation-parent {
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
Expand Down
Loading

0 comments on commit 658e7a0

Please sign in to comment.