Free
Process
Roamia Process
A process block extracted from the Roamia template, available in Tailwind CSS and Bootstrap.
0
41
A process block extracted from the Roamia template, available in Tailwind CSS and Bootstrap.
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.FontAwesomeConfig = {
autoReplaceSvg: 'nest'
};
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Roamia Process | Tailwind CSS UI Block</title>
<meta name="description" content="A process block extracted from the Roamia template, available in Tailwind CSS and Bootstrap.">
<meta name="keywords" content="Roamia, Tailwind CSS template, HTML website template, travel companion matching, traveler community, trip matching app, responsive travel design">
<meta name="author" content="Let's templates">
<link rel="canonical" href="">
<meta property="og:type" content="product">
<meta property="og:site_name" content="Let's templates">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="">
<meta property="og:title" content="Roamia | Tailwind CSS Travel Companion Matching Template">
<meta property="og:description" content="A vibrant Tailwind CSS travel companion matching template for traveler communities, trip matching apps, and shared adventure brands.">
<meta property="og:image" content="">
<meta property="og:image:alt" content="Roamia template preview">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="">
<meta name="twitter:title" content="Roamia | Tailwind CSS Travel Companion Matching Template">
<meta name="twitter:description" content="A vibrant Tailwind CSS travel companion matching template for traveler communities, trip matching apps, and shared adventure brands.">
<meta name="twitter:image" content="">
<meta name="twitter:image:alt" content="Roamia template preview">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,700;1,9..144,400&display=swap" rel="stylesheet">
<script src="https://cdn.plot.ly/plotly-3.1.1.min.js"></script>
<style>
body {
font-family: 'Outfit', sans-serif;
background-color: #f8f9fa;
}
.serif {
font-family: 'Fraunces', serif;
}
.swoosh-line {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 100px;
pointer-events: none;
z-index: 10;
}
.tilted-card {
transition: transform 0.3s ease;
}
.tilted-card:hover {
transform: translateY(-10px) rotate(-2deg);
}
.nav-pill {
transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.nav-pill .brand,
.nav-pill .nav-links a,
.nav-pill .profile-ring {
transition: color 0.3s ease, border-color 0.3s ease;
}
#header.is-scrolled .nav-pill {
background-color: rgba(255, 255, 255, 0.95);
border-color: rgba(0, 0, 0, 0.08);
box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}
#header.is-scrolled .nav-pill .brand {
color: #171717;
}
#header.is-scrolled .nav-pill .nav-links {
color: rgba(23, 23, 23, 0.7);
}
#header.is-scrolled .nav-pill .nav-links a:hover {
color: #171717;
}
#header.is-scrolled .nav-pill .profile-ring {
border-color: rgba(0, 0, 0, 0.12);
}
</style>
</head>
<body class="antialiased overflow-x-hidden">
<!-- block:start process -->
<section id="how-it-works" class="py-32 px-6 bg-neutral-50">
<div class="max-w-7xl mx-auto text-center">
<h2 class="serif text-4xl md:text-5xl font-bold mb-20">How Roamia Works</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- Step 1 -->
<div class="bg-white p-10 rounded-[3rem] border border-neutral-100 flex flex-col items-center text-center group hover:bg-blue-50 transition-colors">
<div class="w-24 h-24 mb-8 bg-blue-50 rounded-full flex items-center justify-center group-hover:bg-white transition-colors">
<i class="fa-solid fa-magnifying-glass-location text-3xl text-blue-500"></i>
</div>
<h3 class="text-lg font-bold mb-4 leading-tight">Find Like-Minded<br>Explorers</h3>
<p class="text-xs text-neutral-500 leading-relaxed">Search through thousands of profiles based on interests and destination.</p>
</div>
<!-- Step 2 -->
<div class="bg-white p-10 rounded-[3rem] border border-neutral-100 flex flex-col items-center text-center group hover:bg-blue-50 transition-colors">
<div class="w-24 h-24 mb-8 bg-blue-50 rounded-full flex items-center justify-center group-hover:bg-white transition-colors">
<i class="fa-solid fa-comments text-3xl text-blue-500"></i>
</div>
<h3 class="text-lg font-bold mb-4 leading-tight">Sync Your<br>Vibe</h3>
<p class="text-xs text-neutral-500 leading-relaxed">Start a private chat with your matched traveler to discuss plans and pace.</p>
</div>
<!-- Step 3 -->
<div class="bg-white p-10 rounded-[3rem] border border-neutral-100 flex flex-col items-center text-center group hover:bg-blue-50 transition-colors">
<div class="w-24 h-24 mb-8 bg-blue-50 rounded-full flex items-center justify-center group-hover:bg-white transition-colors">
<i class="fa-solid fa-plane-departure text-3xl text-blue-500"></i>
</div>
<h3 class="text-lg font-bold mb-4 leading-tight">Depart On<br>Schedule</h3>
<p class="text-xs text-neutral-500 leading-relaxed">Connect before the trip so you hit the ground running with no surprises.</p>
</div>
<!-- Step 4 -->
<div class="bg-white p-10 rounded-[3rem] border border-neutral-100 flex flex-col items-center text-center group hover:bg-blue-50 transition-colors">
<div class="w-24 h-24 mb-8 bg-blue-50 rounded-full flex items-center justify-center group-hover:bg-white transition-colors">
<i class="fa-solid fa-users text-3xl text-blue-500"></i>
</div>
<h3 class="text-lg font-bold mb-4 leading-tight">Global Trusted<br>Network</h3>
<p class="text-xs text-neutral-500 leading-relaxed">Join a verified network of enthusiasts who share your wanderlust.</p>
</div>
</div>
<button class="mt-16 bg-blue-500 text-white px-12 py-4 rounded-full font-bold shadow-lg hover:bg-blue-600 transition-colors">
Get Started
</button>
</div>
</section>
<!-- block:end process -->
<script>
(function() {
const header = document.getElementById('header');
const hero = document.getElementById('hero');
function updateHeader() {
if (!header || !hero) return;
const threshold = Math.max(hero.offsetHeight - 120, 80);
header.classList.toggle('is-scrolled', window.scrollY > threshold);
}
window.addEventListener('scroll', updateHeader, { passive: true });
window.addEventListener('resize', updateHeader);
updateHeader();
})();
window.addEventListener('load', function() {
try {
const data = [{
type: 'scatter',
mode: 'lines',
fill: 'tozeroy',
x: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul'],
y: [4000, 4500, 3800, 6000, 5500, 8000, 12206],
line: { color: '#60a5fa', width: 4, shape: 'spline' },
fillcolor: 'rgba(96, 165, 250, 0.1)'
}];
const layout = {
margin: { t: 10, r: 10, b: 40, l: 40 },
paper_bgcolor: 'rgba(0,0,0,0)',
plot_bgcolor: 'rgba(0,0,0,0)',
showlegend: false,
xaxis: {
showgrid: false,
zeroline: false,
tickfont: { size: 10, color: '#9ca3af' }
},
yaxis: {
showgrid: true,
gridcolor: 'rgba(0,0,0,0.05)',
zeroline: false,
tickfont: { size: 10, color: '#9ca3af' }
}
};
const config = { responsive: true, displayModeBar: false, displaylogo: false };
Plotly.newPlot('cost-chart', data, layout, config);
} catch(e) {
console.error("Plotly Error:", e);
}
});
</script>
</body>
</html>
Free
Travel
Unlock the entire library of premium templates and blocks. Renews automatically, cancel anytime.