Skip to content
Closed
Show file tree
Hide file tree
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
21 changes: 20 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export default function Home() {
<div className="mt-6 w-24 h-1 bg-gradient-to-r from-blue-500 to-purple-500 mx-auto rounded-full"></div>
</div>

<div className="grid grid-cols-1 md:grid-cols-5 lg:grid-cols-5 gap-4 items-center">
<div className="grid grid-cols-1 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-6 gap-4 items-center">
{/* Microsoft Azure */}
<div className="group relative">
<div className="absolute inset-0 bg-gradient-to-r from-blue-500/20 to-cyan-500/20 rounded-xl blur-lg group-hover:blur-xl transition-all duration-300 opacity-0 group-hover:opacity-100"></div>
Expand Down Expand Up @@ -417,6 +417,25 @@ export default function Home() {
</div>
</div>
</div>

{/* Ferret DB */}
<div className="group relative">
<div className="absolute inset-0 bg-gradient-to-r from-blue-500/20 to-cyan-500/20 rounded-xl blur-lg group-hover:blur-xl transition-all duration-300 opacity-0 group-hover:opacity-100"></div>
<div className="relative flex flex-col items-center justify-center p-8 bg-neutral-800/80 backdrop-blur-sm rounded-xl border border-neutral-700/50 hover:border-blue-500/50 transition-all duration-300 group-hover:transform group-hover:scale-105">
<div className="w-21 h-20 flex items-center justify-center mb-4">
<img
src="/images/FerretDBLogo-inverse.png"
alt="Ferret DB"
className="w-15 h-12 group-hover:scale-110 transition-transform"
/>
</div>
<div className="text-center">
<h3 className="text-sm font-bold text-white group-hover:text-blue-300 transition-colors mb-1">
Ferret DB
</h3>
</div>
</div>
</div>
</div>

{/* Artistic connection lines */}
Expand Down
355 changes: 354 additions & 1 deletion index.html

Large diffs are not rendered by default.

Binary file added public/images/FerretDBLogo-inverse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/FerretDBLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.