|
25 | 25 |
|
26 | 26 | <section class="w-screen px-8 lg:px-6">
|
27 | 27 | <div class="container mx-auto py-16">
|
28 |
| - <h2 class="font-bold text-3xl text-ink-dark">How-to guides</h2> |
| 28 | + <h2 class="font-bold font-sans text-3xl text-ink-dark">How-to guides</h2> |
29 | 29 | <div class="grid md:grid-cols-2 xl:grid-cols-4 gap-6 mt-6">
|
30 | 30 | <div class="grow rounded-xl border-1 border-grey-20 p-6">
|
31 | 31 | <div class="flex gap-6 h-full">
|
|
85 | 85 |
|
86 | 86 | <section class="w-screen px-8 lg:px-6 bg-grey-10">
|
87 | 87 | <div class="container mx-auto py-16">
|
88 |
| - <h2 class="font-bold text-3xl text-ink-dark">Elastic products</h2> |
| 88 | + <h2 class="font-bold font-sans text-3xl text-ink-dark">Elastic products</h2> |
89 | 89 | <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6 mt-6">
|
90 | 90 | <div class="grow rounded-xl border-1 border-grey-20 p-6 bg-white">
|
91 | 91 | <div class="flex gap-6 h-full">
|
|
130 | 130 |
|
131 | 131 | <section class="w-screen px-8 lg:px-6">
|
132 | 132 | <div class="container mx-auto py-16">
|
133 |
| - <h2 class="font-bold text-3xl text-ink-dark">References</h2> |
| 133 | + <h2 class="font-bold font-sans text-3xl text-ink-dark">References</h2> |
134 | 134 | <div class="mt-6 grid md:grid-cols-2 lg:grid-cols-4 gap-6">
|
135 | 135 | <div class="flex flex-col rounded-xl bg-white border-1 border-grey-20 p-6">
|
136 |
| - <h3 class="font-sans font-bold text-ink-dark text-2xl">Elastic APIs</h3> |
| 136 | + <h3 class="font-bold font-sans text-ink-dark text-2xl">Elastic APIs</h3> |
137 | 137 | <p class="grow mt-3">Browse the API documentation.</p>
|
138 | 138 | <ul>
|
139 | 139 | <li class="mt-3">
|
|
267 | 267 |
|
268 | 268 | <section class="w-screen px-8 lg:px-6 bg-grey-10">
|
269 | 269 | <div class="container mx-auto py-16">
|
270 |
| - <h2 class="font-bold text-3xl text-ink-dark">Product resources</h2> |
| 270 | + <h2 class="font-bold font-sans text-3xl text-ink-dark">Product resources</h2> |
271 | 271 | <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6 mt-6">
|
272 | 272 | <div class="flex flex-col rounded-xl bg-black text-white p-6">
|
273 | 273 | <h3 class="font-sans font-bold text-2xl">Releases</h3>
|
|
349 | 349 | <div class="rounded-xl border-1 border-grey-20 px-12 py-8 grid lg:grid-cols-[auto_1fr_auto] gap-12 items-center justify-center text-center lg:text-left">
|
350 | 350 | <img loading="lazy" class="mx-auto" alt="Elastic Community logo" src="@Model.Static("community-logo.png")" />
|
351 | 351 | <div>
|
352 |
| - <h2 class="font-sans font-semibold text-4xl text-black -tracking-[0.04em] leading-[1.2em]">Welcome to our community of developers</h2> |
| 352 | + <h2 class="font-semibold font-sans text-4xl text-black leading-[1.2em]">Welcome to our community of developers</h2> |
353 | 353 | <p class="mt-2">Learn from your peers and share code examples.</p>
|
354 | 354 | </div>
|
355 | 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">
|
|
0 commit comments