Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 0 additions & 45 deletions vocs/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,51 +30,6 @@ import { HomePage, Sponsors } from "vocs/components";
</div>
</div>
</div>
<div className="flex justify-between flex-wrap mt-16 max-sm:hidden">
<div className="pr-2 w-1/4 max-lg:pb-3 max-sm:px-0 max-lg:w-1/2 max-sm:w-full z-0">
<div className="relative w-full h-[168px] max-lg:h-[142px] overflow-hidden">
<div className="border-black/10 dark:border-white/10 border border-solid rounded-lg h-full px-5 py-6 absolute z-10 flex flex-col justify-between w-full">
<div className="text-xl font-medium text-black dark:text-white">Modular</div>
<div className="text-[17px] text-[#919193]">Composable modules to build applications & libraries with speed</div>
</div>
<div className="absolute left-0 right-0 top-0 bottom-0 dark:bg-[#313136] opacity-20 z-0" />
<div className="absolute left-0 right-0 top-0 bottom-0 backdrop-filter backdrop-blur-[2px] z-0" />
</div>
</div>
<div className="pl-2 pr-2 max-sm:px-0 max-lg:pb-3 max-lg:pr-0 w-1/4 max-lg:w-1/2 max-sm:w-full z-0">
<div className="relative w-full h-[168px] max-lg:h-[142px]">
<div className="border-black/10 dark:border-white/10 border border-solid rounded-lg h-full px-5 py-6 absolute z-10 flex flex-col justify-between w-full">
<div className="text-xl font-medium text-black dark:text-white">Lightweight</div>
<div>
<div className="text-[17px] text-[#919193]">Tiny bundle size optimized for tree-shaking</div>
<a href="/docs/introduction#bundle-size" className="text-[17px]">See more</a>
</div>
</div>
<div className="absolute left-0 right-0 top-0 bottom-0 dark:bg-[#313136] opacity-20 z-0" />
<div className="absolute left-0 right-0 top-0 bottom-0 backdrop-filter backdrop-blur-[2px] z-0" />
</div>
</div>
<div className="pl-2 pr-2 max-lg:pb-3 max-sm:px-0 max-lg:pl-0 w-1/4 max-lg:w-1/2 max-sm:w-full z-0">
<div className="relative w-full h-[168px] max-lg:h-[142px]">
<div className="border-black/10 dark:border-white/10 border border-solid rounded-lg h-full px-5 py-6 absolute z-10 flex flex-col justify-between w-full">
<div className="text-xl font-medium text-black dark:text-white">All-round signers</div>
<div className="text-[17px] text-[#919193]">Optimized architecture compared to alternative libraries</div>
</div>
<div className="absolute left-0 right-0 top-0 bottom-0 dark:bg-[#313136] opacity-20 z-0" />
<div className="absolute left-0 right-0 top-0 bottom-0 backdrop-filter backdrop-blur-[2px] z-0" />
</div>
</div>
<div className="pl-2 w-1/4 max-sm:px-0 max-lg:w-1/2 max-sm:w-full z-0">
<div className="relative w-full h-[168px] max-lg:h-[142px]">
<div className="border-black/10 dark:border-white/10 border border-solid rounded-lg h-full px-5 py-6 absolute z-10 flex flex-col justify-between w-full">
<div className="text-xl font-medium text-black dark:text-white">Typed APIs</div>
<div className="text-[17px] text-[#919193]">Flexible programmatic APIs with extensive TypeScript typing</div>
</div>
<div className="absolute left-0 right-0 top-0 bottom-0 dark:bg-[#313136] opacity-20 z-0" />
<div className="absolute left-0 right-0 top-0 bottom-0 backdrop-filter backdrop-blur-[2px] z-0" />
</div>
</div>
</div>
</div>
</div>

Expand Down