Section

Office Locations — Monochrome

Monochrome contact layout: Office location cards.

  • Section
  • Tailwind
  • HTML
  • MIT

Preview

Live section

Interactive preview
Open preview
9:41 100%
devsnips.dev/library/tailwind/sections/contact/monochrome/
fluid · no fixed width 100%
Dependencies: Tailwind CSS (CDN) · Google Fonts Responsive

Install

Add to your project

terminal
npx devsnips add Tailwind/Sections/Contact/monochrome
registry path: Tailwind/Sections/Contact/monochrome

Source

Implementation

code.html
<!--
Snippet Name: Office Locations — Monochrome
Description: Monochrome contact layout: Office location cards.
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:'JetBrains Mono',monospace}.f-disp{font-family:'Inter',sans-serif}
</style>
<section class="relative w-full py-20 sm:py-28 text-black" data-section="monochrome">
<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-full border border-black/15 px-3 py-1 f-mono text-[11px] font-medium uppercase tracking-wider text-black/60"><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-black/50">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-3"><article class="bg-white border border-black/15 rounded-lg transition-colors hover:border-black/30 p-6"><div class="flex items-center justify-between"><div class="flex h-11 w-11 items-center justify-center bg-black/[0.03] border border-black/10 rounded-lg"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><rect width="16" height="20" x="4" y="2" rx="2"/><path d="M9 22v-4h6v4M8 6h.01M16 6h.01M8 10h.01M16 10h.01M8 14h.01M16 14h.01"/></svg></div><span class="inline-flex items-center gap-1.5 rounded-full border border-black/15 px-3 py-1 f-mono text-[11px] font-medium uppercase tracking-wider text-black/60">HQ</span></div><h3 class="mt-4 font-semibold">San Francisco</h3><p class="text-sm text-black/50">548 Market St, USA</p><p class="mt-3 text-xs text-black/50">Local time 10:00:00</p></article><article class="bg-white border border-black/15 rounded-lg transition-colors hover:border-black/30 p-6"><div class="flex items-center justify-between"><div class="flex h-11 w-11 items-center justify-center bg-black/[0.03] border border-black/10 rounded-lg"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><rect width="16" height="20" x="4" y="2" rx="2"/><path d="M9 22v-4h6v4M8 6h.01M16 6h.01M8 10h.01M16 10h.01M8 14h.01M16 14h.01"/></svg></div><span class="inline-flex items-center gap-1.5 rounded-full border border-black/15 px-3 py-1 f-mono text-[11px] font-medium uppercase tracking-wider text-black/60">EMEA</span></div><h3 class="mt-4 font-semibold">London</h3><p class="text-sm text-black/50">1 Finsbury Avenue, UK</p><p class="mt-3 text-xs text-black/50">Local time 02:00:00</p></article><article class="bg-white border border-black/15 rounded-lg transition-colors hover:border-black/30 p-6"><div class="flex items-center justify-between"><div class="flex h-11 w-11 items-center justify-center bg-black/[0.03] border border-black/10 rounded-lg"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><rect width="16" height="20" x="4" y="2" rx="2"/><path d="M9 22v-4h6v4M8 6h.01M16 6h.01M8 10h.01M16 10h.01M8 14h.01M16 14h.01"/></svg></div><span class="inline-flex items-center gap-1.5 rounded-full border border-black/15 px-3 py-1 f-mono text-[11px] font-medium uppercase tracking-wider text-black/60">APAC</span></div><h3 class="mt-4 font-semibold">Singapore</h3><p class="text-sm text-black/50">8 Marina Blvd, SG</p><p class="mt-3 text-xs text-black/50">Local time 06:00:00</p></article></div>
</div>
</section>
16 lines UTF-8 · LF · Spaces: 2

AI-ready

Available to your agent.

This section is reachable through the DevSnips CLI, MCP server and Skills integrations — one registry, one resource path.

Resource path

devsnips://sections/contact/monochrome

Continue browsing

View all