Back to Home Page Full Component
Home Page

Online Course Landing

#fullpage

Live preview

Source code

html
<nav class="navbar navbar-expand-lg navbar-light bg-white shadow-sm">
  <div class="container"><a class="navbar-brand fw-bold" href="#"><i class="bi bi-mortarboard-fill text-primary"></i> LearnBD</a>
    <ul class="navbar-nav ms-auto flex-row gap-3">
      <li class="nav-item"><a class="nav-link" href="#">Courses</a></li>
      <li class="nav-item"><a class="nav-link" href="#">Instructors</a></li>
      <li class="nav-item"><a class="btn btn-primary" href="#">Enroll</a></li>
    </ul>
  </div>
</nav>
<section class="py-5" style="background:linear-gradient(135deg,#0f172a,#1e40af);color:#fff">
  <div class="container py-4">
    <div class="row g-4 align-items-center">
      <div class="col-md-7"><span class="badge bg-warning text-dark">New batch · March 1</span>
        <h1 class="display-4 fw-bold mt-2">Full-stack Web Development in Bangla</h1>
        <p class="lead text-white-50">3 months · Live classes · Job placement support</p>
        <div class="d-flex gap-2 flex-wrap"><a href="#" class="btn btn-warning btn-lg fw-bold">Enroll now — ৳ 12,000</a><a href="#" class="btn btn-outline-light btn-lg"><i class="bi bi-play-circle me-1"></i>Free preview</a></div>
      </div>
      <div class="col-md-5"><img src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=600&h=400&fit=crop" alt="Students learning together" class="img-fluid rounded-4"></div>
    </div>
  </div>
</section>
<section class="py-5">
  <div class="container">
    <h2 class="text-center fw-bold">What you'll learn</h2>
    <div class="row g-4 mt-3">
      <div class="col-md-3 col-6">
        <div class="p-3 text-center border rounded-4 h-100"><i class="bi bi-filetype-html display-4 text-danger"></i>
          <h6 class="fw-bold mt-2">HTML/CSS</h6>
        </div>
      </div>
      <div class="col-md-3 col-6">
        <div class="p-3 text-center border rounded-4 h-100"><i class="bi bi-filetype-js display-4 text-warning"></i>
          <h6 class="fw-bold mt-2">JavaScript</h6>
        </div>
      </div>
      <div class="col-md-3 col-6">
        <div class="p-3 text-center border rounded-4 h-100"><i class="bi bi-braces display-4 text-primary"></i>
          <h6 class="fw-bold mt-2">React</h6>
        </div>
      </div>
      <div class="col-md-3 col-6">
        <div class="p-3 text-center border rounded-4 h-100"><i class="bi bi-database-fill display-4 text-success"></i>
          <h6 class="fw-bold mt-2">Databases</h6>
        </div>
      </div>
    </div>
  </div>
</section>
<section class="py-5 bg-light">
  <div class="container">
    <h2 class="text-center fw-bold">Students love us</h2>
    <div class="row g-4 mt-3">
      <div class="col-md-4">
        <div class="p-4 bg-white border rounded-4 h-100">"Got my first freelance job within 2 months of starting."<div class="d-flex align-items-center gap-2 mt-3"><img src="https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=80&h=80&fit=crop" alt="Student portrait Rakib" class="rounded-circle" style="width:40px;height:40px;object-fit:cover"><small><b>Rakib</b> · Batch 05</small></div>
        </div>
      </div>
      <div class="col-md-4">
        <div class="p-4 bg-white border rounded-4 h-100">"Best Bangla tech course, hands down. Instructors are patient."<div class="d-flex align-items-center gap-2 mt-3"><img src="https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=80&h=80&fit=crop" alt="Student portrait Nadia" class="rounded-circle" style="width:40px;height:40px;object-fit:cover"><small><b>Nadia</b> · Batch 04</small></div>
        </div>
      </div>
      <div class="col-md-4">
        <div class="p-4 bg-white border rounded-4 h-100">"Career-changing. From accountant to developer in 6 months."<div class="d-flex align-items-center gap-2 mt-3"><img src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=80&h=80&fit=crop" alt="Student portrait Fatima" class="rounded-circle" style="width:40px;height:40px;object-fit:cover"><small><b>Fatima</b> · Batch 06</small></div>
        </div>
      </div>
    </div>
  </div>
</section>
<footer class="py-4 bg-dark text-white text-center">
  <div class="container"><small>© LearnBD 2026 · Dhaka, Bangladesh</small></div>
</footer>

More designs in this section