Free
Footer
Roamia Footer
A footer block extracted from the Roamia template, available in Tailwind CSS and Bootstrap.
0
40
A footer 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 Footer | Tailwind CSS UI Block</title>
<meta name="description" content="A footer 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 footer -->
<footer id="footer" class="bg-neutral-50 pt-32 pb-12 px-6">
<div class="max-w-7xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-16 mb-32">
<div class="lg:col-span-1">
<h3 class="text-2xl font-bold serif mb-6">Newsletter</h3>
<p class="text-xs text-neutral-500 leading-relaxed mb-8">Get the latest travel tips, match updates, and exclusive destination guides delivered weekly.</p>
<form class="flex">
<input type="email" placeholder="Email Address" class="flex-1 bg-white border border-neutral-200 rounded-l-full px-6 py-4 text-xs focus:ring-1 focus:ring-blue-500 outline-none">
<button class="bg-blue-400 text-white px-8 rounded-r-full text-xs font-bold uppercase hover:bg-blue-500 transition-colors">Join</button>
</form>
</div>
<div>
<h4 class="text-[10px] font-bold uppercase tracking-widest text-neutral-400 mb-8">Product</h4>
<ul class="space-y-4 text-xs font-medium text-neutral-600">
<li><a href="#" class="hover:text-blue-500">Features</a></li>
<li><a href="#" class="hover:text-blue-500">Pricing</a></li>
<li><a href="#" class="hover:text-blue-500">Safety Policy</a></li>
<li><a href="#" class="hover:text-blue-500">Integrations</a></li>
</ul>
</div>
<div>
<h4 class="text-[10px] font-bold uppercase tracking-widest text-neutral-400 mb-8">Company</h4>
<ul class="space-y-4 text-xs font-medium text-neutral-600">
<li><a href="#" class="hover:text-blue-500">About Us</a></li>
<li><a href="#" class="hover:text-blue-500">Careers</a></li>
<li><a href="#" class="hover:text-blue-500">Blog</a></li>
<li><a href="#" class="hover:text-blue-500">Press</a></li>
</ul>
</div>
<div>
<h4 class="text-[10px] font-bold uppercase tracking-widest text-neutral-400 mb-8">Support</h4>
<ul class="space-y-4 text-xs font-medium text-neutral-600">
<li><a href="#" class="hover:text-blue-500">Help Center</a></li>
<li><a href="#" class="hover:text-blue-500">Contact Us</a></li>
<li><a href="#" class="hover:text-blue-500">Privacy</a></li>
<li><a href="#" class="hover:text-blue-500">Terms</a></li>
</ul>
</div>
</div>
<!-- Large Brand Logo -->
<div class="relative border-t border-neutral-200 pt-12 flex flex-col items-center">
<h2 class="text-[5rem] sm:text-[12rem] md:text-[20rem] font-bold tracking-tighter text-neutral-900 serif leading-none opacity-10 select-none">roamia</h2>
<div class="absolute bottom-20 flex justify-center -space-x-12 z-10 opacity-40">
<img src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-1.jpg" class="w-20 h-20 rounded-full border-4 border-white shadow-lg">
<img src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-2.jpg" class="w-20 h-20 rounded-full border-4 border-white shadow-lg">
<img src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-3.jpg" class="w-20 h-20 rounded-full border-4 border-white shadow-lg">
</div>
<div class="mt-12 text-[10px] font-bold uppercase tracking-[0.5em] text-neutral-400">© 2024 Roamia. All rights reserved.</div>
</div>
</div>
</footer>
<!-- block:end footer -->
<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.