Skip to content

Commit 64464e7

Browse files
committed
docs: docs logos
1 parent 837d218 commit 64464e7

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

docs/src/pages/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"display": "hidden",
55
"type": "page",
66
"theme": {
7-
"layout": "full"
7+
"layout": "raw"
88
}
99
},
1010
"installation": {

docs/src/pages/index.mdx

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,20 @@ import OgImage from '../components/OgImage';
1212
twitterTitle="Netlify Cloudinary - Automatic Optimization at Scale"
1313
/>
1414

15-
<div className="lg:h-full max-w-5xl mx-auto grid lg:grid-cols-2 py-8 lg:py-0 lg:-mt-[var(--nextra-navbar-height)]">
16-
<div className="flex lg:justify-center flex-col order-2 lg:order-1">
17-
<h1 className="text-5xl font-bold text-center lg:text-left mb-6">Netlify Cloudinary</h1>
18-
<p className="text-xl text-center lg:text-left mb-6">Optimize images at scale on Netlify with Cloudinary</p>
19-
<p className="text-center lg:text-left">
20-
<Button href="/installation">Get Started</Button>
21-
</p>
22-
</div>
23-
<div className="flex lg:justify-center flex-col order-1 lg:order-2 pb-12 lg:pb-0">
24-
<div className="relative w-full max-w-md lg:max-w-xl aspect-[8/6] mx-auto">
25-
<img className="absolute top-0 left-0 w-1/2" width="378" height="333" src="/images/netlify-logo-dark.svg" />
26-
<img className="absolute bottom-0 right-0 w-1/2" width="359" height="156" src="/images/cloudinary-logo-dark.svg" />
15+
<div className="flex items-center h-[calc(100vh-var(--nextra-navbar-height))]">
16+
<div className="max-w-5xl mx-auto grid gap-4 lg:gap-14 lg:grid-cols-2 -mt-[calc(var(--nextra-navbar-height)/2)]">
17+
<div className="flex lg:justify-center flex-col order-2 lg:order-1">
18+
<h1 className="text-5xl font-bold text-center lg:text-left mb-6">Netlify Cloudinary</h1>
19+
<p className="text-xl text-center lg:text-left mb-6">Optimize images at scale on Netlify with Cloudinary</p>
20+
<p className="text-center lg:text-left">
21+
<Button href="/installation">Get Started</Button>
22+
</p>
23+
</div>
24+
<div className="flex lg:justify-center flex-col order-1 lg:order-2 pb-8 lg:pb-0">
25+
<div className="grid grid-cols-2 gap-12 items-center lg:block lg:relative w-full max-w-xs lg:max-w-xl lg:aspect-[8/6] mx-auto">
26+
<img className="lg:absolute lg:top-0 lg:left-0 w-full lg:w-1/2" width="378" height="333" src="/images/netlify-logo-dark.svg" />
27+
<img className="lg:absolute lg:bottom-0 lg:right-0 w-full lg:w-1/2" width="359" height="156" src="/images/cloudinary-logo-dark.svg" />
28+
</div>
2729
</div>
2830
</div>
2931
</div>

0 commit comments

Comments
 (0)