Skip to content

Commit 0475050

Browse files
authored
Landing page adjustments pt2 (#750)
1 parent 9e3e343 commit 0475050

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Elastic.Markdown/Slices/Layout/_LandingPage.cshtml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<div class="sr-only">Loading</div>
88
</div>
99
<section class="w-screen px-8 lg:px-6 bg-grey-10">
10-
<div class="container mx-auto py-16 grid lg:grid-cols-2 items-center gap-6">
10+
<div class="container mx-auto py-16 grid md:grid-cols-2 items-center gap-6">
1111
<div class="lg:basis-[50%]">
1212
<h1 class="text-4xl font-bold font-sans text-black">Elastic documentation</h1>
1313
<p class="mt-4">Find the help you need, wherever you are in your Elastic journey.</p>
14-
<div class="flex lg:inline-flex gap-3 mt-9">
15-
<a href="@Model.Link("/get-started")" class="grow select-none cursor-pointer text-white text-nowrap bg-blue-elastic hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-semibold rounded-sm px-6 py-2.5 focus:outline-none h-10 flex items-center justify-center">
14+
<div class="flex md:inline-flex gap-3 mt-9">
15+
<a href="@Model.Link("/get-started")" class="grow select-none cursor-pointer text-white text-nowrap bg-blue-elastic hover:bg-blue-elastic-110 focus:ring-4 focus:ring-blue-elastic-50 font-semibold font-sans rounded-sm px-6 py-2 focus:outline-none h-10 flex items-center justify-center">
1616
Get started
1717
</a>
1818
</div>
@@ -273,7 +273,7 @@
273273
<h3 class="font-sans font-bold text-2xl">Releases</h3>
274274
<p class="grow mt-4">Explore the latest features and changes in Elastic.</p>
275275
<div class="mt-6 grid grid-cols-1 gap-6 text-center">
276-
<a href="@Model.Link("/release-notes/")" class="grow select-none cursor-pointer text-white text-nowrap bg-blue-elastic hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-semibold rounded-sm px-6 py-2.5 focus:outline-none h-10 flex items-center justify-center">
276+
<a href="@Model.Link("/release-notes/")" class="grow select-none cursor-pointer text-white text-nowrap bg-blue-elastic hover:bg-blue-elastic-110 focus:ring-4 focus:ring-blue-elastic-50 font-semibold font-sans rounded-sm px-6 py-2 focus:outline-none h-10 flex items-center justify-center">
277277
View release notes
278278
</a>
279279
<a href="@Model.Link("/deploy-manage/upgrade")" class="link text-white">
@@ -289,7 +289,7 @@
289289
<h3 class="font-sans font-bold text-2xl">Troubleshoot and support</h3>
290290
<p class="grow mt-4">Check troubleshooting guides for common fixes or reach out to the experts.</p>
291291
<div class="mt-6 grid grid-cols-1 gap-6 text-center">
292-
<a href="@Model.Link("/troubleshoot/")" class="grow select-none cursor-pointer text-white text-nowrap bg-blue-elastic hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-semibold rounded-sm px-6 py-2.5 focus:outline-none h-10 flex items-center justify-center">
292+
<a href="@Model.Link("/troubleshoot/")" class="grow select-none cursor-pointer text-white text-nowrap bg-blue-elastic hover:bg-blue-elastic-110 focus:ring-4 focus:ring-blue-elastic-50 font-semibold font-sans rounded-sm px-6 py-2 focus:outline-none h-10 flex items-center justify-center">
293293
Start troubleshooting
294294
</a>
295295
<a href="https://support.elastic.co" target="_blank" rel="noopener noreferrer" class="link text-white">
@@ -305,7 +305,7 @@
305305
<h3 class="font-sans font-bold text-2xl">Contribute and extend</h3>
306306
<p class="grow mt-4">Learn how to contribute to Elastic products and extend Elastic capabilities.</p>
307307
<div class="mt-6 grid grid-cols-1 gap-6 text-center">
308-
<a href="https://docs-v3-preview.elastic.dev/elastic/asciidocalypse/tree/main/kibana/docs/extend/" class="grow select-none cursor-pointer text-white text-nowrap bg-blue-elastic hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-semibold rounded-sm px-6 py-2.5 focus:outline-none h-10 flex items-center justify-center">
308+
<a href="https://docs-v3-preview.elastic.dev/elastic/asciidocalypse/tree/main/kibana/docs/extend/" class="grow select-none cursor-pointer text-white text-nowrap bg-blue-elastic hover:bg-blue-elastic-110 focus:ring-4 focus:ring-blue-elastic-50 font-semibold font-sans rounded-sm px-6 py-2 focus:outline-none h-10 flex items-center justify-center">
309309
Start contributing
310310
</a>
311311
<a href="https://docs-v3-preview.elastic.dev/elastic/asciidocalypse/tree/main/elasticsearch/docs/extend/" target="_blank" rel="noopener noreferrer" class="link text-white">
@@ -352,7 +352,7 @@
352352
<h2 class="font-semibold font-sans text-4xl text-black leading-[1.2em]">Welcome to our community of developers</h2>
353353
<p class="mt-2">Learn from your peers and share code examples.</p>
354354
</div>
355-
<a href="https://discuss.elastic.co" target="_blank" rel="noopener noreferrer" class="grow cursor-pointer text-blue-elastic hover:text-blue-elastic-100 text-nowrap border-2 border-blue-elastic hover:border-blue-elastic-100 focus:ring-4 focus:outline-none focus:ring-blue-300 font-semibold rounded-sm px-6 py-2.5 text-center h-10 flex items-center justify-center">
355+
<a href="https://discuss.elastic.co" target="_blank" rel="noopener noreferrer" class="grow cursor-pointer text-blue-elastic hover:text-blue-elastic-100 text-nowrap border-2 border-blue-elastic hover:border-blue-elastic-100 focus:ring-4 focus:outline-none focus:ring-blue-elastic-50 font-semibold rounded-sm px-6 py-2 text-center h-10 flex items-center justify-center">
356356
Join now
357357
</a>
358358
</div>

0 commit comments

Comments
 (0)