Free
0
83
BrightPath Academy
BrightPath Academy is a professional education template for online courses, career development, expert instructors, and training programs.
Download Codebase
Commercial License<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BrightPath Academy | Tailwind CSS Online Course Template</title>
<meta name="description" content="BrightPath Academy is a professional Tailwind CSS education template for online courses, career development, expert instructors, and training programs.">
<meta name="keywords" content="BrightPath Academy, Tailwind CSS template, HTML website template, online course template, academy landing page, career training, responsive education 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="BrightPath Academy | Tailwind CSS Online Course Template">
<meta property="og:description" content="A professional Tailwind CSS education template for online courses, career development, expert instructors, and training programs.">
<meta property="og:image" content="">
<meta property="og:image:alt" content="BrightPath Academy template preview">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="">
<meta name="twitter:title" content="BrightPath Academy | Tailwind CSS Online Course Template">
<meta name="twitter:description" content="A professional Tailwind CSS education template for online courses, career development, expert instructors, and training programs.">
<meta name="twitter:image" content="">
<meta name="twitter:image:alt" content="BrightPath Academy 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: '#3b82f6',
secondary: '#fbbf24',
dark: '#0f172a',
navy: '#1e1b4b'
},
fontFamily: {
sans: ['Plus Jakarta Sans', 'sans-serif'],
}
}
}
}
</script>
<style>
.blob-bg {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233B82F6' fill-opacity='0.05' d='M44.7,-76.4C58.8,-69.2,71.8,-59.1,79.6,-45.8C87.4,-32.6,90,-16.3,88.5,-0.9C87,14.5,81.4,29,73.6,42.2C65.8,55.4,55.9,67.3,42.7,74.1C29.5,80.9,14.8,82.6,-0.4,83.3C-15.5,83.9,-31,83.5,-44.6,76.9C-58.2,70.3,-69.9,57.5,-77.4,43C-84.9,28.5,-88.2,12.2,-87.9,-3.9C-87.6,-20,-83.7,-35.9,-75,-48.6C-66.3,-61.3,-52.8,-70.8,-38.7,-78C-24.6,-85.2,-12.3,-90.1,1.1,-92C14.5,-93.9,29.1,-83.6,44.7,-76.4Z' transform='translate(100 100)' /%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.testimonial-card {
background-image: url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 40C20 17.9086 37.9086 0 60 0H340C362.091 0 380 17.9086 380 40V360C380 382.091 362.091 400 340 400H60C37.9086 400 20 382.091 20 360V40Z' fill='white'/%3E%3Cpath d='M20 40C20 17.9086 37.9086 0 60 0H340C362.091 0 380 17.9086 380 40V360L20 40Z' fill='%23F8FAFC'/%3E%3C/svg%3E");
background-size: 100% 100%;
}
.bp-nav-link.is-active {
color: #3b82f6;
}
.bp-nav-link.is-active::after {
content: "";
position: absolute;
bottom: -0.25rem;
left: 50%;
width: 0.25rem;
height: 0.25rem;
background: #3b82f6;
border-radius: 999px;
transform: translateX(-50%);
}
.bp-path-dash {
stroke-dasharray: 8 10;
animation: bp-dash 18s linear infinite;
}
@keyframes bp-dash {
to { stroke-dashoffset: -360; }
}
</style>
</head>
<body class="bg-[#fcfcfd] text-dark overflow-x-hidden">
<!-- block:start navbar -->
<header id="header" class="w-full bg-white/50 backdrop-blur-sm">
<div class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between">
<a href="#hero" class="flex items-center gap-3">
<div class="w-10 h-10 bg-primary rounded-xl flex items-center justify-center text-white shadow-lg shadow-primary/20">
<i class="fa-solid fa-compass text-xl"></i>
</div>
<span class="text-2xl font-black tracking-tight text-navy">BrightPath</span>
</a>
<nav class="hidden lg:flex items-center gap-8" aria-label="Primary">
<a href="#hero" data-nav-link class="bp-nav-link is-active relative text-sm font-bold text-gray-500 hover:text-primary transition">Home</a>
<a href="#why-us" data-nav-link class="bp-nav-link relative text-sm font-bold text-gray-500 hover:text-primary transition">About</a>
<a href="#testimonials" data-nav-link class="bp-nav-link relative text-sm font-bold text-gray-500 hover:text-primary transition">Blog</a>
<a href="#courses" data-nav-link class="bp-nav-link relative text-sm font-bold text-gray-500 hover:text-primary transition">Product</a>
<a href="#categories" data-nav-link class="bp-nav-link relative text-sm font-bold text-gray-500 hover:text-primary transition">Program</a>
</nav>
<a href="#contact" class="bg-secondary text-dark px-7 py-2.5 rounded-full text-sm font-bold hover:shadow-xl hover:shadow-secondary/20 transition">
Join now
</a>
</div>
</header>
<!-- block:end navbar -->
<!-- block:start hero -->
<section id="hero" class="relative pt-20 pb-32 blob-bg">
<div class="max-w-4xl mx-auto px-6 text-center relative z-10">
<h1 class="text-5xl md:text-6xl font-black text-navy mb-8 leading-[1.1]">
Empower your journey with <br>expert-led mastery
</h1>
<p class="text-gray-500 text-lg font-medium max-w-2xl mx-auto mb-10 leading-relaxed">
Join a community of forward-thinkers. Our innovative learning systems are designed to bridge the gap between knowledge and real-world excellence.
</p>
<button class="bg-primary text-white px-10 py-4 rounded-full font-bold shadow-2xl shadow-primary/30 hover:-translate-y-1 transition duration-300">
Enroll in a course
</button>
</div>
<div class="relative z-10 w-full max-w-5xl mx-auto px-6 mt-10 md:mt-16">
<div class="relative w-full">
<div class="absolute inset-[8%_12%] bg-[radial-gradient(circle,rgba(59,130,246,0.18),transparent_68%)] pointer-events-none" aria-hidden="true"></div>
<svg class="block w-full h-auto" viewBox="0 0 800 460" role="img" aria-label="Illustrated learning path from first skill to mastery">
<defs>
<linearGradient id="bpTrailTw" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#3b82f6" />
<stop offset="100%" stop-color="#fbbf24" />
</linearGradient>
<linearGradient id="bpHillTw" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#dbeafe" />
<stop offset="100%" stop-color="#eff6ff" />
</linearGradient>
</defs>
<ellipse cx="400" cy="400" rx="250" ry="28" fill="#1e1b4b" opacity="0.06" />
<path d="M70 340 C 180 250, 250 390, 400 300 S 620 180, 740 230" fill="none" stroke="#93c5fd" stroke-width="18" stroke-linecap="round" opacity="0.35" />
<path class="bp-path-dash" d="M70 340 C 180 250, 250 390, 400 300 S 620 180, 740 230" fill="none" stroke="url(#bpTrailTw)" stroke-width="6" stroke-linecap="round" />
<g fill="#fff" stroke="#3b82f6" stroke-width="4">
<circle cx="70" cy="340" r="14" />
<circle cx="250" cy="332" r="14" />
<circle cx="400" cy="300" r="16" />
<circle cx="580" cy="232" r="14" />
<circle cx="740" cy="230" r="16" fill="#fbbf24" stroke="#f59e0b" />
</g>
<g transform="translate(118 168)">
<rect width="88" height="72" rx="16" fill="url(#bpHillTw)" />
<rect x="16" y="18" width="56" height="8" rx="4" fill="#3b82f6" />
<rect x="16" y="34" width="40" height="8" rx="4" fill="#93c5fd" />
<rect x="16" y="50" width="48" height="8" rx="4" fill="#fbbf24" />
</g>
<g transform="translate(348 118)">
<circle cx="40" cy="40" r="40" fill="#1e1b4b" />
<circle cx="40" cy="40" r="26" fill="none" stroke="#fbbf24" stroke-width="3" />
<path d="M40 18 L46 40 L40 62 L34 40 Z" fill="#3b82f6" />
<path d="M18 40 L40 34 L62 40 L40 46 Z" fill="#fbbf24" />
<circle cx="40" cy="40" r="6" fill="#fff" />
</g>
<g transform="translate(620 86)">
<rect width="70" height="86" rx="12" fill="#fff" stroke="#e5e7eb" stroke-width="3" />
<path d="M12 18 H58 M12 32 H46 M12 46 H52" stroke="#93c5fd" stroke-width="4" stroke-linecap="round" />
<circle cx="52" cy="68" r="10" fill="#fbbf24" />
</g>
<g transform="translate(690 286)" fill="#3b82f6">
<path d="M24 8 L40 16 L24 24 L8 16 Z" />
<rect x="20" y="24" width="8" height="22" rx="2" />
<path d="M8 46 H40 L36 56 H12 Z" fill="#1e1b4b" />
</g>
</svg>
<aside class="relative mt-5 w-full min-w-0 rounded-[1.1rem] border border-indigo-50 bg-white/90 p-4 text-left shadow-[0_18px_40px_rgba(15,23,42,0.1)] md:absolute md:top-[8%] md:left-0 md:mt-0 md:w-[11.5rem]">
<span class="mb-0.5 block text-[0.7rem] font-bold uppercase tracking-wider text-gray-500">Career Launchpad</span>
<strong class="block text-[0.95rem] text-navy">74% complete</strong>
<div class="mt-3 h-1.5 overflow-hidden rounded-full bg-gray-200" aria-hidden="true">
<span class="block h-full w-[74%] bg-gradient-to-r from-primary to-sky-400"></span>
</div>
</aside>
<aside class="absolute top-[6%] right-0 hidden min-w-[11.5rem] rounded-[1.1rem] border border-indigo-50 bg-white/90 p-4 text-left shadow-[0_18px_40px_rgba(15,23,42,0.1)] md:block">
<div class="flex items-center gap-2.5">
<span class="grid h-9 w-9 shrink-0 place-items-center rounded-[0.7rem] bg-amber-100 text-navy">
<i class="fa-solid fa-chalkboard-user"></i>
</span>
<div>
<span class="mb-0.5 block text-[0.7rem] font-bold uppercase tracking-wider text-gray-500">Mentor live</span>
<strong class="block text-[0.95rem] text-navy">Ava Chen</strong>
</div>
</div>
</aside>
<aside class="absolute right-[6%] bottom-[4%] hidden min-w-[11.5rem] rounded-[1.1rem] border border-indigo-50 bg-white/90 p-4 text-left shadow-[0_18px_40px_rgba(15,23,42,0.1)] md:block">
<div class="flex items-center gap-2.5">
<span class="grid h-9 w-9 shrink-0 place-items-center rounded-[0.7rem] bg-amber-100 text-navy">
<i class="fa-solid fa-medal"></i>
</span>
<div>
<span class="mb-0.5 block text-[0.7rem] font-bold uppercase tracking-wider text-gray-500">Next milestone</span>
<strong class="block text-[0.95rem] text-navy">Certificate</strong>
</div>
</div>
</aside>
</div>
</div>
<!-- Decorative Elements -->
<div class="absolute top-40 right-20 text-secondary opacity-20 animate-bounce">
<i class="fa-solid fa-paper-plane text-4xl"></i>
</div>
<div class="absolute bottom-20 left-10 text-primary opacity-20 rotate-12">
<i class="fa-solid fa-trophy text-6xl"></i>
</div>
</section>
<!-- block:end hero -->
<!-- block:start about -->
<section id="why-us" class="py-24">
<div class="max-w-7xl mx-auto px-6">
<div class="flex flex-col lg:flex-row items-center gap-20">
<div class="lg:w-1/2">
<h2 class="text-4xl font-black text-navy mb-6 leading-tight">Elevate your professional <br>standing with us</h2>
<p class="text-gray-500 font-medium mb-10 leading-relaxed">For over three decades, BrightPath has been pioneer in delivering high-impact educational resources. We focus on social competence and technical readiness for learners of all backgrounds.</p>
<div class="relative rounded-3xl border-8 border-white shadow-2xl overflow-hidden group">
<img class="w-full aspect-video object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_66f17e2834_22144791ae3c2837.png" alt="modern tablet displaying educational software, student interaction, clean office environment" />
</div>
</div>
<div class="lg:w-1/2 grid grid-cols-1 sm:grid-cols-2 gap-6">
<div class="bg-white p-8 rounded-3xl border border-gray-100 shadow-sm hover:shadow-xl transition-all duration-300">
<div class="w-12 h-12 bg-amber-50 text-amber-500 rounded-2xl flex items-center justify-center mb-6">
<i class="fa-solid fa-desktop text-xl"></i>
</div>
<h4 class="font-bold text-navy mb-3">Multi-Device Ecosystem</h4>
<p class="text-sm text-gray-500 leading-relaxed">Study seamlessly across desktop, tablet, and mobile with synced progress.</p>
</div>
<div class="bg-white p-8 rounded-3xl border border-gray-100 shadow-sm hover:shadow-xl transition-all duration-300">
<div class="w-12 h-12 bg-emerald-50 text-emerald-500 rounded-2xl flex items-center justify-center mb-6">
<i class="fa-solid fa-layer-group text-xl"></i>
</div>
<h4 class="font-bold text-navy mb-3">Parallel Learning</h4>
<p class="text-sm text-gray-500 leading-relaxed">Enroll and participate in multiple specialized tracks simultaneously.</p>
</div>
<div class="bg-white p-8 rounded-3xl border border-gray-100 shadow-sm hover:shadow-xl transition-all duration-300">
<div class="w-12 h-12 bg-rose-50 text-rose-500 rounded-2xl flex items-center justify-center mb-6">
<i class="fa-solid fa-bolt text-xl"></i>
</div>
<h4 class="font-bold text-navy mb-3">Instant Onboarding</h4>
<p class="text-sm text-gray-500 leading-relaxed">Start your first lesson in under 60 seconds with our optimized flow.</p>
</div>
<div class="bg-white p-8 rounded-3xl border border-gray-100 shadow-sm hover:shadow-xl transition-all duration-300">
<div class="w-12 h-12 bg-indigo-50 text-indigo-500 rounded-2xl flex items-center justify-center mb-6">
<i class="fa-solid fa-chart-line text-xl"></i>
</div>
<h4 class="font-bold text-navy mb-3">Real-time Analytics</h4>
<p class="text-sm text-gray-500 leading-relaxed">Track your mastery milestones and receive adaptive feedback instantly.</p>
</div>
</div>
</div>
<div class="text-center mt-16">
<button class="bg-secondary text-dark px-10 py-3.5 rounded-full font-bold hover:shadow-xl transition">Explore features</button>
</div>
</div>
</section>
<!-- block:end about -->
<!-- block:start products -->
<section id="courses" class="py-24 bg-white">
<div class="max-w-7xl mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-4xl font-black text-navy mb-4">Discover our premier tracks</h2>
<p class="text-gray-500 font-medium max-w-2xl mx-auto">Master the most in-demand skills with our curated curriculum designed by industry veterans.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-10">
<!-- Course Card 1 -->
<div class="bg-[#fefce8] p-8 rounded-3xl border border-amber-100 group">
<div class="h-48 rounded-2xl overflow-hidden mb-6 bg-white shadow-inner">
<img class="w-full h-full object-contain p-4 group-hover:scale-105 transition" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_c238e77dcd_2ca093e934a5dd52.png" alt="illustration of career building blocks, modern office icons, friendly character" />
</div>
<div class="flex items-center gap-4 mb-4 text-[11px] font-bold text-gray-400 uppercase tracking-widest">
<span><i class="fa-solid fa-users text-primary mr-1"></i> 15K+ Learners</span>
<span><i class="fa-solid fa-briefcase text-primary mr-1"></i> 200+ Jobs</span>
</div>
<h4 class="text-xl font-bold text-navy mb-3">Career Launchpad</h4>
<p class="text-sm text-gray-500 mb-6 leading-relaxed">Master the essential social and technical skills required to survive and thrive in your first professional role.</p>
<a href="#" class="text-primary font-bold text-sm flex items-center gap-2 hover:gap-3 transition-all">Learn more <i class="fa-solid fa-arrow-right text-[10px]"></i></a>
</div>
<!-- Course Card 2 -->
<div class="bg-[#f8fafc] p-8 rounded-3xl border border-slate-100 group">
<div class="h-48 rounded-2xl overflow-hidden mb-6 bg-white shadow-inner">
<img class="w-full h-full object-contain p-4 group-hover:scale-105 transition" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_a1e8ece3a8_1c79e53d3943bfa5.png" alt="illustration of corporate management, leadership strategy, team dynamics" />
</div>
<div class="flex items-center gap-4 mb-4 text-[11px] font-bold text-gray-400 uppercase tracking-widest">
<span><i class="fa-solid fa-users text-primary mr-1"></i> 8K+ Learners</span>
<span><i class="fa-solid fa-briefcase text-primary mr-1"></i> 150+ Jobs</span>
</div>
<h4 class="text-xl font-bold text-navy mb-3">Leadership Mastery</h4>
<p class="text-sm text-gray-500 mb-6 leading-relaxed">Develop the strategic mindset and team management capabilities needed to lead organizations effectively.</p>
<a href="#" class="text-primary font-bold text-sm flex items-center gap-2 hover:gap-3 transition-all">Learn more <i class="fa-solid fa-arrow-right text-[10px]"></i></a>
</div>
<!-- Course Card 3 -->
<div class="bg-[#fff7ed] p-8 rounded-3xl border border-orange-100 group">
<div class="h-48 rounded-2xl overflow-hidden mb-6 bg-white shadow-inner">
<img class="w-full h-full object-contain p-4 group-hover:scale-105 transition" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_078860f716_0aaeae4f7a29ae8c.png" alt="illustration of graphic design workspace, digital art tools, creative process" />
</div>
<div class="flex items-center gap-4 mb-4 text-[11px] font-bold text-gray-400 uppercase tracking-widest">
<span><i class="fa-solid fa-users text-primary mr-1"></i> 12K+ Learners</span>
<span><i class="fa-solid fa-briefcase text-primary mr-1"></i> 300+ Jobs</span>
</div>
<h4 class="text-xl font-bold text-navy mb-3">Visual Communications</h4>
<p class="text-sm text-gray-500 mb-6 leading-relaxed">Unlock your creative potential and master the tools of the trade for modern UI/UX and graphic design.</p>
<a href="#" class="text-primary font-bold text-sm flex items-center gap-2 hover:gap-3 transition-all">Learn more <i class="fa-solid fa-arrow-right text-[10px]"></i></a>
</div>
</div>
<div class="text-center mt-16">
<button class="bg-primary text-white px-10 py-3.5 rounded-full font-bold shadow-lg shadow-primary/20 hover:bg-navy transition">See all certifications</button>
</div>
</div>
</section>
<!-- block:end products -->
<!-- block:start products-2 -->
<section id="categories" class="py-20 px-6">
<div class="max-w-7xl mx-auto bg-navy rounded-[3rem] p-12 sm:p-20 relative overflow-hidden">
<!-- Background Decoration -->
<div class="absolute -left-20 -bottom-20 w-80 h-80 bg-primary/10 rounded-full blur-3xl"></div>
<div class="flex flex-col lg:flex-row items-center justify-between gap-16 relative z-10">
<div class="lg:w-1/3">
<h2 class="text-4xl font-black text-white mb-6">Expertise by domain</h2>
<p class="text-gray-400 font-medium leading-relaxed">We categorize our learning modules to help you find the exact path for your professional growth.</p>
</div>
<div class="lg:w-2/3 grid grid-cols-1 sm:grid-cols-3 gap-8">
<div class="group cursor-pointer">
<div class="w-14 h-14 bg-white/10 rounded-2xl flex items-center justify-center text-secondary mb-6 group-hover:bg-secondary group-hover:text-dark transition">
<i class="fa-solid fa-gavel text-xl"></i>
</div>
<h4 class="font-bold text-white mb-2">Legal & Compliance</h4>
<p class="text-xs text-gray-500 mb-4">Master regulatory frameworks.</p>
<a href="#" class="text-xs font-bold text-primary uppercase tracking-widest border-b border-primary pb-1">View list</a>
</div>
<div class="group cursor-pointer">
<div class="w-14 h-14 bg-white/10 rounded-2xl flex items-center justify-center text-secondary mb-6 group-hover:bg-secondary group-hover:text-dark transition">
<i class="fa-solid fa-user-tie text-xl"></i>
</div>
<h4 class="font-bold text-white mb-2">Executive Strategy</h4>
<p class="text-xs text-gray-500 mb-4">Strategic career planning.</p>
<a href="#" class="text-xs font-bold text-primary uppercase tracking-widest border-b border-primary pb-1">View list</a>
</div>
<div class="group cursor-pointer">
<div class="w-14 h-14 bg-white/10 rounded-2xl flex items-center justify-center text-secondary mb-6 group-hover:bg-secondary group-hover:text-dark transition">
<i class="fa-solid fa-palette text-xl"></i>
</div>
<h4 class="font-bold text-white mb-2">Design & Media</h4>
<p class="text-xs text-gray-500 mb-4">Creative arts and branding.</p>
<a href="#" class="text-xs font-bold text-primary uppercase tracking-widest border-b border-primary pb-1">View list</a>
</div>
</div>
</div>
</div>
</section>
<!-- block:end products-2 -->
<!-- block:start stats -->
<section id="stats" class="py-24">
<div class="max-w-7xl mx-auto px-6 flex flex-col lg:flex-row items-center gap-20">
<div class="lg:w-1/2">
<h2 class="text-4xl font-black text-navy mb-8 leading-tight">Quantifying our impact on global education</h2>
<p class="text-gray-500 font-medium mb-10 leading-relaxed">Our data speaks for itself. Through focused training and a learner-first approach, we've helped thousands achieve their ultimate professional goals.</p>
<button class="bg-secondary text-dark px-10 py-3.5 rounded-full font-bold shadow-lg shadow-secondary/20 transition">Join the success</button>
</div>
<div class="lg:w-1/2 grid grid-cols-2 gap-8">
<div class="bg-emerald-50 aspect-square rounded-full flex flex-col items-center justify-center text-center p-8 border-4 border-white shadow-xl">
<div class="w-10 h-10 bg-emerald-500 text-white rounded-lg flex items-center justify-center mb-4"><i class="fa-solid fa-award"></i></div>
<span class="text-2xl font-black text-navy mb-1">35+ Years</span>
<span class="text-xs text-gray-500 font-bold uppercase tracking-widest">Industry Legacy</span>
</div>
<div class="bg-blue-50 aspect-square rounded-full flex flex-col items-center justify-center text-center p-8 border-4 border-white shadow-xl">
<div class="w-10 h-10 bg-primary text-white rounded-lg flex items-center justify-center mb-4"><i class="fa-solid fa-book-open"></i></div>
<span class="text-2xl font-black text-navy mb-1">250+ Tracks</span>
<span class="text-xs text-gray-500 font-bold uppercase tracking-widest">Premium Content</span>
</div>
<div class="bg-indigo-50 aspect-square rounded-full flex flex-col items-center justify-center text-center p-8 border-4 border-white shadow-xl">
<div class="w-10 h-10 bg-indigo-500 text-white rounded-lg flex items-center justify-center mb-4"><i class="fa-solid fa-graduation-cap"></i></div>
<span class="text-2xl font-black text-navy mb-1">50K+ Graduates</span>
<span class="text-xs text-gray-500 font-bold uppercase tracking-widest">Certified Experts</span>
</div>
<div class="bg-amber-50 aspect-square rounded-full flex flex-col items-center justify-center text-center p-8 border-4 border-white shadow-xl">
<div class="w-10 h-10 bg-secondary text-white rounded-lg flex items-center justify-center mb-4"><i class="fa-solid fa-star"></i></div>
<span class="text-2xl font-black text-navy mb-1">4.9/5 Rating</span>
<span class="text-xs text-gray-500 font-bold uppercase tracking-widest">Learner Satisfaction</span>
</div>
</div>
</div>
</section>
<!-- block:end stats -->
<!-- block:start demo -->
<section id="video-learning" class="py-24 bg-white">
<div class="max-w-7xl mx-auto px-6 text-center">
<h2 class="text-4xl font-black text-navy mb-12">Immersive learning with <br>expert-led video sessions</h2>
<div class="relative max-w-5xl mx-auto rounded-[3rem] overflow-hidden shadow-2xl border-[12px] border-[#f8fafc]">
<img class="w-full aspect-video object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_f7f8bae158_dfba2fb67281710e.png" alt="a high-quality video frame showing professional educators in a classroom, collaborative learning, br" />
<div class="absolute inset-0 bg-navy/20 flex items-center justify-center group cursor-pointer">
<div class="w-24 h-24 bg-rose-500 text-white rounded-full flex items-center justify-center shadow-2xl group-hover:scale-110 transition duration-300">
<i class="fa-solid fa-play text-3xl ml-2"></i>
</div>
</div>
</div>
</div>
</section>
<!-- block:end demo -->
<!-- block:start reviews -->
<section id="testimonials" class="py-24">
<div class="max-w-7xl mx-auto px-6">
<div class="text-center mb-20">
<h2 class="text-4xl font-black text-navy mb-4">Voice of our learners</h2>
<p class="text-gray-500 font-medium">Join over 50,000 successful professionals who transformed their lives with us.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-10">
<!-- Testimonial 1 -->
<div class="p-10 testimonial-card relative group hover:-rotate-1 transition duration-500">
<p class="text-sm text-gray-600 font-medium italic mb-10 leading-relaxed">"The interactive modules and the ability to track my own progress made a huge difference in my career pivot. I felt supported at every step."</p>
<div class="flex items-center gap-4">
<img class="w-12 h-12 rounded-full border-2 border-primary" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-1.jpg" alt="Learner">
<div>
<h5 class="font-extrabold text-navy">Elena Vance</h5>
<p class="text-[10px] font-bold text-primary uppercase">UX Designer</p>
</div>
</div>
<div class="absolute top-10 right-10 text-primary/10 text-6xl"><i class="fa-solid fa-quote-right"></i></div>
</div>
<!-- Testimonial 2 -->
<div class="p-10 testimonial-card relative group hover:rotate-1 transition duration-500">
<p class="text-sm text-gray-600 font-medium italic mb-10 leading-relaxed">"Mastering management through BrightPath was the best decision I made last year. The curriculum is relevant and immediately applicable."</p>
<div class="flex items-center gap-4">
<img class="w-12 h-12 rounded-full border-2 border-primary" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-2.jpg" alt="Learner">
<div>
<h5 class="font-extrabold text-navy">Marcus Thorne</h5>
<p class="text-[10px] font-bold text-primary uppercase">Project Lead</p>
</div>
</div>
<div class="absolute top-10 right-10 text-primary/10 text-6xl"><i class="fa-solid fa-quote-right"></i></div>
</div>
<!-- Testimonial 3 -->
<div class="p-10 testimonial-card relative group hover:-rotate-1 transition duration-500">
<p class="text-sm text-gray-600 font-medium italic mb-10 leading-relaxed">"The flexibility to learn across all my devices meant I could study during my commute. The content is world-class."</p>
<div class="flex items-center gap-4">
<img class="w-12 h-12 rounded-full border-2 border-primary" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-3.jpg" alt="Learner">
<div>
<h5 class="font-extrabold text-navy">Sarah Jenkins</h5>
<p class="text-[10px] font-bold text-primary uppercase">Software Eng.</p>
</div>
</div>
<div class="absolute top-10 right-10 text-primary/10 text-6xl"><i class="fa-solid fa-quote-right"></i></div>
</div>
<!-- Repeat 3 more for the 6-grid feel -->
<div class="p-10 testimonial-card relative group hover:rotate-1 transition duration-500">
<p class="text-sm text-gray-600 font-medium italic mb-10 leading-relaxed">"BrightPath Academy offers more than just videos; it's a complete ecosystem for career advancement."</p>
<div class="flex items-center gap-4">
<img class="w-12 h-12 rounded-full border-2 border-primary" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-4.jpg" alt="Learner">
<div>
<h5 class="font-extrabold text-navy">David Chen</h5>
<p class="text-[10px] font-bold text-primary uppercase">Startup Founder</p>
</div>
</div>
</div>
<div class="p-10 testimonial-card relative group hover:-rotate-1 transition duration-500">
<p class="text-sm text-gray-600 font-medium italic mb-10 leading-relaxed">"The legal certification I earned here helped me secure a promotion within three months. Exceptional value."</p>
<div class="flex items-center gap-4">
<img class="w-12 h-12 rounded-full border-2 border-primary" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-5.jpg" alt="Learner">
<div>
<h5 class="font-extrabold text-navy">Jessica Wu</h5>
<p class="text-[10px] font-bold text-primary uppercase">Compliance Officer</p>
</div>
</div>
</div>
<div class="p-10 testimonial-card relative group hover:rotate-1 transition duration-500">
<p class="text-sm text-gray-600 font-medium italic mb-10 leading-relaxed">"I love the bite-sized lessons. It fits perfectly into my busy schedule without feeling overwhelming."</p>
<div class="flex items-center gap-4">
<img class="w-12 h-12 rounded-full border-2 border-primary" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-6.jpg" alt="Learner">
<div>
<h5 class="font-extrabold text-navy">Michael Roe</h5>
<p class="text-[10px] font-bold text-primary uppercase">Product Manager</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- block:end reviews -->
<!-- block:start contact -->
<section id="contact" class="py-24 bg-slate-50/50 relative overflow-hidden">
<div class="max-w-7xl mx-auto px-6 relative z-10">
<div class="flex flex-col lg:flex-row gap-20">
<div class="lg:w-1/3">
<h2 class="text-4xl font-black text-navy mb-6">Get in touch with <br>our experts</h2>
<p class="text-gray-500 font-medium mb-12 leading-relaxed">Have questions about our programs or certifications? Our team is here to help you navigate your educational journey.</p>
<div class="space-y-8">
<div class="flex items-start gap-5">
<div class="w-12 h-12 bg-white rounded-2xl flex items-center justify-center text-primary shadow-sm shrink-0">
<i class="fa-solid fa-location-dot"></i>
</div>
<div>
<h5 class="font-bold text-navy mb-1">Our Campus</h5>
<p class="text-sm text-gray-500 font-medium">123 Education Way, Suite 500<br>San Francisco, CA 94103</p>
</div>
</div>
<div class="flex items-start gap-5">
<div class="w-12 h-12 bg-white rounded-2xl flex items-center justify-center text-primary shadow-sm shrink-0">
<i class="fa-solid fa-envelope"></i>
</div>
<div>
<h5 class="font-bold text-navy mb-1">Email Us</h5>
<p class="text-sm text-gray-500 font-medium">admissions@brightpath.edu<br>support@brightpath.edu</p>
</div>
</div>
<div class="flex items-start gap-5">
<div class="w-12 h-12 bg-white rounded-2xl flex items-center justify-center text-primary shadow-sm shrink-0">
<i class="fa-solid fa-phone"></i>
</div>
<div>
<h5 class="font-bold text-navy mb-1">Call Anytime</h5>
<p class="text-sm text-gray-500 font-medium">+1 (555) 234-5678<br>Mon - Fri, 9am - 6pm PST</p>
</div>
</div>
</div>
</div>
<div class="lg:w-2/3">
<div class="bg-white p-8 sm:p-12 rounded-[3rem] shadow-2xl shadow-navy/5 border border-gray-100">
<form class="space-y-6">
<div class="grid grid-cols-1 sm:grid-cols-2 gap-6">
<div class="space-y-2">
<label class="text-xs font-black uppercase tracking-widest text-gray-400 ml-1">Full Name</label>
<input type="text" placeholder="John Doe" class="w-full bg-slate-50 border border-slate-100 rounded-2xl px-6 py-4 text-sm font-medium focus:ring-2 focus:ring-primary/10 focus:border-primary outline-none transition">
</div>
<div class="space-y-2">
<label class="text-xs font-black uppercase tracking-widest text-gray-400 ml-1">Email Address</label>
<input type="email" placeholder="john@example.com" class="w-full bg-slate-50 border border-slate-100 rounded-2xl px-6 py-4 text-sm font-medium focus:ring-2 focus:ring-primary/10 focus:border-primary outline-none transition">
</div>
</div>
<div class="space-y-2">
<label class="text-xs font-black uppercase tracking-widest text-gray-400 ml-1">Subject</label>
<select class="w-full bg-slate-50 border border-slate-100 rounded-2xl px-6 py-4 text-sm font-medium focus:ring-2 focus:ring-primary/10 focus:border-primary outline-none transition appearance-none">
<option>Course Information</option>
<option>Technical Support</option>
<option>Partnership Inquiry</option>
<option>Other</option>
</select>
</div>
<div class="space-y-2">
<label class="text-xs font-black uppercase tracking-widest text-gray-400 ml-1">Your Message</label>
<textarea rows="5" placeholder="How can we help you?" class="w-full bg-slate-50 border border-slate-100 rounded-2xl px-6 py-4 text-sm font-medium focus:ring-2 focus:ring-primary/10 focus:border-primary outline-none transition resize-none"></textarea>
</div>
<button type="submit" class="bg-primary text-white px-10 py-4 rounded-full font-bold shadow-xl shadow-primary/20 hover:bg-navy transition-all duration-300 flex items-center gap-3">
Send Message
<i class="fa-solid fa-paper-plane text-xs"></i>
</button>
</form>
</div>
</div>
</div>
</div>
<!-- Decorative Background Blob -->
<div class="absolute -right-20 bottom-0 w-96 h-96 bg-primary/5 rounded-full blur-3xl"></div>
</section>
<!-- block:end contact -->
<!-- block:start footer -->
<footer id="footer" class="bg-navy pt-24 pb-12 text-white">
<div class="max-w-7xl mx-auto px-6">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-16 mb-20">
<div>
<a href="#" class="flex items-center gap-3 mb-8">
<div class="w-10 h-10 bg-primary rounded-xl flex items-center justify-center text-white">
<i class="fa-solid fa-compass text-xl"></i>
</div>
<span class="text-2xl font-black tracking-tight">BrightPath</span>
</a>
<p class="text-gray-400 text-sm font-medium leading-relaxed mb-10">Mastering the skills of tomorrow, today. Join the world's most innovative learning community.</p>
<div class="flex gap-4">
<a href="#" class="w-10 h-10 bg-white/5 rounded-xl flex items-center justify-center text-white hover:bg-primary transition">
<i class="fa-brands fa-facebook-f"></i>
</a>
<a href="#" class="w-10 h-10 bg-white/5 rounded-xl flex items-center justify-center text-white hover:bg-primary transition">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="#" class="w-10 h-10 bg-white/5 rounded-xl flex items-center justify-center text-white hover:bg-primary transition">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</div>
</div>
<div>
<h5 class="font-black uppercase tracking-[0.2em] text-[11px] text-primary mb-10">Knowledge Tracks</h5>
<ul class="space-y-4">
<li><a href="#" class="text-sm font-medium text-gray-400 hover:text-white transition">Career Launchpad</a></li>
<li><a href="#" class="text-sm font-medium text-gray-400 hover:text-white transition">Leadership Mastery</a></li>
<li><a href="#" class="text-sm font-medium text-gray-400 hover:text-white transition">Visual Comms</a></li>
<li><a href="#" class="text-sm font-medium text-gray-400 hover:text-white transition">Compliance Law</a></li>
</ul>
</div>
<div>
<h5 class="font-black uppercase tracking-[0.2em] text-[11px] text-primary mb-10">Learner Support</h5>
<ul class="space-y-4">
<li><a href="#" class="text-sm font-medium text-gray-400 hover:text-white transition">Help Center</a></li>
<li><a href="#" class="text-sm font-medium text-gray-400 hover:text-white transition">Pricing Plans</a></li>
<li><a href="#" class="text-sm font-medium text-gray-400 hover:text-white transition">Student Portal</a></li>
<li><a href="#contact" class="text-sm font-medium text-gray-400 hover:text-white transition">Contact Us</a></li>
</ul>
</div>
<div>
<h5 class="font-black uppercase tracking-[0.2em] text-[11px] text-primary mb-10">Academy Info</h5>
<ul class="space-y-4 text-sm text-gray-400 font-medium">
<li>About BrightPath</li>
<li>Teaching Philosophy</li>
<li>Press & News</li>
<li>Careers at Academy</li>
</ul>
</div>
</div>
<div class="pt-8 border-t border-white/5 flex flex-col md:flex-row justify-between items-center gap-6">
<p class="text-[10px] font-bold uppercase tracking-widest text-gray-500">© 2024 BrightPath Academy. All Rights Reserved.</p>
<div class="flex gap-8 text-[10px] font-bold uppercase tracking-widest text-gray-500">
<a href="#" class="hover:text-white transition">Privacy</a>
<a href="#" class="hover:text-white transition">Terms</a>
<a href="#" class="hover:text-white transition">Cookies</a>
</div>
</div>
</div>
</footer>
<!-- block:end footer -->
<script>
(function () {
var links = document.querySelectorAll("[data-nav-link]");
function setActive(href) {
links.forEach(function (link) {
var isActive = link.getAttribute("href") === href;
link.classList.toggle("is-active", isActive);
if (isActive) {
link.setAttribute("aria-current", "page");
} else {
link.removeAttribute("aria-current");
}
});
}
links.forEach(function (link) {
link.addEventListener("click", function () {
setActive(link.getAttribute("href"));
});
});
})();
</script>
</body>
</html>
Unlimited access to all templates
Unlock our entire library of premium UI kits, dashboards, and landing pages. Renews automatically, cancel anytime.
€20
/ 3 months
or €60 / year
Get Unlimited Access