Section
Onboarding Contact — Editorial
Editorial contact layout: Onboarding steps.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/contact/editorial/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Contact/editorial Tailwind/Sections/Contact/editorial <!--
Snippet Name: Onboarding Contact — Editorial
Description: Editorial contact layout: Onboarding steps.
Author: DevSnips Contributors
Usage Example: Drop this snippet into any Tailwind CSS page.
-->
<style>
/* DevSnips style-helper classes (self-contained snippet) */
.f-sans{font-family:'Inter',sans-serif}.f-mono{font-family:'Inter',sans-serif}.f-disp{font-family:'Fraunces',serif}
</style>
<section class="relative w-full py-20 sm:py-28 text-[#1c1917]" data-section="editorial">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="mb-10 text-center mx-auto"><p class="mb-4"><span class="inline-flex items-center gap-1.5 rounded-sm border border-[#1c1917]/15 px-3 py-1 text-[11px] font-semibold uppercase tracking-[0.18em] text-[#78716c]"><svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><rect width="20" height="16" x="2" y="4" rx="2"/><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"/></svg> Contact</span></p><h2 class="f-disp text-3xl sm:text-4xl lg:text-5xl font-bold tracking-tight text-center mx-auto">Let's talk</h2><p class="mt-4 max-w-2xl text-center mx-auto text-base sm:text-lg leading-relaxed text-[#78716c]">Reach out and our team will reply within one business day.</p></div><div class="grid grid-cols-1 gap-5 sm:grid-cols-2 lg:grid-cols-4"><div class="bg-[#fffdf8] border border-[#1c1917]/10 rounded-sm transition-colors hover:border-[#1c1917]/25 p-6"><div class="mb-3 flex h-10 w-10 items-center justify-center bg-[#f7f3ec] border border-[#1c1917]/10 rounded-sm font-bold">1</div><h3 class="font-semibold">Tell us about your team</h3><p class="mt-1 text-sm text-[#78716c]">Size, stack, and goals</p></div><div class="bg-[#fffdf8] border border-[#1c1917]/10 rounded-sm transition-colors hover:border-[#1c1917]/25 p-6"><div class="mb-3 flex h-10 w-10 items-center justify-center bg-[#f7f3ec] border border-[#1c1917]/10 rounded-sm font-bold">2</div><h3 class="font-semibold">Book a kickoff call</h3><p class="mt-1 text-sm text-[#78716c]">30 minutes with a solutions engineer</p></div><div class="bg-[#fffdf8] border border-[#1c1917]/10 rounded-sm transition-colors hover:border-[#1c1917]/25 p-6"><div class="mb-3 flex h-10 w-10 items-center justify-center bg-[#f7f3ec] border border-[#1c1917]/10 rounded-sm font-bold">3</div><h3 class="font-semibold">Start your trial</h3><p class="mt-1 text-sm text-[#78716c]">14 days, full access, no card</p></div><div class="bg-[#f7f3ec] border border-[#1c1917]/10 rounded-sm p-6 text-center"><h3 class="f-disp text-lg font-bold">Ready to begin?</h3><p class="mt-1 text-sm text-[#78716c]">We onboard teams in under a week.</p><a href="#" class="mt-4 inline-flex items-center gap-2 bg-[#1c1917] text-[#f7f3ec] rounded-sm font-medium hover:bg-[#2a2522]"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M5 12h14M13 6l6 6-6 6"/></svg> Get started</a></div></div>
</div>
</section> # Onboarding Contact — Editorial
> Editorial contact layout: Onboarding steps.

## Features
- onboarding steps
- numbered cards
- final CTA tile
- 4-col bento
- responsive
## Responsive support
- Mobile-first layout
- Breakpoints: `sm` (640px), `md` (768px), `lg` (1024px)
- Stacks gracefully on small screens, expands on large viewports
## Browser support
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
## Usage
1. Copy the markup from `code.html` into your Tailwind CSS project.
2. Include the corresponding Google Fonts in your document `<head>` if the style requires them.
3. The snippet is self-contained and copy-paste ready — no build step or JavaScript required.
## Design language
**Editorial** — part of the DevSnips Tailwind Sections library. Every section is
original, accessible, and production-ready.
## Files
- `preview.html` — full standalone preview page (Tailwind CDN + fonts)
- `code.html` — copy-paste snippet only (no `<head>` / CDN)
- `metadata.json` — structured metadata
- `README.md` — this file 16 lines UTF-8 · LF · Spaces: 2
Continue browsing