Free
Features
Roamia Features
A features block extracted from the Roamia template, available in Tailwind CSS and Bootstrap.
0
42
A features 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 Features | Tailwind CSS UI Block</title>
<meta name="description" content="A features 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 features -->
<section id="features" class="py-32 px-6 bg-white">
<div class="max-w-7xl mx-auto">
<h2 class="serif text-4xl md:text-5xl text-center font-bold mb-20">Everything You Need<br>For the Perfect Trip</h2>
<div class="grid grid-cols-1 md:grid-cols-12 gap-6">
<!-- Feature: Costing -->
<div class="md:col-span-8 bg-neutral-50 rounded-[3rem] p-10 border border-neutral-100 relative overflow-hidden">
<div class="flex flex-col md:flex-row md:items-center justify-between mb-8">
<div>
<h3 class="text-2xl font-bold mb-2">Budget Forecasting</h3>
<p class="text-neutral-500 text-sm">Visualize your travel expenses with precision.</p>
</div>
<div class="text-blue-500 font-bold mt-4 md:mt-0">$12,206 <i class="fa-solid fa-arrow-trend-up ml-1"></i></div>
</div>
<div id="cost-chart" class="h-[250px] w-full"></div>
</div>
<!-- Feature: People -->
<div class="md:col-span-4 bg-neutral-900 rounded-[3rem] overflow-hidden relative group">
<img class="w-full h-full object-cover opacity-60 group-hover:scale-110 transition-transform duration-700" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_cc36b21e72_e247f5f8626a6e8d.png" alt="group of diverse travelers sitting around a campfire at night, warm glow" />
<div class="absolute inset-0 p-10 flex flex-col justify-end text-white">
<div class="w-10 h-10 bg-white/20 backdrop-blur-md rounded-full flex items-center justify-center mb-4">
<i class="fa-solid fa-user-check"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-white">Verified Community</h3>
<p class="text-white/60 text-xs">Only real travelers with verified backgrounds for your safety.</p>
</div>
</div>
<!-- Feature: Safety -->
<div class="md:col-span-4 bg-neutral-900 rounded-[3rem] overflow-hidden relative group">
<img class="w-full h-full object-cover opacity-60 group-hover:scale-110 transition-transform duration-700" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_77358afa01_7106877821e4d9b0.png" alt="view from a high altitude window of sunset colors over the horizon" />
<div class="absolute inset-0 p-10 flex flex-col justify-end text-white">
<div class="w-10 h-10 bg-white/20 backdrop-blur-md rounded-full flex items-center justify-center mb-4">
<i class="fa-solid fa-shield-halved"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-white">Travel Safer</h3>
<p class="text-white/60 text-xs">Smart notifications and real-time security updates for every leg of your journey.</p>
</div>
</div>
<!-- Feature: Itinerary -->
<div class="md:col-span-8 bg-white rounded-[3rem] p-10 border border-neutral-100 shadow-sm overflow-hidden">
<div class="flex items-center justify-between mb-8">
<h3 class="text-2xl font-bold">Planned Itineraries</h3>
<span class="text-xs font-bold text-neutral-400 uppercase tracking-widest">Active Plans</span>
</div>
<div class="space-y-4">
<div class="flex items-center justify-between p-4 bg-neutral-50 rounded-2xl">
<div class="flex items-center space-x-4">
<div class="w-12 h-12 bg-blue-100 rounded-xl flex items-center justify-center text-blue-500">
<i class="fa-solid fa-mountain-sun"></i>
</div>
<div>
<h4 class="font-bold text-sm">Himalayan Peak Trek</h4>
<p class="text-[10px] text-neutral-400">Oct 12 - Oct 25</p>
</div>
</div>
<div class="flex -space-x-2">
<img src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-1.jpg" class="w-8 h-8 rounded-full border-2 border-white">
<img src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-2.jpg" class="w-8 h-8 rounded-full border-2 border-white">
<div class="w-8 h-8 rounded-full border-2 border-white bg-neutral-200 flex items-center justify-center text-[10px] font-bold">+4</div>
</div>
</div>
<div class="flex items-center justify-between p-4 bg-neutral-50 rounded-2xl">
<div class="flex items-center space-x-4">
<div class="w-12 h-12 bg-green-100 rounded-xl flex items-center justify-center text-green-500">
<i class="fa-solid fa-compass"></i>
</div>
<div>
<h4 class="font-bold text-sm">Amalfi Coast Drive</h4>
<p class="text-[10px] text-neutral-400">Sept 05 - Sept 12</p>
</div>
</div>
<div class="flex -space-x-2">
<img src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-3.jpg" class="w-8 h-8 rounded-full border-2 border-white">
<img src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-4.jpg" class="w-8 h-8 rounded-full border-2 border-white">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- block:end features -->
<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.