Skip to content

Commit cbbeeda

Browse files
committed
quick update
1 parent 5ff8a50 commit cbbeeda

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
"dependencies": {
44
"tailwindcss": "3.x"
55
},
6+
"devDependencies": {
7+
"serve": "14.2.4"
8+
},
69
"scripts": {
710
"postinstall": "npm run tailwind",
11+
"start": "serve ./public",
812
"tailwind": "tailwindcss -o ./public/tw.css",
913
"tailwind:watch": "tailwindcss -o ./public/tw.css --watch"
1014
}

public/index.html

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@ <h1 class="text-5xl font-semibold text-gray-900 sm:text-7xl">The MongoDB UI Buil
8989
</div>
9090
</div>
9191

92-
<div class="mt-16 w-full">
93-
<div class="mx-auto max-w-5xl">
94-
<img src="screenshot1.png" class="rounded-lg w-full shadow-md">
95-
</div>
96-
</div>
97-
9892
<div class="bg-white py-24 sm:py-32 mt-16">
9993
<div class="mx-auto max-w-7xl px-6 lg:px-8">
10094
<div class="grid grid-cols-1 items-center gap-x-8 gap-y-16 lg:grid-cols-2">
@@ -119,58 +113,60 @@ <h2 class="text-pretty text-4xl font-semibold tracking-tight text-gray-900 sm:te
119113
<h2 class="text-center text-base/7 font-semibold text-red-berry-800">Ship faster</h2>
120114
<p class="mx-auto mt-2 max-w-lg text-balance text-center text-4xl font-semibold tracking-tight text-gray-950 sm:text-5xl">Effortless, Secure Data Management</p>
121115
<div class="mt-10 grid gap-4 sm:mt-16 lg:grid-cols-3 lg:grid-rows-2">
122-
<div class="relative lg:row-span-2">
116+
<div class="relative lg:col-span-3">
123117
<div class="absolute inset-px rounded-lg bg-white lg:rounded-l-[2rem]"></div>
124118
<div class="relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)] lg:rounded-l-[calc(2rem+1px)]">
125119
<div class="px-8 pb-3 pt-8 sm:px-10 sm:pb-0 sm:pt-10">
126120
<p class="mt-2 text-lg font-medium tracking-tight text-gray-950 max-lg:text-center">Instant Access to Your Data</p>
127-
<p class="mt-2 max-w-lg text-sm/6 text-gray-600 max-lg:text-center">Mongoose Studio is a Node.js app that can run as a sidecar to your Node.js application. If your app runs on app.acme.com, your data is at app.acme.com/studio. No more juggling local, development, and production connection strings.</p>
121+
<p class="mt-2 text-sm/6 text-gray-600 max-lg:text-center">Mongoose Studio is a Node.js app that can run as a sidecar to your Node.js application. If your app runs on app.acme.com, your data is at app.acme.com/studio. No more juggling local, development, and production connection strings.</p>
128122
</div>
129-
<div class="px-8 mt-4">
130-
<img class="size-full object-cover object-top rounded-lg" src="screenshot2.png" alt="">
123+
<div class="px-8 mt-4 overflow-hidden max-h-[300px] mb-4">
124+
<img class="size-full object-cover object-top rounded-lg" src="screenshot1.png" alt="">
131125
</div>
132126
</div>
133127
<div class="pointer-events-none absolute inset-px rounded-lg shadow ring-1 ring-black/5 lg:rounded-l-[2rem]"></div>
134128
</div>
135-
<div class="relative max-lg:row-start-1">
129+
<div class="relative lg:row-span-2 lg:col-span-1">
136130
<div class="absolute inset-px rounded-lg bg-white max-lg:rounded-t-[2rem]"></div>
137131
<div class="relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)] max-lg:rounded-t-[calc(2rem+1px)]">
138132
<div class="px-8 pt-8 sm:px-10 sm:pt-10">
139133
<p class="mt-2 text-lg font-medium tracking-tight text-gray-950 max-lg:text-center">Production-Ready Security</p>
140134
<p class="mt-2 max-w-lg text-sm/6 text-gray-600 max-lg:text-center">Stop copying connection strings and giving everyone admin access to production. Log in via GitHub OAuth and use role-based access control for secure access to production data.</p>
141135
</div>
142136
<div class="flex flex-1 items-center justify-center px-8 max-lg:pb-12 max-lg:pt-10 sm:px-10 lg:pb-2">
143-
<img class="w-full max-lg:max-w-xs" src="screenshot3.png" alt="">
137+
<img class="w-full max-lg:max-w-xs" src="studio-oauth.png" alt="">
144138
</div>
145139
</div>
146140
<div class="pointer-events-none absolute inset-px rounded-lg shadow ring-1 ring-black/5 max-lg:rounded-t-[2rem]"></div>
147141
</div>
148-
<div class="relative max-lg:row-start-3 lg:col-start-2 lg:row-start-2">
149-
<div class="absolute inset-px rounded-lg bg-white"></div>
150-
<div class="relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)]">
151-
<div class="px-8 pt-8 sm:px-10 sm:pt-10">
152-
<p class="mt-2 text-lg font-medium tracking-tight text-gray-950 max-lg:text-center">Collaboration Made Easy</p>
153-
<p class="mt-2 max-w-lg text-sm/6 text-gray-600 max-lg:text-center">Share queries, dashboards, and documents via links. No screenshots, no friction.</p>
154-
</div>
155-
<div class="flex flex-1 items-center justify-center px-8 max-lg:pb-12 max-lg:pt-10 sm:px-10 lg:pb-2">
156-
<img class="w-full max-lg:max-w-xs" src="screenshot-link.png" alt="">
157-
</div>
158-
</div>
159-
<div class="pointer-events-none absolute inset-px rounded-lg shadow ring-1 ring-black/5"></div>
160-
</div>
161-
<div class="relative lg:row-span-2">
142+
143+
<div class="relative lg:col-span-2">
162144
<div class="absolute inset-px rounded-lg bg-white max-lg:rounded-b-[2rem] lg:rounded-r-[2rem]"></div>
163145
<div class="relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)] max-lg:rounded-b-[calc(2rem+1px)] lg:rounded-r-[calc(2rem+1px)]">
164146
<div class="px-8 pb-3 pt-8 sm:px-10 sm:pb-0 sm:pt-10">
165147
<p class="mt-2 text-lg font-medium tracking-tight text-gray-950 max-lg:text-center">Charts and Dashboards Built In</p>
166148
<p class="mt-2 max-w-lg text-sm/6 text-gray-600 max-lg:text-center">Transform raw data into actionable dashboards—all within the same sleek UI.</p>
167149
</div>
168150
<div class="flex px-8 max-lg:pb-12 max-lg:pt-10 sm:px-10 lg:pb-2">
169-
<img class="w-full max-lg:max-w-xs" src="screenshot-chart.png" alt="">
151+
<img class="w-full max-lg:max-w-xs" src="studio-dashboard.png" alt="">
170152
</div>
171153
</div>
172154
<div class="pointer-events-none absolute inset-px rounded-lg shadow ring-1 ring-black/5 max-lg:rounded-b-[2rem] lg:rounded-r-[2rem]"></div>
173155
</div>
156+
157+
<div class="relative lg:col-span-3">
158+
<div class="absolute inset-px rounded-lg bg-white"></div>
159+
<div class="relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)]">
160+
<div class="px-8 pt-8 sm:px-10 sm:pt-10">
161+
<p class="mt-2 text-lg font-medium tracking-tight text-gray-950 max-lg:text-center">Collaboration Made Easy</p>
162+
<p class="mt-2 max-w-lg text-sm/6 text-gray-600 max-lg:text-center">Share queries, dashboards, and documents with your team via links. No screenshots, no friction.</p>
163+
</div>
164+
<div class="flex flex-1 px-8 max-lg:pb-12 max-lg:pt-10 sm:px-10 lg:pb-2 overflow-hidden max-h-[280px]">
165+
<img class="w-full object-cover object-top" src="screenshot3.png" alt="">
166+
</div>
167+
</div>
168+
<div class="pointer-events-none absolute inset-px rounded-lg shadow ring-1 ring-black/5"></div>
169+
</div>
174170
</div>
175171
</div>
176172
</div>

public/studio-dashboard.png

7.66 KB
Loading

public/studio-oauth.png

52.4 KB
Loading

0 commit comments

Comments
 (0)