BrightPath Academy Reviews Reviews Block - Let's templates
Unlock every premium block and template with All-Access from €20 / 3 months, cancel anytime. Get All-Access
All blocks
Free Reviews

BrightPath Academy Reviews

A reviews block extracted from the BrightPath Academy template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.

0 17
BrightPath Academy Reviews preview
brightpath-academy.html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>BrightPath Academy Reviews | Tailwind CSS UI Block</title>
    <meta name="description" content="A reviews block extracted from the BrightPath Academy template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.">
    <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 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 -->
<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>

From this template

BrightPath Academy screenshot Free

Education

BrightPath Academy

Unlimited access to all products

Unlock the entire library of premium templates and blocks. Renews automatically, cancel anytime.

€20 / 3 months or €60 / year
Get Unlimited Access