Section
Contact with Map — Futuristic
Futuristic contact layout: Map placeholder panel.
- Section
- Tailwind
- HTML
- MIT
Preview
Live section
9:41 100%
devsnips.dev/library/tailwind/sections/contact/futuristic/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Sections/Contact/futuristic Tailwind/Sections/Contact/futuristic <!--
Snippet Name: Contact with Map — Futuristic
Description: Futuristic contact layout: Map placeholder panel.
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:'Space Grotesk',sans-serif}.f-mono{font-family:'JetBrains Mono',monospace}.f-disp{font-family:'Space Grotesk',sans-serif}
.ft-grid{background-image:linear-gradient(rgba(34,211,238,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(34,211,238,.07) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(70% 60% at 50% 30%,#000,transparent 100%)}
.ft-glow{box-shadow:0 0 0 1px rgba(34,211,238,.2),0 0 30px -8px rgba(34,211,238,.4)}
</style>
<section class="relative w-full py-20 sm:py-28 text-white" data-section="futuristic">
<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-cyan-400/30 bg-cyan-400/10 px-3 py-1 f-mono text-[11px] font-medium uppercase tracking-wider text-cyan-200"><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-cyan-100/50">Reach out and our team will reply within one business day.</p></div><div class="grid grid-cols-1 gap-6 lg:grid-cols-2"><div class="bg-[#0b1220]/80 border border-cyan-400/20 rounded-2xl ft-glow overflow-hidden"><div class="relative h-64 lg:h-full min-h-[280px] bg-[#0b1220]/60 border border-cyan-400/15 rounded-xl" aria-label="Map placeholder"><div class="absolute inset-0 opacity-30" style="background-image:linear-gradient(0deg,#22d3ee11 1px,transparent 1px),linear-gradient(90deg,#22d3ee11 1px,transparent 1px);background-size:28px 28px"></div><div class="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2"><div class="flex h-12 w-12 items-center justify-center rounded-full bg-cyan-400 text-[#070b14] rounded-xl font-bold hover:bg-cyan-300 shadow-[0_0_24px_-6px_rgba(34,211,238,.7)]"><svg class="h-6 w-6" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z"/><circle cx="12" cy="10" r="3"/></svg></div><p class="mt-2 text-center text-xs text-cyan-100/50">You are here</p></div></div></div><div class="space-y-6"><div class="bg-[#0b1220]/80 border border-cyan-400/20 rounded-2xl ft-glow p-6"><form class="space-y-4"><div><label class="mb-1.5 block text-sm font-medium text-cyan-100/50" for="name">Name</label><input id="name" name="name" type="text" placeholder="" class="w-full rounded-xl border border-cyan-400/20 bg-[#0b1220]/60 px-4 py-3 text-white placeholder:text-cyan-100/40 focus:outline-none focus:ring-2 focus:ring-cyan-400/40"></div><div><label class="mb-1.5 block text-sm font-medium text-cyan-100/50" for="email">Email</label><input id="email" name="email" type="email" placeholder="" class="w-full rounded-xl border border-cyan-400/20 bg-[#0b1220]/60 px-4 py-3 text-white placeholder:text-cyan-100/40 focus:outline-none focus:ring-2 focus:ring-cyan-400/40"></div><button type="submit" class="bg-cyan-400 text-[#070b14] rounded-xl font-bold hover:bg-cyan-300 shadow-[0_0_24px_-6px_rgba(34,211,238,.7)] w-full justify-center">Send message</button></form></div><div class="space-y-3"><div class="flex items-center gap-3"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z"/><circle cx="12" cy="10" r="3"/></svg><div><p class="text-sm font-semibold">Headquarters</p><p class="text-sm text-cyan-100/50">548 Market St, SF, CA 94104</p></div></div><div class="flex items-center gap-3"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><circle cx="12" cy="12" r="10"/><path d="M12 6v6l4 2"/></svg><div><p class="text-sm font-semibold">Hours</p><p class="text-sm text-cyan-100/50">Mon–Fri, 9am–6pm PT</p></div></div></div></div></div>
</div>
</section> # Contact with Map — Futuristic
> Futuristic contact layout: Map placeholder panel.

## Features
- map placeholder panel
- grid overlay
- you-are-here pin
- contact form
- location + hours
## 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
**Futuristic** — 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 18 lines UTF-8 · LF · Spaces: 2
Continue browsing