Free
Navbar
UniGlobe Navbar
A navbar block extracted from the UniGlobe template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.
0
18
A navbar block extracted from the UniGlobe template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.
<!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>UniGlobe Navbar | Tailwind CSS UI Block</title>
<meta name="description" content="A navbar block extracted from the UniGlobe template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.">
<meta name="keywords" content="UniGlobe, Tailwind CSS template, HTML website template, study abroad template, university landing page, international education, responsive student website">
<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="UniGlobe | Tailwind CSS Study Abroad Template">
<meta property="og:description" content="A modern Tailwind CSS study-abroad template for universities, international courses, destinations, applications, and student guidance.">
<meta property="og:image" content="">
<meta property="og:image:alt" content="UniGlobe template preview">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="">
<meta name="twitter:title" content="UniGlobe | Tailwind CSS Study Abroad Template">
<meta name="twitter:description" content="A modern Tailwind CSS study-abroad template for universities, international courses, destinations, applications, and student guidance.">
<meta name="twitter:image" content="">
<meta name="twitter:image:alt" content="UniGlobe template preview">
<!-- Scripts & Styles -->
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#ff4d8d',
secondary: '#7ee09e',
accent: '#d896ff',
bgSoft: '#fdf6ed',
dark: '#1a1a1a'
},
fontFamily: {
sans: ['Plus Jakarta Sans', 'sans-serif'],
}
}
}
}
</script>
<style>
.hero-gradient {
background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1541339907198-e08756ebafe3?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
background-size: cover;
background-position: center;
}
.scroll-hide::-webkit-scrollbar {
display: none;
}
</style>
</head>
<body class="bg-[#fcf9f4] text-dark font-sans overflow-x-hidden">
<!-- block:start navbar -->
<header id="header" class="w-full bg-white py-4 px-6 md:px-12 flex items-center justify-between shadow-sm sticky top-0 z-50">
<div class="flex items-center gap-12">
<a href="#" class="flex items-center gap-2">
<span class="text-2xl font-extrabold tracking-tight text-primary uppercase italic">UniGlobe</span>
</a>
<div class="hidden lg:flex items-center bg-bgSoft px-4 py-2 rounded-full border border-gray-100">
<i class="fa-solid fa-magnifying-glass text-gray-400 mr-3"></i>
<input type="text" placeholder="Search for courses..." class="bg-transparent border-none outline-none text-sm w-48 font-medium">
</div>
</div>
<nav class="hidden lg:flex items-center gap-8 text-sm font-bold text-gray-600">
<div class="flex items-center gap-1 cursor-pointer hover:text-primary">Courses <i class="fa-solid fa-chevron-down text-[10px]"></i></div>
<div class="flex items-center gap-1 cursor-pointer hover:text-primary">Destinations <i class="fa-solid fa-chevron-down text-[10px]"></i></div>
<div class="flex items-center gap-1 cursor-pointer hover:text-primary">About <i class="fa-solid fa-chevron-down text-[10px]"></i></div>
</nav>
<div class="flex items-center gap-4">
<div class="flex items-center gap-2 cursor-pointer border border-gray-100 px-3 py-1.5 rounded-full hover:bg-bgSoft transition">
<img src="https://flagcdn.com/w20/gb.png" alt="UK" class="w-5 h-3.5 rounded-sm">
<i class="fa-solid fa-chevron-down text-[10px] text-gray-400"></i>
</div>
<button class="bg-primary text-white px-6 py-2.5 rounded-full text-xs font-black uppercase tracking-widest hover:shadow-lg transition">Contact Us</button>
</div>
</header>
<!-- block:end navbar -->
</body>
</html>
Free
Education
Unlock the entire library of premium templates and blocks. Renews automatically, cancel anytime.